.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); }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH { background-color:#ffffff;background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container { background-color: transparent; background-image: none; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container > .video-iframe-container { display: none; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row > .video-iframe-container { display: none; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .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); }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container { border-width: 0; border-radius: 0; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;overflow:visible;position:relative;display:block; }#dZTTUEQvTJ7pXeN8vFPdyvPsfTk6VC8G { background-color:#33a936;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.5625rem;left:50.9375rem;display:block; }
#gSbuODiP9e0kKZxyE95okT1dzTFRITUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ssnElT72Xowe5QcQGrtwZOolGa4fMrGv { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:21rem;top:0.84375rem;left:6.25rem;overflow:hidden;display:block; }
#lJuMXTlc2ZKi6dTRDMhQQrd3p1XTF2w5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:7.4375rem;left:2.375rem;display:block; }
#LQP5Q0kLSm8ld1vdMQL6rWdvNOykOPnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uSALTQMLnFQnVc17FMRUyTxWx9oo000n { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:7.4375rem;left:14.375rem;display:block; }
#EX747hakQ8M1CF6RJGnxx9z2Ak44Ob8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTf1nEP2qRxhOqiUyItTbTPmvTr6B5ng { background-color:#177ba9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:7.4375rem;left:26.5625rem;display:block; }
#STOB3dtSa8r1f37iiQJaDEhpIwxyMhIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vUoaNiZlGxsEAd8lpuh6odxbQmngETgb { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:7.4375rem;left:63.5625rem;display:block; }
#u5HDxxCkUaQQNhraooBT5vlgBzMxMtVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tcbPafTgZviruHciSfaWVnqLAqgERdFT { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:7.4375rem;left:39.125rem;display:block; }
#RmvTufMTezs73EiLSBNFhJzlRZKNbxyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F1ThzaLiSCp2WJIZmU5XSOLKOXpG5oZE { background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:7.4375rem;left:51.625rem;display:block; }
#aJOToTzDTm4yhyiIEfRqZTwDSwJTtXF6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cqN2mhrCm9DKFpNsX3nf5ceFTMLriLvR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.5rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:1.875rem;left:66.75rem;display:block; }
#pgTSuM6LRXnKB9xXNd64Zf0pFTSZAJpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container { background-color: transparent; background-image: none; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container > .video-iframe-container { display: none; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row > .video-iframe-container { display: none; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .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); }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container { border-width: 0; border-radius: 0; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#dbdddf;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:5.1875rem;width:75rem;position:relative;display:block; }#bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { color:#101010;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100007;line-height:.8;letter-spacing:0;top:1.46875rem;left:23.53125rem;height:1.75rem;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; }
#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container { background-color: transparent; background-image: none; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container > .video-iframe-container { display: none; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row > .video-iframe-container { display: none; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .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); }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container { border-width: 0; border-radius: 0; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container { font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;position:relative;display:block; }#vOLGpgrzDXcLOnRqs84blSDK1RN8WyA0 { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:;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; }
#plCmnIzxQCMOkwvnkWruF29k0TLGqCUe { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:8.75rem;overflow:hidden;display:block; }
#hSICbWterwEOCodLeX3KM6MtAqvtx0cK { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:15.375rem;left:1.25rem;height:44rem;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; }
#laeMT8Hr3wpEmIT3SKPKcMkZy3TTD034 { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:2.375rem;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; }
#F4LhU1TVGtIVowi5yrbNUZthUfI9dctg { color:#101010;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.375rem;left:28.0625rem;height:26.125rem;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; }
#TSPiw8pteOuTPIRnZBiuip3iacvAGPXZ { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#pVHOetElZIMEyhZ0Dd99LL2A5VSWaqHL { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#XdS9o3y7vKtT9k19lpa9fXL4MGnQVw6c { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:52.09375rem;height:;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; }
#VU3DbDUG2Be1ZbggB2aXqJwTNwAPkHmE { color:#101010;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:15.375rem;left:51.875rem;height:37.125rem;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; }
#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container { background-color: transparent; background-image: none; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container > .video-iframe-container { display: none; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row > .video-iframe-container { display: none; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .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); }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container { border-width: 0; border-radius: 0; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#P5Lrg4g9sxFbwXOsmlJiHE1UVT3WWntC { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:;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; }
#wtZy97Ui43rr8tJeaKGuTyg9TirmUd28 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.375rem;overflow:hidden;display:block; }
#R5vO4T85wLZm4vCrVnUkAtUav0n8VFua { color:#101010;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:17.9375rem;left:2.40625rem;height:23.375rem;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; }
#CqQ1dtlpbmhxxZPdB714tdPcUaahRiOF { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:2.375rem;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; }
#XW4L9q73dXzLkM8DDtkJSN1JsEdzh7bc { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:14.6875rem;left:26.875rem;height:33rem;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; }
#FXJA85SUkB4HnWkW0DQp8UkCmcaQzyt1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#FHBggvN0oud9MIm3JyRmmb8mG37UL947 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#xqBttwZJ04hFlt1hdRgpW3QD7K6BesGO { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:52.09375rem;height:;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; }
#PTLSFOS25gWTVKrULJCs0gSvsMLAIkD2 { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:15.375rem;left:51.875rem;height:;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; }
#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container { background-color: transparent; background-image: none; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container > .video-iframe-container { display: none; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row > .video-iframe-container { display: none; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .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); }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container { border-width: 0; border-radius: 0; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#FlRbT8u1W0S8XSZsTWfdGSo2iyDnAeKq { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:;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; }
#dCtHciOiimbSoZUvM0ymn46lJNUI69zc { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.375rem;overflow:hidden;display:block; }
#WCRzfFXmgpTIkx08rSnSPPXR5dsLrE4S { color:#101010;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:18.75rem;left:3.21875rem;height:19.25rem;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; }
#lsSwmwePnLGh01UbzhJ1UoTWL3LbLnXK { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:;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; }
#CqXKGwEt1EUvWlfv8Ao4PSl5QICeEywP { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:17.125rem;left:27.3125rem;height:26.125rem;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; }
#DLLGu5waw84iMGW1LkvcL7TdAo2kDHKi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#H53hH9EyH3gSeVPF58dLWuM3RQNlqfBh { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#p3dH3JevQ9xtLZNVL7rU5tFe7GUgdpzc { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:52.09375rem;height:4.75rem;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; }
#CGas8TQx8n2CdTVWCXFTCd2bVVkTONtI { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:17.375rem;left:51.875rem;height:;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; }
#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq { border-top:0.0625rem solid #d8d8d8;border-left:0;border-right:0;border-bottom:0.0625rem solid #d8d8d8;background-color:#dbdddf;background-image:none;position:relative;display:block; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container { background-color: transparent; background-image: none; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container > .video-iframe-container { display: none; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row > .video-iframe-container { display: none; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .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); }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container { border-width: 0; border-radius: 0; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#S9u8TQ3zIIZvOlSJQJxewsPy08pCMdRG { color:#101010;display:block;width:38.25rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100007;line-height:.8;letter-spacing:0;top:1.71875rem;left:18.375rem;height:1.75rem;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; }
#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container { background-color: transparent; background-image: none; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container > .video-iframe-container { display: none; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row > .video-iframe-container { display: none; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .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); }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container { border-width: 0; border-radius: 0; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container { font-size:0.875rem;font-family:arial;height:89.875rem;width:75rem;position:relative;display:block; }#PdKNRISfhWE8FQA0zdu6ph1TQSUtF4a3 { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:1.1875rem;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; }
#wMRuQ1JFXdgtydh3ZaZHAEof1oDAANNT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.375rem;overflow:hidden;display:block; }
#bpGMtu8qd2DIvcK3WFlNHyoXOOGXMcx2 { color:#101010;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:15.5625rem;left:1.90625rem;height:71.5rem;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; }
#hJznNnh5acALbS5QzVfbJKOXVt33hAqo { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:;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; }
#JcPpEiyiumkxMdZqXUcWfpTSh1yeVK6v { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.5625rem;left:27.3125rem;height:17.875rem;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; }
#HOOQ3xBL9dLWkoiGtJviNZFcHv793oZE { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#azzRXrMAs76fmZ0C53nst2lBZ0yqs31R { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#BIMHltSuSsCIyTmkoHTtPTDEC3oAQm3L { color:#101010;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:51.09375rem;height:;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; }
#ByZk1tp6B02eD8lIJlqlVgBoJDFE5tBT { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:15.5625rem;left:51.875rem;height:26.125rem;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; }
#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container { background-color: transparent; background-image: none; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container > .video-iframe-container { display: none; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row > .video-iframe-container { display: none; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .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); }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container { border-width: 0; border-radius: 0; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#gCImfKGAhIc8A7VMTp2INDdMvBf1nhPD { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:;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; }
#B3lsyrfGm33DNmp50RrFZTKkW9yCetuB { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.375rem;overflow:hidden;display:block; }
#GXJGz6VBEZGRvmBFESd1IKnlE7NancOv { color:#101010;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:15.5625rem;left:1.90625rem;height:;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; }
#lLBpcr3mDAIXhtq0uvDn9nh2oPCzxE0w { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:;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; }
#GcNzWsgMJ20wCfQUZVKshgU6Tq7XThRZ { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.5625rem;left:27.3125rem;height:;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; }
#RaBwffh64AlWMVlSlX5vkmCqnHEtBRx4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#oTlzVTJnN95dgfySLOnGkJsTX3w76y3C { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#MVUMFmdbyGziL6SXsD5pRJMmw0O0fBAK { color:#101010;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:51.09375rem;height:;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; }
#Tm9fzcg8FdQPNt3SqZd87b0ywNJrVDVe { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:26rem;left:51.875rem;height:;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; }
#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container { background-color: transparent; background-image: none; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container > .video-iframe-container { display: none; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row > .video-iframe-container { display: none; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .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); }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container { border-width: 0; border-radius: 0; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#d4SPNHB9xyty5OF47lbxyPwTJQdyEZdh { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:4.75rem;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; }
#sEvnQbAKObklhkkERWm9mFPX3ccaCvs4 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:9.375rem;overflow:hidden;display:block; }
#WITFRVPeWBQwMDooEpMkGSlCLt4fB3z6 { color:#101010;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:17.75rem;left:1.90625rem;height:;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; }
#tsS6T1U2Z80CkiPq12I7cBzaeBJ9mSKA { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.1875rem;left:27.09375rem;height:1.1875rem;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; }
#WqqKOgGhGgQp7e7uGRzqFkDf5yifZcXT { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.5625rem;left:27.3125rem;height:;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; }
#TWNTwKwB0THWhafq2Sa7g7cP8Aiys5aC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.375rem;overflow:hidden;display:block; }
#iIqaFe5bVRUhDrDJ40BVtPVpEn6qintK { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#zxiCuq03BavZJmk4wx1vnvDNg5v5317X { color:#101010;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:51.09375rem;height:1.1875rem;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; }
#EhsdmKe1TBHO7JsPiIpvSTXVG5Fx3ZR8 { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:15.9375rem;left:51.875rem;height:33rem;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; }
#D3mln5urR5asPKfbWB2WH5zB6dBQosHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container { background-color: transparent; background-image: none; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container > .video-iframe-container { display: none; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row > .video-iframe-container { display: none; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .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); }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container { border-width: 0; border-radius: 0; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#I23OwDLZecb3qGJKFktFvKgtdJTHPtZT { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:10.6875rem;left:26.9375rem;height:3.5625rem;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; }
#ziRJMV3T000Uunxt9QbGVNBDG3pGN8a5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.3125rem;left:34.8125rem;overflow:hidden;display:block; }
#dmOs50GipTN0SlSaono3GBVfeABG8r7i { color:#101010;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:17.25rem;left:27.375rem;height:20.625rem;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; }
#eIEKS4GsSJyhM8OlDEqyH72BmqcZlbAo { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.4375rem;left:9.3125rem;overflow:hidden;display:block; }
#bBieIpFssIvPS2nUTOBdymabEKrw9ORB { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:10.8125rem;left:1.375rem;height:4.75rem;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; }
#UKD9mTBBnPNcaAebFMaN9UQDbVb4GD2q { color:#101010;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:17.3125rem;left:1.875rem;height:30.25rem;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; }
#JBtBreqV1hwyn2d2E1L3q4VKkA7Eh2TC { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.5625rem;left:59.375rem;overflow:hidden;display:block; }
#x0OaTWEcAIqcVimbMU5FTI8vfgW8WbSc { color:#101010;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:17.4375rem;left:52.625rem;height:31.625rem;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; }
#x56Oa4aXqSRRBqe2P713D2yl0f8gKEgh { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:10.9375rem;left:51.375rem;height:4.75rem;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; }
#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container { background-color: transparent; background-image: none; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container > .video-iframe-container { display: none; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row > .video-iframe-container { display: none; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .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); }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container { border-width: 0; border-radius: 0; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#dbqRizAd9WU9ZyBXEllIpn7bWH5T54qi { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:11.25rem;left:51.375rem;height:2.375rem;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; }
#RMMhx0Lnkgberyo7cJAyFVWqP0UuUv5e { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.875rem;left:59.3125rem;overflow:hidden;display:block; }
#a3EktaFRzq22Dyxmva5d42ndEKvKEwq7 { color:#101010;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:15.625rem;left:51.8125rem;height:9.625rem;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; }
#K750oT63O6rNisU8ygDLUNWTSTTrTeJg { color:#101010;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.25rem;left:26.25rem;height:2.375rem;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; }
#fdXSn9b22baFpXxT3pKCxodzzn7Dz0RA { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:16rem;left:27.0625rem;height:16.5rem;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; }
#vshNBGOX1rS9hGenv442nxgGek2WzA5p { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.875rem;left:34.5625rem;overflow:hidden;display:block; }
#tzmeZiWDESkEIRQgX7Zb8bTdVJWnT6M0 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.875rem;left:9.375rem;overflow:hidden;display:block; }
#Xf3TozJyAVaredozNLsfTQnNr5LDSnpn { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.25rem;left:2.125rem;height:2.375rem;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; }
#zSCTZSHFVVINxSE78cP99qZDmgXlTEAp { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.625rem;left:2.3125rem;height:28.875rem;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; }
#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container { background-color: transparent; background-image: none; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container > .video-iframe-container { display: none; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row > .video-iframe-container { display: none; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .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); }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container { border-width: 0; border-radius: 0; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#UKAulA9HfLDtDzxgBfwiJU01IkNWg6D1 { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:51.375rem;height:4.75rem;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; }
#s7GDDeGQ41HhDMDDSCEiEEbuR0WaNNPQ { color:#101010;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:17.6875rem;left:51.96875rem;height:22rem;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; }
#bttLfOf6zqRGhuZ1KFynApHu1d2tPWl1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:59.375rem;overflow:hidden;display:block; }
#VrPTSBh1P8hQzlS07pX46qekbNP1akpv { color:#101010;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:15.9375rem;left:27.0625rem;height:13.75rem;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; }
#kD2oT6H9y0fEH1lCXk5dTGwcd9rZPZWN { color:#101010;display:block;width:22.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:11.1875rem;left:26.25rem;height:2.375rem;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; }
#n5cwE3x2gL6rHz3JXvT1gqxuSpGfDbyC { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:2.8125rem;left:34.5625rem;overflow:hidden;display:block; }
#BqTt7E0ATMdaFSCCdPEA4mztdxJ82Z3L { color:#101010;display:block;width:20.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:11.375rem;left:2.125rem;height:2.375rem;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; }
#JpFPB6KKRWf7qI1EIUnwXoH9QW292aMK { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:3rem;left:9.375rem;overflow:hidden;display:block; }
#eS1iOqHy7Bc3DV3CHk5XT9Q2XgRzVlFe { color:#101010;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:15.75rem;left:2.3125rem;height:34.375rem;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; }
#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9fafb;background-image:none;position:relative;display:block; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container { background-color: transparent; background-image: none; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container > .video-iframe-container { display: none; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row > .video-iframe-container { display: none; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .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); }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container { border-width: 0; border-radius: 0; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#g2AHJ4Dns7fu5MuttqBmGalyLlXS7VHG { color:#101010;display:block;width:22.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:9.875rem;left:26.375rem;height:1.1875rem;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; }
#eUvio8VKQZWn1INgmtoE8LXb6nrCcdOR { color:#101010;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100009;line-height:1.4;letter-spacing:0;top:12.625rem;left:26.96875rem;height:8.25rem;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; }
#Csqza4ZN5CgZVrDnC585yrf0vyq2KiBT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:1.8125rem;left:34.3125rem;overflow:hidden;display:block; }
#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container { background-color: transparent; background-image: none; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container > .video-iframe-container { display: none; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row > .video-iframe-container { display: none; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .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); }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container { border-width: 0; border-radius: 0; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#APsZAFNs3RLH3wLiG1XkewVp1dkvFTog { color:#101010;display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100012;line-height:0;letter-spacing:0;top:1.4375rem;left:11.78125rem;height:1.5rem;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; }
#QuMfqngyz3rGIcIzPkFb4ETCcEUd3r9S { color:#101010;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:5.0625rem;left:3rem;height:4.5rem;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; }
#lChxbRJFqsBTXNR4ETlSu3qRy3Gb06xC { color:#101010;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:5.0625rem;left:20.78125rem;height:4.5rem;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; }
#CRwMOFTSBL3aTQG7nWcnQ7X7zSo9nCXq { color:#101010;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100023;line-height:1.2;letter-spacing:0;top:4.1875rem;left:51.84375rem;height:3rem;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; }
#unEFZtORAH0i5fF3l6yHoUXbCNGBvhg3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:12.6875rem;top:6.9375rem;left:54.90625rem;overflow:hidden;display:block; }
#fWNw6N2Egu1kIffBC03gDULFRGSD9Zvu { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.75rem;top:5.4375rem;left:39.84375rem;overflow:hidden;display:block; }
#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container { background-color: transparent; background-image: none; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container > .video-iframe-container { display: none; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row > .video-iframe-container { display: none; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .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); }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container { border-width: 0; border-radius: 0; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#Te0TK6F0WdE1lp0uII7V25EZoZpN8zIC { color:#101010;display:block;width:51.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100012;line-height:0;letter-spacing:0;top:1.5rem;left:11.8125rem;height:1.5rem;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; }
#LDMs5a6NNxALkI3XtyMrRhawDuhTDSwS { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#tB5TlVz9w5NdB1qVVlAt5PVuuCANsAVC { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:5rem;overflow:hidden;display:block; }
#dfDarT9TPJdbou1TqMCEJvWxZhZ72cMo { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:10rem;overflow:hidden;display:block; }
#TLT6TGzCrJFeCeKe5h6ef91IAno8RspN { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:15rem;overflow:hidden;display:block; }
#VKHzgGQg36VkFhfTKqfF8PutDf9RHT4K { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:20rem;overflow:hidden;display:block; }
#dETZ5OcVy166p9epFAUXuM46HJC6Rf6d { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:25rem;overflow:hidden;display:block; }
#Q5r21XCwO4tzwFueZeHEqXc7zhmnhDNl { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:30rem;overflow:hidden;display:block; }
#h2XqqCGneOUxleJ9WAWS62J1DpghhXau { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:35rem;overflow:hidden;display:block; }
#Jx22yBogl5WEbOwRliPicWZTslcnGRyl { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:40rem;overflow:hidden;display:block; }
#p5qIyEVyOQrMvBzWKDcEBNhUyenHwqtA { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:45rem;overflow:hidden;display:block; }
#OpwXcXAklvGtRnduuPNLf6xhRI26ocWB { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:50rem;overflow:hidden;display:block; }
#CWdXfXrtv64cwhhBvu0CS88C45fJbN12 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:55rem;overflow:hidden;display:block; }
#ItKAT4LaH1eGTAcTuadHGlfOkEv62Lm5 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:60rem;overflow:hidden;display:block; }
#Cr41cRNVsuUMDq4qf5aEDzwgu5PXUsk6 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:65rem;overflow:hidden;display:block; }
#MELA7TWKBhMuI5sCcB2TUeoO0N9T5LmJ { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:4.5625rem;left:70rem;overflow:hidden;display:block; }
#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013974;background-image:none;position:relative;display:block; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container { background-color: transparent; background-image: none; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container > .video-iframe-container { display: none; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row > .video-iframe-container { display: none; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .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); }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container { border-width: 0; border-radius: 0; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#FUqTh33F8z7nU3hAZsDl0lB43W8ZdIMo { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:41.84375rem;height:7.5rem;text-align:right;text-align-last:right;display:block; }
#aUGi7OpmHx694JPb3rQh5KQOxJu983iQ { background-color:transparent;background-image:none;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:11.4375rem;left:59.96875rem;display:block; }
#I6ePScys9JT4gGZimnXztZRtS4HbR69Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTSicRUAfKyZEhlIslNgXSCBD0JraKgU { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:3rem;left:64.40625rem;display:block; }
#VJk6MwTfzfJwqiqICtzI9rIk8oFfa5GH { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.875rem;left:14.8125rem;height:6.5rem;display:block; }
#LFTJOvd6SGLvm089Fa0lfsZUwrrsd8qH { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:4.0625rem;left:4.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH { display:block; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZTTUEQvTJ7pXeN8vFPdyvPsfTk6VC8G { width:14.25rem;height:3.125rem;top:1.5625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbuODiP9e0kKZxyE95okT1dzTFRITUM { display:block; }
 }@media only screen and (max-width: 763px) { #ssnElT72Xowe5QcQGrtwZOolGa4fMrGv { width:21rem;height:4.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJuMXTlc2ZKi6dTRDMhQQrd3p1XTF2w5 { width:10rem;height:2.5rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQP5Q0kLSm8ld1vdMQL6rWdvNOykOPnM { display:block; }
 }@media only screen and (max-width: 763px) { #uSALTQMLnFQnVc17FMRUyTxWx9oo000n { width:10rem;height:2.5rem;top:7.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX747hakQ8M1CF6RJGnxx9z2Ak44Ob8f { display:block; }
 }@media only screen and (max-width: 763px) { #MTf1nEP2qRxhOqiUyItTbTPmvTr6B5ng { width:10rem;height:2.5rem;top:7.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOB3dtSa8r1f37iiQJaDEhpIwxyMhIg { display:block; }
 }@media only screen and (max-width: 763px) { #vUoaNiZlGxsEAd8lpuh6odxbQmngETgb { width:10rem;height:2.5rem;top:7.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5HDxxCkUaQQNhraooBT5vlgBzMxMtVX { display:block; }
 }@media only screen and (max-width: 763px) { #tcbPafTgZviruHciSfaWVnqLAqgERdFT { width:10rem;height:2.5rem;top:7.4375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmvTufMTezs73EiLSBNFhJzlRZKNbxyB { display:block; }
 }@media only screen and (max-width: 763px) { #F1ThzaLiSCp2WJIZmU5XSOLKOXpG5oZE { width:10rem;height:2.5rem;top:7.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJOToTzDTm4yhyiIEfRqZTwDSwJTtXF6 { display:block; }
 }@media only screen and (max-width: 763px) { #cqN2mhrCm9DKFpNsX3nf5ceFTMLriLvR { width:7.1875rem;height:2.5rem;top:1.875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTSuM6LRXnKB9xXNd64Zf0pFTSZAJpt { display:block; }
 }@media only screen and (max-width: 763px) { #TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P { display:block; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container { width:47.75rem;position:relative;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.9375rem;height:1.75rem;top:1.4375rem;left:9.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs { display:block; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOLGpgrzDXcLOnRqs84blSDK1RN8WyA0 { width:20.8125rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plCmnIzxQCMOkwvnkWruF29k0TLGqCUe { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSICbWterwEOCodLeX3KM6MtAqvtx0cK { width:21.25rem;height:44rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laeMT8Hr3wpEmIT3SKPKcMkZy3TTD034 { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4LhU1TVGtIVowi5yrbNUZthUfI9dctg { width:19.4375rem;height:26.125rem;top:15.375rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPiw8pteOuTPIRnZBiuip3iacvAGPXZ { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVHOetElZIMEyhZ0Dd99LL2A5VSWaqHL { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdS9o3y7vKtT9k19lpa9fXL4MGnQVw6c { width:20.8125rem;height:;top:11.1875rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU3DbDUG2Be1ZbggB2aXqJwTNwAPkHmE { width:19.4375rem;height:31.625rem;top:15.375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAX298pMtDT1myFHL3o3tGaMTKgg6yAG { display:block; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5Lrg4g9sxFbwXOsmlJiHE1UVT3WWntC { width:22.25rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZy97Ui43rr8tJeaKGuTyg9TirmUd28 { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5vO4T85wLZm4vCrVnUkAtUav0n8VFua { width:20rem;height:23.375rem;top:17.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQ1dtlpbmhxxZPdB714tdPcUaahRiOF { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW4L9q73dXzLkM8DDtkJSN1JsEdzh7bc { width:21.25rem;height:33rem;top:14.6875rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJA85SUkB4HnWkW0DQp8UkCmcaQzyt1 { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHBggvN0oud9MIm3JyRmmb8mG37UL947 { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBttwZJ04hFlt1hdRgpW3QD7K6BesGO { width:20.8125rem;height:;top:11.1875rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLSFOS25gWTVKrULJCs0gSvsMLAIkD2 { width:21.25rem;height:;top:15.375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP { display:block; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlRbT8u1W0S8XSZsTWfdGSo2iyDnAeKq { width:22.25rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtHciOiimbSoZUvM0ymn46lJNUI69zc { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCRzfFXmgpTIkx08rSnSPPXR5dsLrE4S { width:18.5625rem;height:19.25rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsSwmwePnLGh01UbzhJ1UoTWL3LbLnXK { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXKGwEt1EUvWlfv8Ao4PSl5QICeEywP { width:20.375rem;height:26.125rem;top:17.125rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLGu5waw84iMGW1LkvcL7TdAo2kDHKi { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H53hH9EyH3gSeVPF58dLWuM3RQNlqfBh { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3dH3JevQ9xtLZNVL7rU5tFe7GUgdpzc { width:20.8125rem;height:;top:11.1875rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGas8TQx8n2CdTVWCXFTCd2bVVkTONtI { width:21.25rem;height:;top:17.375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq { display:block; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9u8TQ3zIIZvOlSJQJxewsPy08pCMdRG { width:38.25rem;height:1.75rem;top:1.6875rem;left:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn { display:block; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdKNRISfhWE8FQA0zdu6ph1TQSUtF4a3 { width:22.25rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMRuQ1JFXdgtydh3ZaZHAEof1oDAANNT { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGMtu8qd2DIvcK3WFlNHyoXOOGXMcx2 { width:21.1875rem;height:71.5rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJznNnh5acALbS5QzVfbJKOXVt33hAqo { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPpEiyiumkxMdZqXUcWfpTSh1yeVK6v { width:20.375rem;height:17.875rem;top:15.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOQ3xBL9dLWkoiGtJviNZFcHv793oZE { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzRXrMAs76fmZ0C53nst2lBZ0yqs31R { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMHltSuSsCIyTmkoHTtPTDEC3oAQm3L { width:22.5rem;height:;top:11.1875rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByZk1tp6B02eD8lIJlqlVgBoJDFE5tBT { width:21.25rem;height:26.125rem;top:15.5625rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 { display:block; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCImfKGAhIc8A7VMTp2INDdMvBf1nhPD { width:22.25rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3lsyrfGm33DNmp50RrFZTKkW9yCetuB { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJGz6VBEZGRvmBFESd1IKnlE7NancOv { width:21.1875rem;height:;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBpcr3mDAIXhtq0uvDn9nh2oPCzxE0w { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNzWsgMJ20wCfQUZVKshgU6Tq7XThRZ { width:20.375rem;height:;top:15.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaBwffh64AlWMVlSlX5vkmCqnHEtBRx4 { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlzVTJnN95dgfySLOnGkJsTX3w76y3C { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUMFmdbyGziL6SXsD5pRJMmw0O0fBAK { width:22.5rem;height:;top:11.1875rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9fzcg8FdQPNt3SqZd87b0ywNJrVDVe { width:21.25rem;height:;top:26rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTwUZTMeAQC91yJOCVEO4tGhK43DsON { display:block; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4SPNHB9xyty5OF47lbxyPwTJQdyEZdh { width:22.25rem;height:;top:11.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEvnQbAKObklhkkERWm9mFPX3ccaCvs4 { width:6.25rem;height:6.25rem;top:2.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITFRVPeWBQwMDooEpMkGSlCLt4fB3z6 { width:21.1875rem;height:;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsS6T1U2Z80CkiPq12I7cBzaeBJ9mSKA { width:20.8125rem;height:;top:11.1875rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqqKOgGhGgQp7e7uGRzqFkDf5yifZcXT { width:20.375rem;height:;top:15.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNTwKwB0THWhafq2Sa7g7cP8Aiys5aC { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIqaFe5bVRUhDrDJ40BVtPVpEn6qintK { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxiCuq03BavZJmk4wx1vnvDNg5v5317X { width:22.5rem;height:;top:11.1875rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsdmKe1TBHO7JsPiIpvSTXVG5Fx3ZR8 { width:21.25rem;height:;top:15.9375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3mln5urR5asPKfbWB2WH5zB6dBQosHl { display:block; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I23OwDLZecb3qGJKFktFvKgtdJTHPtZT { width:22.25rem;height:3.5625rem;top:10.6875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziRJMV3T000Uunxt9QbGVNBDG3pGN8a5 { width:6.25rem;height:6.25rem;top:2.3125rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmOs50GipTN0SlSaono3GBVfeABG8r7i { width:21.1875rem;height:20.625rem;top:17.25rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIEKS4GsSJyhM8OlDEqyH72BmqcZlbAo { width:6.25rem;height:6.25rem;top:2.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBieIpFssIvPS2nUTOBdymabEKrw9ORB { width:22.25rem;height:4.75rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKD9mTBBnPNcaAebFMaN9UQDbVb4GD2q { width:21.0625rem;height:30.25rem;top:17.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtBreqV1hwyn2d2E1L3q4VKkA7Eh2TC { width:6.25rem;height:6.25rem;top:2.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OaTWEcAIqcVimbMU5FTI8vfgW8WbSc { width:21.0625rem;height:31.625rem;top:17.4375rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56Oa4aXqSRRBqe2P713D2yl0f8gKEgh { width:22.25rem;height:4.75rem;top:10.9375rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ { display:block; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbqRizAd9WU9ZyBXEllIpn7bWH5T54qi { width:22.25rem;height:2.375rem;top:11.25rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMMhx0Lnkgberyo7cJAyFVWqP0UuUv5e { width:6.25rem;height:6.25rem;top:2.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EktaFRzq22Dyxmva5d42ndEKvKEwq7 { width:21.0625rem;height:9.625rem;top:15.625rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K750oT63O6rNisU8ygDLUNWTSTTrTeJg { width:22.5rem;height:2.375rem;top:11.25rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdXSn9b22baFpXxT3pKCxodzzn7Dz0RA { width:21.25rem;height:16.5rem;top:16rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vshNBGOX1rS9hGenv442nxgGek2WzA5p { width:6.25rem;height:6.25rem;top:2.875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzmeZiWDESkEIRQgX7Zb8bTdVJWnT6M0 { width:6.25rem;height:6.25rem;top:2.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3TozJyAVaredozNLsfTQnNr5LDSnpn { width:20.8125rem;height:2.375rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSCTZSHFVVINxSE78cP99qZDmgXlTEAp { width:20.375rem;height:28.875rem;top:15.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz { display:block; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKAulA9HfLDtDzxgBfwiJU01IkNWg6D1 { width:22.25rem;height:;top:11.1875rem;left:25.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7GDDeGQ41HhDMDDSCEiEEbuR0WaNNPQ { width:21.0625rem;height:;top:17.6875rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bttLfOf6zqRGhuZ1KFynApHu1d2tPWl1 { width:6.25rem;height:6.25rem;top:2.8125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrPTSBh1P8hQzlS07pX46qekbNP1akpv { width:21.25rem;height:13.75rem;top:15.9375rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2oT6H9y0fEH1lCXk5dTGwcd9rZPZWN { width:22.5rem;height:2.375rem;top:11.1875rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5cwE3x2gL6rHz3JXvT1gqxuSpGfDbyC { width:6.25rem;height:6.25rem;top:2.8125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTt7E0ATMdaFSCCdPEA4mztdxJ82Z3L { width:20.8125rem;height:2.375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFPB6KKRWf7qI1EIUnwXoH9QW292aMK { width:6.25rem;height:6.25rem;top:3rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1iOqHy7Bc3DV3CHk5XT9Q2XgRzVlFe { width:20.375rem;height:34.375rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc { display:block; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2AHJ4Dns7fu5MuttqBmGalyLlXS7VHG { width:22.25rem;height:1.1875rem;top:9.875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvio8VKQZWn1INgmtoE8LXb6nrCcdOR { width:21.0625rem;height:8.25rem;top:12.625rem;left:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csqza4ZN5CgZVrDnC585yrf0vyq2KiBT { width:6.25rem;height:6.25rem;top:1.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 { display:block; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APsZAFNs3RLH3wLiG1XkewVp1dkvFTog { width:47.75rem;height:1.5rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMfqngyz3rGIcIzPkFb4ETCcEUd3r9S { width:12.9375rem;height:4.5rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lChxbRJFqsBTXNR4ETlSu3qRy3Gb06xC { width:13.6875rem;height:4.5rem;top:5.0625rem;left:7.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRwMOFTSBL3aTQG7nWcnQ7X7zSo9nCXq { width:18.8125rem;height:3rem;top:4.1875rem;left:28.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEFZtORAH0i5fF3l6yHoUXbCNGBvhg3 { width:12.6875rem;height:4.0625rem;top:6.9375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNw6N2Egu1kIffBC03gDULFRGSD9Zvu { width:9.75rem;height:3.75rem;top:5.4375rem;left:26.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg { display:block; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0TK6F0WdE1lp0uII7V25EZoZpN8zIC { width:47.75rem;height:1.5rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDMs5a6NNxALkI3XtyMrRhawDuhTDSwS { width:5rem;height:5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB5TlVz9w5NdB1qVVlAt5PVuuCANsAVC { width:5rem;height:5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfDarT9TPJdbou1TqMCEJvWxZhZ72cMo { width:5rem;height:5rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLT6TGzCrJFeCeKe5h6ef91IAno8RspN { width:5rem;height:5rem;top:4.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHzgGQg36VkFhfTKqfF8PutDf9RHT4K { width:5rem;height:5rem;top:4.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETZ5OcVy166p9epFAUXuM46HJC6Rf6d { width:5rem;height:5rem;top:4.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r21XCwO4tzwFueZeHEqXc7zhmnhDNl { width:5rem;height:5rem;top:4.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2XqqCGneOUxleJ9WAWS62J1DpghhXau { width:5rem;height:5rem;top:4.5625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx22yBogl5WEbOwRliPicWZTslcnGRyl { width:5rem;height:5rem;top:4.5625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5qIyEVyOQrMvBzWKDcEBNhUyenHwqtA { width:5rem;height:5rem;top:4.5625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpwXcXAklvGtRnduuPNLf6xhRI26ocWB { width:5rem;height:5rem;top:4.5625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWdXfXrtv64cwhhBvu0CS88C45fJbN12 { width:5rem;height:5rem;top:4.5625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItKAT4LaH1eGTAcTuadHGlfOkEv62Lm5 { width:5rem;height:5rem;top:4.5625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr41cRNVsuUMDq4qf5aEDzwgu5PXUsk6 { width:5rem;height:5rem;top:4.5625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MELA7TWKBhMuI5sCcB2TUeoO0N9T5LmJ { width:5rem;height:5rem;top:4.5625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm { display:block; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUqTh33F8z7nU3hAZsDl0lB43W8ZdIMo { width:28.8125rem;height:7.5rem;top:3.3125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUGi7OpmHx694JPb3rQh5KQOxJu983iQ { width:10.75rem;height:1.8125rem;top:11.4375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ePScys9JT4gGZimnXztZRtS4HbR69Q { display:block; }
 }@media only screen and (max-width: 763px) { #yTSicRUAfKyZEhlIslNgXSCBD0JraKgU { width:1.875rem;height:1.875rem;top:3rem;left:43.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJk6MwTfzfJwqiqICtzI9rIk8oFfa5GH { width:19.125rem;height:6.5rem;top:4.875rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTJOvd6SGLvm089Fa0lfsZUwrrsd8qH { width:8.125rem;height:8.125rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aV96RE8HS8nqAx3Ab4aiCnIeWzSmTXzH > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZTTUEQvTJ7pXeN8vFPdyvPsfTk6VC8G { width:8.75rem;height:2.5rem;top:16.2197265625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSbuODiP9e0kKZxyE95okT1dzTFRITUM { display:block; }
 }@media only screen and (max-width: 763px) { #ssnElT72Xowe5QcQGrtwZOolGa4fMrGv { width:15rem;height:3.25rem;top:1.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJuMXTlc2ZKi6dTRDMhQQrd3p1XTF2w5 { width:8.75rem;height:2.5rem;top:5.96875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQP5Q0kLSm8ld1vdMQL6rWdvNOykOPnM { display:block; }
 }@media only screen and (max-width: 763px) { #uSALTQMLnFQnVc17FMRUyTxWx9oo000n { width:8.75rem;height:2.5rem;top:5.96875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX747hakQ8M1CF6RJGnxx9z2Ak44Ob8f { display:block; }
 }@media only screen and (max-width: 763px) { #MTf1nEP2qRxhOqiUyItTbTPmvTr6B5ng { width:8.75rem;height:2.5rem;top:9.34375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOB3dtSa8r1f37iiQJaDEhpIwxyMhIg { display:block; }
 }@media only screen and (max-width: 763px) { #vUoaNiZlGxsEAd8lpuh6odxbQmngETgb { width:8.75rem;height:2.5rem;top:9.34375rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5HDxxCkUaQQNhraooBT5vlgBzMxMtVX { display:block; }
 }@media only screen and (max-width: 763px) { #tcbPafTgZviruHciSfaWVnqLAqgERdFT { width:8.75rem;height:2.5rem;top:12.5947265625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmvTufMTezs73EiLSBNFhJzlRZKNbxyB { display:block; }
 }@media only screen and (max-width: 763px) { #F1ThzaLiSCp2WJIZmU5XSOLKOXpG5oZE { width:8.75rem;height:2.5rem;top:12.5947265625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJOToTzDTm4yhyiIEfRqZTwDSwJTtXF6 { display:block; }
 }@media only screen and (max-width: 763px) { #cqN2mhrCm9DKFpNsX3nf5ceFTMLriLvR { width:7.1875rem;height:2.5rem;top:16.2197265625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTSuM6LRXnKB9xXNd64Zf0pFTSZAJpt { display:block; }
 }@media only screen and (max-width: 763px) { #TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P { display:block; }#TAKQOSgSgDXvb8JGPfF93ikHbDi5Ul2P > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHScpGbbagaFDR19LeWm5nu9SamT5f3s { display:block; }#NHScpGbbagaFDR19LeWm5nu9SamT5f3s > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgyrugFxDRU4wZCerQpxGIzbNfnf9XTp { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs { display:block; }#UVT7QiBAKz746mO0s2QN4eFrsPbmC2Qs > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOLGpgrzDXcLOnRqs84blSDK1RN8WyA0 { width:20rem;height:2.125rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plCmnIzxQCMOkwvnkWruF29k0TLGqCUe { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSICbWterwEOCodLeX3KM6MtAqvtx0cK { width:20rem;height:35.0625rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laeMT8Hr3wpEmIT3SKPKcMkZy3TTD034 { width:20rem;height:2.125rem;top:55.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4LhU1TVGtIVowi5yrbNUZthUfI9dctg { width:19.4375rem;height:20.1875rem;top:59.3125rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSPiw8pteOuTPIRnZBiuip3iacvAGPXZ { width:6.25rem;height:6.25rem;top:48.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVHOetElZIMEyhZ0Dd99LL2A5VSWaqHL { width:6.25rem;height:6.25rem;top:80.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdS9o3y7vKtT9k19lpa9fXL4MGnQVw6c { width:20rem;height:2.125rem;top:88.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU3DbDUG2Be1ZbggB2aXqJwTNwAPkHmE { width:19.4375rem;height:32.0625rem;top:91.625rem;left:0.25rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAX298pMtDT1myFHL3o3tGaMTKgg6yAG { display:block; }#uAX298pMtDT1myFHL3o3tGaMTKgg6yAG > .row .container { width:20rem;height:128.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5Lrg4g9sxFbwXOsmlJiHE1UVT3WWntC { width:20rem;height:4.25rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZy97Ui43rr8tJeaKGuTyg9TirmUd28 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5vO4T85wLZm4vCrVnUkAtUav0n8VFua { width:20rem;height:18.0625rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQ1dtlpbmhxxZPdB714tdPcUaahRiOF { width:20rem;height:2.125rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW4L9q73dXzLkM8DDtkJSN1JsEdzh7bc { width:20rem;height:27.625rem;top:43.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXJA85SUkB4HnWkW0DQp8UkCmcaQzyt1 { width:6.25rem;height:6.25rem;top:33.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHBggvN0oud9MIm3JyRmmb8mG37UL947 { width:6.25rem;height:6.25rem;top:73.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBttwZJ04hFlt1hdRgpW3QD7K6BesGO { width:20rem;height:2.125rem;top:80.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTLSFOS25gWTVKrULJCs0gSvsMLAIkD2 { width:20rem;height:41.4375rem;top:84.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP { display:block; }#t8qIhxHlBGXdur2uuxxnpG9gZh6ksXbP > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlRbT8u1W0S8XSZsTWfdGSo2iyDnAeKq { width:20rem;height:6.375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCtHciOiimbSoZUvM0ymn46lJNUI69zc { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCRzfFXmgpTIkx08rSnSPPXR5dsLrE4S { width:20rem;height:14.875rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsSwmwePnLGh01UbzhJ1UoTWL3LbLnXK { width:20rem;height:3.1875rem;top:39.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqXKGwEt1EUvWlfv8Ao4PSl5QICeEywP { width:20rem;height:20.1875rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLGu5waw84iMGW1LkvcL7TdAo2kDHKi { width:6.25rem;height:6.25rem;top:31.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H53hH9EyH3gSeVPF58dLWuM3RQNlqfBh { width:6.25rem;height:6.25rem;top:67.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3dH3JevQ9xtLZNVL7rU5tFe7GUgdpzc { width:20rem;height:4.25rem;top:75.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGas8TQx8n2CdTVWCXFTCd2bVVkTONtI { width:20rem;height:15.9375rem;top:80.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq { display:block; }#ElADpzD8Jxca2bBEUCxCJKz2iHFfgdQq > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9u8TQ3zIIZvOlSJQJxewsPy08pCMdRG { width:20rem;height:1.625rem;top:1.59375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn { display:block; }#drACdOmuQPwZJcgytdMrNAZ8xRng5Ewn > .row .container { width:20rem;height:139.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdKNRISfhWE8FQA0zdu6ph1TQSUtF4a3 { width:20rem;height:1.0625rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMRuQ1JFXdgtydh3ZaZHAEof1oDAANNT { width:6.25rem;height:6.25rem;top:2.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpGMtu8qd2DIvcK3WFlNHyoXOOGXMcx2 { width:20rem;height:57.375rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJznNnh5acALbS5QzVfbJKOXVt33hAqo { width:20rem;height:2.125rem;top:82.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcPpEiyiumkxMdZqXUcWfpTSh1yeVK6v { width:20rem;height:13.8125rem;top:86.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOQ3xBL9dLWkoiGtJviNZFcHv793oZE { width:6.25rem;height:6.25rem;top:74.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azzRXrMAs76fmZ0C53nst2lBZ0yqs31R { width:6.25rem;height:6.25rem;top:103.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMHltSuSsCIyTmkoHTtPTDEC3oAQm3L { width:20rem;height:3.1875rem;top:111.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByZk1tp6B02eD8lIJlqlVgBoJDFE5tBT { width:20rem;height:21.25rem;top:115.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 { display:block; }#lX4BAUVlC33dnFOvGcoix6xOsCEtFEJ6 > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCImfKGAhIc8A7VMTp2INDdMvBf1nhPD { width:20rem;height:3.1875rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3lsyrfGm33DNmp50RrFZTKkW9yCetuB { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJGz6VBEZGRvmBFESd1IKnlE7NancOv { width:20rem;height:17rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLBpcr3mDAIXhtq0uvDn9nh2oPCzxE0w { width:20rem;height:1.0625rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcNzWsgMJ20wCfQUZVKshgU6Tq7XThRZ { width:20rem;height:14.875rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaBwffh64AlWMVlSlX5vkmCqnHEtBRx4 { width:6.25rem;height:6.25rem;top:33.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlzVTJnN95dgfySLOnGkJsTX3w76y3C { width:6.25rem;height:6.25rem;top:61.4375rem;left:6.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MVUMFmdbyGziL6SXsD5pRJMmw0O0fBAK { width:20rem;height:13.8125rem;top:70.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9fzcg8FdQPNt3SqZd87b0ywNJrVDVe { width:20rem;height:8.5rem;top:86.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFTwUZTMeAQC91yJOCVEO4tGhK43DsON { display:block; }#GFTwUZTMeAQC91yJOCVEO4tGhK43DsON > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4SPNHB9xyty5OF47lbxyPwTJQdyEZdh { width:20rem;height:4.25rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEvnQbAKObklhkkERWm9mFPX3ccaCvs4 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WITFRVPeWBQwMDooEpMkGSlCLt4fB3z6 { width:20rem;height:19.125rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsS6T1U2Z80CkiPq12I7cBzaeBJ9mSKA { width:20rem;height:1.0625rem;top:44.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqqKOgGhGgQp7e7uGRzqFkDf5yifZcXT { width:20rem;height:9.5625rem;top:47.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNTwKwB0THWhafq2Sa7g7cP8Aiys5aC { width:6.25rem;height:6.25rem;top:36.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIqaFe5bVRUhDrDJ40BVtPVpEn6qintK { width:6.25rem;height:6.25rem;top:60rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxiCuq03BavZJmk4wx1vnvDNg5v5317X { width:20rem;height:1.0625rem;top:68.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhsdmKe1TBHO7JsPiIpvSTXVG5Fx3ZR8 { width:20rem;height:26.5625rem;top:71.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3mln5urR5asPKfbWB2WH5zB6dBQosHl { display:block; }#D3mln5urR5asPKfbWB2WH5zB6dBQosHl > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I23OwDLZecb3qGJKFktFvKgtdJTHPtZT { width:20rem;height:3.1875rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziRJMV3T000Uunxt9QbGVNBDG3pGN8a5 { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmOs50GipTN0SlSaono3GBVfeABG8r7i { width:20rem;height:17rem;top:13.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIEKS4GsSJyhM8OlDEqyH72BmqcZlbAo { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBieIpFssIvPS2nUTOBdymabEKrw9ORB { width:20rem;height:5.3125rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKD9mTBBnPNcaAebFMaN9UQDbVb4GD2q { width:20rem;height:24.4375rem;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtBreqV1hwyn2d2E1L3q4VKkA7Eh2TC { width:6.25rem;height:6.25rem;top:43rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0OaTWEcAIqcVimbMU5FTI8vfgW8WbSc { width:20rem;height:26.5625rem;top:55.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56Oa4aXqSRRBqe2P713D2yl0f8gKEgh { width:20rem;height:4.25rem;top:50.6875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ { display:block; }#XZsG94VP8pdu5vn0kQGTT1zmXAr8LtcQ > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbqRizAd9WU9ZyBXEllIpn7bWH5T54qi { width:20rem;height:2.125rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMMhx0Lnkgberyo7cJAyFVWqP0UuUv5e { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3EktaFRzq22Dyxmva5d42ndEKvKEwq7 { width:20rem;height:8.5rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K750oT63O6rNisU8ygDLUNWTSTTrTeJg { width:20rem;height:2.125rem;top:68.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdXSn9b22baFpXxT3pKCxodzzn7Dz0RA { width:20rem;height:12.75rem;top:71.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vshNBGOX1rS9hGenv442nxgGek2WzA5p { width:6.25rem;height:6.25rem;top:60.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzmeZiWDESkEIRQgX7Zb8bTdVJWnT6M0 { width:6.25rem;height:6.25rem;top:24rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf3TozJyAVaredozNLsfTQnNr5LDSnpn { width:20rem;height:2.125rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSCTZSHFVVINxSE78cP99qZDmgXlTEAp { width:20rem;height:22.3125rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz { display:block; }#fBzsHOlrwzleXC6rZwneGyEuJd2HOEhz > .row .container { width:20rem;height:102.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKAulA9HfLDtDzxgBfwiJU01IkNWg6D1 { width:20rem;height:4.25rem;top:76.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7GDDeGQ41HhDMDDSCEiEEbuR0WaNNPQ { width:20rem;height:17rem;top:82rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bttLfOf6zqRGhuZ1KFynApHu1d2tPWl1 { width:6.25rem;height:6.25rem;top:69.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrPTSBh1P8hQzlS07pX46qekbNP1akpv { width:20rem;height:11.6875rem;top:54.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2oT6H9y0fEH1lCXk5dTGwcd9rZPZWN { width:20rem;height:2.125rem;top:50.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5cwE3x2gL6rHz3JXvT1gqxuSpGfDbyC { width:6.25rem;height:6.25rem;top:43.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTt7E0ATMdaFSCCdPEA4mztdxJ82Z3L { width:20rem;height:2.125rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFPB6KKRWf7qI1EIUnwXoH9QW292aMK { width:6.25rem;height:6.25rem;top:3.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1iOqHy7Bc3DV3CHk5XT9Q2XgRzVlFe { width:20rem;height:26.5625rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc { display:block; }#XfTptCNvwOcakHts1l6Z6HBNwrk8Vkdc > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2AHJ4Dns7fu5MuttqBmGalyLlXS7VHG { width:20rem;height:1.0625rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUvio8VKQZWn1INgmtoE8LXb6nrCcdOR { width:20rem;height:6.375rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csqza4ZN5CgZVrDnC585yrf0vyq2KiBT { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 { display:block; }#KVSpL5ABUc2S5sBfKQMGErqRCWIyAOH4 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APsZAFNs3RLH3wLiG1XkewVp1dkvFTog { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuMfqngyz3rGIcIzPkFb4ETCcEUd3r9S { width:12.5rem;height:4.125rem;top:4.0625rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lChxbRJFqsBTXNR4ETlSu3qRy3Gb06xC { width:11.625rem;height:5.5rem;top:9.5rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRwMOFTSBL3aTQG7nWcnQ7X7zSo9nCXq { width:18.8125rem;height:2.75rem;top:21rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unEFZtORAH0i5fF3l6yHoUXbCNGBvhg3 { width:12.6875rem;height:4.0625rem;top:24rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWNw6N2Egu1kIffBC03gDULFRGSD9Zvu { width:9.75rem;height:3.75rem;top:16.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg { display:block; }#V9Ta6ztKJn96PAiAXwm1VsqRHSrBGumg > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Te0TK6F0WdE1lp0uII7V25EZoZpN8zIC { width:20rem;height:1.625rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDMs5a6NNxALkI3XtyMrRhawDuhTDSwS { width:5rem;height:5rem;top:3.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB5TlVz9w5NdB1qVVlAt5PVuuCANsAVC { width:5rem;height:5rem;top:3.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfDarT9TPJdbou1TqMCEJvWxZhZ72cMo { width:5rem;height:5rem;top:3.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLT6TGzCrJFeCeKe5h6ef91IAno8RspN { width:5rem;height:5rem;top:8.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHzgGQg36VkFhfTKqfF8PutDf9RHT4K { width:5rem;height:5rem;top:8.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dETZ5OcVy166p9epFAUXuM46HJC6Rf6d { width:5rem;height:5rem;top:8.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5r21XCwO4tzwFueZeHEqXc7zhmnhDNl { width:5rem;height:5rem;top:13.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2XqqCGneOUxleJ9WAWS62J1DpghhXau { width:5rem;height:5rem;top:13.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx22yBogl5WEbOwRliPicWZTslcnGRyl { width:5rem;height:5rem;top:13.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5qIyEVyOQrMvBzWKDcEBNhUyenHwqtA { width:5rem;height:5rem;top:18.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpwXcXAklvGtRnduuPNLf6xhRI26ocWB { width:5rem;height:5rem;top:18.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWdXfXrtv64cwhhBvu0CS88C45fJbN12 { width:5rem;height:5rem;top:18.5rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItKAT4LaH1eGTAcTuadHGlfOkEv62Lm5 { width:5rem;height:5rem;top:23.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr41cRNVsuUMDq4qf5aEDzwgu5PXUsk6 { width:5rem;height:5rem;top:23.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MELA7TWKBhMuI5sCcB2TUeoO0N9T5LmJ { width:5rem;height:5rem;top:28.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm { display:block; }#cuKyPkeGAgXkpWA8OXiCTUt5VEv4kCCm > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUqTh33F8z7nU3hAZsDl0lB43W8ZdIMo { width:20rem;height:7.5rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUGi7OpmHx694JPb3rQh5KQOxJu983iQ { width:10.75rem;height:1.8125rem;top:20.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ePScys9JT4gGZimnXztZRtS4HbR69Q { display:block; }
 }@media only screen and (max-width: 763px) { #yTSicRUAfKyZEhlIslNgXSCBD0JraKgU { width:1.875rem;height:1.875rem;top:18.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJk6MwTfzfJwqiqICtzI9rIk8oFfa5GH { width:11rem;height:3.75rem;top:2.6875rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFTJOvd6SGLvm089Fa0lfsZUwrrsd8qH { width:5rem;height:5rem;top:2.0625rem;left:1.1875rem;display:block; }
 }