.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { background-color: transparent; background-image: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container > .video-iframe-container { display: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row > .video-iframe-container { display: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .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); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { border-width: 0; border-radius: 0; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#iGcIp28OQ0KTrgtLJT8tcks1lcPp4gNV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:11.3125rem;top:1.625rem;left:3.375rem;overflow:hidden;display:block; }
#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#005b94;background-image:none;position:relative;z-index:auto;display:block; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container { background-color: transparent; background-image: none; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container > .video-iframe-container { display: none; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row > .video-iframe-container { display: none; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .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); }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container { border-width: 0; border-radius: 0; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container { font-size:0.875rem;font-family:arial;height:11.46875rem;width:75rem;position:relative;display:block; }#p9nkTdXfe1T4ZPZb6Bc2mwUGT09M9RqN { color:#ffffff;display:block;width:41.1865rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:6.24755859375rem;left:16.905517578125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clPSPqxme01QgWVJHo6u3KS66smkuJ7S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;z-index:auto;display:block; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container { background-color: transparent; background-image: none; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container > .video-iframe-container { display: none; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row > .video-iframe-container { display: none; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .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); }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container { border-width: 0; border-radius: 0; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#ovP1CRkEsD5lWoV5KgDUwnt0cUA2FLzD { color:#0076bf;display:block;width:55.5625rem;position:absolute;font-family:"roboto slab";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:5.3720703125rem;left:11.5625rem;height:;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;display:block; }
#EdopB9uOLfoQoG8EbpcNshxnkfcIWSSB { color:#101010;display:block;width:46.62475rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:10.6845703125rem;left:14.3115234375rem;height:;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;display:block; }
#F7vEp3RLm2UCVRS9K70rUiwd6ysGclqm { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:10.18408203125rem;left:11.5625rem;display:block; }
#W3lEWFXtik7VI3zpgwFT7SqhR9mHTxrx { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:17.37158203125rem;left:11.5625rem;display:block; }
#FbVwXKTwESL8NSKgh4KJLx8E6MQUpixG { color:#101010;display:block;width:21.9998125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:100002;line-height:1;letter-spacing:0;top:17.99658203125rem;left:14.375rem;height:1.25rem;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;display:block; }
#uPV4AoOfwwPQTncD5fUnc8O2AfVdDTsB { color:#101010;display:block;width:46.6235625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:20.076904296875rem;left:18.625rem;height:0;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;display:none; }
#TtqgVOxbLJ2tTvCxmMr7mGBqnGse2kO7 { background-color:#0076bf;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;box-sizing:border-box;color:#f5f5f5;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:12.99925rem;height:2.87475625rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:20.6845703125rem;left:11.5625rem;display:block; }
#TZ73WTBcVakwOTUy1iOmCAquNLJ09pal { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jw2G3hD49SkRUUpa4uZvqERE1ExWwOHp { color:#0076bf;display:block;width:32.99925rem;position:absolute;font-family:"roboto slab";font-size:1.4375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:2.497314453125rem;left:11.5625rem;height:1.8682875rem;display:block; }
#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#ffffff;background-image:none;position:relative;display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { background-color: transparent; background-image: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row > .video-iframe-container { display: none; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .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); }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { border-width: 0; border-radius: 0; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { font-size:0.875rem;font-family:arial;height:22.62548825rem;width:75rem;position:relative;display:block; }#bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { color:#101010;display:block;width:27.9375rem;position:absolute;font-family:"roboto slab";font-size:2.25rem;font-weight:300;z-index:100007;line-height:.8;letter-spacing:0;top:4.0615234375rem;left:11.5625rem;height:1.79980625rem;font-style:normal;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;display:block; }
#sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { color:#101010;display:block;width:52.25rem;position:absolute;font-family:"roboto slab";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:8rem;left:11.625rem;height:12.87400625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { background-color: transparent; background-image: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container > .video-iframe-container { display: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row > .video-iframe-container { display: none; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .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); }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { border-width: 0; border-radius: 0; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#zMUZm5FZQTnS62DyvymbcHa5v79V7iuq { color:#101010;display:block;width:27.9373125rem;position:absolute;font-family:"roboto slab";font-size:2.25rem;font-weight:300;z-index:100008;line-height:.8;letter-spacing:0;top:3.3539485931396rem;left:11.6875rem;height:1.79980625rem;font-style:normal;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;display:block; }
#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container { background-color: transparent; background-image: none; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container > .video-iframe-container { display: none; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row > .video-iframe-container { display: none; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .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); }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container { border-width: 0; border-radius: 0; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eMnRQXqFo71EnJ8MafB2ncq24CsdvcWH { color:#0076bf;display:block;width:12.5625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:5.187255859375rem;left:27.562255859375rem;height:;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;display:block; }
#XuCXzA7T7e4bDi1oRztTMQqHLExtME5a { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.1875rem;width:12.1875rem;top:2.625rem;left:11.625rem;overflow:hidden;display:block; }
#lO9BmW9MwTGcb5XzhZTTEndxiVzcKaIz { color:#101010;display:block;width:35.2478125rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:7.5615234375rem;left:27.562255859375rem;height:2.924075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTWRXVSSqtRZMHCG97KLXOphbc5h40q0 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:12.751220703125rem;left:32.625rem;height:0;display:none; }
#hBfTFkzqVd2I3gp4ANyTbh17KyFvVDrA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:27.5927734375rem;height:1.2994375rem;display:block; }
#FuuE6wLapQVTUOU4TtOaqoFDQJmAyGT2 { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.9375rem;top:18.125rem;left:2.1875rem;display:none; }
#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container { background-color: transparent; background-image: none; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container > .video-iframe-container { display: none; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row > .video-iframe-container { display: none; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .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); }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container { border-width: 0; border-radius: 0; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#O49XgfZPq5UF0uhf00f4yx4M6J2wHdlK { color:#0076bf;display:block;width:12.5625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:5.187255859375rem;left:27.562255859375rem;height:;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;display:block; }
#kvs4DSPH5wVPe8y4lVbdhXzhF5TU4u9J { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.8125rem;width:11.8125rem;top:2.625rem;left:11.625rem;overflow:hidden;display:block; }
#Mw0efLTvhp1HG9Zunc87vORo5LROPF3t { color:#101010;display:block;width:35.2478125rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:7.5615234375rem;left:27.562255859375rem;height:2.924075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ml3yf4qUie1kVWBHP60JOagZ7moCEKdZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:11.248779296875rem;left:27.5927734375rem;height:1.2994375rem;display:block; }
#Uykt0iOm1sB4PnE2CqpPXcrZZZT1TSiR { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:18.125rem;left:2.1875rem;display:none; }
#oxh5Z5Va0nqTJ2cDXQLF7K0z9rllncZf { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:12.751220703125rem;left:32.625rem;height:0;display:none; }
#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container { background-color: transparent; background-image: none; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container > .video-iframe-container { display: none; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row > .video-iframe-container { display: none; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .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); }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container { border-width: 0; border-radius: 0; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dCXGAg3hKVRbiBT0y6UmubN3ge3SoyNV { color:#0076bf;display:block;width:12.5625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:5.187255859375rem;left:27.562255859375rem;height:;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;display:block; }
#qm3HbcT5Jmb2TQx47AmH14nlm5ZGyslG { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.75rem;width:11.75rem;top:2.625rem;left:11.625rem;overflow:hidden;display:block; }
#P030E7PkguHI4wCIdaxMp37SSApSlTrc { color:#101010;display:block;width:35.2478125rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:7.5615234375rem;left:27.562255859375rem;height:2.924075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rXRLCEPpDDuphU1ReV3k0LuuRRScOxkI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:11.248779296875rem;left:27.5927734375rem;height:1.2994375rem;display:block; }
#u8vqexPWgyFXmMdt6UpHaCn1Xyi0cTGD { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:18.125rem;left:2.1875rem;display:none; }
#PxrcWN2wCMHXWVeNSztVKDiKzfVv0r8G { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:12.751220703125rem;left:32.625rem;height:0;display:none; }
#U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:none; }#U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu > .row .container { border-width: 0; border-radius: 0; }#U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:none; }#oLKhrtxddVkRD4yxF8ZLmU5kiSfe5Ksx { color:#101010;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100008;line-height:.8;letter-spacing:0;top:4.0625rem;left:0rem;height:1.79931875rem;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; }
#nnqcu3GdoRftIv8c7Ai7PsI55EdqE9KF { color:#000000;display:block;width:33.1860625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:2.31201171875rem;left:11.625rem;height:1.25rem;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;display:block; }
#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container { background-color: transparent; background-image: none; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container > .video-iframe-container { display: none; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row > .video-iframe-container { display: none; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .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); }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container { border-width: 0; border-radius: 0; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#wLpu98v37mIcSO4smm2RrLmdctsHBwvF { color:#101010;display:block;width:27.937rem;position:absolute;font-family:"roboto slab";font-size:1.75rem;font-weight:300;z-index:100009;line-height:.8;letter-spacing:0;top:2.20458984375rem;left:11.6875rem;height:1.4620375rem;font-style:normal;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;display:block; }
#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;display:block; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container { background-color: transparent; background-image: none; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container > .video-iframe-container { display: none; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row > .video-iframe-container { display: none; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .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); }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container { border-width: 0; border-radius: 0; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#d31HmgQDawFusWAN8JpwTIiRAGTDV4H7 { color:#0076bf;display:block;width:12.5625rem;position:absolute;font-family:"roboto slab";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:5.187255859375rem;left:27.562255859375rem;height:;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;display:block; }
#aOP6DuiCLkNSUsu4BKggT4NQMwfXOBEa { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.9375rem;width:11.9375rem;top:2.625rem;left:11.625rem;overflow:hidden;display:block; }
#TMhn6nQ1wTBdng1XfcmIT4mgC03TK3y9 { color:#101010;display:block;width:35.2478125rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:7.5615234375rem;left:27.562255859375rem;height:2.924075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hzxs6oN7Ku9UaLNFdVMaVOI4ypDcHOie { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:27.5927734375rem;height:1.2994375rem;display:block; }
#cpxhCWSTOda0JAiVc9yOI32t5vvxtDQW { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:18.3125rem;left:2.1875rem;display:none; }
#egIpxrp7pn2f3nylJt7KNKa90OV1bovd { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"roboto slab";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:12.751220703125rem;left:32.625rem;height:0;display:none; }
#pg9nnnDqp0hK854vPw57WMVCeONUqRCi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;position:relative;z-index:auto;display:block; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container { background-color: transparent; background-image: none; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container > .video-iframe-container { display: none; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row > .video-iframe-container { display: none; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .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); }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container { border-width: 0; border-radius: 0; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#NZ6bzTtObKX1USr6UyVAnuQiAOMenSCc { background-color:#0076bf;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;box-sizing:border-box;color:#f5f5f5;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:12.9986875rem;height:2.87475625rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:2.31201171875rem;left:11.622924804688rem;display:block; }
#SCViw00R4Qv4QSaX837zNB65WxNXmDPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container { background-color: transparent; background-image: none; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container > .video-iframe-container { display: none; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row > .video-iframe-container { display: none; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .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); }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container { border-width: 0; border-radius: 0; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#cTDFltZzf5tIchZ36dL2gicH4L1mBDwT { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:5.75rem;left:2.0625rem;display:block; }
#flaogTEZ1ST7DOv3UskcTzr8VbVZiCIK { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.75rem;left:5.9375rem;display:block; }
#ZzRSsnt48syfVm7hmMTXBnTs8P8gRQye { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:5.75rem;left:10.125rem;display:block; }
#RJClp5N872JTsVRFVQiRqubWEzD4lttu { color:#aba6a7;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4rem;left:2.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dlg4aO8kJfk9Jaxyc3ESxfEBov6AVWf9 { color:#beb3b3;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:2.875rem;height:1.13769375rem;display:block; }
#ChtaMeKnQXiTffJTR8iZWGOQ8NNpgJxu { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:2.93701171875rem;height:1.13769375rem;display:block; }
#ooMUHuDhxZqIE0SzEP6uCndIdJNvKKIC { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.7490234375rem;left:7.96875rem;height:1.13769375rem;display:block; }
#qS5IP9JHExQTSIXNTxiZsJTCbNf5aRWu { color:#ffffff;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:10.75rem;left:13.625rem;height:1.13769375rem;display:block; }
#ciqrPtsPT8vBTLP2Fbp7gTWO74ruwF4z { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:18.25rem;height:1.13769375rem;display:block; }
#enWwbG0ICFoCrisHJ0QXzQpkXSdrrGgS { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.74951171875rem;left:21.4990234375rem;height:1.13769375rem;display:block; }
#W14LneV93qDPRMguWxNK9ROfi2q8pGgQ { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:28.3115234375rem;height:1.13769375rem;display:block; }
#fzBEzN42PH98h2cmRKsG34s7ax194GgU { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:33.75rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#GvTKHkMoqDNmAFPB7UhnVVuvJvGCTlVD { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:10.7802734375rem;left:44.375rem;height:1.13769375rem;display:block; }
#mHu5sPgM3EEyqgKxl44pTimAf32E3ALQ { color:#000000;display:block;width:23rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:52rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#yQkudRQ39QnaqN1VPIBPhTnUdqk4BVDb { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:8.8125rem;top:9.654296875rem;left:65.875rem;overflow:hidden;display:block; }
#I4AFvTqlT0MlqpLZ46rWlsof7IfO59ZT { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:8.4375rem;top:6.185546875rem;left:65.9990234375rem;overflow:hidden;display:block; }
#gFlA8ZIM01HD6aTPgFpAmBZcQgIPF4ti { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:10.0625rem;top:6.185546875rem;left:55.1669921875rem;overflow:hidden;display:block; }
#FodxJMnm8tg6Q7fEtktNwQyTZff9dMR1 { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:5.75rem;left:18.25rem;display:block; }
#ZJlwGIgOvXFbxWDTGo6ITPZpaGzU0gic { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.75rem;left:14.1875rem;display:block; }
#BkX3o14FWNMJJ6nxAyuLHgTv1GNokl7L { box-sizing:content-box;color:#ffffff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.75rem;left:22.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 { display:block; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGcIp28OQ0KTrgtLJT8tcks1lcPp4gNV { top:1.625rem;left:0rem;width:11.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw { display:block; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9nkTdXfe1T4ZPZb6Bc2mwUGT09M9RqN { width:41.125rem;height:3.75rem;top:6.1875rem;left:3.280517578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clPSPqxme01QgWVJHo6u3KS66smkuJ7S { display:block; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovP1CRkEsD5lWoV5KgDUwnt0cUA2FLzD { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdopB9uOLfoQoG8EbpcNshxnkfcIWSSB { width:46.5625rem;height:;top:10.625rem;left:0.6865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vEp3RLm2UCVRS9K70rUiwd6ysGclqm { top:10.125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3lEWFXtik7VI3zpgwFT7SqhR9mHTxrx { top:17.3125rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVwXKTwESL8NSKgh4KJLx8E6MQUpixG { width:21.9375rem;height:1.25rem;top:17.9375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPV4AoOfwwPQTncD5fUnc8O2AfVdDTsB { width:16.375rem;height:;top:14.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqgVOxbLJ2tTvCxmMr7mGBqnGse2kO7 { width:12.9375rem;height:2.8125rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ73WTBcVakwOTUy1iOmCAquNLJ09pal { display:block; }
 }@media only screen and (max-width: 763px) { #Jw2G3hD49SkRUUpa4uZvqERE1ExWwOHp { top:2.4375rem;left:0rem;width:32.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:27.875rem;height:;top:4rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:47.75rem;height:12.8125rem;top:7.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMUZm5FZQTnS62DyvymbcHa5v79V7iuq { width:27.875rem;height:;top:3.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 { display:block; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnRQXqFo71EnJ8MafB2ncq24CsdvcWH { width:12.5rem;height:;top:5.125rem;left:13.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuCXzA7T7e4bDi1oRztTMQqHLExtME5a { top:2.5625rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO9BmW9MwTGcb5XzhZTTEndxiVzcKaIz { width:35.1875rem;height:2.875rem;top:7.5rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWRXVSSqtRZMHCG97KLXOphbc5h40q0 { top:21.8125rem;left:0rem;width:17.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBfTFkzqVd2I3gp4ANyTbh17KyFvVDrA { top:10.9375rem;left:13.9677734375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuuE6wLapQVTUOU4TtOaqoFDQJmAyGT2 { top:18.125rem;left:0rem;width:15.4375rem;height:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f { display:block; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O49XgfZPq5UF0uhf00f4yx4M6J2wHdlK { width:12.5rem;height:;top:5.125rem;left:13.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvs4DSPH5wVPe8y4lVbdhXzhF5TU4u9J { top:2.5625rem;left:0rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0efLTvhp1HG9Zunc87vORo5LROPF3t { width:35.1875rem;height:2.875rem;top:7.5rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml3yf4qUie1kVWBHP60JOagZ7moCEKdZ { top:11.1875rem;left:13.9677734375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uykt0iOm1sB4PnE2CqpPXcrZZZT1TSiR { top:18.125rem;left:0rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxh5Z5Va0nqTJ2cDXQLF7K0z9rllncZf { top:22.1875rem;left:0rem;width:17.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm { display:block; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCXGAg3hKVRbiBT0y6UmubN3ge3SoyNV { width:12.5rem;height:;top:5.125rem;left:13.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3HbcT5Jmb2TQx47AmH14nlm5ZGyslG { top:2.5625rem;left:0rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P030E7PkguHI4wCIdaxMp37SSApSlTrc { width:35.1875rem;height:2.875rem;top:7.5rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXRLCEPpDDuphU1ReV3k0LuuRRScOxkI { top:11.1875rem;left:13.9677734375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vqexPWgyFXmMdt6UpHaCn1Xyi0cTGD { top:18.125rem;left:0rem;width:15.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxrcWN2wCMHXWVeNSztVKDiKzfVv0r8G { top:22.1875rem;left:0rem;width:17.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu { display:block; }#U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLKhrtxddVkRD4yxF8ZLmU5kiSfe5Ksx { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnqcu3GdoRftIv8c7Ai7PsI55EdqE9KF { width:33.125rem;height:;top:2.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdLUTU1dyykVHbayxDacm6iIBT0SKMoG { display:block; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpu98v37mIcSO4smm2RrLmdctsHBwvF { width:27.875rem;height:1.3125rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG { display:block; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d31HmgQDawFusWAN8JpwTIiRAGTDV4H7 { width:12.5rem;height:;top:5.125rem;left:13.937255859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOP6DuiCLkNSUsu4BKggT4NQMwfXOBEa { top:2.5625rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhn6nQ1wTBdng1XfcmIT4mgC03TK3y9 { width:35.1875rem;height:2.875rem;top:7.5rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzxs6oN7Ku9UaLNFdVMaVOI4ypDcHOie { top:10.9375rem;left:13.9677734375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxhCWSTOda0JAiVc9yOI32t5vvxtDQW { top:18.3125rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #egIpxrp7pn2f3nylJt7KNKa90OV1bovd { top:22.6875rem;left:0rem;width:17.9375rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pg9nnnDqp0hK854vPw57WMVCeONUqRCi { display:block; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ6bzTtObKX1USr6UyVAnuQiAOMenSCc { width:12.9375rem;height:2.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCViw00R4Qv4QSaX837zNB65WxNXmDPR { display:block; }
 }@media only screen and (max-width: 763px) { #AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU { display:block; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTDFltZzf5tIchZ36dL2gicH4L1mBDwT { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flaogTEZ1ST7DOv3UskcTzr8VbVZiCIK { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRSsnt48syfVm7hmMTXBnTs8P8gRQye { top:5.75rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJClp5N872JTsVRFVQiRqubWEzD4lttu { top:4rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlg4aO8kJfk9Jaxyc3ESxfEBov6AVWf9 { top:12.9375rem;left:0rem;width:22.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChtaMeKnQXiTffJTR8iZWGOQ8NNpgJxu { top:10.6875rem;left:0rem;width:3.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooMUHuDhxZqIE0SzEP6uCndIdJNvKKIC { top:10.6875rem;left:0rem;width:4.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS5IP9JHExQTSIXNTxiZsJTCbNf5aRWu { top:10.75rem;left:0rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciqrPtsPT8vBTLP2Fbp7gTWO74ruwF4z { top:10.75rem;left:4.625rem;width:1.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enWwbG0ICFoCrisHJ0QXzQpkXSdrrGgS { top:10.6875rem;left:7.8740234375rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W14LneV93qDPRMguWxNK9ROfi2q8pGgQ { top:10.75rem;left:14.6865234375rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzBEzN42PH98h2cmRKsG34s7ax194GgU { top:10.75rem;left:20.125rem;width:9.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvTKHkMoqDNmAFPB7UhnVVuvJvGCTlVD { top:10.75rem;left:30.75rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHu5sPgM3EEyqgKxl44pTimAf32E3ALQ { top:4.0625rem;left:24.75rem;width:23rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQkudRQ39QnaqN1VPIBPhTnUdqk4BVDb { top:9.625rem;left:38.9375rem;width:8.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AFvTqlT0MlqpLZ46rWlsof7IfO59ZT { top:6.125rem;left:39.3125rem;width:8.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlA8ZIM01HD6aTPgFpAmBZcQgIPF4ti { top:6.125rem;left:37.6875rem;width:10.0625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodxJMnm8tg6Q7fEtktNwQyTZff9dMR1 { top:5.75rem;left:4.625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJlwGIgOvXFbxWDTGo6ITPZpaGzU0gic { top:5.75rem;left:0.5625rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkX3o14FWNMJJ6nxAyuLHgTv1GNokl7L { top:5.75rem;left:9.3125rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 { position:fixed;z-index:199999;background-color:#0076bf;background-image:none;top:0rem;left:0rem;right:0rem;display:block; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { background-color: transparent; background-image: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container > .video-iframe-container { display: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row > .video-iframe-container { display: none; }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .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); }#M7KJXvDJhumn6ANIW3ws0Jf0Pz0t3yA3 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGcIp28OQ0KTrgtLJT8tcks1lcPp4gNV { width:7.25rem;height:1.3125rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw { position:relative;z-index:auto;display:block; }#bQrIR6DnNF2fFOmlpGTbfAf8Ng5RLskw > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9nkTdXfe1T4ZPZb6Bc2mwUGT09M9RqN { width:17.561875rem;height:7.5rem;top:4.8111982345581rem;left:0.65646708011625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #clPSPqxme01QgWVJHo6u3KS66smkuJ7S { position:relative;z-index:auto;display:block; }#clPSPqxme01QgWVJHo6u3KS66smkuJ7S > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovP1CRkEsD5lWoV5KgDUwnt0cUA2FLzD { width:18.125rem;height:3.63671875rem;top:5.49755859375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EdopB9uOLfoQoG8EbpcNshxnkfcIWSSB { width:13.75rem;height:4.21875rem;top:8.75rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #F7vEp3RLm2UCVRS9K70rUiwd6ysGclqm { width:2.5rem;height:2.5rem;top:11.243408203125rem;left:1.124267578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3lEWFXtik7VI3zpgwFT7SqhR9mHTxrx { width:2.5rem;height:2.5rem;top:21.6181640625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbVwXKTwESL8NSKgh4KJLx8E6MQUpixG { width:12.249375rem;height:1.062625rem;top:22.306640625rem;left:3.87451171875rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #uPV4AoOfwwPQTncD5fUnc8O2AfVdDTsB { width:16.43675rem;height:;top:11.759765625rem;left:3.563232421875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;font-family:arial;display:block; }
 }@media only screen and (max-width: 763px) { #TtqgVOxbLJ2tTvCxmMr7mGBqnGse2kO7 { width:11.875rem;height:2.25rem;top:25.1142578125rem;left:1.436767578125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ73WTBcVakwOTUy1iOmCAquNLJ09pal { display:block; }
 }@media only screen and (max-width: 763px) { #Jw2G3hD49SkRUUpa4uZvqERE1ExWwOHp { width:14.56175rem;height:1.62475625rem;top:1.92578125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:17.6248125rem;height:1.51245rem;top:1.6221790313721rem;left:0.62500011920931rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sxa9SODFlc2agEQphmf3I5a9WXlZJBoe { width:17.561875rem;height:35.1848125rem;top:4.8111982345581rem;left:0.65646708011625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x { display:block; }#RQtlUPy4mGr0rzoWWp0tlI0MBJrJXr5x > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMUZm5FZQTnS62DyvymbcHa5v79V7iuq { width:6.3745rem;height:1.71875rem;top:1.802978515625rem;left:0.965576171875rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 { display:block; }#GGLSmROWuzyCPuyBnpGVr7cxQQwkmXA3 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnRQXqFo71EnJ8MafB2ncq24CsdvcWH { width:13.0620625rem;height:1.18774375rem;top:15.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuCXzA7T7e4bDi1oRztTMQqHLExtME5a { width:12.1875rem;height:12.1875rem;top:1.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO9BmW9MwTGcb5XzhZTTEndxiVzcKaIz { width:15.8728125rem;height:2.92285rem;top:17.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTWRXVSSqtRZMHCG97KLXOphbc5h40q0 { width:17.9980625rem;height:1.31286875rem;top:21.873779296875rem;left:0.999755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #hBfTFkzqVd2I3gp4ANyTbh17KyFvVDrA { width:4.874875rem;height:1.2994375rem;top:24.420166015625rem;left:7.5616455078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuuE6wLapQVTUOU4TtOaqoFDQJmAyGT2 { top:18.187255859375rem;left:1.6552734375rem;width:16.687rem;height:2.598875rem;z-index:100021;font-family:"roboto slab";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f { display:block; }#DrKRNp0oIBtugAGnDzCKJz0h0OZ0c01f > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O49XgfZPq5UF0uhf00f4yx4M6J2wHdlK { width:13.0620625rem;height:1.18774375rem;top:15.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvs4DSPH5wVPe8y4lVbdhXzhF5TU4u9J { width:11.8125rem;height:11.8125rem;top:1.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw0efLTvhp1HG9Zunc87vORo5LROPF3t { width:15.8728125rem;height:2.92285rem;top:17.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ml3yf4qUie1kVWBHP60JOagZ7moCEKdZ { width:5.06225625rem;height:1.2994375rem;top:24.921142578125rem;left:7.46826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uykt0iOm1sB4PnE2CqpPXcrZZZT1TSiR { top:18.185302734375rem;left:2.249755859375rem;width:15.4980625rem;height:2.598875rem;z-index:100022;font-family:"roboto slab";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxh5Z5Va0nqTJ2cDXQLF7K0z9rllncZf { width:17.9980625rem;height:1.31286875rem;top:22.248046875rem;left:0.999755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm { display:block; }#TkT9UfAzLaPc5HAqEV8TOerp1fAKhKTm > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCXGAg3hKVRbiBT0y6UmubN3ge3SoyNV { width:13.0620625rem;height:1.18774375rem;top:15.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3HbcT5Jmb2TQx47AmH14nlm5ZGyslG { width:11.75rem;height:11.75rem;top:1.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P030E7PkguHI4wCIdaxMp37SSApSlTrc { width:15.8728125rem;height:2.92285rem;top:17.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXRLCEPpDDuphU1ReV3k0LuuRRScOxkI { width:5.06225625rem;height:1.2994375rem;top:24.921142578125rem;left:7.46826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8vqexPWgyFXmMdt6UpHaCn1Xyi0cTGD { top:18.185302734375rem;left:2.249755859375rem;width:15.4980625rem;height:2.598875rem;z-index:100022;font-family:"roboto slab";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxrcWN2wCMHXWVeNSztVKDiKzfVv0r8G { width:17.9980625rem;height:1.31286875rem;top:22.248046875rem;left:0.999755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu { display:none; }#U9gv38sulnuNLwrnfZTnecFhS8Ew1JEu > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oLKhrtxddVkRD4yxF8ZLmU5kiSfe5Ksx { width:20rem;height:1.749875rem;top:3.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnqcu3GdoRftIv8c7Ai7PsI55EdqE9KF { width:13.0603125rem;height:2.3754875rem;top:1.671142578125rem;left:3.436279296875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdLUTU1dyykVHbayxDacm6iIBT0SKMoG { display:block; }#XdLUTU1dyykVHbayxDacm6iIBT0SKMoG > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLpu98v37mIcSO4smm2RrLmdctsHBwvF { width:10.249rem;height:1.5808125rem;top:1.593017578125rem;left:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG { display:block; }#lc6CD08aVmv5MCLoWAXgHpIhzGIEw9VG > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d31HmgQDawFusWAN8JpwTIiRAGTDV4H7 { width:13.0620625rem;height:1.18774375rem;top:15.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOP6DuiCLkNSUsu4BKggT4NQMwfXOBEa { width:12rem;height:12rem;top:1.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMhn6nQ1wTBdng1XfcmIT4mgC03TK3y9 { width:15.8728125rem;height:4.259275rem;top:17.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hzxs6oN7Ku9UaLNFdVMaVOI4ypDcHOie { width:4.87426875rem;height:1.2994375rem;top:24.1064453125rem;left:7.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpxhCWSTOda0JAiVc9yOI32t5vvxtDQW { top:18.372802734375rem;left:2.249755859375rem;width:15.4980625rem;height:1.2994375rem;z-index:100023;font-family:"roboto slab";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egIpxrp7pn2f3nylJt7KNKa90OV1bovd { width:17.9980625rem;height:1.31286875rem;top:21.0595703125rem;left:1.0003662109375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #pg9nnnDqp0hK854vPw57WMVCeONUqRCi { position:relative;z-index:auto;display:block; }#pg9nnnDqp0hK854vPw57WMVCeONUqRCi > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZ6bzTtObKX1USr6UyVAnuQiAOMenSCc { width:12.9375rem;height:2.8125rem;top:1.25rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCViw00R4Qv4QSaX837zNB65WxNXmDPR { display:block; }
 }@media only screen and (max-width: 763px) { #AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU { position:relative;z-index:auto;display:block; }#AZxrQLQImk7Zu0QakyMzqxP0qgBAvrrU > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTDFltZzf5tIchZ36dL2gicH4L1mBDwT { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:1.3330078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flaogTEZ1ST7DOv3UskcTzr8VbVZiCIK { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:4.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzRSsnt48syfVm7hmMTXBnTs8P8gRQye { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:7.36328125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJClp5N872JTsVRFVQiRqubWEzD4lttu { width:12.5rem;height:1.13769375rem;top:23.3876953125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlg4aO8kJfk9Jaxyc3ESxfEBov6AVWf9 { width:17.75rem;height:2.2753875rem;top:47rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChtaMeKnQXiTffJTR8iZWGOQ8NNpgJxu { width:4.9375rem;height:1.13769375rem;top:29.6767578125rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ooMUHuDhxZqIE0SzEP6uCndIdJNvKKIC { width:5.3125rem;height:1.13769375rem;top:31.796875rem;left:1.3330078125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qS5IP9JHExQTSIXNTxiZsJTCbNf5aRWu { width:4rem;height:1.13769375rem;top:33.95703125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ciqrPtsPT8vBTLP2Fbp7gTWO74ruwF4z { width:2.5rem;height:1.13769375rem;top:35.89453125rem;left:1.33203125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enWwbG0ICFoCrisHJ0QXzQpkXSdrrGgS { width:7.125rem;height:1.13769375rem;top:37.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W14LneV93qDPRMguWxNK9ROfi2q8pGgQ { width:4.6875rem;height:1.13769375rem;top:39.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fzBEzN42PH98h2cmRKsG34s7ax194GgU { width:10.6875rem;height:1.13769375rem;top:41.9375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GvTKHkMoqDNmAFPB7UhnVVuvJvGCTlVD { width:4.875rem;height:1.13769375rem;top:44rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHu5sPgM3EEyqgKxl44pTimAf32E3ALQ { width:20rem;height:1.13769375rem;top:2.4566040039062rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQkudRQ39QnaqN1VPIBPhTnUdqk4BVDb { width:9.625rem;height:3.625rem;top:18.234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AFvTqlT0MlqpLZ46rWlsof7IfO59ZT { width:8.5rem;height:2.75rem;top:14.421875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlA8ZIM01HD6aTPgFpAmBZcQgIPF4ti { width:10.625rem;height:7.9375rem;top:4.39453125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FodxJMnm8tg6Q7fEtktNwQyTZff9dMR1 { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:13.6455078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJlwGIgOvXFbxWDTGo6ITPZpaGzU0gic { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:10.6142578125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkX3o14FWNMJJ6nxAyuLHgTv1GNokl7L { width:2.5rem;height:2.5rem;top:25.0947265625rem;left:16.25rem;font-size:1.75rem;display:block; }
 }