.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx { position:relative;display:block; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx { background-color: transparent; background-image: none; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row .container > .video-iframe-container { display: none; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row > .video-iframe-container { display: none; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .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); }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx { border-width: 0; border-radius: 0; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row .container > .video-iframe-container {  }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .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:36.25rem;width:75rem;position:relative;display:block; }#GyT10F39QEI0UK7KishdktHGfbDrK4i7 { color:#ff0000;display:block;width:35.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.625rem;left:38.5625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { color:#ff0000;display:block;width:26.9986875rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:4.1875rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RtvLNepHB9UL50CIktmVMHFHJv6xpUaq { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.1875rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#geqxkBeg03g2JQcpRhA7GeK3sCkaHdHG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.875rem;width:20.125rem;top:16.4375rem;left:11.375000238419rem;overflow:hidden;display:block; }
#lEh7k36wNLKgRKFKr5Z2FmyUDzhFmVCA { color:#000000;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CPmIKGZ1QV8ALlOroPlWeslX0rDVtNXE { color:#3aba36;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obNAKSF2sL77lRkP3iooCeDC0TLRx4Ji { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8.625rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8dhD4s0eIzVn1Dk1ETwRfSkAVglrh0M { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:11rem;left:42.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lf9NhCZeGlS7AaZZvt8eCZudTkmU0OLs { color:#3aba36;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.75rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1oeIppefvthZuTsUaTl5rS83VnnZykQ { z-index:15002;top:27.125rem;left:47.625rem;background-color:#3aba36;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#17191a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Jk0HDSDleuRe5f4UqlZTw5z6t214TEzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4AFdTmeRkVp7hgiLQaB6aHKnKv1RwIS { position:absolute;display:block;z-index:15004;height:11.25rem;width:20rem;top:1.625rem;left:8.7500002384187rem;display:block; }
#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0075b2;background-image:none;position:relative;display:block; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container { background-color: transparent; background-image: none; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container > .video-iframe-container { display: none; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row > .video-iframe-container { display: none; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .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); }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container { border-width: 0; border-radius: 0; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row > .video-iframe-container {  }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#vQknsP9XWhQyPN3Wk9Gf6eT1fmFUpBgn { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.65625rem;left:11.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eC0co6WPuBz4hwhy057fUFzymsakukIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { background-color: transparent; background-image: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container > .video-iframe-container { display: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row > .video-iframe-container { display: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .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); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { border-width: 0; border-radius: 0; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row > .video-iframe-container {  }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { font-size:0.875rem;font-family:arial;height:171.875rem;width:75rem;position:relative;display:block; }#yRG7OHcImz9BskDIQKrnBPu0cVgaVWdi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9395918846131rem;left:21.6875rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmgkRfrBlZFSJ2v2N8rcRfz06WDHix9T { position:absolute;display:block;z-index:14999;background-color:#353535;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:1.8125rem;width:37.625rem;top:3rem;left:9.125rem;display:block; }
#cRrVUzIGLd6nP9C1ppdbyqXTUPTP6Pe5 { color:#2f2f2f;display:block;width:49.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:9.1875rem;height:43.857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#naQQkDZKn5A5ui2Ffq1nKX3rri8JnBtO { position:absolute;display:block;z-index:15001;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:50.875rem;left:9.0625rem;display:block; }
#hLcTrGicOPFPWBtmCzpJpWue1p1psObF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:50.8125rem;left:21.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RR44IJFdfxyADZif4BqCxiKCTcC4gNWU { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:54.625rem;left:9.125rem;height:11.6953rem;font-style:normal;display:block; }
#E8EVXrHtO4cvf1EdgTAnWan9GTnLAVzd { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:70.5625rem;left:9.25rem;height:13.1572125rem;font-style:normal;display:block; }
#ZlQrthbX2wbm3C8FnbnLKiW9TBPI60Mk { position:absolute;display:block;z-index:15004;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:66.8125rem;left:9.1875rem;display:block; }
#kAv0NIIaGQkxQ7NrIRzqnkCqVnAaNsxU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:66.75rem;left:21.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORrmm7mfM6SupJs2Usqi9SMig7zU6Qe4 { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:89.3125rem;left:9.1875rem;height:10.2333875rem;font-style:normal;display:block; }
#qGtdp8FTDIg24n8nzwHEVIBTfytnOTpF { position:absolute;display:block;z-index:15007;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:85.5625rem;left:9.125rem;display:block; }
#QyBnK3FfWTOpXtzMzXzEU7BJcHcSt1Wy { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:85.5rem;left:20.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pQIz2x9ti2kmDL1skuLokPrp6ea2KGiq { color:#2f2f2f;display:block;width:29.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:105.125rem;left:9.1875rem;height:4.3857375rem;font-style:normal;display:block; }
#hdM0NNsmg3vMI6EOIJq0RZbEq92HeVFM { position:absolute;display:block;z-index:15010;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:101.375rem;left:9.125rem;display:block; }
#w37xnqd4W2BdyTLxKzvvVSRF0i4URK0u { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:101.3125rem;left:17.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RuVBOOeTIyCmb5w0BT5rr64SKPuOUdyR { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:115.125rem;left:9.1875rem;height:7.3095625rem;font-style:normal;display:block; }
#ZSzno1CcTllzg3Qz0iZRqvUFXfRKo1iT { position:absolute;display:block;z-index:15013;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:111.375rem;left:9.125rem;display:block; }
#ETMG6TQwu2SgoqMSsNkBAy0LITQry5ST { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:111.3125rem;left:17.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJ1tW5ZlBbPDvWTaImmzXoBtX5iCJ03G { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:128.1875rem;left:9.3125rem;height:7.3095625rem;font-style:normal;display:block; }
#thZaAw0KWJPTBNsIhr1mSWQWo3J8QtTG { position:absolute;display:block;z-index:15016;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:124.4375rem;left:9.25rem;display:block; }
#PUre2y0HBAIUySzD7430nfJBic3ODRBI { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:124.375rem;left:13.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLdm2I9Toy1RTaNksgt4REsvuzrlUmD0 { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:141rem;left:9.3125rem;height:19.0048625rem;font-style:normal;display:block; }
#beBmG7fXtJXm5QtfW6fcKI6bU5vTm7m6 { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:137.1875rem;left:13.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbNHluVt6sEb3Q67bh5aXZk3FHKDa6kV { position:absolute;display:block;z-index:15019;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:137.25rem;left:9.25rem;display:block; }
#TBVa2sMRcKybSGbrqOc3ah5lsoubnQac { color:#2f2f2f;display:block;width:33.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:164.9375rem;left:9.1875rem;height:4.3857375rem;font-style:normal;display:block; }
#CQInNKys5eUSOOWC0m2Q8pC8xSuLWtT8 { position:absolute;display:block;z-index:15019;background-color:#e43b2c;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:1.8125rem;width:37.625rem;top:161.1875rem;left:9.125rem;display:block; }
#vJOU6dWdkvb4mQUZHtBMtNG0JyKkyBPi { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:161.125rem;left:13.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD { position:relative;display:block; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD { background-color: transparent; background-image: none; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row .container > .video-iframe-container { display: none; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row > .video-iframe-container { display: none; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .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); }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD { border-width: 0; border-radius: 0; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row .container > .video-iframe-container {  }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .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:36.25rem;width:75rem;position:relative;display:block; }#KmFeEor3aLCGylASOhAqTOE85gUsRDmT { color:#ff0000;display:block;width:35.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.625rem;left:38.5625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuV6unbNmaiO34dK6wCT7Qx91pCafCJ4 { color:#ff0000;display:block;width:26.9986875rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:4.1875rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fztZGFxWtRNJEbTJSk9tvH4VLZkRw32X { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.1875rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p5lcIQOxZwPlDTh813LzLQ1HsRcq56U4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:21.75rem;top:15.875000953674rem;left:12.117187738419rem;overflow:hidden;display:block; }
#xvGhdAMUlEqmcIhDkyM9sPDxplsI392k { color:#000000;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNxqMVuPGwp4ImOr9RUocmwBkACyWH4h { color:#3aba36;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQ1v8JiGD9A6TthHOokrbTPzcvql0n6q { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8.625rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuJnt9ENlG0ZJsvVWmqixtQMKsDHZ9md { color:#000000;display:block;width:26.9980625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:11rem;left:42.75rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELEFCsIIxVbtFzWnVEmBpZGHB3r2gH2g { color:#3aba36;display:block;width:25.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.75rem;left:43.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkiNKhh4TM1NHnaD6KC5zqnXhOwnV0af { z-index:15002;top:27.125rem;left:47.625rem;background-color:#3aba36;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#17191a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fXhs3y85yRsDcgzuI4KWZHEbqlMTpMOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Woz7GpIhFsn7TPTBnnEvpkIogFgSH7HA { position:absolute;display:block;z-index:15005;height:11.25rem;width:20rem;top:2.0624952316284rem;left:9.7708332538606rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx { display:block; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyT10F39QEI0UK7KishdktHGfbDrK4i7 { width:35.375rem;height:1.375rem;top:1.625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { width:26.9375rem;height:1.625rem;top:4.1875rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtvLNepHB9UL50CIktmVMHFHJv6xpUaq { width:26.9375rem;height:1.625rem;top:24.1875rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqxkBeg03g2JQcpRhA7GeK3sCkaHdHG { top:16.4375rem;left:3.75rem;width:20.125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEh7k36wNLKgRKFKr5Z2FmyUDzhFmVCA { width:25.875rem;height:;top:16.4375rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPmIKGZ1QV8ALlOroPlWeslX0rDVtNXE { width:25.875rem;height:;top:19.0625rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obNAKSF2sL77lRkP3iooCeDC0TLRx4Ji { width:26.9375rem;height:1.625rem;top:8.625rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dhD4s0eIzVn1Dk1ETwRfSkAVglrh0M { width:26.9375rem;height:2.25rem;top:11rem;left:20.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9NhCZeGlS7AaZZvt8eCZudTkmU0OLs { width:25.875rem;height:;top:31.6875rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1oeIppefvthZuTsUaTl5rS83VnnZykQ { top:27.125rem;left:27.1875rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk0HDSDleuRe5f4UqlZTw5z6t214TEzP { display:block; }
 }@media only screen and (max-width: 763px) { #F4AFdTmeRkVp7hgiLQaB6aHKnKv1RwIS { top:1.625rem;left:1.9375002384186rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx { display:block; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQknsP9XWhQyPN3Wk9Gf6eT1fmFUpBgn { top:1.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC0co6WPuBz4hwhy057fUFzymsakukIO { display:block; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRG7OHcImz9BskDIQKrnBPu0cVgaVWdi { top:2.9375rem;left:8.0625rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmgkRfrBlZFSJ2v2N8rcRfz06WDHix9T { top:3rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRrVUzIGLd6nP9C1ppdbyqXTUPTP6Pe5 { top:6.5625rem;left:0rem;width:47.75rem;height:42rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQQkDZKn5A5ui2Ffq1nKX3rri8JnBtO { top:50.8125rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLcTrGicOPFPWBtmCzpJpWue1p1psObF { top:50.75rem;left:8rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR44IJFdfxyADZif4BqCxiKCTcC4gNWU { top:54.5625rem;left:0rem;width:29.875rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8EVXrHtO4cvf1EdgTAnWan9GTnLAVzd { top:70.5rem;left:0rem;width:29.875rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQrthbX2wbm3C8FnbnLKiW9TBPI60Mk { top:66.75rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAv0NIIaGQkxQ7NrIRzqnkCqVnAaNsxU { top:66.6875rem;left:8.125rem;width:12.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORrmm7mfM6SupJs2Usqi9SMig7zU6Qe4 { top:89.25rem;left:0rem;width:29.875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGtdp8FTDIg24n8nzwHEVIBTfytnOTpF { top:85.5rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyBnK3FfWTOpXtzMzXzEU7BJcHcSt1Wy { top:85.4375rem;left:6.8125rem;width:14.9375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQIz2x9ti2kmDL1skuLokPrp6ea2KGiq { top:105.0625rem;left:0rem;width:29.875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdM0NNsmg3vMI6EOIJq0RZbEq92HeVFM { top:101.3125rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w37xnqd4W2BdyTLxKzvvVSRF0i4URK0u { top:101.25rem;left:3.4375rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVBOOeTIyCmb5w0BT5rr64SKPuOUdyR { top:115.0625rem;left:0rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzno1CcTllzg3Qz0iZRqvUFXfRKo1iT { top:111.3125rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMG6TQwu2SgoqMSsNkBAy0LITQry5ST { top:111.25rem;left:3.4375rem;width:21.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1tW5ZlBbPDvWTaImmzXoBtX5iCJ03G { top:128.1875rem;left:0rem;width:33.375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZaAw0KWJPTBNsIhr1mSWQWo3J8QtTG { top:124.4375rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUre2y0HBAIUySzD7430nfJBic3ODRBI { top:124.375rem;left:0.125rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLdm2I9Toy1RTaNksgt4REsvuzrlUmD0 { top:141rem;left:0rem;width:33.375rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBmG7fXtJXm5QtfW6fcKI6bU5vTm7m6 { top:137.1875rem;left:0.125rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNHluVt6sEb3Q67bh5aXZk3FHKDa6kV { top:137.25rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVa2sMRcKybSGbrqOc3ah5lsoubnQac { top:164.9375rem;left:0rem;width:33.375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQInNKys5eUSOOWC0m2Q8pC8xSuLWtT8 { top:161.1875rem;left:0rem;width:37.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOU6dWdkvb4mQUZHtBMtNG0JyKkyBPi { top:161.125rem;left:0rem;width:28.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD { display:block; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmFeEor3aLCGylASOhAqTOE85gUsRDmT { width:35.375rem;height:1.375rem;top:1.625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuV6unbNmaiO34dK6wCT7Qx91pCafCJ4 { width:26.9375rem;height:1.625rem;top:4.1875rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fztZGFxWtRNJEbTJSk9tvH4VLZkRw32X { width:26.9375rem;height:1.625rem;top:24.1875rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5lcIQOxZwPlDTh813LzLQ1HsRcq56U4 { top:15.875rem;left:2.125rem;width:21.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGhdAMUlEqmcIhDkyM9sPDxplsI392k { width:25.875rem;height:;top:16.4375rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxqMVuPGwp4ImOr9RUocmwBkACyWH4h { width:25.875rem;height:;top:19.0625rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1v8JiGD9A6TthHOokrbTPzcvql0n6q { width:26.9375rem;height:1.625rem;top:8.625rem;left:20.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJnt9ENlG0ZJsvVWmqixtQMKsDHZ9md { width:26.9375rem;height:2.25rem;top:11rem;left:20.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELEFCsIIxVbtFzWnVEmBpZGHB3r2gH2g { width:25.875rem;height:;top:31.6875rem;left:21.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkiNKhh4TM1NHnaD6KC5zqnXhOwnV0af { top:27.125rem;left:27.1875rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhs3y85yRsDcgzuI4KWZHEbqlMTpMOa { display:block; }
 }@media only screen and (max-width: 763px) { #Woz7GpIhFsn7TPTBnnEvpkIogFgSH7HA { top:2rem;left:2.9583332538605rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx { display:block; }#N9cCuOfbDJCOwRc8ghfJ2MZvgRSuP1rx > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyT10F39QEI0UK7KishdktHGfbDrK4i7 { width:20rem;height:1.46666875rem;top:1.6240528821945rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwRtFbDfwO3GFnNAHFv1zf0fnp7HTXhD { width:19.3125rem;height:1.46666875rem;top:3.6860792636871rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtvLNepHB9UL50CIktmVMHFHJv6xpUaq { width:20rem;height:2.93333125rem;top:44.682291030884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqxkBeg03g2JQcpRhA7GeK3sCkaHdHG { width:20rem;height:18.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEh7k36wNLKgRKFKr5Z2FmyUDzhFmVCA { width:20rem;height:1.6rem;top:37.369791984558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPmIKGZ1QV8ALlOroPlWeslX0rDVtNXE { width:20rem;height:1.6rem;top:39.703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obNAKSF2sL77lRkP3iooCeDC0TLRx4Ji { width:20rem;height:1.46666875rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dhD4s0eIzVn1Dk1ETwRfSkAVglrh0M { width:20rem;height:2rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9NhCZeGlS7AaZZvt8eCZudTkmU0OLs { width:20rem;height:1.6rem;top:54.432294845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1oeIppefvthZuTsUaTl5rS83VnnZykQ { top:48.994791030884rem;left:1.3750000596046rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk0HDSDleuRe5f4UqlZTw5z6t214TEzP { display:block; }
 }@media only screen and (max-width: 763px) { #F4AFdTmeRkVp7hgiLQaB6aHKnKv1RwIS { width:20rem;height:11.25rem;top:57.282292938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx { display:block; }#XoFqqK0xZkeRd7eSO3iHR2iL7DtQtClx > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQknsP9XWhQyPN3Wk9Gf6eT1fmFUpBgn { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC0co6WPuBz4hwhy057fUFzymsakukIO { background-color:#ffffff;background-image:none;display:block; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { background-color: transparent; background-image: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container > .video-iframe-container { display: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row > .video-iframe-container { display: none; }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .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); }#eC0co6WPuBz4hwhy057fUFzymsakukIO > .row .container { width:20rem;height:181.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRG7OHcImz9BskDIQKrnBPu0cVgaVWdi { width:12.5rem;height:1.6rem;top:1.34375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmgkRfrBlZFSJ2v2N8rcRfz06WDHix9T { width:20rem;height:1.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRrVUzIGLd6nP9C1ppdbyqXTUPTP6Pe5 { width:17.625rem;height:57.0000125rem;top:4.3114395141601rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQQkDZKn5A5ui2Ffq1nKX3rri8JnBtO { width:20rem;height:1.8125rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLcTrGicOPFPWBtmCzpJpWue1p1psObF { width:12.5rem;height:1.6rem;top:62.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR44IJFdfxyADZif4BqCxiKCTcC4gNWU { width:17.625rem;height:12.666675rem;top:65.000005722044rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8EVXrHtO4cvf1EdgTAnWan9GTnLAVzd { width:17.625rem;height:16.46666875rem;top:81.562484741213rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlQrthbX2wbm3C8FnbnLKiW9TBPI60Mk { width:20rem;height:1.8125rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAv0NIIaGQkxQ7NrIRzqnkCqVnAaNsxU { width:12.5rem;height:1.6rem;top:78.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORrmm7mfM6SupJs2Usqi9SMig7zU6Qe4 { width:17.625rem;height:8.86668125rem;top:102.68752288818rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGtdp8FTDIg24n8nzwHEVIBTfytnOTpF { width:20rem;height:1.8125rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyBnK3FfWTOpXtzMzXzEU7BJcHcSt1Wy { width:14.9375rem;height:1.6rem;top:99.5rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQIz2x9ti2kmDL1skuLokPrp6ea2KGiq { width:17.625rem;height:5.06666875rem;top:116.43752670288rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdM0NNsmg3vMI6EOIJq0RZbEq92HeVFM { width:20rem;height:1.8125rem;top:113.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w37xnqd4W2BdyTLxKzvvVSRF0i4URK0u { width:20rem;height:1.6rem;top:113.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVBOOeTIyCmb5w0BT5rr64SKPuOUdyR { width:17.625rem;height:10.1333375rem;top:126.2500038147rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSzno1CcTllzg3Qz0iZRqvUFXfRKo1iT { width:20rem;height:1.8125rem;top:122.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMG6TQwu2SgoqMSsNkBAy0LITQry5ST { width:20rem;height:1.6rem;top:123rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1tW5ZlBbPDvWTaImmzXoBtX5iCJ03G { width:17.625rem;height:8.86666875rem;top:141.4375038147rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZaAw0KWJPTBNsIhr1mSWQWo3J8QtTG { width:20rem;height:1.8125rem;top:137.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUre2y0HBAIUySzD7430nfJBic3ODRBI { width:20rem;height:1.6rem;top:137.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLdm2I9Toy1RTaNksgt4REsvuzrlUmD0 { width:17.625rem;height:16.46669375rem;top:155.31247329712rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBmG7fXtJXm5QtfW6fcKI6bU5vTm7m6 { width:20rem;height:1.6rem;top:152rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbNHluVt6sEb3Q67bh5aXZk3FHKDa6kV { width:20rem;height:1.8125rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVa2sMRcKybSGbrqOc3ah5lsoubnQac { width:17.625rem;height:3.80000625rem;top:176.50005340576rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQInNKys5eUSOOWC0m2Q8pC8xSuLWtT8 { width:20rem;height:1.8125rem;top:173.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJOU6dWdkvb4mQUZHtBMtNG0JyKkyBPi { width:20rem;height:1.6rem;top:173.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD { display:block; }#CADqDvze0bmBfh2r9GgL5ea2Ny74EkqD > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmFeEor3aLCGylASOhAqTOE85gUsRDmT { width:20rem;height:1.46666875rem;top:1.6240528821945rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuV6unbNmaiO34dK6wCT7Qx91pCafCJ4 { width:19.3125rem;height:1.46666875rem;top:3.6860792636871rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fztZGFxWtRNJEbTJSk9tvH4VLZkRw32X { width:20rem;height:2.93333125rem;top:44.682291030884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5lcIQOxZwPlDTh813LzLQ1HsRcq56U4 { width:20rem;height:18.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvGhdAMUlEqmcIhDkyM9sPDxplsI392k { width:20rem;height:1.6rem;top:37.369791984558rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxqMVuPGwp4ImOr9RUocmwBkACyWH4h { width:20rem;height:1.6rem;top:39.703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ1v8JiGD9A6TthHOokrbTPzcvql0n6q { width:20rem;height:1.46666875rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJnt9ENlG0ZJsvVWmqixtQMKsDHZ9md { width:20rem;height:2rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELEFCsIIxVbtFzWnVEmBpZGHB3r2gH2g { width:20rem;height:1.6rem;top:54.432294845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkiNKhh4TM1NHnaD6KC5zqnXhOwnV0af { top:48.994791030884rem;left:1.3750000596046rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhs3y85yRsDcgzuI4KWZHEbqlMTpMOa { display:block; }
 }@media only screen and (max-width: 763px) { #Woz7GpIhFsn7TPTBnnEvpkIogFgSH7HA { width:20rem;height:11.25rem;top:57.282281494141rem;left:0rem;display:block; }
 }