.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fbeee1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002146;background-image:none;position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:90.5rem;width:75rem;position:relative;display:none; }#UCglBw55x5TC7ToiGGfaJx03TWPVnTur { color:#ffffff;display:block;width:55.625rem;position:absolute;font-family:play;font-size:6.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.25rem;left:9.65625rem;height:12.166666984558rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NuOJJd6FWn0mTAm9vZTx3WLoxXHQ6BOF { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3736977577209rem;width:6.6861977577213rem;top:0rem;left:34.1875rem;overflow:hidden;display:block; }
#BLHaxLna8geTdR3DOAkTQ4npAh3X0OrA { color:#ffffff;display:block;width:44.811199188233rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:21.6875rem;left:15.09375rem;height:3.6666667461395rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgEPTUMAgxLgLV5alwTH2aUPIs4tXGbL { box-sizing:content-box;color:#ffffff;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8111977577209rem;width:5.7486977577209rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:26.625rem;left:34.625003814698rem;display:block; }
#Tfi4adRgu8sfeFQersGOD8QwMhkoiVkl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90.5rem;width:74.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XhqMwIk1aDWaZPn5eDCp8Gyga0GTVBAT { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:34.020832061767rem;left:19.70703125rem;height:2.6666667461395rem;font-style:normal;display:block; }
#uqS3ZTS9EWTOW02EWFragTR2Gzn7kuT6 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:37.083337306976rem;left:19.64453125rem;height:2.6666667461395rem;font-style:normal;display:block; }
#g0SpNW8q8xNKwTiuIK6UIZZCv6NQ30Zq { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:39.770835876465rem;left:23.39453125rem;height:2.6666667461395rem;font-style:normal;display:block; }
#prRhomHVSyNCRIXCNsGxZ4QP4fWRT95J { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:35.333335876465rem;left:38.832035064698rem;height:4.1666665077209rem;font-style:normal;display:block; }
#v3nqop3Rl3nDFW255uJwo1nc2sTr9GpL { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:40.458335876465rem;left:42.707035064698rem;height:2.6666667461395rem;font-style:normal;display:block; }
#vhxNQ6tEPei9o5g7tXFnmGBdvWBE075s { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:49.583334684372rem;left:36.540363311767rem;height:2.6666667461395rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mTZCdv5kRleh7AtsMpVhlRiQRFbgylsm { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:52.770834684372rem;left:36.665363311767rem;height:2.6666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TUtdHPVOuuQiPQpbMcwC6W3TWEhUAaT3 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmvOfz30FuUJeMa9SvwgXMwQBywOzpks { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:63.833334684375rem;left:63.7695350647rem;height:2.6666667461395rem;font-style:normal;display:block; }
#EQ9wXDuzSiwsoi4ZESA8XL21tfTayzSx { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:67.250007629394rem;left:60.904949188233rem;height:2.6666667461395rem;font-style:normal;display:block; }
#Nfc2aRKwMJ8aykbkKJOuKBNxrVblUtL8 { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:64.041667938231rem;left:40.748699188233rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ivex3BaEorB3ZuTUMeKe1TRTKyZuv7Hc { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:60.208334624768rem;left:25.748699188233rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bGnoBEGbtJVqEERPt4wzzbof7CbTb3fx { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:55.083334624768rem;left:4.20703125rem;height:2.5833332538605rem;font-style:normal;display:block; }
#kcObdxAiDK0FOJQ3TklpD9s9wWTrPZ9M { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:58.333334684372rem;left:9.78125rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzgOh3GHMCvd7l8kEmsVCsD8kK4tb4DS { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:62.645834684375rem;left:9.65625rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kl6sfJ3FrrvaIKGy62hXkkDtTid7WMlQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.1875rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:58.322917938233rem;left:9.2278633117675rem;display:block; }
#C1ov6MmGqE5PlJNghihM5d1EMsByHb8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNkVcfKTHoFJVabqO23LWJCZvqhxODhn { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:play;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.3541667461395rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:85.5rem;left:28.93620300293rem;display:block; }
#hngCQdycyiucAcz0nGWTTRvJbhBqEJL5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf { position:relative;display:none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf { border-width: 0; border-radius: 0; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container > .video-iframe-container {  }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#TRHLTfaIPFeuadzDJKh1clgn5cnn7fmc { color:#ffffff;display:block;width:55.625rem;position:absolute;font-family:play;font-size:6.0625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.25rem;left:9.65625rem;height:12.166666984558rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fttXGbuc36gV7TCH5M42UDEQsdbBNQp7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84.8125rem;width:73.3125rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#XmuTKgZh9Wh8HKmhKhq0UbG0IVabRfrN { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3736977577209rem;width:6.6861977577213rem;top:0rem;left:34.1875rem;overflow:hidden;display:none; }
#KoQpfqHctLBkPdCddh95BamTlLi0tVeH { color:#ffffff;display:block;width:44.811199188233rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:21.6875rem;left:15.09375rem;height:3.6666667461395rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xUuD8H3hGq5PMDQTiBnbPfz3Hb06PkNF { box-sizing:content-box;color:#ffffff;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8111977577209rem;width:5.7486977577209rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:26.625rem;left:34.625003814698rem;display:none; }
#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090808;background-image:none;position:relative;display:none; }#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 > .row .container { border-width: 0; border-radius: 0; }#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 > .row > .video-iframe-container {  }#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 > .row .container { font-size:0.875rem;font-family:arial;height:90.5rem;width:75rem;position:relative;display:none; }#WKWwV5iGRggwzWdq0sRB0IHDTF1xSiTA { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:34.020832061767rem;left:19.70703125rem;height:2.6666667461395rem;font-style:normal;display:block; }
#DaMxqnTi5r6Uqy6vUozNpPI2IeqW7mz8 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPf9p69lDskIxntnAoIxKiLwiEkF81vs { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:62.645834684375rem;left:9.65625rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EHSTNvbAXQ7xZD146dgemG2HG4XdNuTV { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:play;font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:86.125rem;left:25.39453125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpgfeHsIx6rLrwakiCGzNk9J4vtfP3T3 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:play;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.3541665822268rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:81.4375rem;left:25.58203125rem;display:block; }
#GknZb6261HyIqw2SJPH353no1mPxqGno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2HvrHa7VcB0WCcqdMJTlrDbursvLKt8 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bdnsLD7ao8dc11458uowLP6lpgh7Jq0f { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:42.6875rem;left:1.125rem;display:none; }
#LysydxoJEig0QkG4ge58tItXc86WNXL5 { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:48.125rem;left:1.125rem;display:none; }
#spOIVlTJm3KBdbQqTX7v7Cn9JJuxMl0C { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BNmFuJThiGtmxPcOatq1A2ZKT8MAJoNZ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:58.9375rem;left:1.125rem;display:none; }
#TraAmqtByPcvvsA1IJs9k7Kz7J0GTwcZ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:52.5rem;left:1.1875rem;display:none; }
#a5cMiHiTeN5kus0S6zknTnV3Zu03UzT9 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cMtD0RPScnkwXeN1EdzX13lC0JFNpHGV { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ilnTExsCC8HAKuG2vnqa1aRm9Ow4lcHu { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:64.125rem;left:1.1875rem;display:none; }
#u4lFvS2sfGrOKeSvpM7RvvLgNabBxpCy { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:71.1875rem;left:1.1875rem;display:none; }
#TFdPzuqD3wVnvt1o8y8kTUKpL1I5lg4h { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CHw62M9UKfsRunsgMUEfq6ra3u5Waira { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:78rem;left:1.125rem;display:none; }
#swSZruFkwlJHdHMCsta1AQnmhMQKTnfZ { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ozTeetXgv1TFh4KDqZ6BVQGChEW8uQyi { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:84.3125rem;left:1.1875rem;display:none; }
#So2MvoPa2iVSOLbz8Phb0awzRrHZ7FPP { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B00WkNk3P1vLEcCQd22xc8rS7URsnTbG { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:88.75rem;left:1.1875rem;display:none; }
#aDWc3l1wSXOnheKKUBVVPOrN2zGf3AfE { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LkTD9uvE4rtLQSG8gqSryL71cTWnPq7T { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:94.5625rem;left:1.1875rem;display:none; }
#wZsgms8dC1RPdB86PaxieaCE6gus8NAb { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MJTXinLQbkqQIn4d5rNuC07iVLqlMApE { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:100.5625rem;left:1.1875rem;display:none; }
#XvSyDl0dhNvWA4QBbhoARTPZzH8c8LpT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UfMHT0yUh0pQKImxGeUWxcEk4XrJBU6b { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:105.8125rem;left:1.1875rem;display:none; }
#g5fKbW4KlyzLXo1TOv53fGUvBa4inF0x { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fFWop729H8rZ7C2Oo89fqlWxyruhEkHI { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:111.875rem;left:1.1875rem;display:none; }
#CLy7FkPyPgyyza8hbBwcvOD7b5fIH5kz { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MRDErBkBIT9RbfpFAMfQUwRlenpJvVmB { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:117.5625rem;left:1.1875rem;display:none; }
#nRctDuVfMThww6n7kZOuIieLh9TUyuE9 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ibxcNlLoozQg0XJTyHM3vVhQfJKgrZrO { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:124.1875rem;left:1.1875rem;display:none; }
#g74GPG0NAIKqcHliGiv65zTcfSrmBpAL { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:56.645834684372rem;left:59.269535064698rem;height:2.6666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbeee1;background-image:none;position:relative;display:block; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container { background-color: transparent; background-image: none; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container > .video-iframe-container { display: none; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row > .video-iframe-container { display: none; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .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); }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container { border-width: 0; border-radius: 0; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row > .video-iframe-container {  }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;position:relative;display:block; }#ugpkffC9KU2fV4Qiyoz7D8mOS72hfqx9 { color:#2f2f2e;display:block;width:25.4375rem;position:absolute;font-family:fedra;font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.5rem;left:1.9375rem;height:5.28125rem;font-style:normal;display:block; }
#EABZHhdAu0IUKtATtUv7qUEnK3vR0gOe { color:#2f2f2e;display:block;width:28.1875rem;position:absolute;font-family:fedra;font-size:4.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.9375rem;height:6.3375rem;font-style:normal;display:block; }
#QJSbteJPfcrzKgdniRF7PM2W2Rh2FmlE { color:#2f2f2e;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.6875rem;left:1.9375rem;height:8.125rem;font-style:normal;display:block; }
#Mz53C6DGfGpoewmfyfUPuKW8TUZLIrKg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:8.6875rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#UcAH76xINn81mSJ2gantTnNi3TfsrAQR { box-sizing:content-box;color:#2f2f2e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:41.75rem;left:0.75rem;display:block; }
#fLpCALF9K567mrDyRSCBJTJtb32DoCBM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.5rem;width:40.75rem;top:0rem;left:34.25rem;overflow:hidden;display:block; }
#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk { position:relative;display:none; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk { border-width: 0; border-radius: 0; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container > .video-iframe-container {  }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#O6lnKGz8nn2lJqE16ntZamkMAwIoxqOz { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#ofvW51gsJ4gehuk669pyO6Bc3D4FCCp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMTdLXand7RNQ7RlBTAaGxc2lfzfka3R { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#n3zrzxML8OPPx26M77u9T2TVIXT3BwZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e6QTuTtVisaUxGxZQBGN6eOVoeebqAPP { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#KINQTPKNaph9dOBVldp4qxQGfRSVt2cn { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#vifK26y7fVxa48maoJkNPBSfedyBxt5s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#Q1AGu7ryb0IfcTXbwrJuto4SJsk5sGgs { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#JsHEDWecbBFvwCdWhR4cmiVdchinvUP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlnFQQi1b0x3EZsXDA6Rr5HrqCPZvsqT { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#tDyaH2NOKWIxyk131TtqAEieP4vuc97X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWLkUK31xsadpSq0eFvlMkcTPdE3W2tx { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#lPAgogpk9iXRBK4z37EbvhNdlX5hpv74 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#ygoKNPcmyTqaCLETvlzcHDAvPN5HHnea { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#A8tRUTQkLhF9EOO1pK8XSEAac4kHoed8 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#W4m1VCPSiSGJg2L2skGGfWM1dJa56nKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgPJkSwsIRlZy3W1ePJveV2oWI4P0nPW { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#IoUJCTsuDPT7uF9KxoKZ2caKqTuHMmEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J74LwOAQJxRSEMiJCcWHltiGhE0GknNg { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#HePcsPgVJQ9g2TZG45nAlvT9c4F69XNw { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#clI8uI2X9cP87aWEiB8kSGNZV77TBkR3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ { position:relative;display:none; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ { border-width: 0; border-radius: 0; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container > .video-iframe-container {  }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#flqANouUNSXg5TQ5OF5KndfQyyhmIU7N { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#hS0VttJxDw6FsqMpRzXyQHMyhRCJBKf7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHwDBIQXH0Z9zOcL44ZWwBsBT2vASkQJ { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#RpOtn0GeydvyaDhsAGh4410ZnVdlyuMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCptWBHIkgxK3snbmbcrtTVbG0gllOdN { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#To2ZhlFoJ5qTJuQyysDrR0NyW1URS29L { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#FDvKCwy7DNLGGhso7uRbQs8vXhibpXuc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#KcbGos3zcQnvmpcrk6U6CuEH8QTIXn8r { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#x9EoUrwOTw4ZTBDC0JgCxf3sCLDawgBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnTQ9TNfOOmuOLBObmLVEvdvttyPSM74 { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#FPO1XknoTuHGLBGnhJLfo2hVZ823NupQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcFWiTS0RWpRockTMTQMtybDG41NlVux { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#bRqeNCfB33TIpBpWX1ieNhHC6iwlVyVf { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#VzlWczBmdZeDsIiWdxD6R0y5ULUa8aFE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#cPspDggmSRonBBlf4Bpt2rEosNPdGa1l { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#DH2rLAAqgiKXU2bEdp38aTEu8mRU6UWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mnJ3SkJMLbdPN4CtLxUJlObaC31aOCJS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#SeFsqeMKQhUeXxlKaGBlWdGCbBp3DQnX { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#Zsb8X1k1WxhTbQICqZwssuvXukdvbwt6 { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#I2sQGaOHP07ayXI6VJkdpb4SM6R6WRtU { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#cvQ00Kx8bZgEBpAHRtbrcTWgkaOnxTXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A { position:relative;display:none; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A { border-width: 0; border-radius: 0; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container > .video-iframe-container {  }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#I9a5vyOOqwyEgpvNQz84ExlFZHfcMBaW { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#Ud6wyFt6pturmTgaBM9JgWHq85SDoAVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFX1wv8F9AAyLkxHOgel3HSyZ9wbrMrR { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#L8foSIRNJNc9vuC9cMJ4qNyPvqEsQez1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMMktRHXKW0xHWptCB1saGlWRuHc6cbl { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#a8knmPdxKKW9CvgZORcCfeiVe7TA0wcy { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#ew8K9a7M9ClRNpg2SrzrGbmsnnOw6Vdk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#ITzEpaKDPfe8HFiluvNyXKiCmGLzFmf0 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#UBFJDNlfD5WzaoTyeo5ZDPd1PI7UIfBE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPvyGmwD0D3rXgkWF0Woqs28IbdrFZV1 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#HHEdEJFFWPKaloBAAJRT7zWNpG72H2We { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#FdzXnFyWZM6hZGTqcet6lNm0yrdTuw3g { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#chIqtfGrgZzEDNFgfI6514zdvR6IkXls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMgZen9NxfLFSOa56pNNJrAbZRdvWqNR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 { position:relative;display:none; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 { border-width: 0; border-radius: 0; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container > .video-iframe-container {  }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#ERBGvK5c4z24skAmRxxIb9FxrtE69if6 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#oXr8sAIa1zyyiFqa7dB8kyRuHDtrtPPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Equyp6DXK3eb3lAeC8TgxtyiJsZANmK2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#mxaAI2W5dxt2wP5OF0Lml0c02KdQPpNB { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#GUBWrkJoTGMqeVL54hptSw22cE2VQLOl { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#AWIsMqIeEQ7r7d1upJhkymmaC7p07Dm8 { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#n0GraElREwkDdNXrnh0O9RaoAeiMKqIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LV30S5u9UCMywrVbSIHIGsDAlIQLeDGS { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#LALUX9spRVb4I5LNPkeGycdEHZv3lRmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XXsdiKXI83GKZ8WuGMM9pSTWVO3sZhUE { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#hDxC6MTsSQ3p6MMwvQQza7Abn0olf5KR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gP0c2xkNRhH4KPL0Opim5xnW663R3IWt { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#TK7aCIoIZ6P7ysWHhTm0VuG5WVcJ9zHL { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#Zfg1HGk7lMgcKptUThJxEBqFg7AB08LJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#k4ART4JaicBQokP6h3xf1qDQtzFSOTK1 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#qEaloS9UBT5xJRUgPm7pWhJCy4h1TSop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMSpaofK1mcwSloUhQg5t5BL55oZUK4N { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#aoZIEK0A2gsF2sRWPZiNaKDTlfkgSteW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#femNZvTPTv9OwrbbE4JmEi9pxwg1F2x3 { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#Se94ptPOhhEC7qGuTcNhxat6Qod6y2az { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#iPadWbcZ8yAhcL2PXnKDb36Tg7TWq7JR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#xezolZa0XeJNo1EoALJ3UZ1NOR535eUO { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#TATA3IDErCQ947T6HEA3vWbQfRbG92Vl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XZnlONtvPpJpSbFft7TxhGTJHPsIxsrT { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#UMZaIuWTX2H2IRnIhoU50nlUKeb7OG5R { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#lks2mTAcFvvQ4TGIDVUEigsQK3vIZrXO { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#NVTxzdCK8eBEZtSEycu0WIT3UmLuOKL4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeJtykkR5QlxRvRNQM6vBmaN2DAMM3ay { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ { position:relative;display:none; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ { border-width: 0; border-radius: 0; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container > .video-iframe-container {  }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#RJrs2Tl6aPvAsJy46KMaNlU8XVzfpw7M { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#zcOM2CFzp25NwB5spFKQCtO0fZvPZe4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptZmLaEPUAK8nJdaMtl5VE2qsR3GpU8l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#FtJwPLgiEd76ir8JULtzMQGQPuQU6u9Z { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#LggsWG4i37FCOub567Nufnp64MpdnJvc { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#msWSMCtm3LSNhHFbZpP3KE7i0HHi2W1y { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#ohPydTvOJG0LMkyTtWzepG1BbTJBtofH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXaEIvSQ5MwgKzXsrlwcH9g7HNTUPoOa { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#Fhr49XBPegZIqsc7xMzBntr8iaFtE3AL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MfKZMF1AXDzva5EHHRWZcWx4TwzHdl6m { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#TmroTtEvbwagp5b4M361nuXaRTPKR8HI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2UTLdvn1OiRQLpcMqtan1IZA2BpwoWa { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#JQ6lVTkokKkhTygvnoSFmbH5bHEphFpc { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#gMwclLCGDdTy90idhUAK5zgl1HpgvQvH { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:none; }
#yAy5a7VK5h9GQQ3iDp1DvfcJwQCA0VhO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1HmCneUUfxkkXlrke3bnRFLf5W16Km1 { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:none; }
#tvprwSCR4CReTJLzs8ae6PCOTBQCJ9C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAHoioktbQZqEC5ZlWZQs3ALJ4r5JTup { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:none; }
#qAJIqipMmWx4Lutla3xAo9yTpCQge2dJ { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:none; }
#ank2DqSiuoagteICC7uVyzB2Lb4cHlIH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:none; }
#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz { position:relative;display:none; }#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz { border-width: 0; border-radius: 0; }#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz > .row .container > .video-iframe-container {  }#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:none; }#TxErzix8STH9uA7Os24whDTqnQhtZ0Fe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.71875rem;left:1.9375rem;overflow:hidden;display:block; }
#y7AvAd5Esuh89TArLoLMfkJAMAet1hbF { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:2.875rem;left:0rem;display:block; }
#LvX5OwHBJAbTrTCcrrycF97tD2ecMRog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkeSTPgZJZ9dCfeq2gBdOnarTrPs7wTI { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.90625rem;left:12.5625rem;height:2rem;font-style:normal;display:block; }
#sK1Tbhze4qrmm4bun6aBXVy98lJkwiXk { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:block; }
#KHHKnooSvEyffTohrcKhTOVKD2LxX4Ng { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:7.4375rem;left:54.5625rem;display:block; }
#CX6QE5WPqKdQytTTHB9rFsMnmeIT7Twl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GrV3TVBBp9dyleic0d4z37qpmwt1WKoB { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.25rem;left:0rem;display:block; }
#ceo3lypJedR2Fwn4TTH8JLIFkXz0ALFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xeflhce2hOmTvop0EDLSWIVGhNT3eAma { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.625rem;left:12.5625rem;height:4rem;font-style:normal;display:block; }
#O8f4hJQaI90riTCCk7JM3oIylQpbH3GE { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.60546875rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:block; }
#uT28H6E6CcE8Eb4RAgIPlCQEhZAgnqOx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:19.125rem;left:1.9375rem;overflow:hidden;display:block; }
#X4Np47Mv0U4tdrwRiZr8qIRy4M1Rpw42 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.625rem;left:0rem;display:block; }
#VPJnLOln1fNge4q405SlZrsHfQ1vAmzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZZWATZGtUoqrOKL2Gicf0OHc4XqIEQg { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.1875rem;left:12.5625rem;height:4rem;font-style:normal;display:block; }
#rGwZUGnpeb7wD5PucmooBwBgcDa3gICT { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:40.9814453125rem;left:12.5625rem;height:1.6666666269302rem;font-style:normal;display:block; }
#lASuDZD1yzREpVGQbT2Qy1kinTS5zPWo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:33.5rem;left:1.9375rem;overflow:hidden;display:block; }
#DhllfiGF3wNyAVDT74Co9wG3ShHJz9H1 { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.9375rem;left:54.5625rem;display:block; }
#mcTc7moLHPQFsSLhmTcqC9hopUaDyoAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#reODlakDxX5bhH07xDtJ6BPNGD5uOD2h { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.3125rem;left:54.625rem;display:block; }
#dUy5c5OaasIosiOqWFm41a7wAyITyI4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo { position:relative;display:block; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo { background-color: transparent; background-image: none; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container > .video-iframe-container { display: none; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row > .video-iframe-container { display: none; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .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); }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo { border-width: 0; border-radius: 0; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container > .video-iframe-container {  }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#Oi0HvcE2NKgIC3IB9wh61hdAQnPNMKLB { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.5rem;left:0rem;display:block; }
#OSrfrLrWfZ0szc2Q2gQ4rDESitTChhRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WvGPEidPiwOQSKludELOzpkqt6RkTXru { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.8125rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#rvIiqSPNNdzbccyL4oMJgdxUviIgTp6n { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#mZpTJvOeTsRkB7LDMqPLNuTcMRnCzDTx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:4.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#LlPIhb5u040p7F4TEISQo2qyFS9DsuF1 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.875rem;left:0rem;display:block; }
#H0HlcSUURRclTEiSA8GDEr5NSVVAHd3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVwTLxW8m4NMFRHIkHp5sPBd8DBsoaXF { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.9375rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#fnDSrtRlCiHHeedGvMzTKclizxq3viyo { color:#2f2f2e;display:block;width:41.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.3125rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#IkBSEqVdmZMarEyLRn8vptkS77ZiWN6P { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:18.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#WZZqcVbNMCUxF96yD92sV6PZWd6kOtiG { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7.125rem;left:54.5625rem;display:block; }
#bWZT4eDMF12Oa8D3FGgVH4QKpOJBMrF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teWTB7sQWGRqEIyopQzKxslvqqC9e4Ld { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.5rem;left:54.625rem;display:block; }
#CKBA2UrtTz3Sqtns6KzhHnOOHXbzlHFW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCypSK3OgfBFeosZgmPz3mRRgi9BL21k { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.75rem;left:0rem;display:block; }
#xAAeTbv1Nc0aNROtOPCrexTTaFpO6wKV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8ZL135v1RzqPRdXsGm98N5gvxOHIm8k { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.875rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#FTPZN9oK64RDcQQAl0vQN0A7vgVmeaiK { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.4375rem;left:54.625rem;display:block; }
#i3wfJb5FnoT4o4mW35uiLFzhDL7VK4Py { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slLfbq3ZLtZc454EZAk72VTHFp59vD3z { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:38.25rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#uXLwvSs9bdTIDbbau8u5ftQ3J8zGzNt5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:33.625rem;left:1.9375rem;overflow:hidden;display:block; }
#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI { position:relative;display:block; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI { background-color: transparent; background-image: none; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container > .video-iframe-container { display: none; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row > .video-iframe-container { display: none; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .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); }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI { border-width: 0; border-radius: 0; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container > .video-iframe-container {  }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#SPZNv6wwAmzEqvk9COaLFMWHrHqMSC6o { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.5625rem;left:0rem;display:block; }
#gBdz51tlTQK6whqZXShE2GRJLAMB3AGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGgn4oGyRZFBztBlWRcvGJigRwaX8i5i { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#pzV5J55a2ggDi6PAw9UXZqGysXVrc3DJ { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.04296875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#MPJt6tTKPUIbG5qlfUd8LGsPMlmyWG4g { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:17.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#ix0v4gHuVLzxWD3SZrJATHn8bApqQZ4R { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.96875rem;left:0rem;display:block; }
#e8qGWzO5cdvkS4BvrWOUTugZHpuBKiRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WwQdCqcbhLohJzOmNJHx2zODxHtR3AW9 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.25rem;left:12.5625rem;height:4.0625rem;font-style:normal;display:block; }
#l1As1MWH60C3zNPRAfdmiXoLyTZWbwqn { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#TQJ6uTKVrWqEtKIT1Zw0QZzNrq4VOmTd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:31.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#k4xOMWiydC3vE9elrELmQIX9tNhwAoJB { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.25rem;left:54.5625rem;display:block; }
#M7WnImhDnLIENwchdJOvlKa2IHCR5SEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zq2wT6Sf3OZAXybabMxqMbVK4KxWlzz2 { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.625rem;left:54.625rem;display:block; }
#UO7KZSD2Fft8BDosPOgg7OG2OgstFELk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FgkDcIzysEc7VAO3Sds6QDpgC9czNpBt { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1rem;left:0rem;display:block; }
#M6OMDyWVgImKozQnComqAhcUGlMrS7uS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZgvMKuiO73JBfuTk3m0DuWqo6bf6KfZ { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.5625rem;height:4.0625rem;font-style:normal;display:block; }
#epVJK8H3U9lEBhpf5lJ3vRbm3KeLa1to { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.5625rem;left:54.5625rem;display:block; }
#aml2mVkUC8PSOX1ys28CuuA4h8BCeQU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIKNo2hamZPuTUGzfoKzyrtv4OvvNi3n { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#zBmsPEU0dbTVRrSEGugJSJJBXTgi8n8K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:2.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw { position:relative;display:block; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw { background-color: transparent; background-image: none; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container > .video-iframe-container { display: none; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row > .video-iframe-container { display: none; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .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); }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw { border-width: 0; border-radius: 0; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container > .video-iframe-container {  }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#WrU63y1saQdlQkHN8E5bTAGwIAT4X9oT { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#CMZ188TJ9MsQEeddJc7SKnTgpQOhHigQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H395nQ0P8S38S0yrTdEPbsuqfnME0ngU { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1875rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#yTIGAApTXq8xnZh0cIl1wySsr5JteGkp { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#ZU3QqtHezAEB0pqlnSaVEVXTWwoSyTzT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:2.9375rem;left:1.9375rem;overflow:hidden;display:block; }
#A0TUxuJaPk5repr8dcfodsz9PtKR76Ue { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.75rem;left:54.5625rem;display:block; }
#HRgC69uxOy1CIIrSrRzvxhLsMHRzG723 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwOQiIg2afwD4mcpB0ULuF2islq3We27 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:15.875rem;left:0rem;display:block; }
#mAZBzKngMytbn5L3s7lH90iCaJGQDC2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xD4SUrq9KySqXBTwcebP7WTAytFdJk39 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#ocTT8RdnL5exXWUZ18RwdACerUTucKeG { color:#2f2f2e;display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#uhImzRFPXP3nRvCkVAeXZ09I1PkHDoii { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.4375rem;left:54.5625rem;display:block; }
#nIo1XBipBeXWMb2TtLxyemK7KsZvDf19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9uwoHsDJzQw6AufJBVTJUvCMpIKu6Gs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:17.75rem;left:1.9375rem;overflow:hidden;display:block; }
#Kzt9dPBLIEHXNM2hC1eNCTUAkiWbo2LU { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:30.4375rem;left:0rem;display:block; }
#zV8ybnNEAqT3bi3QGDuyZGwWo24pWZmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvawZNTVkfNOS37Dz4HycwN77SRkExm3 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.3125rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#GP1DVSV9vLp5e8Mn4CBZN51wwzM0phKW { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:36.75rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#FtTJ7MW7OGZCKx7boBnqoCpw6Fc2z5HV { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35rem;left:54.5625rem;display:block; }
#tXUt1v5qc4PgN7R6MfCTVw9cyDJBw7lN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hp694hnBx7tO1Wpa5iNU9JdV6lUgvApl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:32.3125rem;left:1.9375rem;overflow:hidden;display:block; }
#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 { position:relative;display:block; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 { background-color: transparent; background-image: none; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container > .video-iframe-container { display: none; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row > .video-iframe-container { display: none; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .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); }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 { border-width: 0; border-radius: 0; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container > .video-iframe-container {  }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#AMQ15cRi8HTaKkW27WsGyOJEM2iehp2q { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:0rem;display:block; }
#ActHgGLcvT4aqm3cLMAiRVtO1SN6ETkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lyH33ImixXV30tRUVPs6iopCQg4B0Suy { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.75rem;left:12.5625rem;height:4.0625rem;font-style:normal;display:block; }
#ZKUfVvO8XFNgrxD0lqd63bJudL24QKcc { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3125rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#M5loP9uO5cCVVaZGhWKeDDnxyl3v4Vf7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:3.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#pbPSHmGLhnMup4UhbAQ7SvJs7x9bn55w { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16rem;left:0rem;display:block; }
#XwQoQNsw1T2sqeELJ2zLILlfTZbbMlPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipgRdrLlVq0BWZywL2u0zeQS40P5oxB5 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.125rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#et4v7VJEU30L5daGu4ShBWmVGdCmXIpJ { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5625rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#XiuuCodubFvl8ZDAolJqfe8ovxFoTSmd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:17.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#rdwCFw5X86lCR7TXtW1RgdTWpO0RP5RL { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.25rem;left:54.5625rem;display:block; }
#FWl6HXan1aqnxia64uRlTQpnBm9SDDy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdDE148X0PqMBZT3vyWl0KKKGzhwExMT { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.625rem;left:54.625rem;display:block; }
#Qq3lsLqcyAcETm79VWC9uM7Tv1Tt9Ue7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JE3lesFrhK6l7DmFZL1RhBT7OD9zBXWf { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#BKckFfaqDXCJO5zzwWeb7XFgLnnMXHED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vzok2Q8t4MfBB82Sa9uNOLPRNFwaXQSI { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.9375rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#WNNyElKNCntFlmVzpDNOLksmVrLUWhQV { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.4375rem;left:54.5625rem;display:block; }
#qWz9B5UWORWvWvTHfV3g6bdGb8nsZud0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3QJIoUAQBRurZpZ9mzqgKRMg50OHoNU { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37.1875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#pwV0JwCT5GEpUPF83zGREKKi6mH1eGUg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:32.625rem;left:1.9375rem;overflow:hidden;display:block; }
#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu { position:relative;display:block; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu { background-color: transparent; background-image: none; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container > .video-iframe-container { display: none; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row > .video-iframe-container { display: none; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .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); }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu { border-width: 0; border-radius: 0; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container > .video-iframe-container {  }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#Miq78M7RqfsFF8Tw8fdwgqptGJvryPoQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:3rem;left:1.9375rem;overflow:hidden;display:block; }
#wzFaLFm7csfxM7rftmJelvbtalpdTl7v { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.15625rem;left:0rem;display:block; }
#qR7c4Cg83PAdXs46JpWBV1mfHTSpmVoi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D33NaK4gLSc6xg4TsWI25tLlcamc81Qt { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:12.5625rem;height:4.0625rem;font-style:normal;display:block; }
#ODKrzBkLnl3QPxVXqMbPmqP0JH9l7uuR { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8125rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#ai4G3Vmn6s1602dzvBiryJIcGqCw2sIg { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.6875rem;left:54.5625rem;display:block; }
#QgFkrRVZn9mPNd3Z3hWkc8EsZi9spiFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPvfVipBNypfUJNqCr5TKB5vbLJioCzX { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.5rem;left:0rem;display:block; }
#HwO2LCfpGaHIturaVMFToqfGFnAXKama { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lH3zGkzbKcVbB7P8KxZdmQr9hsFhJgiA { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5205078125rem;left:12.5625rem;height:2.03125rem;font-style:normal;display:block; }
#yXim30wM06rRJBuhO9wAToc2I1OSOyrn { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.98046875rem;left:12.625rem;height:1.70625rem;font-style:normal;display:block; }
#lo41ZvnbFJuSpUI9NEGdLtwTINbNOkuy { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#005e45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:12.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.90625rem;left:0rem;display:block; }
#d7s4H8HZH6qOKwqTTaBqoqZmhyEkqT9H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VENRqLvgiAzuzVzdhu1IZbsBBNfvMtM1 { color:#2f2f2e;display:block;width:34.6875rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.25rem;left:12.625rem;height:4.0625rem;font-style:normal;display:block; }
#gQMCaiAZ069B5zwptikuRlOFR2TBkZCM { color:#2f2f2e;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.6875rem;left:12.5625rem;height:1.70625rem;font-style:normal;display:block; }
#tmMl3wwbvcThdDGeP3zZsKQwnFFcCVGm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:9.125rem;top:31.75rem;left:1.9375rem;overflow:hidden;display:block; }
#pSrzkW2LHDC6L3Jy122hMxaDeTvH5CeQ { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.1875rem;left:54.5625rem;display:block; }
#FruWvQRdIge5B02BGM6S6gfP6fKczTbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSzVZWlelxd7B0QWQBhxrwyuaHQ8V9pf { background-color:#123c83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.5625rem;left:54.625rem;display:block; }
#uJ4cnGUWcccQgmUt9ZCM81gDKWhzSilg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wts0uKeb3tCLicg3Tf33cHMaTBum31qT { position:relative;display:none; }#wts0uKeb3tCLicg3Tf33cHMaTBum31qT { border-width: 0; border-radius: 0; }#wts0uKeb3tCLicg3Tf33cHMaTBum31qT > .row .container > .video-iframe-container {  }#wts0uKeb3tCLicg3Tf33cHMaTBum31qT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCglBw55x5TC7ToiGGfaJx03TWPVnTur { width:47.75rem;height:12.125rem;top:8.25rem;left:0rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOJJd6FWn0mTAm9vZTx3WLoxXHQ6BOF { width:6.625rem;height:5.3245131141673rem;top:0rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHaxLna8geTdR3DOAkTQ4npAh3X0OrA { width:44.75rem;height:3.625rem;top:21.6875rem;left:1.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgEPTUMAgxLgLV5alwTH2aUPIs4tXGbL { width:5.6875rem;height:5.7493346562963rem;top:26.625rem;left:21.000003814698rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi4adRgu8sfeFQersGOD8QwMhkoiVkl { width:47.75rem;height:57.666388657214rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqMwIk1aDWaZPn5eDCp8Gyga0GTVBAT { width:12.1875rem;height:2.625rem;top:34rem;left:6.08203125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqS3ZTS9EWTOW02EWFragTR2Gzn7kuT6 { width:12.1875rem;height:2.625rem;top:37.0625rem;left:6.01953125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0SpNW8q8xNKwTiuIK6UIZZCv6NQ30Zq { width:8.6875rem;height:2.625rem;top:39.75rem;left:9.76953125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRhomHVSyNCRIXCNsGxZ4QP4fWRT95J { width:12.1875rem;height:4.125rem;top:35.3125rem;left:25.207035064698rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3nqop3Rl3nDFW255uJwo1nc2sTr9GpL { width:8.6875rem;height:2.625rem;top:40.4375rem;left:29.082035064698rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxNQ6tEPei9o5g7tXFnmGBdvWBE075s { width:6.6875rem;height:2.625rem;top:49.5625rem;left:22.915363311767rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZCdv5kRleh7AtsMpVhlRiQRFbgylsm { width:7.0625rem;height:2.625rem;top:52.75rem;left:23.040363311767rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtdHPVOuuQiPQpbMcwC6W3TWEhUAaT3 { width:14.5rem;height:2.6875rem;top:56.625rem;left:33.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvOfz30FuUJeMa9SvwgXMwQBywOzpks { width:9.6875rem;height:2.625rem;top:63.8125rem;left:38.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9wXDuzSiwsoi4ZESA8XL21tfTayzSx { width:13.4375rem;height:2.625rem;top:67.25rem;left:34.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfc2aRKwMJ8aykbkKJOuKBNxrVblUtL8 { width:7.0625rem;height:2rem;top:64rem;left:27.123699188233rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivex3BaEorB3ZuTUMeKe1TRTKyZuv7Hc { width:11rem;height:2.125rem;top:60.1875rem;left:12.123699188233rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGnoBEGbtJVqEERPt4wzzbof7CbTb3fx { width:17.4375rem;height:2.5625rem;top:55.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcObdxAiDK0FOJQ3TklpD9s9wWTrPZ9M { width:12.1875rem;height:2.125rem;top:58.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgOh3GHMCvd7l8kEmsVCsD8kK4tb4DS { width:12.1875rem;height:2.125rem;top:62.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6sfJ3FrrvaIKGy62hXkkDtTid7WMlQ { width:12.9375rem;height:2.1875rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ov6MmGqE5PlJNghihM5d1EMsByHb8M { display:block; }
 }@media only screen and (max-width: 763px) { #iNkVcfKTHoFJVabqO23LWJCZvqhxODhn { width:14.875rem;height:3.3125rem;top:85.5rem;left:15.31120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngCQdycyiucAcz0nGWTTRvJbhBqEJL5 { display:block; }
 }@media only screen and (max-width: 763px) { #JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf { display:none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TRHLTfaIPFeuadzDJKh1clgn5cnn7fmc { width:47.75rem;height:12.125rem;top:8.25rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fttXGbuc36gV7TCH5M42UDEQsdbBNQp7 { width:46.6875rem;height:54.0625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmuTKgZh9Wh8HKmhKhq0UbG0IVabRfrN { width:6.625rem;height:5.3245131141673rem;top:0rem;left:20.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoQpfqHctLBkPdCddh95BamTlLi0tVeH { width:20rem;height:6.3125rem;top:29.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUuD8H3hGq5PMDQTiBnbPfz3Hb06PkNF { width:5.6875rem;height:5.7493346562963rem;top:26.625rem;left:21.000003814698rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSTkswL3kRNk71pKuZRs1QN0KQboIab9 { display:none; }#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKWwV5iGRggwzWdq0sRB0IHDTF1xSiTA { width:12.1875rem;height:2.625rem;top:34rem;left:6.08203125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaMxqnTi5r6Uqy6vUozNpPI2IeqW7mz8 { width:20rem;height:3.625rem;top:40.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPf9p69lDskIxntnAoIxKiLwiEkF81vs { width:12.1875rem;height:2.125rem;top:62.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHSTNvbAXQ7xZD146dgemG2HG4XdNuTV { width:15.0625rem;height:1.5rem;top:86.125rem;left:11.76953125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgfeHsIx6rLrwakiCGzNk9J4vtfP3T3 { width:14.875rem;height:3.3125rem;top:81.4375rem;left:11.95703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknZb6261HyIqw2SJPH353no1mPxqGno { display:block; }
 }@media only screen and (max-width: 763px) { #k2HvrHa7VcB0WCcqdMJTlrDbursvLKt8 { width:20rem;height:1.8125rem;top:46.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdnsLD7ao8dc11458uowLP6lpgh7Jq0f { width:17.6875rem;height:1.125rem;top:42.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LysydxoJEig0QkG4ge58tItXc86WNXL5 { width:17.6875rem;height:1.125rem;top:48.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #spOIVlTJm3KBdbQqTX7v7Cn9JJuxMl0C { width:20rem;height:1.8125rem;top:50.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNmFuJThiGtmxPcOatq1A2ZKT8MAJoNZ { width:17.6875rem;height:1.125rem;top:58.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TraAmqtByPcvvsA1IJs9k7Kz7J0GTwcZ { width:17.6875rem;height:1.125rem;top:52.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5cMiHiTeN5kus0S6zknTnV3Zu03UzT9 { width:20rem;height:3.625rem;top:57.1875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMtD0RPScnkwXeN1EdzX13lC0JFNpHGV { width:20rem;height:1.8125rem;top:62.125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilnTExsCC8HAKuG2vnqa1aRm9Ow4lcHu { width:17.6875rem;height:1.125rem;top:64.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4lFvS2sfGrOKeSvpM7RvvLgNabBxpCy { width:17.6875rem;height:1.125rem;top:71.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFdPzuqD3wVnvt1o8y8kTUKpL1I5lg4h { width:20rem;height:1.8125rem;top:70rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHw62M9UKfsRunsgMUEfq6ra3u5Waira { width:17.6875rem;height:1.125rem;top:78rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #swSZruFkwlJHdHMCsta1AQnmhMQKTnfZ { width:20rem;height:1.8125rem;top:75.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozTeetXgv1TFh4KDqZ6BVQGChEW8uQyi { width:17.6875rem;height:1.125rem;top:84.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #So2MvoPa2iVSOLbz8Phb0awzRrHZ7FPP { width:20rem;height:1.8125rem;top:81.9375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B00WkNk3P1vLEcCQd22xc8rS7URsnTbG { width:17.6875rem;height:1.125rem;top:88.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDWc3l1wSXOnheKKUBVVPOrN2zGf3AfE { width:20rem;height:1.8125rem;top:86.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkTD9uvE4rtLQSG8gqSryL71cTWnPq7T { width:17.6875rem;height:1.125rem;top:94.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZsgms8dC1RPdB86PaxieaCE6gus8NAb { width:20rem;height:1.8125rem;top:92.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJTXinLQbkqQIn4d5rNuC07iVLqlMApE { width:17.6875rem;height:1.125rem;top:100.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XvSyDl0dhNvWA4QBbhoARTPZzH8c8LpT { width:20rem;height:1.8125rem;top:98.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfMHT0yUh0pQKImxGeUWxcEk4XrJBU6b { width:17.6875rem;height:1.125rem;top:105.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5fKbW4KlyzLXo1TOv53fGUvBa4inF0x { width:20rem;height:1.8125rem;top:103.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFWop729H8rZ7C2Oo89fqlWxyruhEkHI { width:17.6875rem;height:1.125rem;top:111.875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLy7FkPyPgyyza8hbBwcvOD7b5fIH5kz { width:20rem;height:1.8125rem;top:109.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRDErBkBIT9RbfpFAMfQUwRlenpJvVmB { width:17.6875rem;height:1.125rem;top:117.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRctDuVfMThww6n7kZOuIieLh9TUyuE9 { width:20rem;height:1.8125rem;top:115.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibxcNlLoozQg0XJTyHM3vVhQfJKgrZrO { width:17.6875rem;height:1.125rem;top:124.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g74GPG0NAIKqcHliGiv65zTcfSrmBpAL { width:20rem;height:1.8125rem;top:122.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La { display:block; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugpkffC9KU2fV4Qiyoz7D8mOS72hfqx9 { width:25.375rem;height:5.3125rem;top:13.4375rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABZHhdAu0IUKtATtUv7qUEnK3vR0gOe { width:28.125rem;height:6.375rem;top:19.375rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJSbteJPfcrzKgdniRF7PM2W2Rh2FmlE { width:27.0625rem;height:8.125rem;top:29.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz53C6DGfGpoewmfyfUPuKW8TUZLIrKg { width:8.6875rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcAH76xINn81mSJ2gantTnNi3TfsrAQR { width:3.75rem;height:3.75rem;top:41.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLpCALF9K567mrDyRSCBJTJtb32DoCBM { width:40.75rem;height:57.5rem;top:0rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk { display:none; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O6lnKGz8nn2lJqE16ntZamkMAwIoxqOz { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofvW51gsJ4gehuk669pyO6Bc3D4FCCp8 { display:block; }
 }@media only screen and (max-width: 763px) { #BMTdLXand7RNQ7RlBTAaGxc2lfzfka3R { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3zrzxML8OPPx26M77u9T2TVIXT3BwZO { display:block; }
 }@media only screen and (max-width: 763px) { #e6QTuTtVisaUxGxZQBGN6eOVoeebqAPP { width:20rem;height:2.75rem;top:48.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KINQTPKNaph9dOBVldp4qxQGfRSVt2cn { width:20rem;height:3.5625rem;top:42.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vifK26y7fVxa48maoJkNPBSfedyBxt5s { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1AGu7ryb0IfcTXbwrJuto4SJsk5sGgs { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsHEDWecbBFvwCdWhR4cmiVdchinvUP0 { display:block; }
 }@media only screen and (max-width: 763px) { #zlnFQQi1b0x3EZsXDA6Rr5HrqCPZvsqT { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tDyaH2NOKWIxyk131TtqAEieP4vuc97X { display:block; }
 }@media only screen and (max-width: 763px) { #RWLkUK31xsadpSq0eFvlMkcTPdE3W2tx { width:20rem;height:4.125rem;top:74.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPAgogpk9iXRBK4z37EbvhNdlX5hpv74 { width:20rem;height:2.125rem;top:70.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygoKNPcmyTqaCLETvlzcHDAvPN5HHnea { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8tRUTQkLhF9EOO1pK8XSEAac4kHoed8 { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4m1VCPSiSGJg2L2skGGfWM1dJa56nKC { display:block; }
 }@media only screen and (max-width: 763px) { #JgPJkSwsIRlZy3W1ePJveV2oWI4P0nPW { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoUJCTsuDPT7uF9KxoKZ2caKqTuHMmEf { display:block; }
 }@media only screen and (max-width: 763px) { #J74LwOAQJxRSEMiJCcWHltiGhE0GknNg { width:20rem;height:2.75rem;top:75.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HePcsPgVJQ9g2TZG45nAlvT9c4F69XNw { width:20rem;height:2.125rem;top:70.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #clI8uI2X9cP87aWEiB8kSGNZV77TBkR3 { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ { display:none; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #flqANouUNSXg5TQ5OF5KndfQyyhmIU7N { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS0VttJxDw6FsqMpRzXyQHMyhRCJBKf7 { display:block; }
 }@media only screen and (max-width: 763px) { #MHwDBIQXH0Z9zOcL44ZWwBsBT2vASkQJ { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpOtn0GeydvyaDhsAGh4410ZnVdlyuMX { display:block; }
 }@media only screen and (max-width: 763px) { #KCptWBHIkgxK3snbmbcrtTVbG0gllOdN { width:20rem;height:2.75rem;top:47.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #To2ZhlFoJ5qTJuQyysDrR0NyW1URS29L { width:20rem;height:4.0625rem;top:42.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDvKCwy7DNLGGhso7uRbQs8vXhibpXuc { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcbGos3zcQnvmpcrk6U6CuEH8QTIXn8r { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9EoUrwOTw4ZTBDC0JgCxf3sCLDawgBe { display:block; }
 }@media only screen and (max-width: 763px) { #fnTQ9TNfOOmuOLBObmLVEvdvttyPSM74 { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPO1XknoTuHGLBGnhJLfo2hVZ823NupQ { display:block; }
 }@media only screen and (max-width: 763px) { #kcFWiTS0RWpRockTMTQMtybDG41NlVux { width:20rem;height:2.75rem;top:80.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRqeNCfB33TIpBpWX1ieNhHC6iwlVyVf { width:20rem;height:8.625rem;top:70.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzlWczBmdZeDsIiWdxD6R0y5ULUa8aFE { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPspDggmSRonBBlf4Bpt2rEosNPdGa1l { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DH2rLAAqgiKXU2bEdp38aTEu8mRU6UWT { display:block; }
 }@media only screen and (max-width: 763px) { #mnJ3SkJMLbdPN4CtLxUJlObaC31aOCJS { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeFsqeMKQhUeXxlKaGBlWdGCbBp3DQnX { width:20rem;height:8.625rem;top:12.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zsb8X1k1WxhTbQICqZwssuvXukdvbwt6 { width:20rem;height:2.75rem;top:21.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I2sQGaOHP07ayXI6VJkdpb4SM6R6WRtU { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvQ00Kx8bZgEBpAHRtbrcTWgkaOnxTXX { display:block; }
 }@media only screen and (max-width: 763px) { #bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A { display:none; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I9a5vyOOqwyEgpvNQz84ExlFZHfcMBaW { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud6wyFt6pturmTgaBM9JgWHq85SDoAVh { display:block; }
 }@media only screen and (max-width: 763px) { #kFX1wv8F9AAyLkxHOgel3HSyZ9wbrMrR { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8foSIRNJNc9vuC9cMJ4qNyPvqEsQez1 { display:block; }
 }@media only screen and (max-width: 763px) { #kMMktRHXKW0xHWptCB1saGlWRuHc6cbl { width:20rem;height:2.75rem;top:49.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8knmPdxKKW9CvgZORcCfeiVe7TA0wcy { width:20rem;height:4.3125rem;top:42.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ew8K9a7M9ClRNpg2SrzrGbmsnnOw6Vdk { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITzEpaKDPfe8HFiluvNyXKiCmGLzFmf0 { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBFJDNlfD5WzaoTyeo5ZDPd1PI7UIfBE { display:block; }
 }@media only screen and (max-width: 763px) { #MPvyGmwD0D3rXgkWF0Woqs28IbdrFZV1 { width:20rem;height:4.3125rem;top:12.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HHEdEJFFWPKaloBAAJRT7zWNpG72H2We { width:20rem;height:4.125rem;top:18.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdzXnFyWZM6hZGTqcet6lNm0yrdTuw3g { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #chIqtfGrgZzEDNFgfI6514zdvR6IkXls { display:block; }
 }@media only screen and (max-width: 763px) { #wMgZen9NxfLFSOa56pNNJrAbZRdvWqNR { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 { display:none; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ERBGvK5c4z24skAmRxxIb9FxrtE69if6 { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXr8sAIa1zyyiFqa7dB8kyRuHDtrtPPo { display:block; }
 }@media only screen and (max-width: 763px) { #Equyp6DXK3eb3lAeC8TgxtyiJsZANmK2 { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxaAI2W5dxt2wP5OF0Lml0c02KdQPpNB { width:20rem;height:4.3125rem;top:12.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUBWrkJoTGMqeVL54hptSw22cE2VQLOl { width:20rem;height:2.75rem;top:17.9375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWIsMqIeEQ7r7d1upJhkymmaC7p07Dm8 { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0GraElREwkDdNXrnh0O9RaoAeiMKqIc { display:block; }
 }@media only screen and (max-width: 763px) { #LV30S5u9UCMywrVbSIHIGsDAlIQLeDGS { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LALUX9spRVb4I5LNPkeGycdEHZv3lRmf { display:block; }
 }@media only screen and (max-width: 763px) { #XXsdiKXI83GKZ8WuGMM9pSTWVO3sZhUE { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDxC6MTsSQ3p6MMwvQQza7Abn0olf5KR { display:block; }
 }@media only screen and (max-width: 763px) { #gP0c2xkNRhH4KPL0Opim5xnW663R3IWt { width:20rem;height:3.25rem;top:48.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK7aCIoIZ6P7ysWHhTm0VuG5WVcJ9zHL { width:20rem;height:5.3125rem;top:40.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zfg1HGk7lMgcKptUThJxEBqFg7AB08LJ { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4ART4JaicBQokP6h3xf1qDQtzFSOTK1 { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEaloS9UBT5xJRUgPm7pWhJCy4h1TSop { display:block; }
 }@media only screen and (max-width: 763px) { #cMSpaofK1mcwSloUhQg5t5BL55oZUK4N { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoZIEK0A2gsF2sRWPZiNaKDTlfkgSteW { display:block; }
 }@media only screen and (max-width: 763px) { #femNZvTPTv9OwrbbE4JmEi9pxwg1F2x3 { width:20rem;height:2.75rem;top:76.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se94ptPOhhEC7qGuTcNhxat6Qod6y2az { width:20rem;height:4.3125rem;top:70.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPadWbcZ8yAhcL2PXnKDb36Tg7TWq7JR { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xezolZa0XeJNo1EoALJ3UZ1NOR535eUO { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TATA3IDErCQ947T6HEA3vWbQfRbG92Vl { display:block; }
 }@media only screen and (max-width: 763px) { #XZnlONtvPpJpSbFft7TxhGTJHPsIxsrT { width:20rem;height:4.3125rem;top:12.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMZaIuWTX2H2IRnIhoU50nlUKeb7OG5R { width:20rem;height:4.125rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lks2mTAcFvvQ4TGIDVUEigsQK3vIZrXO { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVTxzdCK8eBEZtSEycu0WIT3UmLuOKL4 { display:block; }
 }@media only screen and (max-width: 763px) { #yeJtykkR5QlxRvRNQM6vBmaN2DAMM3ay { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ { display:none; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJrs2Tl6aPvAsJy46KMaNlU8XVzfpw7M { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcOM2CFzp25NwB5spFKQCtO0fZvPZe4m { display:block; }
 }@media only screen and (max-width: 763px) { #ptZmLaEPUAK8nJdaMtl5VE2qsR3GpU8l { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FtJwPLgiEd76ir8JULtzMQGQPuQU6u9Z { width:20rem;height:8.625rem;top:12.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LggsWG4i37FCOub567Nufnp64MpdnJvc { width:20rem;height:2.75rem;top:22.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #msWSMCtm3LSNhHFbZpP3KE7i0HHi2W1y { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohPydTvOJG0LMkyTtWzepG1BbTJBtofH { display:block; }
 }@media only screen and (max-width: 763px) { #EXaEIvSQ5MwgKzXsrlwcH9g7HNTUPoOa { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhr49XBPegZIqsc7xMzBntr8iaFtE3AL { display:block; }
 }@media only screen and (max-width: 763px) { #MfKZMF1AXDzva5EHHRWZcWx4TwzHdl6m { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmroTtEvbwagp5b4M361nuXaRTPKR8HI { display:block; }
 }@media only screen and (max-width: 763px) { #z2UTLdvn1OiRQLpcMqtan1IZA2BpwoWa { width:20rem;height:2.75rem;top:52.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQ6lVTkokKkhTygvnoSFmbH5bHEphFpc { width:20rem;height:6.5rem;top:44.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMwclLCGDdTy90idhUAK5zgl1HpgvQvH { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAy5a7VK5h9GQQ3iDp1DvfcJwQCA0VhO { display:block; }
 }@media only screen and (max-width: 763px) { #c1HmCneUUfxkkXlrke3bnRFLf5W16Km1 { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvprwSCR4CReTJLzs8ae6PCOTBQCJ9C2 { display:block; }
 }@media only screen and (max-width: 763px) { #gAHoioktbQZqEC5ZlWZQs3ALJ4r5JTup { width:20rem;height:2.75rem;top:82.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAJIqipMmWx4Lutla3xAo9yTpCQge2dJ { width:20rem;height:6.5rem;top:74.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ank2DqSiuoagteICC7uVyzB2Lb4cHlIH { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz { display:none; }#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxErzix8STH9uA7Os24whDTqnQhtZ0Fe { width:9.125rem;height:9.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AvAd5Esuh89TArLoLMfkJAMAet1hbF { width:46.625rem;height:12.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvX5OwHBJAbTrTCcrrycF97tD2ecMRog { display:block; }
 }@media only screen and (max-width: 763px) { #SkeSTPgZJZ9dCfeq2gBdOnarTrPs7wTI { width:34.6875rem;height:2rem;top:8.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK1Tbhze4qrmm4bun6aBXVy98lJkwiXk { width:35.5rem;height:1.6875rem;top:12.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHHKnooSvEyffTohrcKhTOVKD2LxX4Ng { width:14rem;height:3.4375rem;top:7.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX6QE5WPqKdQytTTHB9rFsMnmeIT7Twl { display:block; }
 }@media only screen and (max-width: 763px) { #GrV3TVBBp9dyleic0d4z37qpmwt1WKoB { width:46.5rem;height:12.8125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceo3lypJedR2Fwn4TTH8JLIFkXz0ALFh { display:block; }
 }@media only screen and (max-width: 763px) { #Xeflhce2hOmTvop0EDLSWIVGhNT3eAma { width:34.6875rem;height:4.0625rem;top:21.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8f4hJQaI90riTCCk7JM3oIylQpbH3GE { width:35.5rem;height:1.6875rem;top:26.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT28H6E6CcE8Eb4RAgIPlCQEhZAgnqOx { width:9.125rem;height:9.125rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Np47Mv0U4tdrwRiZr8qIRy4M1Rpw42 { width:46.5rem;height:12.8125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJnLOln1fNge4q405SlZrsHfQ1vAmzm { display:block; }
 }@media only screen and (max-width: 763px) { #aZZWATZGtUoqrOKL2Gicf0OHc4XqIEQg { width:34.6875rem;height:4.0625rem;top:36.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGwZUGnpeb7wD5PucmooBwBgcDa3gICT { width:35.5rem;height:1.6875rem;top:40.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lASuDZD1yzREpVGQbT2Qy1kinTS5zPWo { width:9.125rem;height:9.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhllfiGF3wNyAVDT74Co9wG3ShHJz9H1 { width:14rem;height:3.4375rem;top:21.9375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTc7moLHPQFsSLhmTcqC9hopUaDyoAl { display:block; }
 }@media only screen and (max-width: 763px) { #reODlakDxX5bhH07xDtJ6BPNGD5uOD2h { width:14rem;height:3.4375rem;top:36.3125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUy5c5OaasIosiOqWFm41a7wAyITyI4E { display:block; }
 }@media only screen and (max-width: 763px) { #aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo { display:block; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oi0HvcE2NKgIC3IB9wh61hdAQnPNMKLB { width:46.5rem;height:12.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSrfrLrWfZ0szc2Q2gQ4rDESitTChhRV { display:block; }
 }@media only screen and (max-width: 763px) { #WvGPEidPiwOQSKludELOzpkqt6RkTXru { width:34.6875rem;height:2rem;top:6.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvIiqSPNNdzbccyL4oMJgdxUviIgTp6n { width:35.5rem;height:1.6875rem;top:8.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpTJvOeTsRkB7LDMqPLNuTcMRnCzDTx { width:9.125rem;height:9.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPIhb5u040p7F4TEISQo2qyFS9DsuF1 { width:46.5rem;height:12.8125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0HlcSUURRclTEiSA8GDEr5NSVVAHd3b { display:block; }
 }@media only screen and (max-width: 763px) { #oVwTLxW8m4NMFRHIkHp5sPBd8DBsoaXF { width:34.6875rem;height:2rem;top:20.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDSrtRlCiHHeedGvMzTKclizxq3viyo { width:41.25rem;height:1.6875rem;top:23.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkBSEqVdmZMarEyLRn8vptkS77ZiWN6P { width:9.125rem;height:9.125rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZqcVbNMCUxF96yD92sV6PZWd6kOtiG { width:14rem;height:3.4375rem;top:7.125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZT4eDMF12Oa8D3FGgVH4QKpOJBMrF5 { display:block; }
 }@media only screen and (max-width: 763px) { #teWTB7sQWGRqEIyopQzKxslvqqC9e4Ld { width:14rem;height:3.4375rem;top:21.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKBA2UrtTz3Sqtns6KzhHnOOHXbzlHFW { display:block; }
 }@media only screen and (max-width: 763px) { #CCypSK3OgfBFeosZgmPz3mRRgi9BL21k { width:46.5rem;height:12.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAAeTbv1Nc0aNROtOPCrexTTaFpO6wKV { display:block; }
 }@media only screen and (max-width: 763px) { #G8ZL135v1RzqPRdXsGm98N5gvxOHIm8k { width:34.6875rem;height:2rem;top:35.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPZN9oK64RDcQQAl0vQN0A7vgVmeaiK { width:14rem;height:3.4375rem;top:36.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wfJb5FnoT4o4mW35uiLFzhDL7VK4Py { display:block; }
 }@media only screen and (max-width: 763px) { #slLfbq3ZLtZc454EZAk72VTHFp59vD3z { width:35.5rem;height:1.6875rem;top:38.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLwvSs9bdTIDbbau8u5ftQ3J8zGzNt5 { width:9.125rem;height:9.125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntGBMfLXiUL1186RCgTTpWNevFHJQvnI { display:block; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPZNv6wwAmzEqvk9COaLFMWHrHqMSC6o { width:46.5rem;height:12.8125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBdz51tlTQK6whqZXShE2GRJLAMB3AGg { display:block; }
 }@media only screen and (max-width: 763px) { #iGgn4oGyRZFBztBlWRcvGJigRwaX8i5i { width:34.6875rem;height:2rem;top:19.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzV5J55a2ggDi6PAw9UXZqGysXVrc3DJ { width:35.5rem;height:1.6875rem;top:22rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJt6tTKPUIbG5qlfUd8LGsPMlmyWG4g { width:9.125rem;height:9.125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix0v4gHuVLzxWD3SZrJATHn8bApqQZ4R { width:46.5rem;height:12.8125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8qGWzO5cdvkS4BvrWOUTugZHpuBKiRy { display:block; }
 }@media only screen and (max-width: 763px) { #WwQdCqcbhLohJzOmNJHx2zODxHtR3AW9 { width:34.6875rem;height:4.0625rem;top:33.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1As1MWH60C3zNPRAfdmiXoLyTZWbwqn { width:35.5rem;height:1.6875rem;top:37.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJ6uTKVrWqEtKIT1Zw0QZzNrq4VOmTd { width:9.125rem;height:9.125rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4xOMWiydC3vE9elrELmQIX9tNhwAoJB { width:13.875rem;height:3.3125rem;top:20.25rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7WnImhDnLIENwchdJOvlKa2IHCR5SEI { display:block; }
 }@media only screen and (max-width: 763px) { #zq2wT6Sf3OZAXybabMxqMbVK4KxWlzz2 { width:13.875rem;height:3.3125rem;top:34.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO7KZSD2Fft8BDosPOgg7OG2OgstFELk { display:block; }
 }@media only screen and (max-width: 763px) { #FgkDcIzysEc7VAO3Sds6QDpgC9czNpBt { width:46.5rem;height:12.8125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6OMDyWVgImKozQnComqAhcUGlMrS7uS { display:block; }
 }@media only screen and (max-width: 763px) { #qZgvMKuiO73JBfuTk3m0DuWqo6bf6KfZ { width:34.6875rem;height:4.0625rem;top:4.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epVJK8H3U9lEBhpf5lJ3vRbm3KeLa1to { width:14rem;height:3.4375rem;top:5.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aml2mVkUC8PSOX1ys28CuuA4h8BCeQU6 { display:block; }
 }@media only screen and (max-width: 763px) { #KIKNo2hamZPuTUGzfoKzyrtv4OvvNi3n { width:35.5rem;height:1.6875rem;top:8.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmsPEU0dbTVRrSEGugJSJJBXTgi8n8K { width:9.125rem;height:9.125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw { display:block; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrU63y1saQdlQkHN8E5bTAGwIAT4X9oT { width:46.5rem;height:12.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMZ188TJ9MsQEeddJc7SKnTgpQOhHigQ { display:block; }
 }@media only screen and (max-width: 763px) { #H395nQ0P8S38S0yrTdEPbsuqfnME0ngU { width:34.6875rem;height:2rem;top:5.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIGAApTXq8xnZh0cIl1wySsr5JteGkp { width:35.5rem;height:1.6875rem;top:7.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3QqtHezAEB0pqlnSaVEVXTWwoSyTzT { width:9.125rem;height:9.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TUxuJaPk5repr8dcfodsz9PtKR76Ue { width:14rem;height:3.4375rem;top:5.75rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRgC69uxOy1CIIrSrRzvxhLsMHRzG723 { display:block; }
 }@media only screen and (max-width: 763px) { #AwOQiIg2afwD4mcpB0ULuF2islq3We27 { width:46.5rem;height:12.8125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAZBzKngMytbn5L3s7lH90iCaJGQDC2T { display:block; }
 }@media only screen and (max-width: 763px) { #xD4SUrq9KySqXBTwcebP7WTAytFdJk39 { width:34.6875rem;height:2rem;top:19.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTT8RdnL5exXWUZ18RwdACerUTucKeG { width:40.9375rem;height:1.6875rem;top:22.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhImzRFPXP3nRvCkVAeXZ09I1PkHDoii { width:14rem;height:3.4375rem;top:20.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIo1XBipBeXWMb2TtLxyemK7KsZvDf19 { display:block; }
 }@media only screen and (max-width: 763px) { #O9uwoHsDJzQw6AufJBVTJUvCMpIKu6Gs { width:9.125rem;height:9.125rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzt9dPBLIEHXNM2hC1eNCTUAkiWbo2LU { width:46.5rem;height:12.8125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV8ybnNEAqT3bi3QGDuyZGwWo24pWZmi { display:block; }
 }@media only screen and (max-width: 763px) { #cvawZNTVkfNOS37Dz4HycwN77SRkExm3 { width:34.6875rem;height:2rem;top:34.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1DVSV9vLp5e8Mn4CBZN51wwzM0phKW { width:35.5rem;height:1.6875rem;top:36.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTJ7MW7OGZCKx7boBnqoCpw6Fc2z5HV { width:14rem;height:3.4375rem;top:35rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXUt1v5qc4PgN7R6MfCTVw9cyDJBw7lN { display:block; }
 }@media only screen and (max-width: 763px) { #Hp694hnBx7tO1Wpa5iNU9JdV6lUgvApl { width:9.125rem;height:9.125rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 { display:block; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMQ15cRi8HTaKkW27WsGyOJEM2iehp2q { width:46.5rem;height:12.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ActHgGLcvT4aqm3cLMAiRVtO1SN6ETkG { display:block; }
 }@media only screen and (max-width: 763px) { #lyH33ImixXV30tRUVPs6iopCQg4B0Suy { width:34.6875rem;height:4.0625rem;top:4.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUfVvO8XFNgrxD0lqd63bJudL24QKcc { width:35.5rem;height:1.6875rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5loP9uO5cCVVaZGhWKeDDnxyl3v4Vf7 { width:9.125rem;height:9.125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPSHmGLhnMup4UhbAQ7SvJs7x9bn55w { width:46.5rem;height:12.8125rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQoQNsw1T2sqeELJ2zLILlfTZbbMlPu { display:block; }
 }@media only screen and (max-width: 763px) { #ipgRdrLlVq0BWZywL2u0zeQS40P5oxB5 { width:34.6875rem;height:2rem;top:20.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et4v7VJEU30L5daGu4ShBWmVGdCmXIpJ { width:35.5rem;height:1.6875rem;top:22.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiuuCodubFvl8ZDAolJqfe8ovxFoTSmd { width:9.125rem;height:9.125rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdwCFw5X86lCR7TXtW1RgdTWpO0RP5RL { width:14rem;height:3.4375rem;top:6.25rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWl6HXan1aqnxia64uRlTQpnBm9SDDy2 { display:block; }
 }@media only screen and (max-width: 763px) { #FdDE148X0PqMBZT3vyWl0KKKGzhwExMT { width:14rem;height:3.4375rem;top:20.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq3lsLqcyAcETm79VWC9uM7Tv1Tt9Ue7 { display:block; }
 }@media only screen and (max-width: 763px) { #JE3lesFrhK6l7DmFZL1RhBT7OD9zBXWf { width:46.5rem;height:12.8125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKckFfaqDXCJO5zzwWeb7XFgLnnMXHED { display:block; }
 }@media only screen and (max-width: 763px) { #Vzok2Q8t4MfBB82Sa9uNOLPRNFwaXQSI { width:34.6875rem;height:2rem;top:34.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNNyElKNCntFlmVzpDNOLksmVrLUWhQV { width:14rem;height:3.4375rem;top:35.4375rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWz9B5UWORWvWvTHfV3g6bdGb8nsZud0 { display:block; }
 }@media only screen and (max-width: 763px) { #L3QJIoUAQBRurZpZ9mzqgKRMg50OHoNU { width:35.5rem;height:1.6875rem;top:37.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwV0JwCT5GEpUPF83zGREKKi6mH1eGUg { width:9.125rem;height:9.125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu { display:block; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Miq78M7RqfsFF8Tw8fdwgqptGJvryPoQ { width:9.125rem;height:9.125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzFaLFm7csfxM7rftmJelvbtalpdTl7v { width:46.5rem;height:12.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7c4Cg83PAdXs46JpWBV1mfHTSpmVoi { display:block; }
 }@media only screen and (max-width: 763px) { #D33NaK4gLSc6xg4TsWI25tLlcamc81Qt { width:34.6875rem;height:4.0625rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODKrzBkLnl3QPxVXqMbPmqP0JH9l7uuR { width:35.5rem;height:1.6875rem;top:8.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4G3Vmn6s1602dzvBiryJIcGqCw2sIg { width:13.875rem;height:3.3125rem;top:5.6875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgFkrRVZn9mPNd3Z3hWkc8EsZi9spiFk { display:block; }
 }@media only screen and (max-width: 763px) { #DPvfVipBNypfUJNqCr5TKB5vbLJioCzX { width:46.5rem;height:12.8125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwO2LCfpGaHIturaVMFToqfGFnAXKama { display:block; }
 }@media only screen and (max-width: 763px) { #lH3zGkzbKcVbB7P8KxZdmQr9hsFhJgiA { width:34.6875rem;height:2rem;top:19.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXim30wM06rRJBuhO9wAToc2I1OSOyrn { width:35.5rem;height:1.6875rem;top:21.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo41ZvnbFJuSpUI9NEGdLtwTINbNOkuy { width:46.5rem;height:12.8125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7s4H8HZH6qOKwqTTaBqoqZmhyEkqT9H { display:block; }
 }@media only screen and (max-width: 763px) { #VENRqLvgiAzuzVzdhu1IZbsBBNfvMtM1 { width:34.6875rem;height:4.0625rem;top:33.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQMCaiAZ069B5zwptikuRlOFR2TBkZCM { width:35.5rem;height:1.6875rem;top:37.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMl3wwbvcThdDGeP3zZsKQwnFFcCVGm { width:9.125rem;height:9.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSrzkW2LHDC6L3Jy122hMxaDeTvH5CeQ { width:13.875rem;height:3.3125rem;top:20.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FruWvQRdIge5B02BGM6S6gfP6fKczTbI { display:block; }
 }@media only screen and (max-width: 763px) { #kSzVZWlelxd7B0QWQBhxrwyuaHQ8V9pf { width:13.875rem;height:3.3125rem;top:34.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4cnGUWcccQgmUt9ZCM81gDKWhzSilg { display:block; }
 }@media only screen and (max-width: 763px) { #wts0uKeb3tCLicg3Tf33cHMaTBum31qT { display:block; }#wts0uKeb3tCLicg3Tf33cHMaTBum31qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#002146;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:123.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UCglBw55x5TC7ToiGGfaJx03TWPVnTur { width:20rem;height:4rem;top:33.2890625rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuOJJd6FWn0mTAm9vZTx3WLoxXHQ6BOF { width:6.625rem;height:5.3245131141673rem;top:26.71484375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHaxLna8geTdR3DOAkTQ4npAh3X0OrA { width:20rem;height:9.1666667461394rem;top:38.5390625rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OgEPTUMAgxLgLV5alwTH2aUPIs4tXGbL { width:5.6875rem;height:5.7493346562963rem;top:48.955729484558rem;left:7.125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi4adRgu8sfeFQersGOD8QwMhkoiVkl { width:20rem;height:24.153461217681rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhqMwIk1aDWaZPn5eDCp8Gyga0GTVBAT { width:12.1875rem;height:2.5833332538605rem;top:55.954427242279rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqS3ZTS9EWTOW02EWFragTR2Gzn7kuT6 { width:12.1875rem;height:2.5833332538605rem;top:59.787760496139rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0SpNW8q8xNKwTiuIK6UIZZCv6NQ30Zq { width:8.6875rem;height:2.5833332538605rem;top:68.87109375rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRhomHVSyNCRIXCNsGxZ4QP4fWRT95J { width:12.1875rem;height:4rem;top:63.62109375rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3nqop3Rl3nDFW255uJwo1nc2sTr9GpL { width:8.6875rem;height:2.5833332538605rem;top:72.704427003863rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhxNQ6tEPei9o5g7tXFnmGBdvWBE075s { width:6.6875rem;height:2.5833332538605rem;top:76.537760257719rem;left:6.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTZCdv5kRleh7AtsMpVhlRiQRFbgylsm { width:7.0625rem;height:2.5833332538605rem;top:84.204426765444rem;left:6.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUtdHPVOuuQiPQpbMcwC6W3TWEhUAaT3 { width:14.5rem;height:2.5833332538605rem;top:94.891926765444rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvOfz30FuUJeMa9SvwgXMwQBywOzpks { width:9.6875rem;height:2.5833332538605rem;top:108.80859351158rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ9wXDuzSiwsoi4ZESA8XL21tfTayzSx { width:13.4375rem;height:2.5833332538605rem;top:112.64192676544rem;left:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nfc2aRKwMJ8aykbkKJOuKBNxrVblUtL8 { width:7.0625rem;height:2rem;top:105.55859351158rem;left:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivex3BaEorB3ZuTUMeKe1TRTKyZuv7Hc { width:11rem;height:2.1666667461395rem;top:98.7252600193rem;left:4.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGnoBEGbtJVqEERPt4wzzbof7CbTb3fx { width:17.4375rem;height:2.5833332538605rem;top:80.371093511581rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcObdxAiDK0FOJQ3TklpD9s9wWTrPZ9M { width:12.1875rem;height:2.1666667461395rem;top:91.4752600193rem;left:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzgOh3GHMCvd7l8kEmsVCsD8kK4tb4DS { width:12.1875rem;height:2.1666667461395rem;top:102.14192676544rem;left:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl6sfJ3FrrvaIKGy62hXkkDtTid7WMlQ { width:12.9375rem;height:2.1875rem;top:88.0377600193rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ov6MmGqE5PlJNghihM5d1EMsByHb8M { display:block; }
 }@media only screen and (max-width: 763px) { #iNkVcfKTHoFJVabqO23LWJCZvqhxODhn { width:14.875rem;height:3.3125rem;top:116.4752600193rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngCQdycyiucAcz0nGWTTRvJbhBqEJL5 { display:block; }
 }@media only screen and (max-width: 763px) { #JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf { background-color:#002146;background-image:url("https://images.assets-landingi.com/uc/15afb5e4-7e10-43f7-84b7-f2fce93b2508/co_nas_czeka_2022_mobile_ok.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf.adaptive-delivery-prevent-bg, #JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf.lazyload, #JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf.lazyloading { background-image: none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container { background-color: transparent; background-image: none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container > .video-iframe-container { display: none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row > .video-iframe-container { display: none; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .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); }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container { border-width: 0; border-radius: 0; }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row > .video-iframe-container {  }#JKwgZw33aPtDTwNglnQ5fpI5GaZh4auf > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRHLTfaIPFeuadzDJKh1clgn5cnn7fmc { width:20rem;height:4.75rem;top:29rem;left:0rem;font-size:2.375rem;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fttXGbuc36gV7TCH5M42UDEQsdbBNQp7 { width:19.5rem;height:22.625rem;top:4.0000076293945rem;left:0.25rem;overflow:hidden;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #XmuTKgZh9Wh8HKmhKhq0UbG0IVabRfrN { width:6.1875rem;height:4.6875rem;top:0rem;left:6.90625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #KoQpfqHctLBkPdCddh95BamTlLi0tVeH { width:20rem;height:5.625rem;top:34.75rem;left:0rem;font-size:0.9375rem;color:#ffffff;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #xUuD8H3hGq5PMDQTiBnbPfz3Hb06PkNF { width:3.75rem;height:3.75rem;top:41.75rem;left:8.125rem;font-size:2.625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #vSTkswL3kRNk71pKuZRs1QN0KQboIab9 { background-color:#002146;background-image:none;display:none; }#vSTkswL3kRNk71pKuZRs1QN0KQboIab9 > .row .container { width:20rem;height:147.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKWwV5iGRggwzWdq0sRB0IHDTF1xSiTA { width:12.1875rem;height:0;top:76.454437255863rem;left:5.1458334922791rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DaMxqnTi5r6Uqy6vUozNpPI2IeqW7mz8 { width:20rem;height:3.6666667461395rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPf9p69lDskIxntnAoIxKiLwiEkF81vs { width:12.1875rem;height:0;top:102.14192676544rem;left:3.875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EHSTNvbAXQ7xZD146dgemG2HG4XdNuTV { width:15.0625rem;height:1.5rem;top:96.3125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpgfeHsIx6rLrwakiCGzNk9J4vtfP3T3 { width:14.875rem;height:3.3125rem;top:91.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknZb6261HyIqw2SJPH353no1mPxqGno { display:block; }
 }@media only screen and (max-width: 763px) { #k2HvrHa7VcB0WCcqdMJTlrDbursvLKt8 { width:20rem;height:1.8333333730698rem;top:7.5rem;left:0rem;font-size:1.375rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #bdnsLD7ao8dc11458uowLP6lpgh7Jq0f { top:3.9375rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15069;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LysydxoJEig0QkG4ge58tItXc86WNXL5 { top:9.5rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15070;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spOIVlTJm3KBdbQqTX7v7Cn9JJuxMl0C { width:20rem;height:1.8333333730698rem;top:12.875rem;left:0rem;font-size:1.375rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #BNmFuJThiGtmxPcOatq1A2ZKT8MAJoNZ { top:22.25rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15072;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TraAmqtByPcvvsA1IJs9k7Kz7J0GTwcZ { top:14.875rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15074;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5cMiHiTeN5kus0S6zknTnV3Zu03UzT9 { width:20rem;height:3.6666667461395rem;top:18.375rem;left:0rem;font-size:1.375rem;z-index:15061;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cMtD0RPScnkwXeN1EdzX13lC0JFNpHGV { width:20rem;height:1.8333333730698rem;top:25.75rem;left:0rem;font-size:1.375rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #ilnTExsCC8HAKuG2vnqa1aRm9Ow4lcHu { top:27.6875rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15071;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4lFvS2sfGrOKeSvpM7RvvLgNabBxpCy { top:33.1875rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15073;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFdPzuqD3wVnvt1o8y8kTUKpL1I5lg4h { width:20rem;height:1.8333333730698rem;top:31.1875rem;left:0rem;font-size:1.375rem;z-index:15060;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CHw62M9UKfsRunsgMUEfq6ra3u5Waira { top:39.1875rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15075;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #swSZruFkwlJHdHMCsta1AQnmhMQKTnfZ { width:20rem;height:1.8333333730698rem;top:36.8125rem;left:0rem;font-size:1.375rem;z-index:15062;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ozTeetXgv1TFh4KDqZ6BVQGChEW8uQyi { top:44.5625rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15077;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #So2MvoPa2iVSOLbz8Phb0awzRrHZ7FPP { width:20rem;height:1.8333333730698rem;top:42.625rem;left:0rem;font-size:1.375rem;z-index:15064;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B00WkNk3P1vLEcCQd22xc8rS7URsnTbG { top:50.125rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15079;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDWc3l1wSXOnheKKUBVVPOrN2zGf3AfE { width:20rem;height:1.8333333730698rem;top:48.0625rem;left:0rem;font-size:1.375rem;z-index:15066;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LkTD9uvE4rtLQSG8gqSryL71cTWnPq7T { top:55.75rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15081;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZsgms8dC1RPdB86PaxieaCE6gus8NAb { width:20rem;height:1.8333333730698rem;top:53.6875rem;left:0rem;font-size:1.375rem;z-index:15068;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MJTXinLQbkqQIn4d5rNuC07iVLqlMApE { top:61.25rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15083;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvSyDl0dhNvWA4QBbhoARTPZzH8c8LpT { width:20rem;height:1.8333333730698rem;top:59.25rem;left:0rem;font-size:1.375rem;z-index:15070;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UfMHT0yUh0pQKImxGeUWxcEk4XrJBU6b { top:66.875rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15085;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5fKbW4KlyzLXo1TOv53fGUvBa4inF0x { width:20rem;height:1.8333333730698rem;top:64.75rem;left:0rem;font-size:1.375rem;z-index:15072;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fFWop729H8rZ7C2Oo89fqlWxyruhEkHI { top:72.5625rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15087;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLy7FkPyPgyyza8hbBwcvOD7b5fIH5kz { width:20rem;height:1.8333333730698rem;top:70.4375rem;left:0rem;font-size:1.375rem;z-index:15074;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MRDErBkBIT9RbfpFAMfQUwRlenpJvVmB { top:78.25rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15089;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRctDuVfMThww6n7kZOuIieLh9TUyuE9 { width:20rem;height:1.8333333730698rem;top:76.125rem;left:0rem;font-size:1.375rem;z-index:15076;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ibxcNlLoozQg0XJTyHM3vVhQfJKgrZrO { top:83.8125rem;left:1.1875rem;width:17.6875rem;height:1.1666666269302rem;z-index:15091;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g74GPG0NAIKqcHliGiv65zTcfSrmBpAL { width:20rem;height:1.8333333730698rem;top:81.8125rem;left:0rem;font-size:1.375rem;z-index:15078;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La { display:none; }#gqXDUKNpGJTdskDeM3TT1bB5ba3NZ0La > .row .container { width:20rem;height:144.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ugpkffC9KU2fV4Qiyoz7D8mOS72hfqx9 { width:20rem;height:0;top:9.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EABZHhdAu0IUKtATtUv7qUEnK3vR0gOe { width:20rem;height:0;top:16.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJSbteJPfcrzKgdniRF7PM2W2Rh2FmlE { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz53C6DGfGpoewmfyfUPuKW8TUZLIrKg { width:8.6875rem;height:6.8125rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcAH76xINn81mSJ2gantTnNi3TfsrAQR { width:3.125rem;height:3.125rem;top:34.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLpCALF9K567mrDyRSCBJTJtb32DoCBM { width:20rem;height:28.220858895706rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk { display:block; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk { background-color: transparent; background-image: none; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container > .video-iframe-container { display: none; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row > .video-iframe-container { display: none; }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .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); }#EEf1a2GhevlsLHRTdBQ7RU5xGPLMBuAk > .row .container { width:20rem;height:83.875rem;background-color:#002146;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O6lnKGz8nn2lJqE16ntZamkMAwIoxqOz { width:18.9375rem;height:25.5625rem;top:2.5rem;left:0.5625rem;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ofvW51gsJ4gehuk669pyO6Bc3D4FCCp8 { display:block; }
 }@media only screen and (max-width: 763px) { #BMTdLXand7RNQ7RlBTAaGxc2lfzfka3R { width:9.375rem;height:2.9375rem;top:23.875rem;left:5.3125rem;z-index:15010;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n3zrzxML8OPPx26M77u9T2TVIXT3BwZO { display:block; }
 }@media only screen and (max-width: 763px) { #e6QTuTtVisaUxGxZQBGN6eOVoeebqAPP { width:20rem;height:2.761725rem;top:19.1875rem;left:0rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KINQTPKNaph9dOBVldp4qxQGfRSVt2cn { width:20rem;height:3.57421875rem;top:13.875rem;left:0rem;font-size:1.375rem;z-index:15009;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #vifK26y7fVxa48maoJkNPBSfedyBxt5s { width:9.125rem;height:9.125rem;top:3.5625rem;left:5.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AGu7ryb0IfcTXbwrJuto4SJsk5sGgs { width:18.9375rem;height:25.25rem;top:30.6875rem;left:0.53125rem;z-index:15016;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JsHEDWecbBFvwCdWhR4cmiVdchinvUP0 { display:block; }
 }@media only screen and (max-width: 763px) { #zlnFQQi1b0x3EZsXDA6Rr5HrqCPZvsqT { width:9.375rem;height:2.9375rem;top:51.6875rem;left:5.3125rem;z-index:15015;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tDyaH2NOKWIxyk131TtqAEieP4vuc97X { display:block; }
 }@media only screen and (max-width: 763px) { #RWLkUK31xsadpSq0eFvlMkcTPdE3W2tx { width:20rem;height:4.1425875rem;top:45.6875rem;left:0rem;font-size:1.0625rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lPAgogpk9iXRBK4z37EbvhNdlX5hpv74 { width:20rem;height:1.7871125rem;top:42.25rem;left:0rem;font-size:1.375rem;z-index:15014;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ygoKNPcmyTqaCLETvlzcHDAvPN5HHnea { width:9.125rem;height:9.125rem;top:31.9375rem;left:5.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A8tRUTQkLhF9EOO1pK8XSEAac4kHoed8 { width:18.9375rem;height:23.8125rem;top:58.1875rem;left:0.5625rem;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W4m1VCPSiSGJg2L2skGGfWM1dJa56nKC { display:block; }
 }@media only screen and (max-width: 763px) { #JgPJkSwsIRlZy3W1ePJveV2oWI4P0nPW { width:9.375rem;height:2.9375rem;top:77.75rem;left:5.3125rem;z-index:15015;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IoUJCTsuDPT7uF9KxoKZ2caKqTuHMmEf { display:block; }
 }@media only screen and (max-width: 763px) { #J74LwOAQJxRSEMiJCcWHltiGhE0GknNg { width:20rem;height:2.761725rem;top:73.0625rem;left:0rem;font-size:1.0625rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HePcsPgVJQ9g2TZG45nAlvT9c4F69XNw { width:20rem;height:1.7871125rem;top:69.625rem;left:0rem;font-size:1.375rem;z-index:15014;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #clI8uI2X9cP87aWEiB8kSGNZV77TBkR3 { width:9.125rem;height:9.125rem;top:59.3125rem;left:5.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ { display:block; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ { background-color: transparent; background-image: none; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container > .video-iframe-container { display: none; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row > .video-iframe-container { display: none; }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .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); }#SADkfQHc8h9nlfrlcTE6ZCIbgkBEGxKJ > .row .container { width:20rem;height:89.5625rem;background-color:#002146;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flqANouUNSXg5TQ5OF5KndfQyyhmIU7N { width:18.9375rem;height:25.5rem;top:31.162109375rem;left:0.53125rem;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hS0VttJxDw6FsqMpRzXyQHMyhRCJBKf7 { display:block; }
 }@media only screen and (max-width: 763px) { #MHwDBIQXH0Z9zOcL44ZWwBsBT2vASkQJ { width:9.375rem;height:2.9375rem;top:52.562469482422rem;left:5.3125rem;z-index:15010;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RpOtn0GeydvyaDhsAGh4410ZnVdlyuMX { display:block; }
 }@media only screen and (max-width: 763px) { #KCptWBHIkgxK3snbmbcrtTVbG0gllOdN { width:20rem;height:2.761725rem;top:47.9375rem;left:0rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #To2ZhlFoJ5qTJuQyysDrR0NyW1URS29L { width:20rem;height:3.57421875rem;top:42.5rem;left:0rem;font-size:1.375rem;z-index:15009;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FDvKCwy7DNLGGhso7uRbQs8vXhibpXuc { width:9.125rem;height:9.125rem;top:32.1875rem;left:5.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KcbGos3zcQnvmpcrk6U6CuEH8QTIXn8r { width:18.9375rem;height:28.8125rem;top:59.33203125rem;left:0.53125rem;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x9EoUrwOTw4ZTBDC0JgCxf3sCLDawgBe { display:block; }
 }@media only screen and (max-width: 763px) { #fnTQ9TNfOOmuOLBObmLVEvdvttyPSM74 { width:9.375rem;height:2.9375rem;top:84.0625rem;left:5.3125rem;z-index:15015;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FPO1XknoTuHGLBGnhJLfo2hVZ823NupQ { display:block; }
 }@media only screen and (max-width: 763px) { #kcFWiTS0RWpRockTMTQMtybDG41NlVux { width:20rem;height:2.761725rem;top:79.89453125rem;left:0rem;font-size:1.0625rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bRqeNCfB33TIpBpWX1ieNhHC6iwlVyVf { width:20rem;height:7.14845rem;top:70.875rem;left:0rem;font-size:1.375rem;z-index:15014;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #VzlWczBmdZeDsIiWdxD6R0y5ULUa8aFE { width:9.125rem;height:9.125rem;top:60.5625rem;left:5.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cPspDggmSRonBBlf4Bpt2rEosNPdGa1l { width:18.9375rem;height:29.1875rem;top:0rem;left:0.53125rem;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DH2rLAAqgiKXU2bEdp38aTEu8mRU6UWT { display:block; }
 }@media only screen and (max-width: 763px) { #mnJ3SkJMLbdPN4CtLxUJlObaC31aOCJS { width:9.125rem;height:9.125rem;top:1.125rem;left:5.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SeFsqeMKQhUeXxlKaGBlWdGCbBp3DQnX { width:20rem;height:7.14844375rem;top:11.4375rem;left:0rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Zsb8X1k1WxhTbQICqZwssuvXukdvbwt6 { width:20rem;height:2.761725rem;top:20.5rem;left:0rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I2sQGaOHP07ayXI6VJkdpb4SM6R6WRtU { width:9.375rem;height:2.9375rem;top:25rem;left:5.3125rem;z-index:15005;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cvQ00Kx8bZgEBpAHRtbrcTWgkaOnxTXX { display:block; }
 }@media only screen and (max-width: 763px) { #bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A { display:block; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A { background-color: transparent; background-image: none; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container > .video-iframe-container { display: none; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row > .video-iframe-container { display: none; }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .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); }#bQMEGzHcGqPAUuPOEgINVzU75E2tTo2A > .row .container { width:20rem;height:55.8125rem;background-color:#002146;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9a5vyOOqwyEgpvNQz84ExlFZHfcMBaW { width:18.9375rem;height:25.5rem;top:0.6875rem;left:0.5625rem;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6wyFt6pturmTgaBM9JgWHq85SDoAVh { display:block; }
 }@media only screen and (max-width: 763px) { #kFX1wv8F9AAyLkxHOgel3HSyZ9wbrMrR { width:9.375rem;height:2.9375rem;top:22.0625rem;left:5.3125rem;z-index:15010;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L8foSIRNJNc9vuC9cMJ4qNyPvqEsQez1 { display:block; }
 }@media only screen and (max-width: 763px) { #kMMktRHXKW0xHWptCB1saGlWRuHc6cbl { width:20rem;height:2.761725rem;top:17.25rem;left:0rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a8knmPdxKKW9CvgZORcCfeiVe7TA0wcy { width:20rem;height:3.574225rem;top:12.1875rem;left:0rem;font-size:1.375rem;z-index:15009;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ew8K9a7M9ClRNpg2SrzrGbmsnnOw6Vdk { width:9.125rem;height:9.125rem;top:1.875rem;left:5.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ITzEpaKDPfe8HFiluvNyXKiCmGLzFmf0 { width:18.9375rem;height:26.9375rem;top:28.25rem;left:0.5625rem;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UBFJDNlfD5WzaoTyeo5ZDPd1PI7UIfBE { display:block; }
 }@media only screen and (max-width: 763px) { #MPvyGmwD0D3rXgkWF0Woqs28IbdrFZV1 { width:20rem;height:3.574225rem;top:39.6875rem;left:0rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #HHEdEJFFWPKaloBAAJRT7zWNpG72H2We { width:20rem;height:4.1425875rem;top:45rem;left:0rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FdzXnFyWZM6hZGTqcet6lNm0yrdTuw3g { width:9.375rem;height:2.9375rem;top:51.1875rem;left:5.3125rem;z-index:15005;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #chIqtfGrgZzEDNFgfI6514zdvR6IkXls { display:block; }
 }@media only screen and (max-width: 763px) { #wMgZen9NxfLFSOa56pNNJrAbZRdvWqNR { width:9.125rem;height:9.125rem;top:29.375rem;left:5.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 { display:block; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 { background-color: transparent; background-image: none; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container > .video-iframe-container { display: none; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row > .video-iframe-container { display: none; }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .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); }#uATDsO1dJq4EdNTDSWhCqdcT6CVT5n90 > .row .container { width:20rem;height:113.9375rem;background-color:#002146;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERBGvK5c4z24skAmRxxIb9FxrtE69if6 { width:18.9375rem;height:25.1875rem;top:1.3125rem;left:0.53125rem;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oXr8sAIa1zyyiFqa7dB8kyRuHDtrtPPo { display:block; }
 }@media only screen and (max-width: 763px) { #Equyp6DXK3eb3lAeC8TgxtyiJsZANmK2 { width:9.125rem;height:9.125rem;top:2.3346557617188rem;left:5.40625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxaAI2W5dxt2wP5OF0Lml0c02KdQPpNB { width:20rem;height:3.574225rem;top:12.645843505859rem;left:0rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GUBWrkJoTGMqeVL54hptSw22cE2VQLOl { width:20rem;height:2.761725rem;top:17.6875rem;left:0rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AWIsMqIeEQ7r7d1upJhkymmaC7p07Dm8 { width:9.375rem;height:2.9375rem;top:22.3125rem;left:5.3125rem;z-index:15005;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n0GraElREwkDdNXrnh0O9RaoAeiMKqIc { display:block; }
 }@media only screen and (max-width: 763px) { #LV30S5u9UCMywrVbSIHIGsDAlIQLeDGS { width:18.9375rem;height:27.1875rem;top:28.5625rem;left:0.5625rem;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LALUX9spRVb4I5LNPkeGycdEHZv3lRmf { display:block; }
 }@media only screen and (max-width: 763px) { #XXsdiKXI83GKZ8WuGMM9pSTWVO3sZhUE { width:9.375rem;height:2.9375rem;top:51.5625rem;left:5.3125rem;z-index:15010;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hDxC6MTsSQ3p6MMwvQQza7Abn0olf5KR { display:block; }
 }@media only screen and (max-width: 763px) { #gP0c2xkNRhH4KPL0Opim5xnW663R3IWt { width:20rem;height:2.761725rem;top:47.1875rem;left:0rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TK7aCIoIZ6P7ysWHhTm0VuG5WVcJ9zHL { width:20rem;height:5.361325rem;top:40rem;left:0rem;font-size:1.375rem;z-index:15009;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Zfg1HGk7lMgcKptUThJxEBqFg7AB08LJ { width:9.125rem;height:9.125rem;top:29.6875rem;left:5.4375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k4ART4JaicBQokP6h3xf1qDQtzFSOTK1 { width:18.9375rem;height:25.25rem;top:58.1875rem;left:0.5625rem;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qEaloS9UBT5xJRUgPm7pWhJCy4h1TSop { display:block; }
 }@media only screen and (max-width: 763px) { #cMSpaofK1mcwSloUhQg5t5BL55oZUK4N { width:9.375rem;height:2.9375rem;top:78.9375rem;left:5.3125rem;z-index:15015;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aoZIEK0A2gsF2sRWPZiNaKDTlfkgSteW { display:block; }
 }@media only screen and (max-width: 763px) { #femNZvTPTv9OwrbbE4JmEi9pxwg1F2x3 { width:20rem;height:2.761725rem;top:74.8125rem;left:0rem;font-size:1.0625rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Se94ptPOhhEC7qGuTcNhxat6Qod6y2az { width:20rem;height:3.574225rem;top:70.0625rem;left:0rem;font-size:1.375rem;z-index:15014;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iPadWbcZ8yAhcL2PXnKDb36Tg7TWq7JR { width:9.125rem;height:9.125rem;top:59.75rem;left:5.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xezolZa0XeJNo1EoALJ3UZ1NOR535eUO { width:18.9375rem;height:27.0625rem;top:85.6875rem;left:0.5625rem;z-index:15018;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TATA3IDErCQ947T6HEA3vWbQfRbG92Vl { display:block; }
 }@media only screen and (max-width: 763px) { #XZnlONtvPpJpSbFft7TxhGTJHPsIxsrT { width:20rem;height:3.574225rem;top:97.375rem;left:0rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #UMZaIuWTX2H2IRnIhoU50nlUKeb7OG5R { width:20rem;height:4.1425875rem;top:102.4375rem;left:0rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lks2mTAcFvvQ4TGIDVUEigsQK3vIZrXO { width:9.375rem;height:2.9375rem;top:108.5625rem;left:5.3125rem;z-index:15005;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NVTxzdCK8eBEZtSEycu0WIT3UmLuOKL4 { display:block; }
 }@media only screen and (max-width: 763px) { #yeJtykkR5QlxRvRNQM6vBmaN2DAMM3ay { width:9.125rem;height:9.125rem;top:86.5625rem;left:5.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ { display:block; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ { background-color: transparent; background-image: none; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container > .video-iframe-container { display: none; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row > .video-iframe-container { display: none; }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .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); }#FodbT0cwrzt9mzzTJqiJO7rVtFFekfdZ > .row .container { width:20rem;height:82.6875rem;background-color:#002146;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrs2Tl6aPvAsJy46KMaNlU8XVzfpw7M { width:18.9375rem;height:29.25rem;top:1.4375rem;left:0.53125rem;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zcOM2CFzp25NwB5spFKQCtO0fZvPZe4m { display:block; }
 }@media only screen and (max-width: 763px) { #ptZmLaEPUAK8nJdaMtl5VE2qsR3GpU8l { width:9.125rem;height:9.125rem;top:2.3346557617188rem;left:5.40625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FtJwPLgiEd76ir8JULtzMQGQPuQU6u9Z { width:19.125rem;height:7.1484375rem;top:13.4580078125rem;left:0.4375rem;font-size:1.375rem;z-index:15004;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #LggsWG4i37FCOub567Nufnp64MpdnJvc { width:20rem;height:2.761725rem;top:22.3125rem;left:0rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #msWSMCtm3LSNhHFbZpP3KE7i0HHi2W1y { width:9.375rem;height:2.9375rem;top:26.666625976562rem;left:5.3125rem;z-index:15005;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ohPydTvOJG0LMkyTtWzepG1BbTJBtofH { display:block; }
 }@media only screen and (max-width: 763px) { #EXaEIvSQ5MwgKzXsrlwcH9g7HNTUPoOa { width:18.9375rem;height:17.625rem;top:33.1875rem;left:0.5625rem;z-index:15017;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Fhr49XBPegZIqsc7xMzBntr8iaFtE3AL { display:block; }
 }@media only screen and (max-width: 763px) { #MfKZMF1AXDzva5EHHRWZcWx4TwzHdl6m { width:9.375rem;height:2.9375rem;top:46.625rem;left:5.3125rem;z-index:15010;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TmroTtEvbwagp5b4M361nuXaRTPKR8HI { display:block; }
 }@media only screen and (max-width: 763px) { #z2UTLdvn1OiRQLpcMqtan1IZA2BpwoWa { width:20rem;height:2.761725rem;top:42.1875rem;left:0rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JQ6lVTkokKkhTygvnoSFmbH5bHEphFpc { width:20rem;height:6.09375rem;top:34.75rem;left:0rem;font-size:1.5625rem;z-index:15009;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #gMwclLCGDdTy90idhUAK5zgl1HpgvQvH { width:18.9375rem;height:26.9375rem;top:53.375rem;left:0.53125rem;z-index:15016;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yAy5a7VK5h9GQQ3iDp1DvfcJwQCA0VhO { display:block; }
 }@media only screen and (max-width: 763px) { #c1HmCneUUfxkkXlrke3bnRFLf5W16Km1 { width:9.375rem;height:2.9375rem;top:76.25rem;left:5.3125rem;z-index:15015;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cc0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tvprwSCR4CReTJLzs8ae6PCOTBQCJ9C2 { display:block; }
 }@media only screen and (max-width: 763px) { #gAHoioktbQZqEC5ZlWZQs3ALJ4r5JTup { width:20rem;height:2.761725rem;top:71.8125rem;left:0rem;font-size:1.0625rem;z-index:15015;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qAJIqipMmWx4Lutla3xAo9yTpCQge2dJ { width:20rem;height:5.36133125rem;top:64.875rem;left:0rem;font-size:1.375rem;z-index:15014;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ank2DqSiuoagteICC7uVyzB2Lb4cHlIH { width:9.125rem;height:9.125rem;top:54.5625rem;left:5.4375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz { display:none; }#gwUTDWLkgym7eZOuNznOdwnmgTyVCKgz > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TxErzix8STH9uA7Os24whDTqnQhtZ0Fe { width:9.125rem;height:9.125rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AvAd5Esuh89TArLoLMfkJAMAet1hbF { width:18.875rem;height:12.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvX5OwHBJAbTrTCcrrycF97tD2ecMRog { display:block; }
 }@media only screen and (max-width: 763px) { #SkeSTPgZJZ9dCfeq2gBdOnarTrPs7wTI { width:20rem;height:4rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK1Tbhze4qrmm4bun6aBXVy98lJkwiXk { width:20rem;height:3.3333332538605rem;top:35.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHHKnooSvEyffTohrcKhTOVKD2LxX4Ng { width:14rem;height:3.4375rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX6QE5WPqKdQytTTHB9rFsMnmeIT7Twl { display:block; }
 }@media only screen and (max-width: 763px) { #GrV3TVBBp9dyleic0d4z37qpmwt1WKoB { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceo3lypJedR2Fwn4TTH8JLIFkXz0ALFh { display:block; }
 }@media only screen and (max-width: 763px) { #Xeflhce2hOmTvop0EDLSWIVGhNT3eAma { width:20rem;height:6rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8f4hJQaI90riTCCk7JM3oIylQpbH3GE { width:20rem;height:3.3333332538605rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT28H6E6CcE8Eb4RAgIPlCQEhZAgnqOx { width:9.125rem;height:9.125rem;top:54.333333253861rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4Np47Mv0U4tdrwRiZr8qIRy4M1Rpw42 { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJnLOln1fNge4q405SlZrsHfQ1vAmzm { display:block; }
 }@media only screen and (max-width: 763px) { #aZZWATZGtUoqrOKL2Gicf0OHc4XqIEQg { width:20rem;height:6rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGwZUGnpeb7wD5PucmooBwBgcDa3gICT { width:20rem;height:3.3333332538605rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lASuDZD1yzREpVGQbT2Qy1kinTS5zPWo { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhllfiGF3wNyAVDT74Co9wG3ShHJz9H1 { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcTc7moLHPQFsSLhmTcqC9hopUaDyoAl { display:block; }
 }@media only screen and (max-width: 763px) { #reODlakDxX5bhH07xDtJ6BPNGD5uOD2h { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUy5c5OaasIosiOqWFm41a7wAyITyI4E { display:block; }
 }@media only screen and (max-width: 763px) { #aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo { display:none; }#aHz1VfCvxSpLlmvPXIAb4kCUfxOM6Afo > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Oi0HvcE2NKgIC3IB9wh61hdAQnPNMKLB { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSrfrLrWfZ0szc2Q2gQ4rDESitTChhRV { display:block; }
 }@media only screen and (max-width: 763px) { #WvGPEidPiwOQSKludELOzpkqt6RkTXru { width:20rem;height:4rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvIiqSPNNdzbccyL4oMJgdxUviIgTp6n { width:20rem;height:1.6666666269302rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZpTJvOeTsRkB7LDMqPLNuTcMRnCzDTx { width:9.125rem;height:9.125rem;top:54.333333253861rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlPIhb5u040p7F4TEISQo2qyFS9DsuF1 { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0HlcSUURRclTEiSA8GDEr5NSVVAHd3b { display:block; }
 }@media only screen and (max-width: 763px) { #oVwTLxW8m4NMFRHIkHp5sPBd8DBsoaXF { width:20rem;height:2rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnDSrtRlCiHHeedGvMzTKclizxq3viyo { width:20rem;height:3.3333332538605rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkBSEqVdmZMarEyLRn8vptkS77ZiWN6P { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZZqcVbNMCUxF96yD92sV6PZWd6kOtiG { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZT4eDMF12Oa8D3FGgVH4QKpOJBMrF5 { display:block; }
 }@media only screen and (max-width: 763px) { #teWTB7sQWGRqEIyopQzKxslvqqC9e4Ld { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKBA2UrtTz3Sqtns6KzhHnOOHXbzlHFW { display:block; }
 }@media only screen and (max-width: 763px) { #CCypSK3OgfBFeosZgmPz3mRRgi9BL21k { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAAeTbv1Nc0aNROtOPCrexTTaFpO6wKV { display:block; }
 }@media only screen and (max-width: 763px) { #G8ZL135v1RzqPRdXsGm98N5gvxOHIm8k { width:20rem;height:2rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPZN9oK64RDcQQAl0vQN0A7vgVmeaiK { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3wfJb5FnoT4o4mW35uiLFzhDL7VK4Py { display:block; }
 }@media only screen and (max-width: 763px) { #slLfbq3ZLtZc454EZAk72VTHFp59vD3z { width:20rem;height:3.3333332538605rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLwvSs9bdTIDbbau8u5ftQ3J8zGzNt5 { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntGBMfLXiUL1186RCgTTpWNevFHJQvnI { display:none; }#ntGBMfLXiUL1186RCgTTpWNevFHJQvnI > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SPZNv6wwAmzEqvk9COaLFMWHrHqMSC6o { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBdz51tlTQK6whqZXShE2GRJLAMB3AGg { display:block; }
 }@media only screen and (max-width: 763px) { #iGgn4oGyRZFBztBlWRcvGJigRwaX8i5i { width:20rem;height:4rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzV5J55a2ggDi6PAw9UXZqGysXVrc3DJ { width:20rem;height:1.6666666269302rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPJt6tTKPUIbG5qlfUd8LGsPMlmyWG4g { width:9.125rem;height:9.125rem;top:54.333333253861rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix0v4gHuVLzxWD3SZrJATHn8bApqQZ4R { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8qGWzO5cdvkS4BvrWOUTugZHpuBKiRy { display:block; }
 }@media only screen and (max-width: 763px) { #WwQdCqcbhLohJzOmNJHx2zODxHtR3AW9 { width:20rem;height:8rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1As1MWH60C3zNPRAfdmiXoLyTZWbwqn { width:20rem;height:3.3333332538605rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJ6uTKVrWqEtKIT1Zw0QZzNrq4VOmTd { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4xOMWiydC3vE9elrELmQIX9tNhwAoJB { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7WnImhDnLIENwchdJOvlKa2IHCR5SEI { display:block; }
 }@media only screen and (max-width: 763px) { #zq2wT6Sf3OZAXybabMxqMbVK4KxWlzz2 { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO7KZSD2Fft8BDosPOgg7OG2OgstFELk { display:block; }
 }@media only screen and (max-width: 763px) { #FgkDcIzysEc7VAO3Sds6QDpgC9czNpBt { width:18.875rem;height:12.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6OMDyWVgImKozQnComqAhcUGlMrS7uS { display:block; }
 }@media only screen and (max-width: 763px) { #qZgvMKuiO73JBfuTk3m0DuWqo6bf6KfZ { width:20rem;height:8rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epVJK8H3U9lEBhpf5lJ3vRbm3KeLa1to { width:14rem;height:3.4375rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aml2mVkUC8PSOX1ys28CuuA4h8BCeQU6 { display:block; }
 }@media only screen and (max-width: 763px) { #KIKNo2hamZPuTUGzfoKzyrtv4OvvNi3n { width:20rem;height:3.3333332538605rem;top:35.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBmsPEU0dbTVRrSEGugJSJJBXTgi8n8K { width:9.125rem;height:9.125rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw { display:none; }#xRPVVWsBDnD8bLQBkcdbsxCslZEBKiWw > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WrU63y1saQdlQkHN8E5bTAGwIAT4X9oT { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMZ188TJ9MsQEeddJc7SKnTgpQOhHigQ { display:block; }
 }@media only screen and (max-width: 763px) { #H395nQ0P8S38S0yrTdEPbsuqfnME0ngU { width:20rem;height:4rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTIGAApTXq8xnZh0cIl1wySsr5JteGkp { width:20rem;height:3.3333332538605rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3QqtHezAEB0pqlnSaVEVXTWwoSyTzT { width:9.125rem;height:9.125rem;top:54.333333253861rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0TUxuJaPk5repr8dcfodsz9PtKR76Ue { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRgC69uxOy1CIIrSrRzvxhLsMHRzG723 { display:block; }
 }@media only screen and (max-width: 763px) { #AwOQiIg2afwD4mcpB0ULuF2islq3We27 { width:18.875rem;height:12.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAZBzKngMytbn5L3s7lH90iCaJGQDC2T { display:block; }
 }@media only screen and (max-width: 763px) { #xD4SUrq9KySqXBTwcebP7WTAytFdJk39 { width:20rem;height:4rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocTT8RdnL5exXWUZ18RwdACerUTucKeG { width:20rem;height:5rem;top:35.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhImzRFPXP3nRvCkVAeXZ09I1PkHDoii { width:14rem;height:3.4375rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIo1XBipBeXWMb2TtLxyemK7KsZvDf19 { display:block; }
 }@media only screen and (max-width: 763px) { #O9uwoHsDJzQw6AufJBVTJUvCMpIKu6Gs { width:9.125rem;height:9.125rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzt9dPBLIEHXNM2hC1eNCTUAkiWbo2LU { width:18.875rem;height:12.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV8ybnNEAqT3bi3QGDuyZGwWo24pWZmi { display:block; }
 }@media only screen and (max-width: 763px) { #cvawZNTVkfNOS37Dz4HycwN77SRkExm3 { width:20rem;height:4rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP1DVSV9vLp5e8Mn4CBZN51wwzM0phKW { width:20rem;height:1.6666666269302rem;top:35.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTJ7MW7OGZCKx7boBnqoCpw6Fc2z5HV { width:14rem;height:3.4375rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXUt1v5qc4PgN7R6MfCTVw9cyDJBw7lN { display:block; }
 }@media only screen and (max-width: 763px) { #Hp694hnBx7tO1Wpa5iNU9JdV6lUgvApl { width:9.125rem;height:9.125rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 { display:none; }#RWMOQbORnWt8xbXQTKSAgOo4blnJkVF1 > .row .container { width:20rem;height:155.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AMQ15cRi8HTaKkW27WsGyOJEM2iehp2q { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ActHgGLcvT4aqm3cLMAiRVtO1SN6ETkG { display:block; }
 }@media only screen and (max-width: 763px) { #lyH33ImixXV30tRUVPs6iopCQg4B0Suy { width:20rem;height:6rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKUfVvO8XFNgrxD0lqd63bJudL24QKcc { width:20rem;height:3.3333332538605rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5loP9uO5cCVVaZGhWKeDDnxyl3v4Vf7 { width:9.125rem;height:9.125rem;top:54.333333253861rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbPSHmGLhnMup4UhbAQ7SvJs7x9bn55w { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwQoQNsw1T2sqeELJ2zLILlfTZbbMlPu { display:block; }
 }@media only screen and (max-width: 763px) { #ipgRdrLlVq0BWZywL2u0zeQS40P5oxB5 { width:20rem;height:4rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et4v7VJEU30L5daGu4ShBWmVGdCmXIpJ { width:20rem;height:1.6666666269302rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiuuCodubFvl8ZDAolJqfe8ovxFoTSmd { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdwCFw5X86lCR7TXtW1RgdTWpO0RP5RL { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWl6HXan1aqnxia64uRlTQpnBm9SDDy2 { display:block; }
 }@media only screen and (max-width: 763px) { #FdDE148X0PqMBZT3vyWl0KKKGzhwExMT { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq3lsLqcyAcETm79VWC9uM7Tv1Tt9Ue7 { display:block; }
 }@media only screen and (max-width: 763px) { #JE3lesFrhK6l7DmFZL1RhBT7OD9zBXWf { width:18.75rem;height:12.8125rem;top:120.64526054687rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKckFfaqDXCJO5zzwWeb7XFgLnnMXHED { display:block; }
 }@media only screen and (max-width: 763px) { #Vzok2Q8t4MfBB82Sa9uNOLPRNFwaXQSI { width:20rem;height:0;top:145.08276054687rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNNyElKNCntFlmVzpDNOLksmVrLUWhQV { width:14rem;height:3.4375rem;top:151.27026054687rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWz9B5UWORWvWvTHfV3g6bdGb8nsZud0 { display:block; }
 }@media only screen and (max-width: 763px) { #L3QJIoUAQBRurZpZ9mzqgKRMg50OHoNU { width:20rem;height:0;top:148.33276054687rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwV0JwCT5GEpUPF83zGREKKi6mH1eGUg { width:9.125rem;height:9.125rem;top:134.70776054687rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu { display:none; }#EoSqILSE7MIEZZs5TRhn2tFkQJp13iUu > .row .container { width:20rem;height:122.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Miq78M7RqfsFF8Tw8fdwgqptGJvryPoQ { width:9.125rem;height:9.125rem;top:15.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzFaLFm7csfxM7rftmJelvbtalpdTl7v { width:18.875rem;height:12.8125rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR7c4Cg83PAdXs46JpWBV1mfHTSpmVoi { display:block; }
 }@media only screen and (max-width: 763px) { #D33NaK4gLSc6xg4TsWI25tLlcamc81Qt { width:20rem;height:8rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODKrzBkLnl3QPxVXqMbPmqP0JH9l7uuR { width:20rem;height:3.3333332538605rem;top:35.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai4G3Vmn6s1602dzvBiryJIcGqCw2sIg { width:14rem;height:3.4375rem;top:31rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgFkrRVZn9mPNd3Z3hWkc8EsZi9spiFk { display:block; }
 }@media only screen and (max-width: 763px) { #DPvfVipBNypfUJNqCr5TKB5vbLJioCzX { width:18.75rem;height:12.8125rem;top:40.270833253861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwO2LCfpGaHIturaVMFToqfGFnAXKama { display:block; }
 }@media only screen and (max-width: 763px) { #lH3zGkzbKcVbB7P8KxZdmQr9hsFhJgiA { width:20rem;height:4rem;top:64.770833253863rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXim30wM06rRJBuhO9wAToc2I1OSOyrn { width:20rem;height:3.3333332538605rem;top:76.708333253863rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo41ZvnbFJuSpUI9NEGdLtwTINbNOkuy { width:18.75rem;height:12.8125rem;top:81.291666507719rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7s4H8HZH6qOKwqTTaBqoqZmhyEkqT9H { display:block; }
 }@media only screen and (max-width: 763px) { #VENRqLvgiAzuzVzdhu1IZbsBBNfvMtM1 { width:20rem;height:6rem;top:105.79166650772rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQMCaiAZ069B5zwptikuRlOFR2TBkZCM { width:20rem;height:3.3333332538605rem;top:117.72916650772rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmMl3wwbvcThdDGeP3zZsKQwnFFcCVGm { width:9.125rem;height:9.125rem;top:95.354166507719rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSrzkW2LHDC6L3Jy122hMxaDeTvH5CeQ { width:14rem;height:3.4375rem;top:72.020833253863rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FruWvQRdIge5B02BGM6S6gfP6fKczTbI { display:block; }
 }@media only screen and (max-width: 763px) { #kSzVZWlelxd7B0QWQBhxrwyuaHQ8V9pf { width:14rem;height:3.4375rem;top:113.04166650772rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4cnGUWcccQgmUt9ZCM81gDKWhzSilg { display:block; }
 }@media only screen and (max-width: 763px) { #wts0uKeb3tCLicg3Tf33cHMaTBum31qT { display:none; }#wts0uKeb3tCLicg3Tf33cHMaTBum31qT > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }