.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#f3f3f4;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); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#800080;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { background-color: transparent; background-image: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container > .video-iframe-container { display: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container { display: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .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); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { border-width: 0; border-radius: 0; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#inmI3oxZ1MJ6L1DbB7Lzo9m9I0BBpzbX { background-color:#800080;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.8125rem;left:41.6875rem;display:none; }
#ytTuCckuFrT1t5A9f1lZsHHUT4KXPP78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.5625rem;left:47.6875rem;display:none; }
#NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; }#ta7553X87Lq5RHaUAWARrPlAXDWnps4I { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.5rem;left:56.5625rem;display:none; }
#ta7553X87Lq5RHaUAWARrPlAXDWnps4I > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; }#knCRkopIZMxv9ukXs8HXZPyKJeW4fHDZ { background-color:#800080;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.8125rem;left:49.9375rem;display:none; }
#BWecGxk1qbXvc7iu4hqpx1hGFhtpXvc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DUXKExqH6JOC12mRtabb87XDvXgAKwqk { background-color:#800080;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.8125rem;left:33.40625rem;display:none; }
#CoroQwZvH3LOWx7QAqbvAHJOoVb1BGLC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 { box-sizing:content-box;color:#5d92ff;font-size:0.5rem;font-weight:400;line-height:1;height:0.75rem;width:0.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.5rem;left:39.59375rem;display:none; }
#tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; }#eLWN3QxztxaosWHQ9hdxNMLZQVh89HWA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.31185rem;width:5.3125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.56098091602326rem;left:1.5rem;overflow:hidden;display:block; }
#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MYo4aOTV/shutterstock_130192370_tiny.jpg");background-position:center !important;background-repeat: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; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.adaptive-delivery-prevent-bg, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyload, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyloading { background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { background-color: transparent; background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .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); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { border-width: 0; border-radius: 0; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#OOtW3U85DFJMIq3xoe1Z1Bzob09oCnw0 { color:#ffffff;display:block;width:48.061rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3878037929535rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXdzSsZ0Gg02ww5Jqu3PSHnwXLI6keHi { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:5.9375rem;width:20.561rem;top:9.9978301525119rem;left:18.567710876465rem;display:block; }
#zvxa6dtsBqiaVnQ9ot13BmuBeM6HRqaM { color:#008051;display:block;width:13.4375rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.522787094116rem;left:22.128910064698rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T85ulBBGTdRV0LNG9rmNtLseTonSrNPg { color:#008051;display:block;width:14.6865rem;position:absolute;font-family:"proxima nova";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.37158203125rem;left:21.50244140625rem;height:1.055775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd2T0hr3m82l2laTodGPmgppyV5cFrhG { position:absolute;display:block;z-index:15010;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:9.375rem;width:9.1873125rem;top:7.9665801525119rem;left:4.9685363769531rem;overflow:hidden;display:block; }
#TzBFT5GmglDO2bZcvTPH0X7k5zbEqlBq { color:#000000;display:block;width:20.061875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.1108946800231rem;left:22.128910064698rem;height:1.2999125rem;display:block; }
#wpLAQ7nCJlydkxV7MTZkESA2ovW1IWkd { color:#000000;display:block;width:13.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.62283039093rem;left:23.437503814698rem;height:1.2999125rem;display:block; }
#r95WUg3b5U4GHG6pEs3dKIdhNvRxAqCa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9351875rem;height:5.624275rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10.152634143829rem;left:19.380064964294rem;display:block; }
#UuXMtD0Fr1zMHAsKmwXR4KW29qC6BRIX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5VlghuFUqCI90kPTENVgurC4Q0fEDLE { box-sizing:content-box;height:7.625rem;width:11.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:8.9238864739381rem;left:3.6891374838466rem;display:block; }
#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I { 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; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container { background-color: transparent; background-image: none; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container > .video-iframe-container { display: none; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row > .video-iframe-container { display: none; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .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); }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container { border-width: 0; border-radius: 0; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#wQsTKoTUHVdk5lpUyob04FyUEwNdOTKC { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:1.5625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMPQOmp0tEgvos7on6K2yC1xhxeaRfcw { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:17.8125rem;left:1.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LReEEDBzGRIxwPbRFXqKxZUT6fMrLJxg { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.12451171875rem;left:21.5625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x41t1h60iS6gx37ABxGJlBRQR9DQ9Ifc { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:17.8125rem;left:21.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EF1kq65odxHL7lN1tW9mK1Fwl14B8OPN { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.0625rem;left:41.5625rem;height:1.95023125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpSPh6C3E6rg1iJGXhCAzTpzo6CxGIBH { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.8125rem;left:41.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJxeWtdN0Tv78defk45k2TldPue2Jn7C { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:8.125rem;left:1.5625rem;display:block; }
#wlxmcdukwDlLbwH5KtIdDwSI4gs5wHz7 { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.5625rem;height:3.24978125rem;font-style:normal;display:block; }
#qch0W9QntsdCESf7zuH5Wq3EZbR4t8TE { position:absolute;display:block;z-index:15007;background-color:#800080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:8.0625rem;left:1.5625rem;display:block; }
#g89dclzp6xMAF486F4Co5BpSXiXvU7ho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:11.4375rem;left:8.4375rem; }
#NqCBhDiDHcEmDA7DQ1mUv1Te3zVb7Fg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.4375rem;left:28.4375rem; }
#TH0pg8buu7tPLrzF3qqpr8A5udbuf531 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:11.4375rem;left:48.4375rem; }
#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container { background-color: transparent; background-image: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container > .video-iframe-container { display: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row > .video-iframe-container { display: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .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); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container { border-width: 0; border-radius: 0; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container { font-size:0.875rem;font-family:"open sans";height:11.6875rem;width:60rem;position:relative;display:block; }#DXsKwqMUV4BcbpcHOzZLPeKSztgDkW4H { display:block;width:57.125rem;position:absolute;font-family:"proxima nova";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4869804382324rem;left:0.875rem;height:3.24978125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#273444;font-style:normal;display:block; }
#D4CS4OBy040TExTRUA1CeWyaxZnOUTqN { display:block;width:60rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.3723964691163rem;left:0rem;height:1.46195rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#4d586e;display:block; }
#SgHECtg7DUcbRovObW8gJapZyKnf6U8W { position:absolute;display:block;z-index:15009;background-color:#800080;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.186631875rem;width:3.75rem;top:7.125rem;left:1.1875rem;display:block; }
#UTTTmNo2h5xBnP2TzpNINXfhqERsT6cy { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:56.875rem;top:7.1807727813719rem;left:1.3114166259766rem;display:block; }
#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container { background-color: transparent; background-image: none; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container > .video-iframe-container { display: none; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row > .video-iframe-container { display: none; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .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); }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container { border-width: 0; border-radius: 0; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container { font-size:0.875rem;font-family:"open sans";height:21rem;width:60rem;position:relative;display:block; }#n8zWzca3b9y1aiOrBBQWJfOh1Qerk8yk { border-top:0.0625rem solid #f9fafc;border-left:0.0625rem solid #f9fafc;border-right:0.0625rem solid #f9fafc;border-bottom:0.0625rem solid #f9fafc;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.25rem;width:17.5rem;position:absolute;display:block;z-index:15000;top:2.5rem;left:1.25rem;box-shadow: 0rem 0.0625rem 0.25rem rgba(136,151,170,0.32) ;display:block; }
#blkf8Ow4KLkEnCE5124mUHalD9Wv7IoX { display:block;width:15rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.9987583160401rem;left:2.5rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;color:#8a97ab;display:block; }
#y1uJmbwQNkT5sA9RbUsG9RD4QsbFUgky { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.117720603943rem;left:2.5rem;height:1.137875rem;font-style:normal;color:#008ef8;display:block; }
#wVhK6eHJZwxmDDLeTJgky6yAFRyM0ysi { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.499112129211rem;left:2.5rem;height:0.97523125rem;font-style:normal;color:#5197d3;display:block; }
#VFHZJGnTpWnWbeAUpRcnSOTGTOKpFZdv { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15006;top:11.117720603943rem;left:10.308061599731rem;display:block; }
#Jvf1VckoVR5ru75Wn5D5cOAGsBTe2xO2 { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15007;top:11.117720603943rem;left:12.120916366577rem;display:block; }
#NQrcdy9VkJVxnhtnMwGUn560cQm7C151 { display:block;width:15rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:6.16832447052rem;left:22.499109268189rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;color:#8897aa;display:block; }
#re7E7CeSiei8MdivhBdqtRXyLtFcTByv { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15018;top:11.117720603943rem;left:33.936433792114rem;display:block; }
#bo64MDeinRCKsZQldW0rJE2RFATAWHwN { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15017;top:11.117720603943rem;left:32.123579025269rem;display:block; }
#bLdVNzRqMRv534dz2LucEBJsXL7TANit { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15016;top:11.117720603943rem;left:30.310724258423rem;display:block; }
#W59FAQym42ahUNmgVaKFpChLgQ1MkX3y { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15015;top:11.117720603943rem;left:28.497869491577rem;display:block; }
#gNVoEFSLCtT1ZG2kIxkw72AWS6KbMh1w { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.117720603943rem;left:22.498224258423rem;height:1.137875rem;font-style:normal;color:#008ef8;display:block; }
#GKzZd89ePmniFPPl3EVcRHRRvuvtWeQG { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.498223304749rem;left:22.498224258423rem;height:0.97523125rem;font-style:normal;color:#5197d3;display:block; }
#UeytnG6MFvEPqtq4CZ8o0VgmN25ABGOz { border-top:0.0625rem solid #f9fafc;border-left:0.0625rem solid #f9fafc;border-right:0.0625rem solid #f9fafc;border-bottom:0.0625rem solid #f9fafc;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.25rem;width:17.5rem;position:absolute;display:block;z-index:15010;top:2.5rem;left:21.249998092651rem;box-shadow: 0rem 0.0625rem 0.25rem rgba(136,151,170,0.32) ;display:block; }
#sy1aUEonZRvzDCOIKCbJdfhOBVQEPHZW { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:3rem;width:3rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:0.99875736236575rem;left:28.24928855896rem;overflow:hidden;display:block; }
#W7gJhIkqRiK19TvCulMc4fvEqF2T5J6f { display:block;width:15rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:5.9978685379028rem;left:42.499998092651rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;color:#8897aa;display:block; }
#Tt96IfwiDpoJasLMnc5LrCxTrgg5uMic { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15027;top:11.117720603943rem;left:52.120023727417rem;display:block; }
#QXpK0WlDnNA2QQniu3kW72poftXTfycg { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15026;top:11.117720603943rem;left:50.306280136108rem;display:block; }
#e6mw8WHVectRR7N5XyHtnpQZJIzWhd0W { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15025;top:11.117720603943rem;left:48.4925365448rem;display:block; }
#CMWE9to4lxnTquA55iRthZn42FBGcTk9 { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.117720603943rem;left:42.499998092651rem;height:1.137875rem;font-style:normal;color:#008ef8;display:block; }
#hcIpTg7ByfGz2TGIhcIWThVXAhOv7zGK { display:block;width:12.5rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.253195762634rem;left:42.499998092651rem;height:0.97511875rem;font-style:normal;color:#5197d3;display:block; }
#H5qHISxwuPuc7qXpT4pysiWJFbAoe7ur { border-top:0.0625rem solid #f9fafc;border-left:0.0625rem solid #f9fafc;border-right:0.0625rem solid #f9fafc;border-bottom:0.0625rem solid #f9fafc;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.25rem;width:17.5rem;position:absolute;display:block;z-index:15020;top:2.5rem;left:41.25rem;box-shadow: 0rem 0.0625rem 0.25rem rgba(136,151,170,0.32) ;display:block; }
#VgArtdbKd1cxWP0HMNPPy1ztqr6vnf5l { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:3rem;width:3rem;position:absolute;display:block;z-index:15024;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:0.99786949157713rem;left:48.24928855896rem;overflow:hidden;display:block; }
#kWcmq5r2Hg5Oh7TCiDuXpDufQEdGwdNr { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15005;top:11.117720603943rem;left:8.4952068328856rem;display:block; }
#KPrHCeKsd0dpPpelVGT1IJ1ZERzd7KTb { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15020;top:11.117720603943rem;left:55.687139511108rem;display:block; }
#CnoA3XMLyD1i9wt39BLTeNSi5yTmB7ax { border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;height:3rem;width:3rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;top:0.99964618682863rem;left:8.24928855896rem;overflow:hidden;display:block; }
#tDhy0SPgP9JpCTzUdSMnGSbxPG4KsTOE { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15018;top:11.117720603943rem;left:33.936433792114rem;display:none; }
#rHTKxM0hVAENWI9DZKMb08LAVCeq5pmV { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15021;top:11.11683177948rem;left:15.686254501342rem;display:block; }
#wFdUTdyrwSQvZNStTkTdKGK2TFaRi6cP { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15022;top:11.11683177948rem;left:13.995916366577rem;display:block; }
#ZRBPc5KpzLVAAIDCgncfxwuHU3F1cFmW { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15025;top:11.117720603943rem;left:48.4925365448rem;display:block; }
#sSb2W6f34KJLxnDvZcdyn3uRPOB10CRn { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15019;top:11.1171875rem;left:35.6865234375rem;display:none; }
#ymH62Q2bPEdf51aPDXK7WVayWmxhIpEo { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15028;top:11.1171875rem;left:53.994140625rem;display:block; }
#NAJd7JgPdu1xHpFUoRxTGrK2TszHG6x2 { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15018;top:11.117720603943rem;left:33.936433792114rem;display:block; }
#u04vwEZMblbJpo9UIqZLHN1cVLI6QOt8 { box-sizing:content-box;color:#ffbe0b;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:block;z-index:15019;top:11.125rem;left:35.625rem;display:block; }
#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4d586e;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; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container { background-color: transparent; background-image: none; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container > .video-iframe-container { display: none; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row > .video-iframe-container { display: none; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .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); }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container { border-width: 0; border-radius: 0; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#TAMvlVRWXPU8wfCiUEiJMJ20KACAGWpQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:5rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.0625rem;left:20.25rem;overflow:hidden;display:block; }
#uPZOxgGQVnD9Qt1PC7BO8siKiMz6bBgz { display:block;width:14.4986875rem;position:absolute;font-family:raleway;font-size:0.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.15625rem;left:26.875000953674rem;height:0.81235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h16EJZKFDhkDgZdm5hLco5GyzFHdSAO3 { color:#11b6fb;display:block;width:6.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:16.25rem;height:1.137875rem;display:block; }
#NzUmJ8tcU61DsUTOGaQrahb7ULigd34c { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:25.1875rem;height:1.137875rem;display:block; }
#nkGSB9Pig7HTs7XV0mvQzrf67OXGbPJP { color:#000000;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:34.875rem;height:1.137875rem;display:block; }
#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA { position:relative;display:none; }#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA { border-width: 0; border-radius: 0; }#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA > .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; }#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;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; }#PZpmdsA7lMg1voT0kGWF0XPoizGcpI64 { border-bottom:0.0625rem solid #e3ecfd;border-left:0.0625rem solid #e3ecfd;border-right:0.0625rem solid #e3ecfd;border-top:0.0625rem solid #e3ecfd;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.75rem;width:59.1875rem;position:absolute;display:block;z-index:15000;top:0.59353256225586rem;left:0.34342479705811rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#zoUdJ7vh8MpNG9s8ekDoTGGHu0TZ1ttb { display:block;width:12.1228125rem;position:absolute;font-family:"proxima nova";font-size:2.3125rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:3.5rem;left:31.750001907349rem;height:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#LWahfw5UOFTTBzhUGVC3KLyedC1vJoPx { display:block;width:9.62425rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:5.9375rem;left:32.99843788147rem;height:0.75rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#PpR2u2tfcsRyT31OTm4HxXWpzZn0HMW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;position:absolute;display:block;z-index:15075;box-shadow: 0.0625rem 0.0625rem 0.1875rem #adadad ;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;top:1.6025390625rem;left:1.0361328125rem;overflow:hidden;display:block; }
#aHiqxhgSgnNZcTvJCKWLqJwkUBA05SOZ { 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:1rem;width:1rem;top:3.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#yH52SsLn4aH8HwkRuOoeJ4cJQLTyet4s { display:block;width:11.375rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:1.625rem;left:17.8125rem;height:0.875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#SsBF5zJXLRlVZn3N3MUVgssKsnnpEWSc { display:block;width:8.0615rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:1.669921875rem;left:7.1845703125rem;height:1.125rem;text-align:left;text-align-last:left;color:#008ef8;font-style:normal;display:block; }
#hS0NWv3aMbU97ZA5IPrwxKAeozBt3ubT { color:#47516c;display:block;width:13.5rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.375001907349rem;height:1.1375rem;display:block; }
#mUdB6ARhd4IAATusB8eKZUzCn8dfcRRf { color:#47516c;display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:5.1875rem;left:19.375rem;height:1.1375rem;display:block; }
#NUCufpCMRBcrFxPeWSQid5Bu2569lI5w { 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:0.99805rem;width:0.99805rem;top:5.1875rem;left:17.8125rem;display:block; }
#uayHeDp07OE32R6TKOU0JvWy0TruIO03 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:7.0625rem;left:17.8125rem;overflow:hidden;display:block; }
#sT1ernJkwvxJx9QB2svPDiwx9Sd1SDhv { color:#47516c;display:block;width:10rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:7.125rem;left:19.375001907349rem;height:1.1375rem;display:block; }
#aRT3Eznwbr2O3nThkgcAzQ9wdFUP3eer { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.3125rem;top:7.0625rem;left:33.40625rem;overflow:hidden;display:block; }
#HPRK5uhzcB3od3CsrIqx43AKf4I3cnFw { color:rgba(79,75,75,0.77);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:7.2431640625rem;left:35rem;height:1.13671875rem;display:block; }
#WHfa2GNQL4ZEQRT9D6loFJBePbzvb1CE { display:block;width:9.25rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:2.9375rem;left:7.1845703125rem;height:0.875rem;text-align:left;text-align-last:left;color:#008ef8;font-style:normal;display:block; }
#QQe82p6uPIH2fJXosc5xNaScy9mhiB7H { background-color:#1daf1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:"proxima nova";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.5rem;height:2.99805rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:1.625rem;left:45.75rem;display:block; }
#P8JTs7Sx5EN4A6TG4irr8TrNzUJ9ELVn { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#WF3OkP03shkWuozrfLhaoSxyTlmqRnhm { background-color:#008ef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:"proxima nova";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.5rem;height:2.99805rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:6.0625rem;left:45.75rem;display:block; }
#rCWi2pgORLNpTdtDsXV6iyTvp7sBrcq0 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO { position:relative;display:none; }#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO { border-width: 0; border-radius: 0; }#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO > .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; }#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.375rem;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; }#hMFODFnXaXyCEApEkyxo1nnGODlzgtR4 { border-bottom:0.0625rem solid #e3ecfd;border-left:0.0625rem solid #e3ecfd;border-right:0.0625rem solid #e3ecfd;border-top:0.0625rem solid #e3ecfd;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:9.75rem;width:59.1875rem;position:absolute;display:block;z-index:15000;top:0.59353256225586rem;left:0.34342479705811rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yav8raextHMdbsM0BVTAHMbhoa6TB3IM { display:block;width:12.1228125rem;position:absolute;font-family:"proxima nova";font-size:2.3125rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:3.5rem;left:31.750001907349rem;height:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#qFbhZ1R69aCZxUBFkABaPQaLPFDXviG4 { display:block;width:9.62425rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:5.9375rem;left:32.99843788147rem;height:0.75rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#w6QGwCtxqZuzePOyfyrniN2THZuelcSp { background-color:#1daf1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:"proxima nova";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.5rem;height:2.99805rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:1.6025390625rem;left:45.75rem;display:block; }
#AfEeqzNET3b3HFmwdnK66oMI8T3cownc { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#N7LAhwlnEpaAkAExvc45GoW1Av6QOFU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;position:absolute;display:block;z-index:15075;box-shadow: 0.0625rem 0.0625rem 0.1875rem #adadad ;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;top:1.6025390625rem;left:1.0361328125rem;overflow:hidden;display:block; }
#GqAS8xtulVHvX7Q3cTpWxx9P42rZxNIr { 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:1rem;width:1rem;top:3.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#BfoB2QF9zo8lNP1hPBdo5L5FshRQLGTl { display:block;width:11.375rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:1.625rem;left:17.8125rem;height:0.875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#N8uP2C0mpZZXGaEhH6iz0qh0ep7lkENi { display:block;width:8.0615rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:1.669921875rem;left:7.1845703125rem;height:1.125rem;text-align:left;text-align-last:left;color:#008ef8;font-style:normal;display:block; }
#pGawke8s5asLF9QRTLNcD5f8hANWPoM9 { color:#47516c;display:block;width:13.5rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.375001907349rem;height:1.1375rem;display:block; }
#NZ2HX6gzetO9QhxX9TlVIDUsPkPPTnbK { color:#47516c;display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:5.1875rem;left:19.375rem;height:1.1375rem;display:block; }
#XAvD4osqUcAhJRWkqMnPsn6bnnw765e7 { 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:1rem;width:1rem;top:5.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#kbTB5JQ3u9lwcbrbCfAXOeDpggoLCqpE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:7.0625rem;left:17.8125rem;overflow:hidden;display:block; }
#bHdDsdaENsI85kdwEWEGZHBTASvb2tAs { color:#47516c;display:block;width:10rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:7.125rem;left:19.375001907349rem;height:1.1375rem;display:block; }
#XPVDVZz0cJ1JiuP1eXWRZ8X5G3H9vDh1 { display:block;width:9.25rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:2.9375rem;left:7.1845703125rem;height:0.875rem;text-align:left;text-align-last:left;color:#008ef8;font-style:normal;display:block; }
#gEiyuHDpV0oSQaaVvvO5VuWLGL5uXFvM { background-color:#008ef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:"proxima nova";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.5rem;height:2.99805rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:6.0625rem;left:45.75rem;display:block; }
#VE7mb4yhux7OvPBpM3xhPPCPlav2CJ49 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH { position:relative;z-index:auto;display:block; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { width:47.75rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #inmI3oxZ1MJ6L1DbB7Lzo9m9I0BBpzbX { width:7.875rem;height:2.1875rem;top:0.8125rem;left:27.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #ytTuCckuFrT1t5A9f1lZsHHUT4KXPP78 { display:block; }
 }@media only screen and (max-width: 959px) { #NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 { width:0.75rem;height:0.75rem;top:1.5625rem;left:33.8125rem;display:none; }
#NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 959px) { #ta7553X87Lq5RHaUAWARrPlAXDWnps4I { width:0.75rem;height:0.75rem;top:1.5rem;left:43.0625rem;display:none; }
#ta7553X87Lq5RHaUAWARrPlAXDWnps4I > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 959px) { #knCRkopIZMxv9ukXs8HXZPyKJeW4fHDZ { width:7.875rem;height:2.1875rem;top:0.8125rem;left:36.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #BWecGxk1qbXvc7iu4hqpx1hGFhtpXvc3 { display:block; }
 }@media only screen and (max-width: 959px) { #DUXKExqH6JOC12mRtabb87XDvXgAKwqk { width:7.875rem;height:2.1875rem;top:0.8125rem;left:19.28125rem;display:none; }
 }@media only screen and (max-width: 959px) { #CoroQwZvH3LOWx7QAqbvAHJOoVb1BGLC { display:block; }
 }@media only screen and (max-width: 959px) { #tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 { width:0.75rem;height:0.75rem;top:1.5rem;left:25.46875rem;display:none; }
#tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 959px) { #eLWN3QxztxaosWHQ9hdxNMLZQVh89HWA { width:4.12435rem;height:1.06228125rem;top:1rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 { background-color:#f3f3f4;background-image:url("https://images.assets-landingi.com/MYo4aOTV/shutterstock_130192370_tiny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:block; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.adaptive-delivery-prevent-bg, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyload, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyloading { background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { background-color: transparent; background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .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); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { border-width: 0; border-radius: 0; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { width:47.75rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OOtW3U85DFJMIq3xoe1Z1Bzob09oCnw0 { width:32.8125rem;height:1.8684875rem;top:1.3530817031861rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #CXdzSsZ0Gg02ww5Jqu3PSHnwXLI6keHi { width:14.5625rem;height:3.375rem;top:9.5625rem;left:16.810546875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zvxa6dtsBqiaVnQ9ot13BmuBeM6HRqaM { width:10.3125rem;height:1.462675rem;top:10.919054031372rem;left:18.717448711395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T85ulBBGTdRV0LNG9rmNtLseTonSrNPg { width:8.3745625rem;height:0.81163125rem;top:10.311415672303rem;left:19.686416149139rem;font-size:0.625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #qd2T0hr3m82l2laTodGPmgppyV5cFrhG { width:7.6855625rem;height:7.9980625rem;top:7.2482643723487rem;left:3.4678821563721rem;display:block; }
 }@media only screen and (max-width: 959px) { #TzBFT5GmglDO2bZcvTPH0X7k5zbEqlBq { width:20rem;height:1.2999125rem;top:7.6868505477906rem;left:18.312501430511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wpLAQ7nCJlydkxV7MTZkESA2ovW1IWkd { width:13.125rem;height:1.2999125rem;top:13.451173305511rem;left:18.875001430511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #r95WUg3b5U4GHG6pEs3dKIdhNvRxAqCa { width:14.1875rem;height:4.5rem;top:8.9973961114881rem;left:17.030165195465rem;display:block; }
 }@media only screen and (max-width: 959px) { #UuXMtD0Fr1zMHAsKmwXR4KW29qC6BRIX { display:block; }
 }@media only screen and (max-width: 959px) { #K5VlghuFUqCI90kPTENVgurC4Q0fEDLE { width:11.7480625rem;height:7.6248125rem;top:7.4348960518837rem;left:1.4366320371627rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I { display:block; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wQsTKoTUHVdk5lpUyob04FyUEwNdOTKC { width:16.875rem;height:1.462675rem;top:15.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMPQOmp0tEgvos7on6K2yC1xhxeaRfcw { width:16.875rem;height:3.0013rem;top:17.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LReEEDBzGRIxwPbRFXqKxZUT6fMrLJxg { width:16.875rem;height:1.462675rem;top:15.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #x41t1h60iS6gx37ABxGJlBRQR9DQ9Ifc { width:16.875rem;height:3.0013rem;top:17.8125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EF1kq65odxHL7lN1tW9mK1Fwl14B8OPN { width:16.875rem;height:1.462675rem;top:15rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cpSPh6C3E6rg1iJGXhCAzTpzo6CxGIBH { width:16.875rem;height:;top:17.8125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lJxeWtdN0Tv78defk45k2TldPue2Jn7C { width:47.75rem;height:0.0625rem;top:7.0000004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wlxmcdukwDlLbwH5KtIdDwSI4gs5wHz7 { width:47.75rem;height:2.43706875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qch0W9QntsdCESf7zuH5Wq3EZbR4t8TE { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #g89dclzp6xMAF486F4Co5BpSXiXvU7ho { width:3.125rem;height:3.125rem;top:11.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NqCBhDiDHcEmDA7DQ1mUv1Te3zVb7Fg6 { width:3.125rem;height:3.125rem;top:11.4375rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TH0pg8buu7tPLrzF3qqpr8A5udbuf531 { width:3.125rem;height:3.125rem;top:11.4375rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 { display:block; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DXsKwqMUV4BcbpcHOzZLPeKSztgDkW4H { width:47.7484375rem;height:2.43706875rem;top:3.3749980926514rem;left:0.0015625357627869rem;font-family:"proxima nova";font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #D4CS4OBy040TExTRUA1CeWyaxZnOUTqN { width:47.745125rem;height:1.462675rem;top:7.998046875rem;left:0rem;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #SgHECtg7DUcbRovObW8gJapZyKnf6U8W { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UTTTmNo2h5xBnP2TzpNINXfhqERsT6cy { width:47.75rem;height:0.0625rem;top:6.9997825622556rem;left:0.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 959px) { #hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG { display:block; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #n8zWzca3b9y1aiOrBBQWJfOh1Qerk8yk { width:15rem;height:12.5rem;top:2.5000009536743rem;left:0.45809656381607rem;display:block; }
 }@media only screen and (max-width: 959px) { #blkf8Ow4KLkEnCE5124mUHalD9Wv7IoX { width:12.75rem;height:3.6002625rem;top:5.6081314086914rem;left:1.5509586930275rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #y1uJmbwQNkT5sA9RbUsG9RD4QsbFUgky { width:12.75rem;height:1.13671875rem;top:11.123935699463rem;left:1.5509586930275rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #wVhK6eHJZwxmDDLeTJgky6yAFRyM0ysi { width:12.75rem;height:0.97439375rem;top:12.259410858154rem;left:1.5509586930275rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #VFHZJGnTpWnWbeAUpRcnSOTGTOKpFZdv { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:8.611328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Jvf1VckoVR5ru75Wn5D5cOAGsBTe2xO2 { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:10.048828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NQrcdy9VkJVxnhtnMwGUn560cQm7C151 { width:12.7494375rem;height:4.80035rem;top:5.6036920547486rem;left:17.499111711979rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #re7E7CeSiei8MdivhBdqtRXyLtFcTByv { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:26.934481203556rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bo64MDeinRCKsZQldW0rJE2RFATAWHwN { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:25.496269762516rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bLdVNzRqMRv534dz2LucEBJsXL7TANit { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:23.995028078556rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #W59FAQym42ahUNmgVaKFpChLgQ1MkX3y { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:22.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #gNVoEFSLCtT1ZG2kIxkw72AWS6KbMh1w { width:12.7494375rem;height:1.13671875rem;top:11.122159004211rem;left:17.499111711979rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #GKzZd89ePmniFPPl3EVcRHRRvuvtWeQG { width:12.7494375rem;height:0.97439375rem;top:12.256747245789rem;left:17.499111711979rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #UeytnG6MFvEPqtq4CZ8o0VgmN25ABGOz { width:15rem;height:12.5rem;top:2.4982252120972rem;left:16.312143862247rem;display:block; }
 }@media only screen and (max-width: 959px) { #sy1aUEonZRvzDCOIKCbJdfhOBVQEPHZW { width:2.5rem;height:2.5rem;top:1.3716259002686rem;left:22.374821245671rem;display:block; }
 }@media only screen and (max-width: 959px) { #W7gJhIkqRiK19TvCulMc4fvEqF2T5J6f { width:12.75rem;height:4.80035rem;top:5.625rem;left:33.416667938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tt96IfwiDpoJasLMnc5LrCxTrgg5uMic { width:1.5rem;height:1.5rem;top:11.25rem;left:43.167320251465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QXpK0WlDnNA2QQniu3kW72poftXTfycg { width:1.5rem;height:1.5rem;top:11.25rem;left:41.729820251465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #e6mw8WHVectRR7N5XyHtnpQZJIzWhd0W { width:1.5rem;height:1.5rem;top:11.25rem;left:40.292320251465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CMWE9to4lxnTquA55iRthZn42FBGcTk9 { width:12.5rem;height:1.13671875rem;top:11.117835998535rem;left:33.541667938233rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #hcIpTg7ByfGz2TGIhcIWThVXAhOv7zGK { width:12.5rem;height:0.97439375rem;top:12.259763717651rem;left:33.541667938233rem;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 959px) { #H5qHISxwuPuc7qXpT4pysiWJFbAoe7ur { width:15rem;height:12.5rem;top:2.4999980926514rem;left:32.229167938233rem;display:block; }
 }@media only screen and (max-width: 959px) { #VgArtdbKd1cxWP0HMNPPy1ztqr6vnf5l { width:2.5rem;height:2.5rem;top:1.3710918426514rem;left:38.458335876465rem;display:block; }
 }@media only screen and (max-width: 959px) { #kWcmq5r2Hg5Oh7TCiDuXpDufQEdGwdNr { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:7.2083339691163rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 959px) { #KPrHCeKsd0dpPpelVGT1IJ1ZERzd7KTb { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:44.604820251465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CnoA3XMLyD1i9wt39BLTeNSi5yTmB7ax { width:2.5rem;height:2.5rem;top:1.3742885589599rem;left:6.4586291909219rem;display:block; }
 }@media only screen and (max-width: 959px) { #tDhy0SPgP9JpCTzUdSMnGSbxPG4KsTOE { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:28.433060228824rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 959px) { #rHTKxM0hVAENWI9DZKMb08LAVCeq5pmV { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:12.923472940922rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wFdUTdyrwSQvZNStTkTdKGK2TFaRi6cP { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:11.486328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZRBPc5KpzLVAAIDCgncfxwuHU3F1cFmW { width:1.5rem;height:1.5rem;top:11.25rem;left:38.854820251465rem;font-size:1rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 959px) { #sSb2W6f34KJLxnDvZcdyn3uRPOB10CRn { width:1.49946875rem;height:1.49946875rem;top:11.25rem;left:28.433060228824rem;font-size:1rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 959px) { #ymH62Q2bPEdf51aPDXK7WVayWmxhIpEo { width:1.5rem;height:1.5rem;top:11.25rem;left:43.167320251465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NAJd7JgPdu1xHpFUoRxTGrK2TszHG6x2 { width:1.49921875rem;height:1.49921875rem;top:11.25rem;left:28.500782012939rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 959px) { #u04vwEZMblbJpo9UIqZLHN1cVLI6QOt8 { width:1.49921875rem;height:1.49921875rem;top:11.25rem;left:28.500782012939rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 959px) { #LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp { display:block; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TAMvlVRWXPU8wfCiUEiJMJ20KACAGWpQ { width:5rem;height:5rem;top:4.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uPZOxgGQVnD9Qt1PC7BO8siKiMz6bBgz { width:47.75rem;height:0.81163125rem;top:9.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h16EJZKFDhkDgZdm5hLco5GyzFHdSAO3 { width:6rem;height:0.97511875rem;top:1.9375rem;left:12.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NzUmJ8tcU61DsUTOGaQrahb7ULigd34c { width:6.625rem;height:0.97511875rem;top:1.9375rem;left:19.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #nkGSB9Pig7HTs7XV0mvQzrf67OXGbPJP { width:7.4375rem;height:0.97511875rem;top:1.9375rem;left:27.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA { display:none; }#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA > .row .container { width:47.75rem;height:15.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #PZpmdsA7lMg1voT0kGWF0XPoizGcpI64 { width:46.3125rem;height:10.625rem;top:0rem;left:0.66875004768369rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 959px) { #zoUdJ7vh8MpNG9s8ekDoTGGHu0TZ1ttb { width:6.06038125rem;height:1.875rem;top:4.25rem;left:27.500000357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LWahfw5UOFTTBzhUGVC3KLyedC1vJoPx { width:7.312rem;height:0.75rem;top:6.25rem;left:27.062500357628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PpR2u2tfcsRyT31OTm4HxXWpzZn0HMW0 { width:5rem;height:5rem;top:1.5rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #aHiqxhgSgnNZcTvJCKWLqJwkUBA05SOZ { width:1rem;height:1rem;top:7.3125rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #yH52SsLn4aH8HwkRuOoeJ4cJQLTyet4s { width:13.375rem;height:0.875rem;top:2.375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SsBF5zJXLRlVZn3N3MUVgssKsnnpEWSc { width:7.75rem;height:1.00043125rem;top:7.1875rem;left:1.6250001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #hS0NWv3aMbU97ZA5IPrwxKAeozBt3ubT { width:13.375rem;height:1.05625rem;top:7.375rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #mUdB6ARhd4IAATusB8eKZUzCn8dfcRRf { width:11.5rem;height:1.05625rem;top:5.6875rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NUCufpCMRBcrFxPeWSQid5Bu2569lI5w { width:0.999025rem;height:0.999025rem;top:5.6875rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #uayHeDp07OE32R6TKOU0JvWy0TruIO03 { width:1rem;height:1rem;top:4.125rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #sT1ernJkwvxJx9QB2svPDiwx9Sd1SDhv { width:11.5rem;height:1.05625rem;top:4.125rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aRT3Eznwbr2O3nThkgcAzQ9wdFUP3eer { width:1.3125rem;height:1.5625rem;top:7.0625019073488rem;left:26.156250357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #HPRK5uhzcB3od3CsrIqx43AKf4I3cnFw { width:9.8125rem;height:0.8941rem;top:7.3750019073488rem;left:27.593750357628rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WHfa2GNQL4ZEQRT9D6loFJBePbzvb1CE { width:8.0625rem;height:0.875rem;top:8.625rem;left:1.6250001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #QQe82p6uPIH2fJXosc5xNaScy9mhiB7H { width:9.875rem;height:2.75rem;top:2.625rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #P8JTs7Sx5EN4A6TG4irr8TrNzUJ9ELVn { display:block; }
 }@media only screen and (max-width: 959px) { #WF3OkP03shkWuozrfLhaoSxyTlmqRnhm { width:9.875rem;height:2.75rem;top:6.25rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #rCWi2pgORLNpTdtDsXV6iyTvp7sBrcq0 { display:block; }
 }@media only screen and (max-width: 959px) { #uUWJxlgHE0IZTzwT5IFasqlE4M49NddO { display:none; }#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO > .row .container { width:47.75rem;height:15.25rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #hMFODFnXaXyCEApEkyxo1nnGODlzgtR4 { width:46.3125rem;height:10.625rem;top:0rem;left:0.66875004768369rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 959px) { #yav8raextHMdbsM0BVTAHMbhoa6TB3IM { width:6.06038125rem;height:1.875rem;top:4.25rem;left:27.500000357628rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qFbhZ1R69aCZxUBFkABaPQaLPFDXviG4 { width:7.312rem;height:0.75rem;top:6.25rem;left:27.062500357628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #w6QGwCtxqZuzePOyfyrniN2THZuelcSp { width:9.875rem;height:2.75rem;top:4.125rem;left:36.593752264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AfEeqzNET3b3HFmwdnK66oMI8T3cownc { display:block; }
 }@media only screen and (max-width: 959px) { #N7LAhwlnEpaAkAExvc45GoW1Av6QOFU4 { width:5rem;height:5rem;top:1.5rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 959px) { #GqAS8xtulVHvX7Q3cTpWxx9P42rZxNIr { width:1rem;height:1rem;top:7.3125rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #BfoB2QF9zo8lNP1hPBdo5L5FshRQLGTl { width:13.375rem;height:0.875rem;top:2.375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #N8uP2C0mpZZXGaEhH6iz0qh0ep7lkENi { width:7.75rem;height:1rem;top:7.1875rem;left:1.6250001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #pGawke8s5asLF9QRTLNcD5f8hANWPoM9 { width:13.375rem;height:1.05625rem;top:7.375rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NZ2HX6gzetO9QhxX9TlVIDUsPkPPTnbK { width:11.5rem;height:1.05625rem;top:5.6875rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XAvD4osqUcAhJRWkqMnPsn6bnnw765e7 { width:1rem;height:1rem;top:5.6875rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #kbTB5JQ3u9lwcbrbCfAXOeDpggoLCqpE { width:1rem;height:1rem;top:4.125rem;left:10.970312476158rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 959px) { #bHdDsdaENsI85kdwEWEGZHBTASvb2tAs { width:11.5rem;height:1.05625rem;top:4.125rem;left:12.407812476158rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XPVDVZz0cJ1JiuP1eXWRZ8X5G3H9vDh1 { width:8.0625rem;height:0.875rem;top:8.625rem;left:1.6250001192093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #gEiyuHDpV0oSQaaVvvO5VuWLGL5uXFvM { width:9.875rem;height:2.75rem;top:4.375rem;left:36.593752264976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #VE7mb4yhux7OvPBpM3xhPPCPlav2CJ49 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH { background-color:#800080;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;position:relative;z-index:auto;display:block; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { background-color: transparent; background-image: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container > .video-iframe-container { display: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container { display: none; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .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); }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { border-width: 0; border-radius: 0; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETVA4FeGVnCeisnwnAKJbzEF0dGaMlRH > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inmI3oxZ1MJ6L1DbB7Lzo9m9I0BBpzbX { width:6.25rem;height:2.1875rem;top:3.3125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytTuCckuFrT1t5A9f1lZsHHUT4KXPP78 { display:block; }
 }@media only screen and (max-width: 763px) { #NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 { display:flex;width:0.75rem;height:0.75rem;top:12.091796875rem;left:9.625rem;display:none; }
#NHhuUb5cxdrFVpe4J1sclNpT78e1hI37 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #ta7553X87Lq5RHaUAWARrPlAXDWnps4I { display:flex;width:0.75rem;height:0.75rem;top:14.935546875rem;left:15.5rem;display:none; }
#ta7553X87Lq5RHaUAWARrPlAXDWnps4I > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #knCRkopIZMxv9ukXs8HXZPyKJeW4fHDZ { width:6.25rem;height:2.1875rem;top:3.3125rem;left:13.75rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #BWecGxk1qbXvc7iu4hqpx1hGFhtpXvc3 { display:block; }
 }@media only screen and (max-width: 763px) { #DUXKExqH6JOC12mRtabb87XDvXgAKwqk { width:6.25rem;height:2.1875rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoroQwZvH3LOWx7QAqbvAHJOoVb1BGLC { display:block; }
 }@media only screen and (max-width: 763px) { #tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 { display:flex;width:0.75rem;height:0.75rem;top:6.654296875rem;left:9.625rem;display:none; }
#tqRzDa41fmvo65ko14S0w5N0U3GxX6l6 > img { max-width: 100%;max-height:100%; width:0.75rem; height:0.75rem; } }@media only screen and (max-width: 763px) { #eLWN3QxztxaosWHQ9hdxNMLZQVh89HWA { width:4.31206875rem;height:1.12413125rem;top:0.6258680820465rem;left:0.43750005960464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 { background-color:#f9fafc;background-image:url("https://images.assets-landingi.com/MYo4aOTV/shutterstock_130192370_tiny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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:block; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.adaptive-delivery-prevent-bg, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyload, #dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9.lazyloading { background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { background-color: transparent; background-image: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { display: none; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .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); }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { border-width: 0; border-radius: 0; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dR2kv8TiR15GfS3g7wuTK7uPaAPL0eI9 > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOtW3U85DFJMIq3xoe1Z1Bzob09oCnw0 { width:19.4991875rem;height:3.57494375rem;top:1.3375000953674rem;left:0.25rem;font-size:1.375rem;color:#ffbe0b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXdzSsZ0Gg02ww5Jqu3PSHnwXLI6keHi { width:17.561875rem;height:5.81055rem;top:8.33246588707rem;left:1.1241319775581rem;background-color:#f9fafc;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:25.25rem;border-top-right-radius:25.25rem;border-bottom-left-radius:25.25rem;border-bottom-right-radius:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvxa6dtsBqiaVnQ9ot13BmuBeM6HRqaM { width:11.124125rem;height:1.95023125rem;top:11.263238668442rem;left:4.0939670205116rem;font-size:1.5rem;color:#008051;display:block; }
 }@media only screen and (max-width: 763px) { #T85ulBBGTdRV0LNG9rmNtLseTonSrNPg { width:12.874375rem;height:1.21853125rem;top:10.11523604393rem;left:3.2194011807442rem;font-size:0.9375rem;color:#008051;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qd2T0hr3m82l2laTodGPmgppyV5cFrhG { width:7.5rem;height:7.686625rem;top:17.072484016419rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBFT5GmglDO2bZcvTPH0X7k5zbEqlBq { width:19.9989375rem;height:1.2999125rem;top:6.2437074184418rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpLAQ7nCJlydkxV7MTZkESA2ovW1IWkd { width:17rem;height:1.2999125rem;top:14.557510137558rem;left:1.4995661377907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r95WUg3b5U4GHG6pEs3dKIdhNvRxAqCa { width:16.56175rem;height:5.311775rem;top:8.5800061225894rem;left:1.7180267572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuXMtD0Fr1zMHAsKmwXR4KW29qC6BRIX { display:block; }
 }@media only screen and (max-width: 763px) { #K5VlghuFUqCI90kPTENVgurC4Q0fEDLE { width:11.75rem;height:7.625rem;top:17.106338262558rem;left:4.1243491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I { display:block; }#S8lTt4OfQlFT5aRtnTkxfaq3hQZAVt7I > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQsTKoTUHVdk5lpUyob04FyUEwNdOTKC { width:20rem;height:1.46195rem;top:10.784507751465rem;left:-0.062499940395355rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMPQOmp0tEgvos7on6K2yC1xhxeaRfcw { width:16.875rem;height:2.99913125rem;top:12.727865219116rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReEEDBzGRIxwPbRFXqKxZUT6fMrLJxg { width:20rem;height:1.46195rem;top:22.127822875976rem;left:0.31250005960464rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x41t1h60iS6gx37ABxGJlBRQR9DQ9Ifc { width:16.875rem;height:2.99913125rem;top:23.521051406861rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF1kq65odxHL7lN1tW9mK1Fwl14B8OPN { width:20rem;height:1.46195rem;top:32.210289001465rem;left:-0.18749994039536rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpSPh6C3E6rg1iJGXhCAzTpzo6CxGIBH { width:16.875rem;height:1.49956875rem;top:34.359808921814rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJxeWtdN0Tv78defk45k2TldPue2Jn7C { width:20rem;height:0.0618489375rem;top:3.9737405776977rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wlxmcdukwDlLbwH5KtIdDwSI4gs5wHz7 { width:18.9375rem;height:1.70573125rem;top:1.2931861877441rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qch0W9QntsdCESf7zuH5Wq3EZbR4t8TE { width:3.75rem;height:0.186631875rem;top:3.9105933441162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g89dclzp6xMAF486F4Co5BpSXiXvU7ho { width:3.125rem;height:3.125rem;top:6.409507625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCBhDiDHcEmDA7DQ1mUv1Te3zVb7Fg6 { width:3.125rem;height:3.125rem;top:18.523221969604rem;left:8.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH0pg8buu7tPLrzF3qqpr8A5udbuf531 { width:3.125rem;height:3.125rem;top:29.154732704163rem;left:8.4375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 { display:block; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 { background-color: transparent; background-image: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container > .video-iframe-container { display: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row > .video-iframe-container { display: none; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .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); }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 { border-width: 0; border-radius: 0; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pv8KAodebo6XPC4nGoBcAHLd9qCkIT83 > .row .container { width:20rem;height:10.4375rem;background-color:#ffffff;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXsKwqMUV4BcbpcHOzZLPeKSztgDkW4H { width:17.622625rem;height:3.41145625rem;top:1.6603736877441rem;left:1.1881510615349rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4CS4OBy040TExTRUA1CeWyaxZnOUTqN { width:17.5rem;height:1.2999125rem;top:7.0742177963256rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgHECtg7DUcbRovObW8gJapZyKnf6U8W { width:3.75rem;height:0.123698125rem;top:5.9572448730469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTTmNo2h5xBnP2TzpNINXfhqERsT6cy { width:20rem;height:0;top:5.9963111877441rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG { display:block; }#hSEwDiLoOUJAEl2zoOeMDCidOcgyPXxG > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8zWzca3b9y1aiOrBBQWJfOh1Qerk8yk { width:17.5rem;height:10rem;top:1.6246452331543rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #blkf8Ow4KLkEnCE5124mUHalD9Wv7IoX { width:15rem;height:2.398725rem;top:3.4996452331543rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1uJmbwQNkT5sA9RbUsG9RD4QsbFUgky { width:12.5rem;height:1.137875rem;top:8.5875015258787rem;left:2.4992187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVhK6eHJZwxmDDLeTJgky6yAFRyM0ysi { width:12.5rem;height:0.97511875rem;top:9.625rem;left:2.4992187023163rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFHZJGnTpWnWbeAUpRcnSOTGTOKpFZdv { width:1.3125rem;height:1.3125rem;top:8.75rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvf1VckoVR5ru75Wn5D5cOAGsBTe2xO2 { width:1.3125rem;height:1.3125rem;top:8.75rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQrcdy9VkJVxnhtnMwGUn560cQm7C151 { width:15.0625rem;height:3.59809375rem;top:16.812500715256rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #re7E7CeSiei8MdivhBdqtRXyLtFcTByv { width:1.3125rem;height:1.3125rem;top:22.25rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo64MDeinRCKsZQldW0rJE2RFATAWHwN { width:1.3125rem;height:1.3125rem;top:22.25rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdVNzRqMRv534dz2LucEBJsXL7TANit { width:1.3125rem;height:1.3125rem;top:22.25rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W59FAQym42ahUNmgVaKFpChLgQ1MkX3y { width:1.3125rem;height:1.3125rem;top:22.25rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNVoEFSLCtT1ZG2kIxkw72AWS6KbMh1w { width:12.5rem;height:1.137875rem;top:21.962500333786rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKzZd89ePmniFPPl3EVcRHRRvuvtWeQG { width:12.5rem;height:0.97511875rem;top:23.362499952316rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeytnG6MFvEPqtq4CZ8o0VgmN25ABGOz { width:17.5rem;height:11.125rem;top:14.31250038743rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy1aUEonZRvzDCOIKCbJdfhOBVQEPHZW { width:2.5rem;height:2.5rem;top:13.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7gJhIkqRiK19TvCulMc4fvEqF2T5J6f { width:15rem;height:3.59809375rem;top:31.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt96IfwiDpoJasLMnc5LrCxTrgg5uMic { width:1.3125rem;height:1.3125rem;top:36.875rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXpK0WlDnNA2QQniu3kW72poftXTfycg { width:1.3125rem;height:1.3125rem;top:36.875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6mw8WHVectRR7N5XyHtnpQZJIzWhd0W { width:1.3125rem;height:1.3125rem;top:36.875rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMWE9to4lxnTquA55iRthZn42FBGcTk9 { width:12.5rem;height:1.137875rem;top:36.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcIpTg7ByfGz2TGIhcIWThVXAhOv7zGK { width:12.5rem;height:0.97511875rem;top:37.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5qHISxwuPuc7qXpT4pysiWJFbAoe7ur { width:17.5rem;height:10.625rem;top:28.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgArtdbKd1cxWP0HMNPPy1ztqr6vnf5l { width:2.5rem;height:2.5rem;top:27.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWcmq5r2Hg5Oh7TCiDuXpDufQEdGwdNr { width:1.3125rem;height:1.3125rem;top:8.75rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrHCeKsd0dpPpelVGT1IJ1ZERzd7KTb { width:1.3125rem;height:1.3125rem;top:36.875rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnoA3XMLyD1i9wt39BLTeNSi5yTmB7ax { width:2.5rem;height:2.5rem;top:0rem;left:8.5005325078962rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhy0SPgP9JpCTzUdSMnGSbxPG4KsTOE { width:1.875rem;height:1.875rem;top:43.9375rem;left:3.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHTKxM0hVAENWI9DZKMb08LAVCeq5pmV { width:1.3125rem;height:1.3125rem;top:8.75rem;left:16.249219894409rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFdUTdyrwSQvZNStTkTdKGK2TFaRi6cP { width:1.3125rem;height:1.3125rem;top:8.75rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBPc5KpzLVAAIDCgncfxwuHU3F1cFmW { width:1.3125rem;height:1.3125rem;top:36.875rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSb2W6f34KJLxnDvZcdyn3uRPOB10CRn { width:1.875rem;height:1.875rem;top:43.9375rem;left:6.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymH62Q2bPEdf51aPDXK7WVayWmxhIpEo { width:1.3125rem;height:1.3125rem;top:22.25rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAJd7JgPdu1xHpFUoRxTGrK2TszHG6x2 { width:1.3125rem;height:1.3125rem;top:38.81250038743rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u04vwEZMblbJpo9UIqZLHN1cVLI6QOt8 { width:1.875rem;height:1.875rem;top:41.43750038743rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp { display:block; }#LROTpi0mPKXdpoa9eBktlUWQEvpmxqEp > .row .container { width:20rem;height:15.141782873535rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAMvlVRWXPU8wfCiUEiJMJ20KACAGWpQ { width:5rem;height:5rem;top:7.916675rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZOxgGQVnD9Qt1PC7BO8siKiMz6bBgz { width:20rem;height:0.97511875rem;top:14.166675rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#606e83;display:block; }
 }@media only screen and (max-width: 763px) { #h16EJZKFDhkDgZdm5hLco5GyzFHdSAO3 { width:6.936875rem;height:0.97511875rem;top:1.25rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzUmJ8tcU61DsUTOGaQrahb7ULigd34c { width:7.6248125rem;height:0.97511875rem;top:3.472225rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkGSB9Pig7HTs7XV0mvQzrf67OXGbPJP { width:8.8748125rem;height:0.97511875rem;top:5.69445rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA { display:none; }#mkTM8m5q0VbaLhU98Cu1V2tRonnAwCFA > .row .container { width:20rem;height:32.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PZpmdsA7lMg1voT0kGWF0XPoizGcpI64 { width:18.875rem;height:27.375rem;top:0.3720703125rem;left:0.51171875rem;border-top:0.0625rem solid #e3ecfd;border-left:0.0625rem solid #e3ecfd;border-right:0.0625rem solid #e3ecfd;border-bottom:0.0625rem solid #e3ecfd;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zoUdJ7vh8MpNG9s8ekDoTGGHu0TZ1ttb { width:20rem;height:2rem;top:15rem;left:-0.032812237739563rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWahfw5UOFTTBzhUGVC3KLyedC1vJoPx { width:20rem;height:0.75rem;top:17.1875rem;left:-0.032812237739563rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpR2u2tfcsRyT31OTm4HxXWpzZn0HMW0 { width:3.1875rem;height:3.1875rem;top:1.6812515258789rem;left:1.1859375238419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aHiqxhgSgnNZcTvJCKWLqJwkUBA05SOZ { top:7.625rem;left:3.2500001192093rem;width:1rem;height:1rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yH52SsLn4aH8HwkRuOoeJ4cJQLTyet4s { width:20rem;height:0.9375rem;top:5.9375rem;left:1.1920928955078E-7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsBF5zJXLRlVZn3N3MUVgssKsnnpEWSc { width:10rem;height:1.25rem;top:2.1187515258789rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS0NWv3aMbU97ZA5IPrwxKAeozBt3ubT { width:13.25rem;height:1.13606875rem;top:7.625rem;left:5.2484377622604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUdB6ARhd4IAATusB8eKZUzCn8dfcRRf { width:12.875rem;height:1.13606875rem;top:9.375rem;left:5.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUCufpCMRBcrFxPeWSQid5Bu2569lI5w { top:9.375rem;left:3.2500001192093rem;width:0.9375rem;height:0.9375rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uayHeDp07OE32R6TKOU0JvWy0TruIO03 { top:11.1875rem;left:3.2500001192093rem;width:1rem;height:1rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sT1ernJkwvxJx9QB2svPDiwx9Sd1SDhv { width:10rem;height:1.13606875rem;top:11.1875rem;left:5.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRT3Eznwbr2O3nThkgcAzQ9wdFUP3eer { width:1.3125rem;height:1.5625rem;top:12.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPRK5uhzcB3od3CsrIqx43AKf4I3cnFw { width:12.5rem;height:1.13606875rem;top:13.125rem;left:4.6875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WHfa2GNQL4ZEQRT9D6loFJBePbzvb1CE { width:9.25rem;height:0.875rem;top:3.4306640625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQe82p6uPIH2fJXosc5xNaScy9mhiB7H { width:17.375rem;height:2.9375rem;top:19.4970703125rem;left:1.3125rem;background-color:#1daf1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;z-index:15039;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P8JTs7Sx5EN4A6TG4irr8TrNzUJ9ELVn { display:block; }
 }@media only screen and (max-width: 763px) { #WF3OkP03shkWuozrfLhaoSxyTlmqRnhm { width:17.375rem;height:2.9375rem;top:23.4970703125rem;left:1.3125rem;background-color:#008ef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;z-index:15039;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rCWi2pgORLNpTdtDsXV6iyTvp7sBrcq0 { display:block; }
 }@media only screen and (max-width: 763px) { #uUWJxlgHE0IZTzwT5IFasqlE4M49NddO { display:none; }#uUWJxlgHE0IZTzwT5IFasqlE4M49NddO > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMFODFnXaXyCEApEkyxo1nnGODlzgtR4 { width:18.875rem;height:27.375rem;top:0.3720703125rem;left:0.51171875rem;border-top:0.0625rem solid #e3ecfd;border-left:0.0625rem solid #e3ecfd;border-right:0.0625rem solid #e3ecfd;border-bottom:0.0625rem solid #e3ecfd;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yav8raextHMdbsM0BVTAHMbhoa6TB3IM { width:20rem;height:2rem;top:15rem;left:-0.032812237739563rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFbhZ1R69aCZxUBFkABaPQaLPFDXviG4 { width:20rem;height:0.75rem;top:17.1875rem;left:-0.032812237739563rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6QGwCtxqZuzePOyfyrniN2THZuelcSp { width:17.375rem;height:2.9375rem;top:19rem;left:1.3125rem;background-color:#1daf1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;z-index:15039;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AfEeqzNET3b3HFmwdnK66oMI8T3cownc { display:block; }
 }@media only screen and (max-width: 763px) { #N7LAhwlnEpaAkAExvc45GoW1Av6QOFU4 { width:3.1875rem;height:3.1875rem;top:1.6812515258789rem;left:1.1859375238419rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GqAS8xtulVHvX7Q3cTpWxx9P42rZxNIr { top:7.625rem;left:3.2500001192093rem;width:1rem;height:1rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BfoB2QF9zo8lNP1hPBdo5L5FshRQLGTl { width:20rem;height:0.9375rem;top:5.9375rem;left:1.1920928955078E-7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uP2C0mpZZXGaEhH6iz0qh0ep7lkENi { width:10rem;height:1.25rem;top:2.1187515258789rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGawke8s5asLF9QRTLNcD5f8hANWPoM9 { width:13.25rem;height:1.1375rem;top:7.625rem;left:5.2484377622604rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2HX6gzetO9QhxX9TlVIDUsPkPPTnbK { width:12.875rem;height:1.1375rem;top:9.375rem;left:5.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAvD4osqUcAhJRWkqMnPsn6bnnw765e7 { top:9.375rem;left:3.2500001192093rem;width:1rem;height:1rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kbTB5JQ3u9lwcbrbCfAXOeDpggoLCqpE { top:11.1875rem;left:3.2500001192093rem;width:1rem;height:1rem;z-index:15087;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bHdDsdaENsI85kdwEWEGZHBTASvb2tAs { width:10rem;height:1.1375rem;top:11.1875rem;left:5.2499998807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPVDVZz0cJ1JiuP1eXWRZ8X5G3H9vDh1 { width:9.25rem;height:0.875rem;top:3.4306640625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEiyuHDpV0oSQaaVvvO5VuWLGL5uXFvM { width:17.375rem;height:2.9375rem;top:22.875rem;left:1.3125rem;background-color:#008ef8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;z-index:15039;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VE7mb4yhux7OvPBpM3xhPPCPlav2CJ49 { display:block; }
 }