.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#p0V29SKk8ap7t0me81JcShD0Z4ibbtLB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.0625rem;width:8.5625rem;position:absolute;display:block;z-index:100001;top:0rem;left:0.125rem;overflow:hidden;display:block; }
#BvXD3BMuI9FMIcfmdN3KLXygKT2aSeWv { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18.625rem;left:0.6875rem;height:4.3847625rem;text-align:center;text-align-last:center;display:block; }
#E5M4ryzmMTxvuTUGTgSL6smwesHGWhxD { display:block;width:58.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:23rem;left:0.75rem;height:4.1418375rem;text-align:center;text-align-last:center;display:block; }
#JeIWUMXZJdXtrFgtPeUGXGOXJ56X6yCN { position:absolute;display:block;z-index:100010;background-color:#005bba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:44.25rem;top:6.0625rem;left:14.5625rem;display:block; }
#z6rbMdtJ7zT0FRdznxuL0y7L3cquftZT { position:absolute;display:block;z-index:100011;background-color:#ffd500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:44.25rem;top:12rem;left:14.5625rem;display:block; }
#hNsc6Hq0L3kOoeArfF1EFyM3DTFgqPNf { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.4375rem;width:11.4375rem;top:6.25rem;left:1.96875rem;overflow:hidden;display:block; }
#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX { position:relative;display:block; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX { background-color: transparent; background-image: none; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container > .video-iframe-container { display: none; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row > .video-iframe-container { display: none; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .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); }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX { border-width: 0; border-radius: 0; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container > .video-iframe-container {  }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:80.6875rem;width:60rem;position:relative;display:block; }#NcHQRqG1mHvR0FpgEmibOXDIzUlTCQBy { display:block;width:57.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.8;letter-spacing:0;top:1.400390625rem;left:0.875rem;height:1.9124375rem;color:#ee3162;text-align:justify;text-align-last:initial;display:block; }
#cWWirPNhzQQbby0PTq816DlGon5AsoDR { display:block;width:57.624375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.8;letter-spacing:0;top:3.962890625rem;left:0.875rem;height:4.72411875rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#nvTgVrFpQluxELTLCS5BgEEPNpnb9Zv0 { display:block;width:57.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.8;letter-spacing:0;top:17.0625rem;left:0.9375rem;height:1.9124375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#vx5bBayGQJBWVDndsp6HScHiSf8l9M0q { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:19.5rem;left:0.8125rem;display:block; }
#dEKAMhentfgoVhgM2GLwf91zM6nQDSGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kUDdtD9kdUoPg1Kw1MTSG5yeO3EB4KCX { display:block;width:57.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.8;letter-spacing:0;top:25.1875rem;left:0.8125rem;height:1.91161875rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#AQi0VGlBhdmvyP6ONRMA0wFuQucer27Q { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:27.625rem;left:0.8125rem;display:block; }
#ymrT97qJqzRzXOTmev7UgGvTwQkxxOwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#moociDrfag1oSfU7ZedrZKw2xOA0T7Fi { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:32.5rem;left:0.8125rem;display:block; }
#IkTmISZlvTeXoHig5aXJbgHgo7Xri8dR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZLfgdvA0a3nFireIxsuW19iZgqmWnbXK { display:block;width:57.624375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.8;letter-spacing:0;top:37.9375rem;left:0.8125rem;height:1.9124375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#SHNchbieJxDUzLblzR7OmAPekOp8i7S1 { background-color:#0068a9;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-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:"open sans";font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:10.262371063233rem;left:0.875rem;display:block; }
#sBF3nJr5eG7tt72quhh97buGZXAFz6zB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P0E1TsZJuVlJaGirK6JdH3ZQhF4Bs5BG { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:40.587237834931rem;left:0.875rem;display:block; }
#bMqBMy5vcTTZkEkKqlHvav5bCOObzQPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ox0S6ViTO6eOIUGE6uV6PQrQq3wcbCdy { display:block;width:57.6233125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100011;line-height:1.8;letter-spacing:0;top:45.999755859375rem;left:0.904541015625rem;height:1.9124375rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#X4Tt4MfIqwCw0QsAOLW8IwsPhLDG5zPT { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.06175rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:48.648681640625rem;left:0.8740234375rem;display:block; }
#WK7P3700XH6ZE5MctSv91U3WqryuB3aa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vkTBgdvPCIakJ1N5eZ5FeLpf8mkT7WyS { display:block;width:57.622875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100012;line-height:1.8;letter-spacing:0;top:58.8125rem;left:0.875rem;height:1.91161875rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#Z5LXgrUNG7VzsfDHUUL5aUq6uibs7bHS { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.061375rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:61.25rem;left:0.875rem;display:block; }
#tR41NihKI2Ok10ANCCwRguTR92CNFe0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b2sDL1lbzE7FDQmPXSv5S50UMq9C2ZDM { background-color:#0068a9;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-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:"open sans";font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0605625rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:53.336181640625rem;left:0.8740234375rem;display:block; }
#tcNu7F4ITUgqrx9aVoPBhNexTpzTzTyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l2yGWqSo1WMWpbDLxIyixzCO6HzbA2gi { display:block;width:57.6220625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100014;line-height:1.8;letter-spacing:0;top:67.1240234375rem;left:0.872802734375rem;height:11.4697125rem;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 { position:relative;display:block; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 { background-color: transparent; background-image: none; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container > .video-iframe-container { display: none; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row > .video-iframe-container { display: none; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .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); }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 { border-width: 0; border-radius: 0; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container > .video-iframe-container {  }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#sCGAexLyFrsaQZsTfmcTwUVQGEf7Dp7i { box-sizing:content-box;color:#00629b;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:block;z-index:100021;top:1rem;left:22.000000953674rem;display:block; }
#Fe757FfedVvD3cb8exWeP66JSkt4xHWa { color:#000000;display:block;width:14.6245625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:1.375rem;left:22rem;height:1.29964375rem;text-align:center;text-align-last:center;display:block; }
#QoaI5wysX0DWEd5x6g2BGaNWeq6TM1E4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25.5625rem;height:1.29964375rem;display:block; }
#AlwxgZTqdLGWvIsoroSyHRgSRuJLVuh3 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:7.88671875rem;left:19.468750953674rem;height:1.29964375rem;display:block; }
#Q1HwpaILziFxVzSpCTySW2TGnuXMlul8 { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:5.51171875rem;left:19.468750953674rem;height:1.29964375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0V29SKk8ap7t0me81JcShD0Z4ibbtLB { width:1.8125rem;height:1.25rem;top:2.5625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvXD3BMuI9FMIcfmdN3KLXygKT2aSeWv { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5M4ryzmMTxvuTUGTgSL6smwesHGWhxD { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIWUMXZJdXtrFgtPeUGXGOXJ56X6yCN { width:44.25rem;height:6rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6rbMdtJ7zT0FRdznxuL0y7L3cquftZT { width:44.25rem;height:6rem;top:12rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNsc6Hq0L3kOoeArfF1EFyM3DTFgqPNf { width:11.4375rem;height:11.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX { display:block; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcHQRqG1mHvR0FpgEmibOXDIzUlTCQBy { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWirPNhzQQbby0PTq816DlGon5AsoDR { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTgVrFpQluxELTLCS5BgEEPNpnb9Zv0 { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5bBayGQJBWVDndsp6HScHiSf8l9M0q { width:22.0625rem;height:3.4375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEKAMhentfgoVhgM2GLwf91zM6nQDSGD { display:block; }
 }@media only screen and (max-width: 763px) { #kUDdtD9kdUoPg1Kw1MTSG5yeO3EB4KCX { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQi0VGlBhdmvyP6ONRMA0wFuQucer27Q { width:22.0625rem;height:3.4375rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymrT97qJqzRzXOTmev7UgGvTwQkxxOwX { display:block; }
 }@media only screen and (max-width: 763px) { #moociDrfag1oSfU7ZedrZKw2xOA0T7Fi { width:22.0625rem;height:3.4375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTmISZlvTeXoHig5aXJbgHgo7Xri8dR { display:block; }
 }@media only screen and (max-width: 763px) { #ZLfgdvA0a3nFireIxsuW19iZgqmWnbXK { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNchbieJxDUzLblzR7OmAPekOp8i7S1 { width:25.125rem;height:3.4375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBF3nJr5eG7tt72quhh97buGZXAFz6zB { display:block; }
 }@media only screen and (max-width: 763px) { #P0E1TsZJuVlJaGirK6JdH3ZQhF4Bs5BG { width:22.0625rem;height:3.4375rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqBMy5vcTTZkEkKqlHvav5bCOObzQPa { display:block; }
 }@media only screen and (max-width: 763px) { #Ox0S6ViTO6eOIUGE6uV6PQrQq3wcbCdy { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Tt4MfIqwCw0QsAOLW8IwsPhLDG5zPT { width:22rem;height:3.4375rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7P3700XH6ZE5MctSv91U3WqryuB3aa { display:block; }
 }@media only screen and (max-width: 763px) { #vkTBgdvPCIakJ1N5eZ5FeLpf8mkT7WyS { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LXgrUNG7VzsfDHUUL5aUq6uibs7bHS { width:22rem;height:3.4375rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR41NihKI2Ok10ANCCwRguTR92CNFe0m { display:block; }
 }@media only screen and (max-width: 763px) { #b2sDL1lbzE7FDQmPXSv5S50UMq9C2ZDM { width:22rem;height:3.4375rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNu7F4ITUgqrx9aVoPBhNexTpzTzTyH { display:block; }
 }@media only screen and (max-width: 763px) { #l2yGWqSo1WMWpbDLxIyixzCO6HzbA2gi { width:8.9375rem;height:1.0625rem;top:2.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 { display:block; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCGAexLyFrsaQZsTfmcTwUVQGEf7Dp7i { width:3.125rem;height:3.125rem;top:1rem;left:15.875000953674rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe757FfedVvD3cb8exWeP66JSkt4xHWa { width:14.5625rem;height:1.25rem;top:1.375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoaI5wysX0DWEd5x6g2BGaNWeq6TM1E4 { width:12.5rem;height:1.25rem;top:2.4375rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlwxgZTqdLGWvIsoroSyHRgSRuJLVuh3 { width:23.5rem;height:1.3125rem;top:7.875rem;left:13.343750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HwpaILziFxVzSpCTySW2TGnuXMlul8 { width:21.0625rem;height:1.25rem;top:5.5rem;left:13.343750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0V29SKk8ap7t0me81JcShD0Z4ibbtLB { width:8.5625rem;height:6.0625rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvXD3BMuI9FMIcfmdN3KLXygKT2aSeWv { width:20rem;height:5.5849625rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5M4ryzmMTxvuTUGTgSL6smwesHGWhxD { width:20rem;height:5.844725rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeIWUMXZJdXtrFgtPeUGXGOXJ56X6yCN { width:13.125rem;height:3.5rem;top:8.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6rbMdtJ7zT0FRdznxuL0y7L3cquftZT { width:13.125rem;height:3.8125rem;top:11.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNsc6Hq0L3kOoeArfF1EFyM3DTFgqPNf { width:5.81176875rem;height:5.874025rem;top:8.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX { display:block; }#hTUq6WlSfLOJpQ1JQUzaFBqw6PbIv7MX > .row .container { width:20rem;height:74.881585546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcHQRqG1mHvR0FpgEmibOXDIzUlTCQBy { width:20rem;height:2.2485375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWWirPNhzQQbby0PTq816DlGon5AsoDR { width:20rem;height:6.74560625rem;top:4.1100273132324rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTgVrFpQluxELTLCS5BgEEPNpnb9Zv0 { width:20rem;height:2.2485375rem;top:16.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5bBayGQJBWVDndsp6HScHiSf8l9M0q { width:17.5rem;height:3.4375rem;top:19.3125rem;left:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEKAMhentfgoVhgM2GLwf91zM6nQDSGD { display:block; }
 }@media only screen and (max-width: 763px) { #kUDdtD9kdUoPg1Kw1MTSG5yeO3EB4KCX { width:20rem;height:1.125rem;top:23.75390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQi0VGlBhdmvyP6ONRMA0wFuQucer27Q { width:19rem;height:3.4375rem;top:26.12890625rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymrT97qJqzRzXOTmev7UgGvTwQkxxOwX { display:block; }
 }@media only screen and (max-width: 763px) { #moociDrfag1oSfU7ZedrZKw2xOA0T7Fi { width:19rem;height:3.4375rem;top:30.81640625rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTmISZlvTeXoHig5aXJbgHgo7Xri8dR { display:block; }
 }@media only screen and (max-width: 763px) { #ZLfgdvA0a3nFireIxsuW19iZgqmWnbXK { width:20rem;height:1.125rem;top:35.50390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNchbieJxDUzLblzR7OmAPekOp8i7S1 { width:18.999rem;height:3.4375rem;top:11.60888671875rem;left:0.499267578125rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBF3nJr5eG7tt72quhh97buGZXAFz6zB { display:block; }
 }@media only screen and (max-width: 763px) { #P0E1TsZJuVlJaGirK6JdH3ZQhF4Bs5BG { width:19rem;height:3.4375rem;top:37.87890625rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMqBMy5vcTTZkEkKqlHvav5bCOObzQPa { display:block; }
 }@media only screen and (max-width: 763px) { #Ox0S6ViTO6eOIUGE6uV6PQrQq3wcbCdy { width:20rem;height:1.12426875rem;top:42.56591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Tt4MfIqwCw0QsAOLW8IwsPhLDG5zPT { width:19rem;height:3.4375rem;top:44.94018671875rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK7P3700XH6ZE5MctSv91U3WqryuB3aa { display:block; }
 }@media only screen and (max-width: 763px) { #vkTBgdvPCIakJ1N5eZ5FeLpf8mkT7WyS { width:20rem;height:0;top:54.315185546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5LXgrUNG7VzsfDHUUL5aUq6uibs7bHS { width:19rem;height:3.4375rem;top:57.475585546875rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR41NihKI2Ok10ANCCwRguTR92CNFe0m { display:block; }
 }@media only screen and (max-width: 763px) { #b2sDL1lbzE7FDQmPXSv5S50UMq9C2ZDM { width:19rem;height:3.4375rem;top:49.627685546875rem;left:0.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcNu7F4ITUgqrx9aVoPBhNexTpzTzTyH { display:block; }
 }@media only screen and (max-width: 763px) { #l2yGWqSo1WMWpbDLxIyixzCO6HzbA2gi { width:20rem;height:0;top:62.163085546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 { display:block; }#nU9RTMynR5HRUVNUmawBxpPI4OTW2u97 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCGAexLyFrsaQZsTfmcTwUVQGEf7Dp7i { width:3.125rem;height:3.125rem;top:0.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe757FfedVvD3cb8exWeP66JSkt4xHWa { width:14.5625rem;height:1.29948125rem;top:3.875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoaI5wysX0DWEd5x6g2BGaNWeq6TM1E4 { width:12.5rem;height:1.29948125rem;top:5.1875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AlwxgZTqdLGWvIsoroSyHRgSRuJLVuh3 { width:20rem;height:2.59765625rem;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1HwpaILziFxVzSpCTySW2TGnuXMlul8 { width:20rem;height:1.29948125rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }