.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { background-color: transparent; background-image: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container > .video-iframe-container { display: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container { display: none; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .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); }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { border-width: 0; border-radius: 0; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:12.5rem;top:0.875rem;left:0.9375rem;overflow:hidden;display:block; }
#w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { 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.125rem solid #00bdde;border-left:0.125rem solid #00bdde;border-right:0.125rem solid #00bdde;border-bottom:0.125rem solid #00bdde;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:38.75rem;display:block; }
#kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { 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.125rem solid #ec0015;border-left:0.125rem solid #ec0015;border-right:0.125rem solid #ec0015;border-bottom:0.125rem solid #ec0015;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.625rem;left:47.4375rem;display:block; }
#byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { 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.125rem solid #00bdde;border-left:0.125rem solid #00bdde;border-right:0.125rem solid #00bdde;border-bottom:0.125rem solid #00bdde;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.625rem;left:30.0625rem;display:block; }
#eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeAATGQ033HSHzIdJfk45XHeXLffomtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1d8a53f-d46b-4cd9-8d2c-7160939c5dd3/landinggoogle.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg.adaptive-delivery-prevent-bg, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyload, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyloading { background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { background-color: transparent; background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .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); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { border-width: 0; border-radius: 0; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#RGosNIZL23FWVm4rz410sXfMtrhvHBqK { background-color:#e33242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #900011;border-left:0.125rem solid #900011;border-right:0.125rem solid #900011;border-bottom:0.125rem solid #900011;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.5625rem;left:1.15625rem;display:block; }
#P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.7744140625rem;left:1.4375rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { color:#232323;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:4.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.3369140625rem;left:1.4375rem;height:14.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { position:relative;display:none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { border-width: 0; border-radius: 0; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.7744140625rem;left:1.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:none; }
#gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { background-color:#e33242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #900011;border-left:0.125rem solid #900011;border-right:0.125rem solid #900011;border-bottom:0.125rem solid #900011;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.5625rem;left:1.15625rem;display:none; }
#vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmpC8XmITsPrgTl0aWiovmk29lZE99pk { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.75rem;left:0.375rem;display:none; }
#ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:20.875rem;display:none; }
#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { position:relative;display:none; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { border-width: 0; border-radius: 0; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e33242;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { background-color: transparent; background-image: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .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); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { border-width: 0; border-radius: 0; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { background-color: transparent; background-image: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container > .video-iframe-container { display: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container { display: none; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .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); }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { border-width: 0; border-radius: 0; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.75rem;left:26.875rem;overflow:hidden;display:block; }
#bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { color:#000000;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { position:absolute;display:block;z-index:15001;background-color:#e1eeff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:11.875rem;left:20.6875rem;display:block; }
#K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.4375rem;height:10.398425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:41.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#e72w78UGPnNcEATsSTLBvDlAOduMb8Og { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.6875rem;left:41.5rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { position:absolute;display:block;z-index:15000;background-color:#e1eeff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:12rem;left:42.0625rem;display:block; }
#hulfW4fcziboLoACvKfa5rT4ouORQTUE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.75rem;left:46.875rem;overflow:hidden;display:block; }
#TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { color:#000000;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.375rem;left:1.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#qnhQSII230y6RGwQGu73I9ZhvZQJJPei { position:absolute;display:block;z-index:14999;background-color:#e1eeff;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:11.9375rem;left:2.25rem;display:block; }
#T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:3.75rem;left:6.875rem;overflow:hidden;display:block; }
#UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:1.5rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVvN5vryX6fMvLHitmNoyxCCD5H9WDEt { color:#000000;display:block;width:54.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30.08740234375rem;left:2.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { background-color: transparent; background-image: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container > .video-iframe-container { display: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container { display: none; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .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); }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { border-width: 0; border-radius: 0; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { position:absolute;display:block;z-index:15000;background-color:#00bdde;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:4.9375rem;left:1.5625rem;display:block; }
#KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { position:absolute;display:block;z-index:15001;background-color:#00bdde;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:4.9375rem;left:49.1875rem;display:block; }
#Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { position:absolute;display:block;z-index:15002;background-color:#00bdde;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:4.9375rem;left:37.25rem;display:block; }
#ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { position:absolute;display:block;z-index:15003;background-color:#00bdde;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:4.9375rem;left:25.3125rem;display:block; }
#n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { position:absolute;display:block;z-index:15004;background-color:#00bdde;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.125rem;width:9.375rem;top:4.9375rem;left:13.4375rem;display:block; }
#IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:12.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9375rem;left:36.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:48.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:12.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:24.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:36.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.375rem;left:48.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.0625rem;width:59.875rem;top:1.25rem;left:0rem;display:block; }
#JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.6875rem;left:1.5rem; }
#E3PE9W57IRfOr72ZladNyLhrCbinW5xp { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.625rem;left:13.5625rem; }
#HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.625rem;left:25.4375rem; }
#qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.625rem;left:37.9375rem; }
#BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { box-sizing:content-box;color:#5d92ff;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.5rem;left:51.6875rem; }
#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dee2b470-ec04-45c5-98d7-79d53a03003c/02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.adaptive-delivery-prevent-bg, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyload, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyloading { background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { background-color: transparent; background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container > .video-iframe-container { display: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { display: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .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); }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { border-width: 0; border-radius: 0; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:60rem;position:relative;display:block; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { position:relative;display:none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { border-width: 0; border-radius: 0; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12rem;top:0.6875rem;left:1.0625rem;display:none; }
#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #00bdde;background-color:#f6faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { background-color: transparent; background-image: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container > .video-iframe-container { display: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container { display: none; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .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); }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { border-width: 0; border-radius: 0; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { color:#000000;display:block;width:40.5rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:1.875rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4375rem;left:4.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { color:#000000;display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:4.375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { color:#000000;display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { position:absolute;display:block;z-index:15008;background-color:#00d1b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:6.75rem;left:1.875rem;display:block; }
#HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { position:absolute;display:block;z-index:15009;background-color:#e33242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:10.5rem;left:1.875rem;display:block; }
#Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { position:absolute;display:block;z-index:15010;background-color:#00bdde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:14.25rem;left:1.875rem;display:block; }
#QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { color:#000000;display:block;width:52.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:1.875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { position:absolute;display:block;z-index:15012;background-color:#ff8600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.25rem;width:1.25rem;top:16.75rem;left:1.875rem;display:block; }
#gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { color:#000000;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { background-color: transparent; background-image: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .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); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { border-width: 0; border-radius: 0; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.875rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#fEvcucKw2K9iCAfhD8O2r493LKnEMqid { color:#000000;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18800f93-954f-4525-aa50-788d9404745b/reviewcopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.adaptive-delivery-prevent-bg, #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.lazyload, #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn.lazyloading { background-image: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { background-color: transparent; background-image: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container > .video-iframe-container { display: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container { display: none; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .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); }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { border-width: 0; border-radius: 0; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:3.25rem;height:10.234875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.25;top:1.6875rem;left:2.9375rem; }
#sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:23.25rem;height:11.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:43.25rem;height:9.097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { position:absolute;display:block;z-index:15004;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;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;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:2.1875rem;display:block; }
#Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { position:absolute;display:block;z-index:15003;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;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;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:22.1875rem;display:block; }
#mK537TiUyCQwAMypAoBfsQNCgbn05HCH { position:absolute;display:block;z-index:15006;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;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;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.15) ;height:15.625rem;width:15.625rem;top:1.30859375rem;left:42.1875rem;display:block; }
#eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.25;top:1.6875rem;left:23rem; }
#psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.25;top:1.8125rem;left:43rem; }
#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16355e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { background-color: transparent; background-image: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container > .video-iframe-container { display: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container { display: none; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .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); }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { border-width: 0; border-radius: 0; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:2.28125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { background-color: transparent; background-image: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container > .video-iframe-container { display: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container { display: none; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .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); }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { border-width: 0; border-radius: 0; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.82470703125rem;left:2.84375rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container { background-color: transparent; background-image: none; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container > .video-iframe-container { display: none; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row > .video-iframe-container { display: none; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .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); }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container { border-width: 0; border-radius: 0; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.5rem;left:7.5625rem;overflow:hidden;display:block; }
#XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:1.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.5rem;left:27.5rem;overflow:hidden;display:block; }
#r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { color:#000000;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:21.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:2.5rem;left:47.5rem;overflow:hidden;display:block; }
#kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:43.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#znASMismLMIRJyyfK9QzHXiQizTqWHSF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { background-color: transparent; background-image: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .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); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { border-width: 0; border-radius: 0; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:4.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { position:absolute;display:block;z-index:15000;height:39.3125rem;width:28.75rem;top:0.84375rem;left:29.8125rem;display:block; }
#cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:26.0625rem;top:18.09375rem;left:0rem;overflow:hidden;display:block; }
#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16355e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container { background-color: transparent; background-image: none; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container > .video-iframe-container { display: none; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row > .video-iframe-container { display: none; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .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); }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container { border-width: 0; border-radius: 0; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#c8mSeKArZ5wunDOIzdDbT6c7eDmJdnbK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container { background-color: transparent; background-image: none; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container > .video-iframe-container { display: none; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row > .video-iframe-container { display: none; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .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); }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container { border-width: 0; border-radius: 0; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#GTQlfiNvIzTxFa8hecQfNqIthM8VUAmS { color:#000000;display:block;width:49.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#WdmHWRqWCeBlkmdcFPLG9Bw6cLnxbN87 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container { background-color: transparent; background-image: none; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container > .video-iframe-container { display: none; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row > .video-iframe-container { display: none; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .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); }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container { border-width: 0; border-radius: 0; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#bckVpcALouldneCTAAsppqhU5hxsk5ys { position:absolute;display:block;z-index:14998;background-color:rgba(0,189,222,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.625rem;width:21.9375rem;top:8.5625rem;left:37.9375rem;display:block; }
#qT3kq7Qs3uXbZOkvJ7aG8TyRPFxkVFTJ { color:#000000;display:block;width:7.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.25rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#QIPLG7Ew13GJ5HNTUHvqg8cXsJoLxSqR { color:#000000;display:block;width:49.25rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#mbHydaKhvmOqNnT2UE3t0fpyo5GyH5bx { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00bdde;border-left:0.0625rem solid #00bdde;border-right:0.0625rem solid #00bdde;border-bottom:0.0625rem solid #00bdde;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:1.875rem;width:7.5rem;top:1.880859375rem;left:26.1875rem;display:block; }
#OMlzoXXBzh7liOKU7cfOyGDwtm7UaMvS { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:1.29980625rem;display:block; }
#z0yRDLPSKMP3XhbEf8wcZrJVo70QoCSo { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.53759765625rem;left:0rem;height:2.5996125rem;display:block; }
#iWIQZROfUbpKy6HwRz3AxuzCvyLxAThD { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:1.29980625rem;display:block; }
#NFOIrioU4dzTT8ivCO9VFinTxEQAMDLb { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.875rem;left:0rem;height:1.29980625rem;display:block; }
#ZXrh5LEo7eQhkEIKEmt58iVUVCUDO0Zb { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:29.625rem;left:0rem;height:1.29980625rem;display:block; }
#eVW4FdDuPiCBaWoFdr8Necn7Dd28sBNJ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.3125rem;left:0rem;height:1.4624rem;display:block; }
#g4VA2ZrnMS7ZVmV3QxMDldIWES5hXU0k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.724609375rem;left:21.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#cTdgaiKar6R9RBTs2nmPiLTsanww2LrV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.53759765625rem;left:21.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#qVrrenNHtJK8FQgTkTm0RAABQc0QNmRW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.35009765625rem;left:21.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#xgk9yAORb3B9TTDkZosVFTBsrGbgdIil { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.22509765625rem;left:21.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Snfmk0VUX1l5RcJrqKRAFXqy6xtWHS6x { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:29.625rem;left:17.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fkbb0CCVFQghISf1DZI6OX3xoul9L8lH { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:33.3125rem;left:17.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Dv1lC6JBrN32l0DoTgMXshS6BWKNGPF2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:18rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BgzI9TRTsdfr2HKIHUX5AVf15zR7HXKl { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:10.5625rem;left:39.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ucIKyhx7L1Mkgs5mMEOg1XrQM3hzLQ3U { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.724609375rem;left:42.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#P66R8hCNQnieAPeK56arbNr1R4EoxhZP { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.1875rem;left:39.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#iLcspDV4bPZlqMTJxFgKtHtQtdsvglwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.35009765625rem;left:42.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CqNffC3T99ngPriI6bPmMOl7I8aTmaUL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25.22509765625rem;left:42.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#a7LgkuQ1hx9I1l1MGuIgk5ayQOiI3HiK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.97509765625rem;left:42.71875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KvTX6VslbDHx2O6NJy3TqwQzdd3Z2wIT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:33.3125rem;left:39.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#cDC7IIOT7t6iSxWNfw2HnHz4mPTtPaFg { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:13.08740234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#Tc2Xnb7EsiKrNksaNLiNpb99aDsonRLI { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:16.89990234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#LILTe0uT8qkTdsutLtHHClSnog02QLUL { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:20.71240234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#zsnpCmXNwnq4hLLJDsbo585u1U2wspa4 { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:24.52490234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#RpzaJzByJOfy7TsbGq2VLp2BmI3OTF30 { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:28.33740234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#wzm3suCowTpbSNLfPJ3nMIDNy7RTFm8C { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:32.14990234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0;display:block; }
#OGaSRCCSZDJ5UbGTPHQV1UtWe11tcg2r { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:37.25rem;left:0rem;height:1.29980625rem;display:none; }
#HUH8f7XbkxDGGcaFJDN6sdghxEbT07T2 { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:24.52490234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#ay9okkOuDBJbTBRdGfT5IfP9Muqh7RZH { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:20.71240234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#BREWczNO4XWAD0DOTkAGhElQ637r3fk9 { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:13.08740234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#fpJAbaMVzXGV70rG0yR9mRQWIcZZP7H1 { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:28.33740234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#PvtIT17mgWtTIBWthTERggaKyUHFVfMO { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:32.14990234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#kUwLhgBF0lHt4Kc61BCxchTMUCKpeo7y { box-sizing:content-box;height:3.75rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:35.96240234375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0;display:none; }
#J6FZUCEXSHu9BGHTWo7KidyPaU7prVB5 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:29.6875rem;left:0rem;height:1.29980625rem;display:none; }
#VAc7TkzsObhhPnSDGPyST2R6tyTA0WnO { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:0rem;height:1.29980625rem;display:none; }
#dkyW0EyO2OxHc3IXqCQM4HXwdTilNMAf { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.375rem;left:0rem;height:1.29980625rem;display:none; }
#gHMlylCTZ0OOrNPZK6NSUFSkLLqOeQxx { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.4375rem;left:0rem;height:1.29980625rem;display:none; }
#mdovGw9NNdxNgZm1l6wnvUmBnbX8g1aG { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.53759765625rem;left:0rem;height:2.5996125rem;display:none; }
#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container { background-color: transparent; background-image: none; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container > .video-iframe-container { display: none; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row > .video-iframe-container { display: none; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .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); }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container { border-width: 0; border-radius: 0; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#z8MoHpeX7zu5epuPVloI97So4KsGNzoS { color:#000000;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#gs89av1bitbO3cWuhbkLX4voRMrsCww7 { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:10.348625rem;text-align:left;text-align-last:left;display:block; }#gs89av1bitbO3cWuhbkLX4voRMrsCww7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gs89av1bitbO3cWuhbkLX4voRMrsCww7 li:before{  }
#wWOdo3DTQmMWAudq70ypRJruxuT1syIK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:27.9375rem;top:3.5625rem;left:32.0625rem;overflow:hidden;display:block; }
#tVdWwOWZ6PuL5pKEMHrc30y1g83Z4yAU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.875rem;top:4.9228515625rem;left:35.5625rem;overflow:hidden;display:block; }
#WdByT0OdpfdrRE68hOD2n0UyimwBk98X { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:15.4853515625rem;left:-12.5rem;overflow:hidden;display:block; }
#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container { background-color: transparent; background-image: none; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container > .video-iframe-container { display: none; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row > .video-iframe-container { display: none; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .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); }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container { border-width: 0; border-radius: 0; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#hPBCC8ctf0HCicUxRXZcefAdsmNJrxUH { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zCsMdPTU0DPnT98QPZMsG7cTOAgypmlh { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#HJ5k5F2sHknyyw8C4dtvMzx6KNp7saOO { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:11.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.421875rem;left:40.375rem;height:15.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dMgREDA7AUr6reWekfJQpgWTiyR8tup6 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.875rem;width:52.25rem;top:16.4375rem;left:3.8125rem;display:block; }
#EUoPyMWs0Gq6mPUxep7M5DBKuqFg1Vlx { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:9.375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#ZtLzMQNV50zeyUCiwWxntRmy36lkwnJU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.25rem;left:4.75rem;overflow:hidden;display:block; }
#uPTQ4owvUgw4TydqsLAcvduwJTyv9TIy { color:#00d1b2;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:11.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.046875rem;left:41rem;height:15.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CJHfWTq3g8Kig3uBfrgN4KixAuhgHvv4 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:14.255859375rem;left:47.875rem;overflow:hidden;display:block; }
#EPUsB1rnJW6pH2AZ33BAKT8TzSBCDJnM { background-color:#e33242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #900011;border-left:0.125rem solid #900011;border-right:0.125rem solid #900011;border-bottom:0.125rem solid #900011;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.9375rem;left:10.90625rem;display:block; }
#LGJU8GW7dBRnZ2Zescqn8sewTK7ccZWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container { background-color: transparent; background-image: none; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container > .video-iframe-container { display: none; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row > .video-iframe-container { display: none; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .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); }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container { border-width: 0; border-radius: 0; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#gakUP9TJ1NLJgn2TU3N2TTWzH8mIxwN3 { color:#000000;display:block;width:58rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:1rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { background-color: transparent; background-image: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .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); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { border-width: 0; border-radius: 0; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.48828125rem;left:2.3125rem;height:2.2744125rem;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:justify;text-align-last:initial;display:block; }
#XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:13.375rem;top:1.8681640625rem;left:9.8125rem;overflow:hidden;display:block; }
#LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { background-color:#5f5f5f;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.7744140625rem;left:44.78125rem;display:block; }
#NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.125rem;top:1.6806640625rem;left:2.3125rem;overflow:hidden;display:block; }
#zt9XXenKypkK2E9mP7PZfLcutAGQsKop { color:#8e8e8e;display:block;width:55.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.26171875rem;left:2.28125rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { display:block; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { top:0.875rem;left:0rem;width:12.5rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { width:8.125rem;height:1.875rem;top:0.625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block; }
 }@media only screen and (max-width: 763px) { #ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { width:11.5rem;height:1.875rem;top:0.625rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block; }
 }@media only screen and (max-width: 763px) { #GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { width:8.125rem;height:1.875rem;top:0.625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:16.875rem;height:3.4375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { top:19.75rem;left:0rem;width:21.5625rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { top:2.3125rem;left:0rem;width:19.625rem;height:14.25rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { display:none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { top:23.375rem;left:0rem;width:17.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { width:16.875rem;height:3.4375rem;top:25.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block; }
 }@media only screen and (max-width: 763px) { #LmpC8XmITsPrgTl0aWiovmk29lZE99pk { top:1.75rem;left:0rem;width:19.1875rem;height:;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { width:20.875rem;height:30.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { display:none; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { top:0.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { display:block; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { top:3.75rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { top:12.375rem;left:11.75rem;width:20rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { top:11.875rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { top:15.6875rem;left:14.6875rem;width:17.0625rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { top:12.375rem;left:30.9375rem;width:16.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72w78UGPnNcEATsSTLBvDlAOduMb8Og { top:15.6875rem;left:30.5625rem;width:17.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { top:12rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hulfW4fcziboLoACvKfa5rT4ouORQTUE { top:3.75rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { top:12.375rem;left:0rem;width:16.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQSII230y6RGwQGu73I9ZhvZQJJPei { top:11.9375rem;left:0.1875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { top:3.75rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { top:15.6875rem;left:0rem;width:17.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvN5vryX6fMvLHitmNoyxCCD5H9WDEt { top:30.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { display:block; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { top:4.9375rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { top:4.9375rem;left:38.375rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { top:4.9375rem;left:31.125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { top:4.9375rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { top:4.9375rem;left:7.3125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { top:2.9375rem;left:0rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { top:2.9375rem;left:6.5rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { top:2.9375rem;left:18.375rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { top:2.9375rem;left:30.3125rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { top:2.9375rem;left:36.6875rem;width:11.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { top:5.3125rem;left:0rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { top:5.3125rem;left:6.5rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { top:5.3125rem;left:18.375rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { top:5.3125rem;left:30.3125rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { top:5.375rem;left:36.6875rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { top:1.25rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { top:3.6875rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3PE9W57IRfOr72ZladNyLhrCbinW5xp { top:3.625rem;left:7.4375rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { top:3.625rem;left:19.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { top:3.625rem;left:31.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { top:3.5rem;left:45.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { display:block; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { display:none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { top:0.6875rem;left:0rem;width:16.6875rem;height:12rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { display:block; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { top:3rem;left:0rem;width:40.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { top:6.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { top:10.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { top:14.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { top:6.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { top:10.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { top:14.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { top:19.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { top:16.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { top:16.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { top:2.4375rem;left:0rem;width:14.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEvcucKw2K9iCAfhD8O2r493LKnEMqid { top:5.125rem;left:0rem;width:29.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { top:3.6875rem;left:1.1875rem;width:13.5rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { top:1.6875rem;left:0.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { top:3.6875rem;left:17.0625rem;width:13.5rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { top:3.8125rem;left:32.9375rem;width:13.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { top:1.25rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { top:1.25rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK537TiUyCQwAMypAoBfsQNCgbn05HCH { top:1.25rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { top:1.6875rem;left:16.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { top:1.8125rem;left:32.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { display:block; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { top:2rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { display:block; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { top:1.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk { display:block; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { top:2.5rem;left:5.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { top:9.6875rem;left:0rem;width:17.3125rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { top:2.5rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { top:9.6875rem;left:14.375rem;width:17.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { top:2.5rem;left:37.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { top:9.6875rem;left:32.875rem;width:13.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { top:8.0625rem;left:0rem;width:25.1875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { top:2.125rem;left:0rem;width:27.1875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { top:0.8125rem;left:19rem;width:28.75rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { top:18.0625rem;left:0rem;width:26.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU { display:block; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8mSeKArZ5wunDOIzdDbT6c7eDmJdnbK { top:2.125rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE { display:block; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTQlfiNvIzTxFa8hecQfNqIthM8VUAmS { top:2.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdmHWRqWCeBlkmdcFPLG9Bw6cLnxbN87 { top:4.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE { display:block; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bckVpcALouldneCTAAsppqhU5hxsk5ys { top:8.5625rem;left:25.6875rem;width:21.9375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3kq7Qs3uXbZOkvJ7aG8TyRPFxkVFTJ { top:2.3125rem;left:20.125rem;width:7.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIPLG7Ew13GJ5HNTUHvqg8cXsJoLxSqR { top:3.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbHydaKhvmOqNnT2UE3t0fpyo5GyH5bx { top:1.875rem;left:20.0625rem;width:7.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMlzoXXBzh7liOKU7cfOyGDwtm7UaMvS { top:14.375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0yRDLPSKMP3XhbEf8wcZrJVo70QoCSo { top:17.5rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWIQZROfUbpKy6HwRz3AxuzCvyLxAThD { top:22rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFOIrioU4dzTT8ivCO9VFinTxEQAMDLb { top:25.875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXrh5LEo7eQhkEIKEmt58iVUVCUDO0Zb { top:29.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVW4FdDuPiCBaWoFdr8Necn7Dd28sBNJ { top:33.3125rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4VA2ZrnMS7ZVmV3QxMDldIWES5hXU0k { top:13.6875rem;left:14.90625rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdgaiKar6R9RBTs2nmPiLTsanww2LrV { top:17.5rem;left:14.90625rem;width:12.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVrrenNHtJK8FQgTkTm0RAABQc0QNmRW { top:21.3125rem;left:14.90625rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgk9yAORb3B9TTDkZosVFTBsrGbgdIil { top:25.1875rem;left:14.90625rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snfmk0VUX1l5RcJrqKRAFXqy6xtWHS6x { top:29.625rem;left:11.8125rem;width:18.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbb0CCVFQghISf1DZI6OX3xoul9L8lH { top:33.3125rem;left:11.8125rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1lC6JBrN32l0DoTgMXshS6BWKNGPF2 { top:10.5625rem;left:11.875rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzI9TRTsdfr2HKIHUX5AVf15zR7HXKl { top:10.5625rem;left:29rem;width:18.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIKyhx7L1Mkgs5mMEOg1XrQM3hzLQ3U { top:13.6875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66R8hCNQnieAPeK56arbNr1R4EoxhZP { top:18.1875rem;left:29rem;width:18.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcspDV4bPZlqMTJxFgKtHtQtdsvglwz { top:21.3125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNffC3T99ngPriI6bPmMOl7I8aTmaUL { top:25.1875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7LgkuQ1hx9I1l1MGuIgk5ayQOiI3HiK { top:28.9375rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTX6VslbDHx2O6NJy3TqwQzdd3Z2wIT { top:33.3125rem;left:29rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDC7IIOT7t6iSxWNfw2HnHz4mPTtPaFg { top:13.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2Xnb7EsiKrNksaNLiNpb99aDsonRLI { top:16.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILTe0uT8qkTdsutLtHHClSnog02QLUL { top:20.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsnpCmXNwnq4hLLJDsbo585u1U2wspa4 { top:24.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpzaJzByJOfy7TsbGq2VLp2BmI3OTF30 { top:28.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzm3suCowTpbSNLfPJ3nMIDNy7RTFm8C { top:32.125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGaSRCCSZDJ5UbGTPHQV1UtWe11tcg2r { top:63rem;left:0rem;width:15.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUH8f7XbkxDGGcaFJDN6sdghxEbT07T2 { top:24.5rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ay9okkOuDBJbTBRdGfT5IfP9Muqh7RZH { top:20.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BREWczNO4XWAD0DOTkAGhElQ637r3fk9 { top:13.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpJAbaMVzXGV70rG0yR9mRQWIcZZP7H1 { top:28.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PvtIT17mgWtTIBWthTERggaKyUHFVfMO { top:32.125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUwLhgBF0lHt4Kc61BCxchTMUCKpeo7y { top:35.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6FZUCEXSHu9BGHTWo7KidyPaU7prVB5 { top:29.6875rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAc7TkzsObhhPnSDGPyST2R6tyTA0WnO { top:25.8125rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkyW0EyO2OxHc3IXqCQM4HXwdTilNMAf { top:14.375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHMlylCTZ0OOrNPZK6NSUFSkLLqOeQxx { top:33.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdovGw9NNdxNgZm1l6wnvUmBnbX8g1aG { top:17.5rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu { display:block; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8MoHpeX7zu5epuPVloI97So4KsGNzoS { top:6.625rem;left:0rem;width:30rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs89av1bitbO3cWuhbkLX4voRMrsCww7 { top:10rem;left:0rem;width:29.0625rem;height:10.3125rem;font-size:1rem;display:block; }#gs89av1bitbO3cWuhbkLX4voRMrsCww7 li:before{  }
 }@media only screen and (max-width: 763px) { #wWOdo3DTQmMWAudq70ypRJruxuT1syIK { top:3.5625rem;left:19.8125rem;width:27.9375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVdWwOWZ6PuL5pKEMHrc30y1g83Z4yAU { top:4.875rem;left:26.375rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdByT0OdpfdrRE68hOD2n0UyimwBk98X { top:15.5rem;left:0rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA { display:block; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPBCC8ctf0HCicUxRXZcefAdsmNJrxUH { top:4.8125rem;left:0rem;width:39.25rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCsMdPTU0DPnT98QPZMsG7cTOAgypmlh { top:9rem;left:0rem;width:35.5625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ5k5F2sHknyyw8C4dtvMzx6KNp7saOO { top:1.375rem;left:28.125rem;width:19.625rem;height:15rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMgREDA7AUr6reWekfJQpgWTiyR8tup6 { top:16.4375rem;left:0rem;width:47.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUoPyMWs0Gq6mPUxep7M5DBKuqFg1Vlx { top:17.8125rem;left:1.9375rem;width:45.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLzMQNV50zeyUCiwWxntRmy36lkwnJU { top:17.25rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTQ4owvUgw4TydqsLAcvduwJTyv9TIy { top:2rem;left:28.125rem;width:19.625rem;height:15rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHfWTq3g8Kig3uBfrgN4KixAuhgHvv4 { top:14.25rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUsB1rnJW6pH2AZ33BAKT8TzSBCDJnM { width:38.1875rem;height:3.4375rem;top:23.9375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJU8GW7dBRnZ2Zescqn8sewTK7ccZWE { display:block; }
 }@media only screen and (max-width: 763px) { #yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb { display:block; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gakUP9TJ1NLJgn2TU3N2TTWzH8mIxwN3 { top:1.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { top:6.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { top:1.8125rem;left:3.6875rem;width:13.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:1.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { top:1.625rem;left:0rem;width:6.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { top:10.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ { display:block; }#vszrqrH7Xu68v2KtUvHnh9ZCRdI4bRIZ > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { width:12.5rem;height:1.375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8751yHuaqgK6aTt8AvlQbeh3pDQ9NMv { width:9.375rem;height:1.875rem;top:3.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwT6WQC7LOPR7KJ0Ulz6d4VnT8MMW1fw { display:block; }
 }@media only screen and (max-width: 763px) { #ch0mzf5Q5kFb3K7ZDS5PmpTHsaThlOkC { width:9.375rem;height:1.875rem;top:10.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byRI8ne3pin96yLIubZn8osbpqnRL6cF { display:block; }
 }@media only screen and (max-width: 763px) { #GGfdvBi9QJgZIOZWDsyDiOa5Twtm72Rl { width:8.125rem;height:1.875rem;top:7rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGB2SO5V6yGAEhbbEGLtWXFARB7nKwOE { display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { display:none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:19rem;height:3.4375rem;top:26.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { width:16.3125rem;height:4.2246125rem;top:5.9375rem;left:1.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { width:16.3125rem;height:6rem;top:30.9375rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe { background-color:#0a6197;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { background-color: transparent; background-image: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container > .video-iframe-container { display: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container { display: none; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .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); }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { border-width: 0; border-radius: 0; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRlh719gKSqvz8GZQ6dZEpBHpuKqQIxe > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m44oxtZsQeRJ2peJccausRzdkuhVs3Ml { width:17.875rem;height:3.25rem;top:23.375rem;left:1.0625rem;font-size:1.25rem;z-index:15005;color:#ffffff;font-family:lato;text-shadow:0rem 0rem 0.625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #gAS8L8FM2Mnfzc4CVqQqqMDo65zMJBB5 { width:19rem;height:3.4375rem;top:22.8466796875rem;left:0.5rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #vWgzuzWLBapZTE3fsFBfwubRJTLL7yPB { display:block; }
 }@media only screen and (max-width: 763px) { #LmpC8XmITsPrgTl0aWiovmk29lZE99pk { top:0.7841796875rem;left:7.375rem;width:12.625rem;height:12.6738375rem;z-index:14999;font-family:lato;font-size:3.25rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ImQbTKfVNeWZd2pzC3PbdyG5A16f4dFH { top:0.90960962067613rem;left:-5.1607731839382rem;width:18.0625rem;height:26.375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D { display:block; }#bQzMfQ2zmegl7IIVpTTKf3IeIeEAIE4D > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { width:20rem;height:5.19921875rem;top:2.556640625rem;left:0rem;font-size:2rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #lTnMgVDUd53BxWizeLK2ciGh3XNglOTI { display:block; }#lTnMgVDUd53BxWizeLK2ciGh3XNglOTI > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5pyS2zkFHnm8XG4I3O4LM3PW7qP12xo { width:7.625rem;height:7.6875rem;top:41.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { width:20rem;height:1.4624rem;top:49.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFMscJDHPDyse6E7s7xo7Tt1tw8FGVB { width:2.375rem;height:2.375rem;top:65.3789375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { width:16.625rem;height:10.398425rem;top:52rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UBsS4b9fGGsFSrfpqsD1FTNqVBRu04 { width:20rem;height:1.4624rem;top:29.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e72w78UGPnNcEATsSTLBvDlAOduMb8Og { width:16.625rem;height:7.7988125rem;top:31.8125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOExS62iVfTp81w3t7vWUZHPNv7rOJo { width:2.375rem;height:2.375rem;top:36.996125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hulfW4fcziboLoACvKfa5rT4ouORQTUE { width:7.6875rem;height:7.6875rem;top:21.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { width:20rem;height:1.4624rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnhQSII230y6RGwQGu73I9ZhvZQJJPei { width:2.375rem;height:2.375rem;top:13rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { width:7.625rem;height:7.625rem;top:2.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { width:16.625rem;height:6.499025rem;top:12.9375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvN5vryX6fMvLHitmNoyxCCD5H9WDEt { width:20rem;height:3.65625rem;top:63.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N { display:block; }#lbQmBFE7u1wGKiVtD59nfoJt0OaHae3N > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehOvbcXC1WN1twRF1AtOntpzfGEf6ArV { width:9.375rem;height:0.125rem;top:4.9375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHorPqwoakA2vliV3TFlX7vBT1TTcSSL { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sv0xahw0XMFZlbuJg2tIGCKyM7czylDG { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnfiPFMKJlfC4gs5Fuc4nZb76bN03aiB { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JV0AdD5J5AvUOkoOQUaFbkGK71n3sF { width:9.375rem;height:0.125rem;top:4.9375rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IT0tAQF8V1l2QONmnkyb6t5dIpn0DcIM { width:19.875rem;height:1.625rem;top:5.0625rem;left:0.125rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #TwwCAEgin2BosIp5F1GCeLhSRNGSt7DT { width:19.9375rem;height:1.625rem;top:21.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5BXHasSWnfzDTRC58UtHkdVbkEaLngP { width:19.9375rem;height:1.625rem;top:17.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHxBy1sflv6NODxOkVDx5SDNVSqltmEB { width:19.875rem;height:1.625rem;top:13.4375rem;left:0.0625rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #T1q1Tuvxfdpc9QT1Wgty4Xv7LxvvZvNw { width:20rem;height:1.625rem;top:9.25rem;left:0rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #OFzhgBfUZ2eIRxo1Ow1QgAsOoniGLJS2 { width:11.0625rem;height:1.29980625rem;top:6.6875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ATFsk8CLraEsfPQoBBMbVvO7px7M0P { width:11.0625rem;height:1.29980625rem;top:23.4375rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR53T4fJgH1gMtOrM7VQORo5HHDyBcO { width:11.0625rem;height:1.29980625rem;top:19.25rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O058TPkIsqXnIs5rbFuyxgDMRiTuO4Bg { width:11.0625rem;height:1.29980625rem;top:15.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyxlKVK6gNxOCavQ6qtzrWRm6QA3fhzd { width:11.0625rem;height:1.29980625rem;top:10.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTOybZ2QUiGCoIWKDltbzZzEAi0AOce2 { width:14.375rem;height:23.6875rem;top:3.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrL8hzSpqcnLD8DPlSbszzt1bsBehDV8 { display:flex;width:0.625rem;height:0.625rem;top:5.8125rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #E3PE9W57IRfOr72ZladNyLhrCbinW5xp { display:flex;width:0.625rem;height:0.625rem;top:22.5rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #HRt4WkTuaVNnqKqW2BTSKdwIDzpESlfq { display:flex;width:0.625rem;height:0.625rem;top:18.375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #qUg12byUbPxWLkUTOMd1XmdgIfRgDskA { display:flex;width:0.625rem;height:0.625rem;top:14.1875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #BT0zplOcIFCaGbnDrTkTMgFqio74QHzx { display:flex;width:0.625rem;height:0.625rem;top:9.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dee2b470-ec04-45c5-98d7-79d53a03003c/02.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.adaptive-delivery-prevent-bg, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyload, #cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ.lazyloading { background-image: none; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { border-width: 0; border-radius: 0; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHuRomWc9qh31z8zcZsKadQnDvwzyTDZ > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa { background-color:#0a6197;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { background-color: transparent; background-image: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container > .video-iframe-container { display: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container { display: none; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .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); }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { border-width: 0; border-radius: 0; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNt6xv5pHGVnhfKzNisWnMKAwkRKbABa > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVBcAKA3wXUo7absmJqAOa3laMw5FLt9 { top:2.5rem;left:0.40625rem;width:19.1875rem;height:10.3984375rem;z-index:15000;font-family:lato;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hGdgz8zunXX5IlvoR3szPP41CGyLXpqI { display:block; }#hGdgz8zunXX5IlvoR3szPP41CGyLXpqI > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srlZyrDiIM1UoAM7JowCUrryOUEsTqT9 { width:20rem;height:4.2246125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXw2SiysqFapxt9NeAw6x3q4VsXTozmz { width:20rem;height:5.8496125rem;top:9.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlkEnHkrqWtyzyIt4Dq0pJlrRiNIGkMP { width:20rem;height:5.8496125rem;top:18.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REE75Wab0bzxCMob1C5CV3XEaSFNGxT2 { width:20rem;height:2.92480625rem;top:27.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uxsKkSH8nKHkSL3VzCuO3pmKW17aicFE { width:1.25rem;height:1.25rem;top:7.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtT1z9fMdHeGcpPdyTk1fcMaEwVdQToF { width:1.25rem;height:1.25rem;top:16.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv5oNcnnpcmh3amuIkAcZZ7l1TdLNSHG { width:1.25rem;height:1.25rem;top:25.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiU1TLpLeMpaTylhNHnkBq2TOBJeWTPu { width:20rem;height:2.92480625rem;top:41.349609375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1TUvT9lChMcKpBNAhCi8F5tCr4Gc19 { width:1.25rem;height:1.25rem;top:31.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEdTRQSTCGsmPBsNhNhDcsv1TTG4Srp { width:20rem;height:5.8496125rem;top:33.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf1hNtPllrnzNxuRP5IXVivaiRVPgE1c { width:14.5625rem;height:2.11230625rem;top:1.6875rem;left:2.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEvcucKw2K9iCAfhD8O2r493LKnEMqid { width:17.375rem;height:2.92480625rem;top:4.4873046875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn { display:block; }#XaK2at9gXpMTv9QUVUvH7BLlGqCElIdn > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUFBJvksgHCeaonRhQzWMPMM8b2DUqvT { width:13.5rem;height:10.234875rem;top:3.62890625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHM3XKoVHI3iixE0usGlLVmgQfFuXC4f { display:flex;width:1.875rem;height:1.875rem;top:1.62890625rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #sycpJ330acoCIwyeC6uhgAc7IhGlGgFb { width:13.5rem;height:11.3720625rem;top:20.50390625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweGtRb2mD4VRdF8QTtSHaSHbc0ZGBNn { width:13.5rem;height:9.097625rem;top:37.50390625rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ceq830K4yQay4Ep3uSecSgEcezn77Fxs { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvuc8axnktG3lx5q01qLev6i7eCJH4KG { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK537TiUyCQwAMypAoBfsQNCgbn05HCH { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHcLU69h5P4gC6fDWinU5w6aVb7eIoQ6 { display:flex;width:1.875rem;height:1.875rem;top:18.50390625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #psDgWVqUMkSdEOeGVpUZmWD38422Lw37 { display:flex;width:1.875rem;height:1.875rem;top:35.50390625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV { display:block; }#LOKZ7IGlIpTwhaaI5HTIIOyyWZ74QitV > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbS63CBGsiJlbwgPUGrtRsKAxQu9BXOf { width:17.3125rem;height:7.7988125rem;top:1.22509765625rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN { display:block; }#Hkp8qDAt5Q2q7U8yLnALeZ9wbaiRWZZN > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4kWAT5QSvDcUQ3RtZPM0ymS4f9Qyocb { width:20rem;height:10.56155rem;top:1.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk { display:block; }#i1SbH9km2O6VfqR7kJH3xduAxDo0QRvk > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQQC2amzkSO8ZFFcBhnQ6UTMwV7kCRAL { width:6.25rem;height:6.25rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZhXiXNmdiRTHsWTSG1tncMgCfTSTAQZ { width:13.5625rem;height:5.361325rem;top:8.75rem;left:3.21875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mh7qyeMLJ58R4e5Ebwwm6V305zBxkZ0w { width:6.25rem;height:6.25rem;top:16rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZqfC9PK9ITRu0lHf7t1N13wVedPKPD { width:16.875rem;height:3.57421875rem;top:23rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sf8Ck2VnVueXiq7nXqWGhT4dJTTDLVTm { width:6.25rem;height:6.25rem;top:28.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzzBrDT4uSJZG3ssr0v4qa8Hmy1qhoP { width:20rem;height:1.7871125rem;top:35.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLSao7OfC5AHyR7bfTw2ZsIBZTanWsXp { width:20rem;height:11.69921875rem;top:6.3984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBWEmbdDeWyX7WRB89WMe9Rv9rzh04GX { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { width:20rem;height:39.3125rem;top:20.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwzLx4iWyC2TuKcll2xoAxZPP418ncsC { width:13.3125rem;height:11rem;top:18.18359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU { display:block; }#B8CIyr1wp7iyRDT1EhCJfoJPrDHcKbCU > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8mSeKArZ5wunDOIzdDbT6c7eDmJdnbK { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE { display:block; }#Eg1pOeGtVA7o7thyPZbNXwIRFaFI6uGE > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTQlfiNvIzTxFa8hecQfNqIthM8VUAmS { width:17.75rem;height:4.2246125rem;top:2.28662109375rem;left:1.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdmHWRqWCeBlkmdcFPLG9Bw6cLnxbN87 { width:20rem;height:6.499025rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE { display:block; }#fnpoa3rdfHxwolEcgbofT7XpGhzsyQPE > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bckVpcALouldneCTAAsppqhU5hxsk5ys { width:13rem;height:27.8125rem;top:36.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT3kq7Qs3uXbZOkvJ7aG8TyRPFxkVFTJ { width:7.5rem;height:1.13720625rem;top:2.125rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIPLG7Ew13GJ5HNTUHvqg8cXsJoLxSqR { width:12.25rem;height:6.3369375rem;top:3.6875rem;left:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbHydaKhvmOqNnT2UE3t0fpyo5GyH5bx { width:7.5rem;height:1.875rem;top:1.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMlzoXXBzh7liOKU7cfOyGDwtm7UaMvS { width:6.125rem;height:3.41161875rem;top:12.43017578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0yRDLPSKMP3XhbEf8wcZrJVo70QoCSo { width:7.125rem;height:3.41161875rem;top:16.2431640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWIQZROfUbpKy6HwRz3AxuzCvyLxAThD { width:7rem;height:2.2744125rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFOIrioU4dzTT8ivCO9VFinTxEQAMDLb { width:5.9375rem;height:3.41161875rem;top:23.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXrh5LEo7eQhkEIKEmt58iVUVCUDO0Zb { width:6.125rem;height:3.41161875rem;top:27.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVW4FdDuPiCBaWoFdr8Necn7Dd28sBNJ { width:5.75rem;height:3.41161875rem;top:31.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4VA2ZrnMS7ZVmV3QxMDldIWES5hXU0k { width:11.25rem;height:2.2744125rem;top:12.998046875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdgaiKar6R9RBTs2nmPiLTsanww2LrV { width:11.25rem;height:2.2744125rem;top:16.8125rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVrrenNHtJK8FQgTkTm0RAABQc0QNmRW { width:11.25rem;height:2.2744125rem;top:20.5rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgk9yAORb3B9TTDkZosVFTBsrGbgdIil { width:11.25rem;height:2.2744125rem;top:24.25rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snfmk0VUX1l5RcJrqKRAFXqy6xtWHS6x { width:11.25rem;height:1.13720625rem;top:28.6875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkbb0CCVFQghISf1DZI6OX3xoul9L8lH { width:9.8125rem;height:1.13720625rem;top:31.875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1lC6JBrN32l0DoTgMXshS6BWKNGPF2 { width:12.5rem;height:1.625rem;top:9.67431640625rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgzI9TRTsdfr2HKIHUX5AVf15zR7HXKl { width:13rem;height:1.625rem;top:37.875rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIKyhx7L1Mkgs5mMEOg1XrQM3hzLQ3U { width:11.25rem;height:2.2744125rem;top:41.5rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P66R8hCNQnieAPeK56arbNr1R4EoxhZP { width:11.25rem;height:2.2744125rem;top:45.3125rem;left:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLcspDV4bPZlqMTJxFgKtHtQtdsvglwz { width:11.25rem;height:2.2744125rem;top:49.125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqNffC3T99ngPriI6bPmMOl7I8aTmaUL { width:11.25rem;height:2.2744125rem;top:52.9375rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7LgkuQ1hx9I1l1MGuIgk5ayQOiI3HiK { width:11.25rem;height:2.2744125rem;top:56.75rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTX6VslbDHx2O6NJy3TqwQzdd3Z2wIT { width:11.25rem;height:1.13720625rem;top:61.0625rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDC7IIOT7t6iSxWNfw2HnHz4mPTtPaFg { width:20rem;height:3.75rem;top:12.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2Xnb7EsiKrNksaNLiNpb99aDsonRLI { width:20rem;height:3.75rem;top:16rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #LILTe0uT8qkTdsutLtHHClSnog02QLUL { width:20rem;height:3.75rem;top:19.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #zsnpCmXNwnq4hLLJDsbo585u1U2wspa4 { width:20rem;height:3.75rem;top:23.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #RpzaJzByJOfy7TsbGq2VLp2BmI3OTF30 { width:20rem;height:3.75rem;top:27.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #wzm3suCowTpbSNLfPJ3nMIDNy7RTFm8C { width:20rem;height:3.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGaSRCCSZDJ5UbGTPHQV1UtWe11tcg2r { width:5.9375rem;height:3.41161875rem;top:59.9375rem;left:0rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HUH8f7XbkxDGGcaFJDN6sdghxEbT07T2 { width:20rem;height:3.75rem;top:48.3125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ay9okkOuDBJbTBRdGfT5IfP9Muqh7RZH { width:20rem;height:3.75rem;top:44.5rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BREWczNO4XWAD0DOTkAGhElQ637r3fk9 { width:20rem;height:3.75rem;top:40.6875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #fpJAbaMVzXGV70rG0yR9mRQWIcZZP7H1 { width:20rem;height:3.75rem;top:52.125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PvtIT17mgWtTIBWthTERggaKyUHFVfMO { width:20rem;height:3.75rem;top:55.9375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #kUwLhgBF0lHt4Kc61BCxchTMUCKpeo7y { width:20rem;height:3.75rem;top:59.75rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #J6FZUCEXSHu9BGHTWo7KidyPaU7prVB5 { width:7.0625rem;height:3.41161875rem;top:52.375rem;left:0rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VAc7TkzsObhhPnSDGPyST2R6tyTA0WnO { width:6.375rem;height:2.2744125rem;top:49.125rem;left:0rem;font-size:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dkyW0EyO2OxHc3IXqCQM4HXwdTilNMAf { width:6.125rem;height:3.41161875rem;top:40.9375rem;left:0rem;font-size:0.875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gHMlylCTZ0OOrNPZK6NSUFSkLLqOeQxx { width:6.4375rem;height:2.2744125rem;top:56.75rem;left:0rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mdovGw9NNdxNgZm1l6wnvUmBnbX8g1aG { width:6.5625rem;height:3.41161875rem;top:44.6806640625rem;left:0rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu { display:block; }#tB2UWFTFzJtTPbikVIwRXmadlBTL9tCu > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8MoHpeX7zu5epuPVloI97So4KsGNzoS { width:20rem;height:4.2246125rem;top:4.33740234375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gs89av1bitbO3cWuhbkLX4voRMrsCww7 { width:20rem;height:14.2480625rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }#gs89av1bitbO3cWuhbkLX4voRMrsCww7 li:before{  }
 }@media only screen and (max-width: 763px) { #wWOdo3DTQmMWAudq70ypRJruxuT1syIK { width:20rem;height:16.7783125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVdWwOWZ6PuL5pKEMHrc30y1g83Z4yAU { width:14.875rem;height:14.875rem;top:27.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdByT0OdpfdrRE68hOD2n0UyimwBk98X { width:10.8125rem;height:10.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA { display:block; }#g1nSRRVi4om2qPbMDrMeu3UXQ93W5ImA > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPBCC8ctf0HCicUxRXZcefAdsmNJrxUH { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCsMdPTU0DPnT98QPZMsG7cTOAgypmlh { width:20rem;height:6.09375rem;top:16.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJ5k5F2sHknyyw8C4dtvMzx6KNp7saOO { width:19.625rem;height:8.9375rem;top:7.0625rem;left:0.1875rem;font-size:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMgREDA7AUr6reWekfJQpgWTiyR8tup6 { width:19.875rem;height:12.0625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUoPyMWs0Gq6mPUxep7M5DBKuqFg1Vlx { width:17.9375rem;height:4.548825rem;top:31.375rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtLzMQNV50zeyUCiwWxntRmy36lkwnJU { width:3.375rem;height:3.375rem;top:26.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTQ4owvUgw4TydqsLAcvduwJTyv9TIy { width:11.9375rem;height:8.9375rem;top:7.6875rem;left:4.6875rem;font-size:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJHfWTq3g8Kig3uBfrgN4KixAuhgHvv4 { width:10.8125rem;height:10.8125rem;top:16.79296875rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUsB1rnJW6pH2AZ33BAKT8TzSBCDJnM { width:20rem;height:3.4375rem;top:39.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJU8GW7dBRnZ2Zescqn8sewTK7ccZWE { display:block; }
 }@media only screen and (max-width: 763px) { #yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb { display:block; }#yiErgZc08xe1lddCRWofwbAkQOQ0Uvyb > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gakUP9TJ1NLJgn2TU3N2TTWzH8mIxwN3 { width:18.4375rem;height:7.79883125rem;top:1.24853515625rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { width:20rem;height:4.87305rem;top:1.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { width:13.375rem;height:2.0625rem;top:7.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:14.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { width:6.125rem;height:2.0625rem;top:11rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { width:18.8125rem;height:2.2744125rem;top:17.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }