.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#N3u1LSZxcOGVTCtbZALpO98cSsnwKESc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3u1LSZxcOGVTCtbZALpO98cSsnwKESc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3u1LSZxcOGVTCtbZALpO98cSsnwKESc > .row > .video-iframe-container { display: none; }#N3u1LSZxcOGVTCtbZALpO98cSsnwKESc > .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); }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;position:relative;display:block; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container { background-color: transparent; background-image: none; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container > .video-iframe-container { display: none; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row > .video-iframe-container { display: none; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .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); }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container { border-width: 0; border-radius: 0; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#nqnrXi1dvF1CRGJCqN93B6gnDV6dOy4k { background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:3.4375rem;display:block; }
#O9WspSJpsZMGTvfTVcCgEKJThvtOOIyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GdTHVspTGLdeFWWn4SwFAZlh9yTATCfg { background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.0625rem;left:23.75rem;display:block; }
#Vw2cRJWM5vycu6O4FZ8Wv75o5b1TaueB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OVLEXiiKLpkJ8oPGPIF30uT6gGAtyyWD { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0rem;left:44.6875rem;display:block; }
#Xuds8cU36VgUBGi46Mtm29Sr0iUZcCfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO { background-color:transparent;background-image:url("https://images.assets-landingi.com/a5dLdfZe/Depositphotos_43209169_originala.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.adaptive-delivery-prevent-bg, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyload, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyloading { background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { background-color: transparent; background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,66,95,0.38); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,66,95,0.38); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .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); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { width:60rem;height:37.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#HRdC95NQC0NJ9hWZh4OJw5UPgZoucWZR { display:block;width:60rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:11.5rem;left:0rem;height:5.6875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XO8UocxLNadlLudq9uCXNJQqWZWDSdiz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100003;top:4.5rem;left:3.75rem;display:block; }
#evnRRKwkB2T25ET5K7ekbouhTwDmTeeK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100004;top:4.5rem;left:40.625rem;display:block; }
#rDAqsRy8vkthFOQy8nJrTOq8DHscG2Su { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:24.625rem;position:absolute;display:block;z-index:100006;top:26.3125rem;left:3.4375rem;display:block; }
#TRzhzCsPtQkOH8GhAOADiOEI9ogOM6dS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.375rem;width:3.75rem;position:absolute;display:block;z-index:100007;top:26.3125rem;left:28rem;overflow:hidden;display:block; }
#cuvienylceQTNuUOUvsEGDUtkm1nbI6I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:24.625rem;position:absolute;display:block;z-index:100007;top:26.3125rem;left:31.6875rem;display:block; }
#h3Q0iCfNOgpAQ0Ekyud3GlgiREvMdAtv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:0.8125rem;width:1.8125rem;position:absolute;display:block;z-index:100009;top:34.9375rem;left:29.0625rem;overflow:hidden;display:block; }
#WlblnbRE9ZATKfSfzNu2TobZ7UZF2Ptl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.75rem;width:16.0625rem;position:absolute;display:block;z-index:100010;top:2.625rem;left:21.9375rem;overflow:hidden;display:block; }
#MCd8AdEsxXy2K0PWcauAQM2dSBmcnaE5 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:16.5rem;left:0rem;height:3.15rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U1N1RddzEvMfKdy25qakG9750GUzXsnL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container { background-color: transparent; background-image: none; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container > .video-iframe-container { display: none; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row > .video-iframe-container { display: none; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .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); }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container { border-width: 0; border-radius: 0; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#c57MMxzpCENUcNMt2Vc2qKG04e9oAEXd { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0624952316284rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vW80RCwvATkRH18KLKMtUhvr35dMADDT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container { background-color: transparent; background-image: none; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container > .video-iframe-container { display: none; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row > .video-iframe-container { display: none; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .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); }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container { border-width: 0; border-radius: 0; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#gh2CPyWl5cEdXmTxerTPwXdGRtd5zlJp { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1234340667724rem;left:0rem;height:19.66059375rem;color:#96c21f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container { background-color: transparent; background-image: none; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container > .video-iframe-container { display: none; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row > .video-iframe-container { display: none; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .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); }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container { border-width: 0; border-radius: 0; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#CtZ5F0zdot5kof1usCSXu3tq9Au9Xqv7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#DxlJxVDEv5IpaRNmRaTuRH3ZGc6HNSsq { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.40625rem;left:0rem;height:2.84375rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container { background-color: transparent; background-image: none; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container > .video-iframe-container { display: none; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row > .video-iframe-container { display: none; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .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); }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container { border-width: 0; border-radius: 0; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#BeIOv0FVGwKcLLVxZK03KJ8qdyW56xCy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#SdMedZTHVqcGk3XUnZrqRLdGLIXlkTk3 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.03125rem;color:#96c21f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container { background-color: transparent; background-image: none; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container > .video-iframe-container { display: none; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row > .video-iframe-container { display: none; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .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); }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container { border-width: 0; border-radius: 0; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#QTTBT3TnlqWTm1M1lNEoTkbaBWUXZOJK { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:1.787325rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBrSsvSNCK16iT9Rt6dJEJiJFslSW4W7 { box-sizing:content-box;color:#3f444b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.875rem;left:3.375rem;display:block; }
#EKD9vyWxFwxuvgMyJx5xk6zDm3VFJi75 { box-sizing:content-box;color:#3f444b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:14.750001907349rem;display:block; }
#kIuVB8OsSiQVyveTQb8EX8p5VtxJLF2B { box-sizing:content-box;color:#3f444b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.875rem;left:26.437501907349rem;display:block; }
#mShIfA6RuClTiB0EyZFWIwsGxlSXNbJT { box-sizing:content-box;color:#3f444b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.875rem;left:38.500001907349rem;display:block; }
#MC6fTLQEcmzUKKkW7SetB7KeSAUH3FT4 { box-sizing:content-box;color:#3f444b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:0.875rem;left:50.561719894409rem;display:block; }
#CHU2XnpQt7IwPMWHfny5kWv8QccrC9k2 { display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.46875rem;left:0rem;height:1.95rem;color:#3f444b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xqVMJZNqdyqq1F7yF7RowlgSDsSzCRLQ { display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5.4617195129394rem;left:11.375rem;height:1.95rem;color:#585851;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piqCLkFetlLs50dSzPSgTnWbEdPTHK4K { display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:5.4617195129394rem;left:23.062501907349rem;height:1.95rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yitDUQBisA6VWqxTE3QcaQ4dyC8ADUdu { display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:5.5125007629394rem;left:35.125001907349rem;height:1.86805625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H4C40xZKewBwq6TaPQB61aT6IIhfct3H { display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5125007629394rem;left:47.187498092651rem;height:1.86805625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container { background-color: transparent; background-image: none; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container > .video-iframe-container { display: none; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row > .video-iframe-container { display: none; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .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); }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container { border-width: 0; border-radius: 0; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#OazJXHqf23DATXSh6PzdA4TRlgL26iba { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#q6u9DAihacfUuWfJNNqATPg1V2rLlTpD { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1875047683716rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container { background-color: transparent; background-image: none; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container > .video-iframe-container { display: none; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row > .video-iframe-container { display: none; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .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); }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container { border-width: 0; border-radius: 0; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container { font-size:0.875rem;font-family:arial;height:1.0625rem;width:60rem;position:relative;display:block; }#MVTcSZWcDqcaoxs36NQAVD1PrrUNW3Tp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#VsqVGKqOT6AHz4ahTvGCq8EtOzeQM98F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100001;top:1.0624961853027rem;left:7.375rem;overflow:hidden;display:block; }
#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container { background-color: transparent; background-image: none; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container > .video-iframe-container { display: none; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row > .video-iframe-container { display: none; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .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); }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container { border-width: 0; border-radius: 0; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#mk1mLn0pLT3Ze9ZyKRTHCX1X0h9QBw9L { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0.1875rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#Z5fOcPoQATc7r25fbtGraGHIkKwwqoAQ { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#v1G4JtgsHXFkeDmxbmG0bgfhVh6kTnU5 { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#d40NHpLSscIB1JTephfObekVMOFTe6Jt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100003;top:0rem;left:47.374219894409rem;overflow:hidden;display:block; }
#hXPXnhsBdKDtQqNyNVBgIL8wN5Fh9I0E { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100004;top:0rem;left:27.375001907349rem;overflow:hidden;display:block; }
#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container { background-color: transparent; background-image: none; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container > .video-iframe-container { display: none; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row > .video-iframe-container { display: none; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .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); }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container { border-width: 0; border-radius: 0; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#X5wnhpy2KaeTX5lOnu8X7IIumR4d6o4N { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.375rem;width:5.25rem;position:absolute;display:block;z-index:100002;top:2.4999961853027rem;left:47.374219894409rem;overflow:hidden;display:block; }
#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container { background-color: transparent; background-image: none; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container > .video-iframe-container { display: none; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row > .video-iframe-container { display: none; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .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); }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container { border-width: 0; border-radius: 0; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#kRG45x8AMVfo1cNTESpztTULTQh9dzyG { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iqT19ArPDCslyv0ZqfHBbBpqMXDkfW9p { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#pKzS028A9gcx96LVDLfmCQm8wAr6u8PT { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#MWsIc06tGzG41C5d93sXLxIwv0VTNedx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100005;top:0rem;left:27.375001907349rem;overflow:hidden;display:block; }
#CoaT1GKRDeB34NGoJVbZSXclcPUBHZEb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100006;top:0rem;left:7.375rem;overflow:hidden;display:block; }
#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container { background-color: transparent; background-image: none; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container > .video-iframe-container { display: none; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row > .video-iframe-container { display: none; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .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); }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container { border-width: 0; border-radius: 0; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#wh3pv4v0EPa8lChzR2HO98tpb9zULgLN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100002;top:2.4999961853027rem;left:47.374219894409rem;overflow:hidden;display:block; }
#v2fRebfZ69009HMchLCLmdcoQTCROITl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container { background-color: transparent; background-image: none; }#v2fRebfZ69009HMchLCLmdcoQTCROITl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container > .video-iframe-container { display: none; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row > .video-iframe-container { display: none; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .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); }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container { border-width: 0; border-radius: 0; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#xpaI9Cg3V0SlbUrIgh2FH6C4AQZUOEmW { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#a6EKbTiFEcVy7kyXyLbcPwQzt3ISE6X2 { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:20.0625rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#IQuQNhnAuhxXeCVFTBG9pk54GUmc2fhy { display:block;width:19.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.0624961853028rem;left:40.125001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TFgUtWDb52A8bAhqC5Is5PHXZubfMN78 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100007;top:0rem;left:7.375rem;overflow:hidden;display:block; }
#gUBn3zVCrGTVkn6Ii1WXIJmSVtBkF2TT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.25rem;width:5.25rem;position:absolute;display:block;z-index:100008;top:0rem;left:27.375001907349rem;overflow:hidden;display:block; }
#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container { background-color: transparent; background-image: none; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container > .video-iframe-container { display: none; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row > .video-iframe-container { display: none; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .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); }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container { border-width: 0; border-radius: 0; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#i3Byf8P5yP5bTUpHe0x2KqfTmZa0ymTS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container { background-color: transparent; background-image: none; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container > .video-iframe-container { display: none; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row > .video-iframe-container { display: none; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .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); }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container { border-width: 0; border-radius: 0; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#x0bTrE67dkAtWRmryKDkqhbeZm2hGF4o { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;position:relative;display:block; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container { background-color: transparent; background-image: none; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container > .video-iframe-container { display: none; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row > .video-iframe-container { display: none; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .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); }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container { border-width: 0; border-radius: 0; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#O7ePelLLzmrtVKCsw6Qpi9B0fwkDs3Qf { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:-0.033333778381347rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AWP40kUSvQN0nnrLefqQAkKRDcvnZy5y { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:7.75rem;left:-0.0020837783813476rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LPrvBbc8mnsQsHChbvaAbvz5pc3NKaeO { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npBtT8MrAgPa6BCdPQvETv8O5tTwDR0m { display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:12.25rem;left:16.687501907349rem;height:4.875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kp5INPAyRUskgNy3aVcpSfzWcLKzSvAs { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UMzLsyduVM1vxPhPFbNerDT5D5WMNe18 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n8vTMO6MTasqVCADfP1GGZUMerhHIKtk { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oFXWD3me6rCeWkQUXwPo9ll5gogX6ffD { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:3.6875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fr2m8LDE0vUUPUA593k9kytwbFcNnNiq { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q045r2x9hA4xpbsb1d7VbwJB3nDeOBEG { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.25rem;left:14.9375rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TU0dnIcbRtuVDFhTnZuwlAhPrmlEJPsL { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.0625rem;left:14.9375rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wH0vtTZvCPRZWug5q1lTuPTiDALXI2Po { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5aQ2T6xxxKk2PFcePwCbZ9ebBRETiU3 { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.375rem;left:29.9375rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PEO8EQbbVzFbssfJIuRVsOr4LwD4P628 { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6rem;left:29.9375rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHLepbzI116gNysfrrEhyV7HXkb6wEGA { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:12.25rem;left:29.9375rem;height:4.875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bb2ZMOFlTLIlQxgXKZVuI8Tp6SQRGlul { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IJTPeXnqoDssKcFPaOitCEyENTdkZqr2 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IHnAgmITMQcxnUlEo61XHdVFnX3CoIPo { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MtvsISHGNwr0OcyZ0V5H25ZF7abI0sne { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:0;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vQFX0XxpwcaJdcVTkDmqaSLPaCX9KZDd { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:5.5rem;left:14.96875rem;height:0;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZBfc3IasKwD9fRZdZ0mMVrqs1DqPaJpd { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:13.125rem;left:-0.012500762939453rem;height:3.6875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZzqhZWNswTmOU1VRBA3l3MA4JrBzbV4m { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:6rem;left:45rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrFQ0DAzlQ5rF6AEHcTtqTfmWx8NEPXA { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:45rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OkQT0T8ApAEZLasqAxHgUPZETRFikv2P { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nfQqT4k4w34hPTBA2xk5p33NEuz3eE3b { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PU8wAOw6UDFA9BuNEJ9krSrFbPprxcuG { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LgqD9fi2bOTl4awB6kPVbn19HDlFfzTU { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.09375rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eTiQ5bWQCpg9qMupvbDwtiPknMTRsX04 { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:10.75rem;left:14.96875rem;height:4.9375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EBRDpX8zNnnhUM7T6O1zh0bc9rPzZzJv { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#STmtkqIIFcC2TUfCAkeVHrglA74v8zTi { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:2.4375rem;left:44.6875rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H3pcqSEyWgfMMTQ96IWEbvTruIomLDvp { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:4.125rem;left:-0.033332824707031rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yvENP0T6NCgVkVB9nvSECigtzuzDC6FV { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ovs69n6N5Q8yeTn4Nb8JWt2tTPMxtCX9 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cEAIKD5oJeZ7OvKEhilufgQITubQw2My { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.033333778381347rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xSJWMeQJTM3yc3wJyp368atp3RIDW8CI { display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:15rem;height:3.25rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l2sBzU8egVZJiH8Mx58a0MU3ZHusRl1A { display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:10.75rem;left:15rem;height:2.5rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container { background-color: transparent; background-image: none; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container > .video-iframe-container { display: none; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row > .video-iframe-container { display: none; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .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); }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container { border-width: 0; border-radius: 0; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#QWSWLpazuxvFVMPXJvgE5uSl7DVyKuDi { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:0;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container { background-color: transparent; background-image: none; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container > .video-iframe-container { display: none; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row > .video-iframe-container { display: none; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .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); }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container { border-width: 0; border-radius: 0; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:60rem;position:relative;display:block; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container { background-color: transparent; background-image: none; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container > .video-iframe-container { display: none; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row > .video-iframe-container { display: none; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .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); }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container { border-width: 0; border-radius: 0; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#WAK6gSGV3FImUITnp3D0AnAUzbq0dp5f { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:0.25rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container { background-color: transparent; background-image: none; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container > .video-iframe-container { display: none; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row > .video-iframe-container { display: none; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .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); }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container { border-width: 0; border-radius: 0; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#MDExKBxRsfRsu7G4AxLgtl30glp0Pi8Q { background-color:#e74c3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.8125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.875rem;left:20.375rem;display:block; }
#DzpEv0oVUgpkbqUZG5d0ppTWh7UggXTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container { background-color: transparent; background-image: none; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container > .video-iframe-container { display: none; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row > .video-iframe-container { display: none; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .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); }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container { border-width: 0; border-radius: 0; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container { background-color: transparent; background-image: none; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container > .video-iframe-container { display: none; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row > .video-iframe-container { display: none; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .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); }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container { border-width: 0; border-radius: 0; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#l9qNTT3thrcJ7nm0pgbGzPqwr9SJqhS9 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:0.41249847412109rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOir5CWLB7aFVM8utfqAGSktAebTq0JL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container { background-color: transparent; background-image: none; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container > .video-iframe-container { display: none; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row > .video-iframe-container { display: none; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .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); }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container { border-width: 0; border-radius: 0; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#QXDln62fCrTscTONGoBUQMzvd0vfIwW5 { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.4375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpyH7IaPkLq1PclsW5ShpSIFonUb2XrH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.25rem;width:15.375rem;position:absolute;display:block;z-index:100008;top:0.6875rem;left:4.4375rem;overflow:hidden;display:block; }
#XWGQgVwS4sItTCDZpQWzKOfcuMBKyfmg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.875rem;width:13rem;position:absolute;display:block;z-index:100007;top:0.375rem;left:22.625rem;overflow:hidden;display:block; }
#qZkQ6U3QpI6vqc4gVBOZF2GGnKRX8Skt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.8125rem;width:21.5rem;position:absolute;display:block;z-index:100006;top:1.90625rem;left:38.5rem;overflow:hidden;display:block; }
#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container { background-color: transparent; background-image: none; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container > .video-iframe-container { display: none; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row > .video-iframe-container { display: none; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .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); }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container { border-width: 0; border-radius: 0; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#Ea1D7UI9Hzl8GxmOmDv8x6DWmLc9zq64 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:100005;top:2.78125rem;left:22.1875rem;display:none; }
#TO36iuuJGAAuVAqH3vM2nEOf9CKlWh7C { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.78515625rem;left:0rem;height:2.84375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCVsTe10wWR1i2xq0T04KfGEKf9FJW90 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.3125rem;width:9.375rem;position:absolute;display:block;z-index:100009;top:7.875rem;left:32.356248855591rem;overflow:hidden;display:block; }
#mhdyySUtl9QVAzuFMafcEhOLzkvG5SeT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.3125rem;width:16.625rem;position:absolute;display:block;z-index:100010;top:7.34375rem;left:12.22109413147rem;overflow:hidden;display:block; }
#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container { background-color: transparent; background-image: none; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container > .video-iframe-container { display: none; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row > .video-iframe-container { display: none; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .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); }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container { border-width: 0; border-radius: 0; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;position:relative;display:block; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container { background-color: transparent; background-image: none; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container > .video-iframe-container { display: none; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row > .video-iframe-container { display: none; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .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); }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container { border-width: 0; border-radius: 0; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#TRXe3CM7NZQqau0UrAKGA6xuDRotT5eQ { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container { background-color: transparent; background-image: none; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container > .video-iframe-container { display: none; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row > .video-iframe-container { display: none; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .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); }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container { border-width: 0; border-radius: 0; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#oMP6AZnx0RAI5OAJuAAo1wWnUNnCENTL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5625rem;width:6.5rem;position:absolute;display:block;z-index:100001;top:0.21875rem;left:16.625rem;overflow:hidden;display:block; }
#uvpJfI9Ny1FsL1B92VqNFpU8TNo8Vc2R { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.5625rem;width:6.5rem;position:absolute;display:block;z-index:100001;top:0rem;left:12.25rem;overflow:hidden;display:none; }
#EMVNxFFfOUpBModTGBGzx8I5SsoXBTr4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:4.6875rem;position:absolute;display:block;z-index:100000;top:7.90625rem;left:4.1875rem;overflow:hidden;display:none; }
#wTsGfutCU5vMswcdk9pTAFKBezMxqciw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:6.9375rem;position:absolute;display:block;z-index:100002;top:0rem;left:27.6875rem;overflow:hidden;display:block; }
#SdwoxcdhR9Io9NDaFEJhV8u11mlHSOqy { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:6.9375rem;position:absolute;display:block;z-index:100002;top:0.09375rem;left:2.75rem;overflow:hidden;display:none; }
#klTsCGK3DrTLLswnI8t3lQylRc8O3pTT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.1875rem;width:3.875rem;position:absolute;display:block;z-index:100003;top:8.125rem;left:33.9365234375rem;overflow:hidden;display:none; }
#wlaFmW7AyVhPCUnwdsLMLCd3mpmAKMH8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:4.6875rem;position:absolute;display:block;z-index:100004;top:7.90625rem;left:42.498046875rem;overflow:hidden;display:none; }
#eltiF9oZITiwMwGyofFkowc2JE38ZD3H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.1875rem;width:1.8125rem;position:absolute;display:block;z-index:100005;top:8.03125rem;left:51.498046875rem;overflow:hidden;display:none; }
#aMwHmhPAn3m0mJqPHMfxlmbPw5cHvMyP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.1875rem;width:1.8125rem;position:absolute;display:block;z-index:100005;top:0rem;left:50.125rem;overflow:hidden;display:block; }
#fNXyignF0MG5X1M2vCh5ZiRTl8R4Q2zn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.1875rem;width:3.875rem;position:absolute;display:block;z-index:100003;top:0rem;left:40rem;overflow:hidden;display:block; }
#qqTpqUdDo1RIWtBFZ8wzNu1fassoHiDo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2rem;width:4.6875rem;position:absolute;display:block;z-index:100000;top:0rem;left:7.65625rem;overflow:hidden;display:block; }
#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#05425f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container { background-color: transparent; background-image: none; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container > .video-iframe-container { display: none; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row > .video-iframe-container { display: none; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .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); }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container { border-width: 0; border-radius: 0; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container { background-color: transparent; background-image: none; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container > .video-iframe-container { display: none; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row > .video-iframe-container { display: none; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .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); }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container { border-width: 0; border-radius: 0; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container { background-color: transparent; background-image: none; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container > .video-iframe-container { display: none; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row > .video-iframe-container { display: none; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .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); }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container { border-width: 0; border-radius: 0; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#BNkeF3V6bN0U241AqmF0qIhGnBL5OSgy { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.84375rem;color:#3f444b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtXH3F3A7oSb7tHmu7fzJWGsMknSyAum { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.125rem;width:10.875rem;position:absolute;display:block;z-index:100000;top:2.1859374046326rem;left:2.6875rem;overflow:hidden;display:block; }
#ofkZbMK5N6GQEFFpiw2TIMhFysGeC5BL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5rem;width:10.5rem;position:absolute;display:block;z-index:100000;top:4.25rem;left:13.5rem;overflow:hidden;display:block; }
#UFCk1hsCtHudCTShTiT2PUcqKo2AZy9k { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:10.25rem;position:absolute;display:block;z-index:100001;top:4.25rem;left:49.75rem;overflow:hidden;display:block; }
#wqoZfQOpkfCF8P7bIw5KQbS0HZFXwfpn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.9375rem;width:8.9375rem;position:absolute;display:block;z-index:100001;top:2.5625rem;left:34.75rem;overflow:hidden;display:block; }
#WASCuBbNwMLbT4EWKsO7DVFDPyMOn1V5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5rem;width:4.5rem;position:absolute;display:block;z-index:100001;top:5.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container { background-color: transparent; background-image: none; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container > .video-iframe-container { display: none; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row > .video-iframe-container { display: none; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .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); }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container { border-width: 0; border-radius: 0; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#uecAOc9qZdW4UrKwJ7fQWTeCkdvq83BI { border-bottom:0;border-left:0;border-right:0;border-top:0;height:1.75rem;width:8.375rem;position:absolute;display:block;z-index:100000;top:0.5rem;left:25.0625rem;overflow:hidden;display:block; }
#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container { background-color: transparent; background-image: none; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container > .video-iframe-container { display: none; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row > .video-iframe-container { display: none; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .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); }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container { border-width: 0; border-radius: 0; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container { background-color: transparent; background-image: none; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container > .video-iframe-container { display: none; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row > .video-iframe-container { display: none; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .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); }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container { border-width: 0; border-radius: 0; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#TROhVwwWzepBU8JxcGurO0LhqoLCItwN { display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;color:#3f444b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAdzelvfdPCi4TsJEN728yi8f8my7MwV { display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.15625rem;left:0.0625rem;height:0;color:#3f444b;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container { background-color: transparent; background-image: none; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container > .video-iframe-container { display: none; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row > .video-iframe-container { display: none; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .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); }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container { border-width: 0; border-radius: 0; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#HqkEymGuaiP4w8TFJ4ylyX0zHyd6FtCm { display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.125rem;left:20.0625rem;height:3.25rem;color:#3f444b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVakuRT3dvuF8LazorX9upSAzRtrbZlT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container { background-color: transparent; background-image: none; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container > .video-iframe-container { display: none; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row > .video-iframe-container { display: none; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .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); }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container { border-width: 0; border-radius: 0; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #a89xhWf4biEDeAil6dGTmRugkOBPSDTh { display:block; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nqnrXi1dvF1CRGJCqN93B6gnDV6dOy4k { width:9.375rem;height:2.6875rem;top:0.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O9WspSJpsZMGTvfTVcCgEKJThvtOOIyC { display:block; }
 }@media only screen and (max-width: 959px) { #GdTHVspTGLdeFWWn4SwFAZlh9yTATCfg { width:12.5rem;height:3.0625rem;top:0rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vw2cRJWM5vycu6O4FZ8Wv75o5b1TaueB { display:block; }
 }@media only screen and (max-width: 959px) { #OVLEXiiKLpkJ8oPGPIF30uT6gGAtyyWD { width:11.5625rem;height:3.125rem;top:0rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xuds8cU36VgUBGi46Mtm29Sr0iUZcCfm { display:block; }
 }@media only screen and (max-width: 959px) { #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO { background-color:#05425f;background-image:url("https://images.assets-landingi.com/a5dLdfZe/Depositphotos_43209169_originala.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.adaptive-delivery-prevent-bg, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyload, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyloading { background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { background-color: transparent; background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .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); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HRdC95NQC0NJ9hWZh4OJw5UPgZoucWZR { width:47.75rem;height:4.55rem;top:9.8125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #XO8UocxLNadlLudq9uCXNJQqWZWDSdiz { width:13.125rem;height:0.0625rem;top:4.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #evnRRKwkB2T25ET5K7ekbouhTwDmTeeK { width:13.125rem;height:0.0625rem;top:4.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rDAqsRy8vkthFOQy8nJrTOq8DHscG2Su { width:20.25rem;height:0.0625rem;top:16.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRzhzCsPtQkOH8GhAOADiOEI9ogOM6dS { width:3.75rem;height:1.375rem;top:16.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #cuvienylceQTNuUOUvsEGDUtkm1nbI6I { width:20.25rem;height:0.0625rem;top:16.5625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h3Q0iCfNOgpAQ0Ekyud3GlgiREvMdAtv { width:1.8125rem;height:0.625rem;top:19.125rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WlblnbRE9ZATKfSfzNu2TobZ7UZF2Ptl { width:16.0625rem;height:3.75rem;top:2.625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MCd8AdEsxXy2K0PWcauAQM2dSBmcnaE5 { width:47.75rem;height:2.45rem;top:13.27499961853rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #U1N1RddzEvMfKdy25qakG9750GUzXsnL { display:block; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #c57MMxzpCENUcNMt2Vc2qKG04e9oAEXd { width:47.75rem;height:2.8rem;top:1.2875003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vW80RCwvATkRH18KLKMtUhvr35dMADDT { display:block; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container { width:47.75rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gh2CPyWl5cEdXmTxerTPwXdGRtd5zlJp { width:47.75rem;height:14.3rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ { display:block; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CtZ5F0zdot5kof1usCSXu3tq9Au9Xqv7 { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #DxlJxVDEv5IpaRNmRaTuRH3ZGc6HNSsq { width:47.75rem;height:2.8rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe { display:block; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BeIOv0FVGwKcLLVxZK03KJ8qdyW56xCy { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #SdMedZTHVqcGk3XUnZrqRLdGLIXlkTk3 { width:47.75rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 { display:block; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container { width:47.75rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QTTBT3TnlqWTm1M1lNEoTkbaBWUXZOJK { width:47.75rem;height:1.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #SBrSsvSNCK16iT9Rt6dJEJiJFslSW4W7 { width:3.125rem;height:3.125rem;top:3.3125rem;left:8.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #EKD9vyWxFwxuvgMyJx5xk6zDm3VFJi75 { width:3.125rem;height:3.125rem;top:3.3125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kIuVB8OsSiQVyveTQb8EX8p5VtxJLF2B { width:3.125rem;height:3.125rem;top:3.3125rem;left:21.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mShIfA6RuClTiB0EyZFWIwsGxlSXNbJT { width:3.125rem;height:3.125rem;top:3.3125rem;left:32.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MC6fTLQEcmzUKKkW7SetB7KeSAUH3FT4 { width:3.125rem;height:3.125rem;top:3.3125rem;left:42.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CHU2XnpQt7IwPMWHfny5kWv8QccrC9k2 { width:9.9375rem;height:1.7rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xqVMJZNqdyqq1F7yF7RowlgSDsSzCRLQ { width:11.8125rem;height:1.7rem;top:7.5rem;left:17.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #piqCLkFetlLs50dSzPSgTnWbEdPTHK4K { width:6.4375rem;height:1.7rem;top:7.5rem;left:9.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yitDUQBisA6VWqxTE3QcaQ4dyC8ADUdu { width:10.1875rem;height:1.7rem;top:7.5rem;left:28.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #H4C40xZKewBwq6TaPQB61aT6IIhfct3H { width:8.1875rem;height:1.7rem;top:7.5625rem;left:39.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU { display:block; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container { width:47.75rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OazJXHqf23DATXSh6PzdA4TRlgL26iba { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #q6u9DAihacfUuWfJNNqATPg1V2rLlTpD { width:47.75rem;height:2.8rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ { display:block; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container { width:47.75rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MVTcSZWcDqcaoxs36NQAVD1PrrUNW3Tp { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #VsqVGKqOT6AHz4ahTvGCq8EtOzeQM98F { width:5.3125rem;height:5.3125rem;top:0.74978113174437rem;left:5.2495660781861rem;display:none; }
 }@media only screen and (max-width: 959px) { #FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch { display:block; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container { width:47.75rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mk1mLn0pLT3Ze9ZyKRTHCX1X0h9QBw9L { width:15.125rem;height:2.6rem;top:1.5625rem;left:0.39531248807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z5fOcPoQATc7r25fbtGraGHIkKwwqoAQ { width:14.625rem;height:2.6rem;top:1.5625rem;left:16.562500357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #v1G4JtgsHXFkeDmxbmG0bgfhVh6kTnU5 { width:14.375rem;height:1.3rem;top:1.5625rem;left:32.603906989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #d40NHpLSscIB1JTephfObekVMOFTe6Jt { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #hXPXnhsBdKDtQqNyNVBgIL8wN5Fh9I0E { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC { display:block; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X5wnhpy2KaeTX5lOnu8X7IIumR4d6o4N { width:5.375rem;height:5.375rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P { display:block; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kRG45x8AMVfo1cNTESpztTULTQh9dzyG { width:16rem;height:1.3rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iqT19ArPDCslyv0ZqfHBbBpqMXDkfW9p { width:19.8125rem;height:2.6rem;top:1.5625rem;left:13.968750357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pKzS028A9gcx96LVDLfmCQm8wAr6u8PT { width:15rem;height:3.9rem;top:1.5625rem;left:32.291406989098rem;display:block; }
 }@media only screen and (max-width: 959px) { #MWsIc06tGzG41C5d93sXLxIwv0VTNedx { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #CoaT1GKRDeB34NGoJVbZSXclcPUBHZEb { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr { display:block; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container { width:47.75rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wh3pv4v0EPa8lChzR2HO98tpb9zULgLN { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #v2fRebfZ69009HMchLCLmdcoQTCROITl { display:block; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xpaI9Cg3V0SlbUrIgh2FH6C4AQZUOEmW { width:14.375rem;height:1.3rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6EKbTiFEcVy7kyXyLbcPwQzt3ISE6X2 { width:12.25rem;height:3.9rem;top:1.8125rem;left:17.750000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IQuQNhnAuhxXeCVFTBG9pk54GUmc2fhy { width:14.625rem;height:1.3rem;top:1.8125rem;left:32.478906989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TFgUtWDb52A8bAhqC5Is5PHXZubfMN78 { width:5.375rem;height:5.375rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #gUBn3zVCrGTVkn6Ii1WXIJmSVtBkF2TT { width:5.3125rem;height:5.3125rem;top:3.7499961853027rem;left:37.144099712372rem;display:none; }
 }@media only screen and (max-width: 959px) { #IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 { display:block; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container { width:47.75rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #i3Byf8P5yP5bTUpHe0x2KqfTmZa0ymTS { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG { display:block; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x0bTrE67dkAtWRmryKDkqhbeZm2hGF4o { width:47.75rem;height:2.8rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw { display:block; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #O7ePelLLzmrtVKCsw6Qpi9B0fwkDs3Qf { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #AWP40kUSvQN0nnrLefqQAkKRDcvnZy5y { width:47.75rem;height:3.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #LPrvBbc8mnsQsHChbvaAbvz5pc3NKaeO { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #npBtT8MrAgPa6BCdPQvETv8O5tTwDR0m { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #kp5INPAyRUskgNy3aVcpSfzWcLKzSvAs { width:11.1875rem;height:2.35rem;top:3.3125rem;left:0.375rem;z-index:100004;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UMzLsyduVM1vxPhPFbNerDT5D5WMNe18 { width:11.1875rem;height:2.9rem;top:6.125rem;left:0rem;z-index:100005;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #n8vTMO6MTasqVCADfP1GGZUMerhHIKtk { width:11.1875rem;height:3.3rem;top:10.9375rem;left:0.375rem;z-index:100006;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oFXWD3me6rCeWkQUXwPo9ll5gogX6ffD { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #fr2m8LDE0vUUPUA593k9kytwbFcNnNiq { width:47.75rem;height:1.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #q045r2x9hA4xpbsb1d7VbwJB3nDeOBEG { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #TU0dnIcbRtuVDFhTnZuwlAhPrmlEJPsL { width:47.75rem;height:1.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #wH0vtTZvCPRZWug5q1lTuPTiDALXI2Po { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #T5aQ2T6xxxKk2PFcePwCbZ9ebBRETiU3 { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #PEO8EQbbVzFbssfJIuRVsOr4LwD4P628 { width:47.75rem;height:1.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #JHLepbzI116gNysfrrEhyV7HXkb6wEGA { width:47.75rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #bb2ZMOFlTLIlQxgXKZVuI8Tp6SQRGlul { width:11.1875rem;height:2.35rem;top:3.1875rem;left:12.3125rem;z-index:100005;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJTPeXnqoDssKcFPaOitCEyENTdkZqr2 { width:11.1875rem;height:2.9rem;top:6.125rem;left:12.3125rem;z-index:100006;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IHnAgmITMQcxnUlEo61XHdVFnX3CoIPo { width:11.1875rem;height:4.4rem;top:10.9375rem;left:12.3125rem;z-index:100007;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MtvsISHGNwr0OcyZ0V5H25ZF7abI0sne { width:11.1875rem;height:0;top:3.2239589691162rem;left:0.375rem;z-index:100006;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #vQFX0XxpwcaJdcVTkDmqaSLPaCX9KZDd { width:47.75rem;height:0;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZBfc3IasKwD9fRZdZ0mMVrqs1DqPaJpd { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ZzqhZWNswTmOU1VRBA3l3MA4JrBzbV4m { width:47.75rem;height:3.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #XrFQ0DAzlQ5rF6AEHcTtqTfmWx8NEPXA { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #OkQT0T8ApAEZLasqAxHgUPZETRFikv2P { width:11.1875rem;height:2.375rem;top:3.2239589691162rem;left:0.375rem;z-index:100006;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #nfQqT4k4w34hPTBA2xk5p33NEuz3eE3b { width:11.1875rem;height:4.35rem;top:6.3125rem;left:24.25rem;z-index:100007;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PU8wAOw6UDFA9BuNEJ9krSrFbPprxcuG { width:11.1875rem;height:4.4rem;top:11.125rem;left:24.25rem;z-index:100008;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LgqD9fi2bOTl4awB6kPVbn19HDlFfzTU { width:47.75rem;height:1.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #eTiQ5bWQCpg9qMupvbDwtiPknMTRsX04 { width:47.75rem;height:3.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #EBRDpX8zNnnhUM7T6O1zh0bc9rPzZzJv { width:11.1875rem;height:2.35rem;top:3.3125rem;left:24.25rem;z-index:100006;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #STmtkqIIFcC2TUfCAkeVHrglA74v8zTi { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #H3pcqSEyWgfMMTQ96IWEbvTruIomLDvp { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #yvENP0T6NCgVkVB9nvSECigtzuzDC6FV { width:11.1875rem;height:2.35rem;top:3.1875rem;left:36.1875rem;z-index:100007;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ovs69n6N5Q8yeTn4Nb8JWt2tTPMxtCX9 { width:11.1875rem;height:2.9rem;top:6.4375rem;left:36.1875rem;z-index:100008;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #cEAIKD5oJeZ7OvKEhilufgQITubQw2My { width:11.1875rem;height:2.2rem;top:11.25rem;left:36.1875rem;z-index:100009;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xSJWMeQJTM3yc3wJyp368atp3RIDW8CI { width:47.75rem;height:3.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #l2sBzU8egVZJiH8Mx58a0MU3ZHusRl1A { width:47.75rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg { display:block; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QWSWLpazuxvFVMPXJvgE5uSl7DVyKuDi { width:47.75rem;height:0;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oWVctlupSAa4rnqdPmDVa6od4n2r9X2N { display:block; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA { display:block; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WAK6gSGV3FImUITnp3D0AnAUzbq0dp5f { width:47.75rem;height:2rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o { display:block; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MDExKBxRsfRsu7G4AxLgtl30glp0Pi8Q { width:19.1875rem;height:3.8125rem;top:0rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DzpEv0oVUgpkbqUZG5d0ppTWh7UggXTI { display:block; }
 }@media only screen and (max-width: 959px) { #lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s { display:block; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC { display:block; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l9qNTT3thrcJ7nm0pgbGzPqwr9SJqhS9 { width:47.75rem;height:2.8rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LOir5CWLB7aFVM8utfqAGSktAebTq0JL { display:block; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container { width:47.75rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QXDln62fCrTscTONGoBUQMzvd0vfIwW5 { width:47.75rem;height:2.4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TpyH7IaPkLq1PclsW5ShpSIFonUb2XrH { width:13.625rem;height:7.25rem;top:1.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XWGQgVwS4sItTCDZpQWzKOfcuMBKyfmg { width:10.875rem;height:7.4375rem;top:1.875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qZkQ6U3QpI6vqc4gVBOZF2GGnKRX8Skt { width:19.8125rem;height:5.25rem;top:2.625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TaAIF1eFM30m2UcRWlSuLzLV3K058mfG { display:block; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ea1D7UI9Hzl8GxmOmDv8x6DWmLc9zq64 { width:13.125rem;height:0.0625rem;top:1.84375rem;left:17.3125rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 959px) { #TO36iuuJGAAuVAqH3vM2nEOf9CKlWh7C { width:47.75rem;height:2.8rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uCVsTe10wWR1i2xq0T04KfGEKf9FJW90 { width:9.25rem;height:7.25rem;top:1.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #mhdyySUtl9QVAzuFMafcEhOLzkvG5SeT { width:13.625rem;height:5.125rem;top:1.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NVr876DW8fNrEqV9bcsNOTz85LIGJO5c { display:block; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW { display:block; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TRXe3CM7NZQqau0UrAKGA6xuDRotT5eQ { width:47.75rem;height:4.3rem;top:0rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #B1wPHbRis3wmC9eSB69WGPd11ENa9O1P { display:block; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container { width:47.75rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oMP6AZnx0RAI5OAJuAAo1wWnUNnCENTL { width:5.375rem;height:1.25rem;top:0rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #uvpJfI9Ny1FsL1B92VqNFpU8TNo8Vc2R { width:5.375rem;height:1.25rem;top:1rem;left:9.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 959px) { #EMVNxFFfOUpBModTGBGzx8I5SsoXBTr4 { width:3.6875rem;height:1.5625rem;top:0.8125rem;left:2.3125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 959px) { #wTsGfutCU5vMswcdk9pTAFKBezMxqciw { width:5.375rem;height:1.5625rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #SdwoxcdhR9Io9NDaFEJhV8u11mlHSOqy { width:5.375rem;height:1.5625rem;top:0.8125rem;left:17.916666666667rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 959px) { #klTsCGK3DrTLLswnI8t3lQylRc8O3pTT { width:3.1875rem;height:1.75rem;top:0.75rem;left:27.229166666667rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 959px) { #wlaFmW7AyVhPCUnwdsLMLCd3mpmAKMH8 { width:3.5625rem;height:1.5625rem;top:0.8125rem;left:34.833333333333rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 959px) { #eltiF9oZITiwMwGyofFkowc2JE38ZD3H { width:1.4375rem;height:1.75rem;top:0.75rem;left:42.583333333333rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 959px) { #aMwHmhPAn3m0mJqPHMfxlmbPw5cHvMyP { width:1.4375rem;height:1.75rem;top:0rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #fNXyignF0MG5X1M2vCh5ZiRTl8R4Q2zn { width:3.1875rem;height:1.75rem;top:0rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #qqTpqUdDo1RIWtBFZ8wzNu1fassoHiDo { width:3.6875rem;height:1.5625rem;top:0rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov { display:block; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kTHyeKBeVxSwM31DggpEToHidGRpaTxI { display:block; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container { width:47.75rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TsSudOdRR6AMzrbEM7MTd64nlq76vu2B { display:block; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container { width:47.75rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BNkeF3V6bN0U241AqmF0qIhGnBL5OSgy { width:47.75rem;height:0;top:1.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #TtXH3F3A7oSb7tHmu7fzJWGsMknSyAum { width:8.875rem;height:7.4375rem;top:0.99935913085938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #ofkZbMK5N6GQEFFpiw2TIMhFysGeC5BL { width:9.9375rem;height:4.625rem;top:4.2491455078125rem;left:13.499349117279rem;display:none; }
 }@media only screen and (max-width: 959px) { #UFCk1hsCtHudCTShTiT2PUcqKo2AZy9k { width:10.25rem;height:6.125rem;top:4.25rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #wqoZfQOpkfCF8P7bIw5KQbS0HZFXwfpn { width:8.9375rem;height:8.9375rem;top:2.5625rem;left:28.625rem;display:none; }
 }@media only screen and (max-width: 959px) { #WASCuBbNwMLbT4EWKsO7DVFDPyMOn1V5 { width:4.5rem;height:4.5rem;top:5.0625rem;left:39.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc { display:block; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container { width:47.75rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uecAOc9qZdW4UrKwJ7fQWTeCkdvq83BI { width:8.375rem;height:1.75rem;top:0.5rem;left:18.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #TiTFT2900k9ux6ICiaQciZJfmkrlMMSP { display:block; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xUITrrtsh09UpT20TKu6GRD6cKLVkt9a { display:block; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container { width:47.75rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TROhVwwWzepBU8JxcGurO0LhqoLCItwN { width:47.75rem;height:2.8rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #eAdzelvfdPCi4TsJEN728yi8f8my7MwV { width:47.75rem;height:3.2rem;top:4.8125rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 959px) { #gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 { display:block; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container { width:47.75rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HqkEymGuaiP4w8TFJ4ylyX0zHyd6FtCm { width:47.75rem;height:0;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #QVakuRT3dvuF8LazorX9upSAzRtrbZlT { display:block; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a89xhWf4biEDeAil6dGTmRugkOBPSDTh { display:block; }#a89xhWf4biEDeAil6dGTmRugkOBPSDTh > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqnrXi1dvF1CRGJCqN93B6gnDV6dOy4k { width:12.5rem;height:3.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9WspSJpsZMGTvfTVcCgEKJThvtOOIyC { display:block; }
 }@media only screen and (max-width: 763px) { #GdTHVspTGLdeFWWn4SwFAZlh9yTATCfg { width:12.5rem;height:3.0625rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw2cRJWM5vycu6O4FZ8Wv75o5b1TaueB { display:block; }
 }@media only screen and (max-width: 763px) { #OVLEXiiKLpkJ8oPGPIF30uT6gGAtyyWD { width:12.5rem;height:3.125rem;top:10.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuds8cU36VgUBGi46Mtm29Sr0iUZcCfm { display:block; }
 }@media only screen and (max-width: 763px) { #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO { background-color:#05425f;background-image:url("https://images.assets-landingi.com/a5dLdfZe/Depositphotos_43209169_originala.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.adaptive-delivery-prevent-bg, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyload, #nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO.lazyloading { background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { background-color: transparent; background-image: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row > .video-iframe-container { display: none; }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .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); }#nv4ZmTwV2QQ4L6mm8T0usmyLws9bitwO > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRdC95NQC0NJ9hWZh4OJw5UPgZoucWZR { width:20rem;height:2.3125rem;top:6.5875000953675rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO8UocxLNadlLudq9uCXNJQqWZWDSdiz { width:15.625rem;height:0.0625rem;top:4.5rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #evnRRKwkB2T25ET5K7ekbouhTwDmTeeK { width:15.625rem;height:0.0625rem;top:4.5rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDAqsRy8vkthFOQy8nJrTOq8DHscG2Su { width:20rem;height:0.0625rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRzhzCsPtQkOH8GhAOADiOEI9ogOM6dS { width:3.75rem;height:1.375rem;top:18.46249961853rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuvienylceQTNuUOUvsEGDUtkm1nbI6I { width:20rem;height:0.0625rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3Q0iCfNOgpAQ0Ekyud3GlgiREvMdAtv { width:1.8125rem;height:0.625rem;top:16.3125rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlblnbRE9ZATKfSfzNu2TobZ7UZF2Ptl { width:12.3125rem;height:2.875rem;top:1.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCd8AdEsxXy2K0PWcauAQM2dSBmcnaE5 { width:20rem;height:1.4375rem;top:8.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U1N1RddzEvMfKdy25qakG9750GUzXsnL { display:block; }#U1N1RddzEvMfKdy25qakG9750GUzXsnL > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c57MMxzpCENUcNMt2Vc2qKG04e9oAEXd { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vW80RCwvATkRH18KLKMtUhvr35dMADDT { display:block; }#vW80RCwvATkRH18KLKMtUhvr35dMADDT > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh2CPyWl5cEdXmTxerTPwXdGRtd5zlJp { width:20rem;height:28.75rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ { display:block; }#qFHpmLahBJ9164aXFSSP3pisRv3cEJVQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtZ5F0zdot5kof1usCSXu3tq9Au9Xqv7 { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxlJxVDEv5IpaRNmRaTuRH3ZGc6HNSsq { width:20rem;height:2rem;top:2.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe { display:block; }#aPUBxA7qyMamo6FBnyhQXRblTxP6KOAe > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeIOv0FVGwKcLLVxZK03KJ8qdyW56xCy { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdMedZTHVqcGk3XUnZrqRLdGLIXlkTk3 { width:20rem;height:4rem;top:1.0937509536743rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 { display:block; }#OPdpNtcdFOZ6ERltiHMpIhNT3cq4r4k5 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTTBT3TnlqWTm1M1lNEoTkbaBWUXZOJK { width:20rem;height:1.25rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBrSsvSNCK16iT9Rt6dJEJiJFslSW4W7 { width:2.5rem;height:2.5rem;top:0.625rem;left:4.4999998807907rem;font-size:1.75rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #EKD9vyWxFwxuvgMyJx5xk6zDm3VFJi75 { width:2.1875rem;height:2.1875rem;top:5.25rem;left:14.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIuVB8OsSiQVyveTQb8EX8p5VtxJLF2B { width:3.125rem;height:3.125rem;top:8.90625rem;left:14.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mShIfA6RuClTiB0EyZFWIwsGxlSXNbJT { width:3.125rem;height:3.125rem;top:12.15625rem;left:14.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MC6fTLQEcmzUKKkW7SetB7KeSAUH3FT4 { width:3.125rem;height:3.125rem;top:15.40625rem;left:14.6875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHU2XnpQt7IwPMWHfny5kWv8QccrC9k2 { width:9.875rem;height:1.4375rem;top:11.625000953674rem;left:5.0624998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqVMJZNqdyqq1F7yF7RowlgSDsSzCRLQ { width:9.875rem;height:1.4375rem;top:8.8750009536744rem;left:5.0624998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #piqCLkFetlLs50dSzPSgTnWbEdPTHK4K { width:9.875rem;height:1.4375rem;top:6.5625009536744rem;left:5.0624998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yitDUQBisA6VWqxTE3QcaQ4dyC8ADUdu { width:9.875rem;height:1.4375rem;top:3.875rem;left:5.0624998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4C40xZKewBwq6TaPQB61aT6IIhfct3H { width:9.875rem;height:1.4375rem;top:1.25rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU { display:block; }#DhbIsdSHDFeJJ8n1TJOb5Im8Tpyu0TbU > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OazJXHqf23DATXSh6PzdA4TRlgL26iba { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6u9DAihacfUuWfJNNqATPg1V2rLlTpD { width:20rem;height:2rem;top:0.62499141693115rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ { display:block; }#bpq4OkypKBiW3Enyu5Vx5O9intCU9yAZ > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVTcSZWcDqcaoxs36NQAVD1PrrUNW3Tp { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsqVGKqOT6AHz4ahTvGCq8EtOzeQM98F { width:5.25rem;height:5.25rem;top:0.24956321716309rem;left:7.3741322159769rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch { display:block; }#FTMVTmocN1lVEAIqtdtHLcFuXReZt1Ch > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mk1mLn0pLT3Ze9ZyKRTHCX1X0h9QBw9L { width:19.8125rem;height:2.5rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5fOcPoQATc7r25fbtGraGHIkKwwqoAQ { width:19.8125rem;height:2.5rem;top:5.2250013351441rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1G4JtgsHXFkeDmxbmG0bgfhVh6kTnU5 { width:19.8125rem;height:1.25rem;top:9.262499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d40NHpLSscIB1JTephfObekVMOFTe6Jt { width:5.25rem;height:5.25rem;top:18.26171875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXPXnhsBdKDtQqNyNVBgIL8wN5Fh9I0E { width:5.25rem;height:5.25rem;top:11.76171875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC { display:block; }#PNxZOUzrr19oUbNpKCOyJr0Z6FBzp8BC > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5wnhpy2KaeTX5lOnu8X7IIumR4d6o4N { width:5.25rem;height:5.25rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P { display:block; }#OsSHmDkRCFeneokFyQ8alkGZA1s6tr7P > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRG45x8AMVfo1cNTESpztTULTQh9dzyG { width:19.8125rem;height:1.25rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqT19ArPDCslyv0ZqfHBbBpqMXDkfW9p { width:19.8125rem;height:2.5rem;top:3.8rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKzS028A9gcx96LVDLfmCQm8wAr6u8PT { width:19.8125rem;height:2.5rem;top:7.65rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWsIc06tGzG41C5d93sXLxIwv0VTNedx { width:5.25rem;height:5.25rem;top:17.8994140625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoaT1GKRDeB34NGoJVbZSXclcPUBHZEb { width:5.25rem;height:5.25rem;top:11.3994140625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr { display:block; }#RvrKSb6ISqaKViN2547Tx2VbaWEnJfQr > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh3pv4v0EPa8lChzR2HO98tpb9zULgLN { width:5.25rem;height:5.25rem;top:0rem;left:7.3750003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fRebfZ69009HMchLCLmdcoQTCROITl { display:block; }#v2fRebfZ69009HMchLCLmdcoQTCROITl > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpaI9Cg3V0SlbUrIgh2FH6C4AQZUOEmW { width:19.8125rem;height:1.25rem;top:1.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6EKbTiFEcVy7kyXyLbcPwQzt3ISE6X2 { width:19.8125rem;height:2.5rem;top:3.8rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQuQNhnAuhxXeCVFTBG9pk54GUmc2fhy { width:19.8125rem;height:1.25rem;top:7.65rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFgUtWDb52A8bAhqC5Is5PHXZubfMN78 { width:5.25rem;height:5.25rem;top:16.6494140625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUBn3zVCrGTVkn6Ii1WXIJmSVtBkF2TT { width:5.25rem;height:5.25rem;top:10.1494140625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 { display:block; }#IIu2iK525ZnGo3hXu5ysESb6Cr3IIQI2 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3Byf8P5yP5bTUpHe0x2KqfTmZa0ymTS { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG { display:block; }#TytC1OryMGOoz7TPyEzgIU3AAXQ6eAxG > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0bTrE67dkAtWRmryKDkqhbeZm2hGF4o { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw { display:block; }#iD6Q1vLQlkTcew7v2wFsT0oTLgEwCrXw > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7ePelLLzmrtVKCsw6Qpi9B0fwkDs3Qf { width:15rem;height:2rem;top:1rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWP40kUSvQN0nnrLefqQAkKRDcvnZy5y { width:15rem;height:2.875rem;top:3.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrvBbc8mnsQsHChbvaAbvz5pc3NKaeO { width:15rem;height:auto;top:12.25rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #npBtT8MrAgPa6BCdPQvETv8O5tTwDR0m { width:15rem;height:12.1875rem;top:7.9375rem;left:5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp5INPAyRUskgNy3aVcpSfzWcLKzSvAs { width:11.1875rem;height:;top:3.1875rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UMzLsyduVM1vxPhPFbNerDT5D5WMNe18 { width:11.1875rem;height:3.25rem;top:6.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n8vTMO6MTasqVCADfP1GGZUMerhHIKtk { width:11.1875rem;height:;top:14.3125rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oFXWD3me6rCeWkQUXwPo9ll5gogX6ffD { width:15rem;height:3.5625rem;top:7.6875rem;left:2.5rem;font-size:0.9375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #fr2m8LDE0vUUPUA593k9kytwbFcNnNiq { width:15rem;height:3.25rem;top:6.0625rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q045r2x9hA4xpbsb1d7VbwJB3nDeOBEG { width:15rem;height:2.4375rem;top:2.25rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TU0dnIcbRtuVDFhTnZuwlAhPrmlEJPsL { width:15rem;height:3.25rem;top:6.0625rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wH0vtTZvCPRZWug5q1lTuPTiDALXI2Po { width:15rem;height:2.4375rem;top:2.25rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5aQ2T6xxxKk2PFcePwCbZ9ebBRETiU3 { width:15rem;height:2.4375rem;top:2.375rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEO8EQbbVzFbssfJIuRVsOr4LwD4P628 { width:15rem;height:auto;top:6rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHLepbzI116gNysfrrEhyV7HXkb6wEGA { width:15rem;height:auto;top:12.25rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bb2ZMOFlTLIlQxgXKZVuI8Tp6SQRGlul { width:11.1875rem;height:1.625rem;top:5rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IJTPeXnqoDssKcFPaOitCEyENTdkZqr2 { width:11.1875rem;height:;top:8.5625rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IHnAgmITMQcxnUlEo61XHdVFnX3CoIPo { width:11.1875rem;height:;top:10.9375rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MtvsISHGNwr0OcyZ0V5H25ZF7abI0sne { width:11.1875rem;height:0;top:15.0625rem;left:4.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #vQFX0XxpwcaJdcVTkDmqaSLPaCX9KZDd { width:15rem;height:2.875rem;top:17.3125rem;left:2.5rem;font-size:1.125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #ZBfc3IasKwD9fRZdZ0mMVrqs1DqPaJpd { width:15rem;height:3.5625rem;top:21rem;left:2.5rem;font-size:0.9375rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #ZzqhZWNswTmOU1VRBA3l3MA4JrBzbV4m { width:15rem;height:auto;top:6rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrFQ0DAzlQ5rF6AEHcTtqTfmWx8NEPXA { width:15rem;height:auto;top:12.3125rem;left:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkQT0T8ApAEZLasqAxHgUPZETRFikv2P { width:11.1875rem;height:2rem;top:28rem;left:4.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfQqT4k4w34hPTBA2xk5p33NEuz3eE3b { width:11.1875rem;height:;top:9.8125rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PU8wAOw6UDFA9BuNEJ9krSrFbPprxcuG { width:11.1875rem;height:;top:13.5625rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LgqD9fi2bOTl4awB6kPVbn19HDlFfzTU { width:15rem;height:2.875rem;top:30.6875rem;left:2.5rem;font-size:1.125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #eTiQ5bWQCpg9qMupvbDwtiPknMTRsX04 { width:15rem;height:4.75rem;top:34.6875rem;left:2.5rem;font-size:0.9375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #EBRDpX8zNnnhUM7T6O1zh0bc9rPzZzJv { width:11.1875rem;height:2.375rem;top:4.4375rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #STmtkqIIFcC2TUfCAkeVHrglA74v8zTi { width:15rem;height:2.4375rem;top:2.4375rem;left:2.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3pcqSEyWgfMMTQ96IWEbvTruIomLDvp { width:15rem;height:2rem;top:41.4375rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvENP0T6NCgVkVB9nvSECigtzuzDC6FV { width:11.1875rem;height:;top:6rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ovs69n6N5Q8yeTn4Nb8JWt2tTPMxtCX9 { width:11.1875rem;height:;top:9.4375rem;left:0.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cEAIKD5oJeZ7OvKEhilufgQITubQw2My { width:11.1875rem;height:;top:11.25rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xSJWMeQJTM3yc3wJyp368atp3RIDW8CI { width:15rem;height:2.875rem;top:44.0625rem;left:2.5rem;font-size:1.125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #l2sBzU8egVZJiH8Mx58a0MU3ZHusRl1A { width:15rem;height:2.375rem;top:48.375rem;left:2.5rem;font-size:0.9375rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg { display:block; }#Z9g0arKCBLGUSC7p0C60QGdXKW84q1Pg > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWSWLpazuxvFVMPXJvgE5uSl7DVyKuDi { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWVctlupSAa4rnqdPmDVa6od4n2r9X2N { display:block; }#oWVctlupSAa4rnqdPmDVa6od4n2r9X2N > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA { display:block; }#x2TGdJZ3EsGqMERrtC1UHS4rgb5IsWBA > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAK6gSGV3FImUITnp3D0AnAUzbq0dp5f { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o { display:block; }#IxbDT41rlStucSOtZoHQ9u6Zp1dLPr0o > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDExKBxRsfRsu7G4AxLgtl30glp0Pi8Q { width:19.1875rem;height:3.8125rem;top:1.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzpEv0oVUgpkbqUZG5d0ppTWh7UggXTI { display:block; }
 }@media only screen and (max-width: 763px) { #lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s { display:block; }#lJiHuUtTQ8InxZetelnWEFPf9O1wBl6s > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC { display:block; }#PTLo2r7hxQwHHq69Me3Reu4IxAIutcdC > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9qNTT3thrcJ7nm0pgbGzPqwr9SJqhS9 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOir5CWLB7aFVM8utfqAGSktAebTq0JL { display:block; }#LOir5CWLB7aFVM8utfqAGSktAebTq0JL > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QXDln62fCrTscTONGoBUQMzvd0vfIwW5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TpyH7IaPkLq1PclsW5ShpSIFonUb2XrH { width:7rem;height:3.6875rem;top:0.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGQgVwS4sItTCDZpQWzKOfcuMBKyfmg { width:6.6875rem;height:4.5rem;top:0.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkQ6U3QpI6vqc4gVBOZF2GGnKRX8Skt { width:14.4375rem;height:3.75rem;top:5.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaAIF1eFM30m2UcRWlSuLzLV3K058mfG { display:block; }#TaAIF1eFM30m2UcRWlSuLzLV3K058mfG > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ea1D7UI9Hzl8GxmOmDv8x6DWmLc9zq64 { width:15.625rem;height:0.0625rem;top:2.75rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO36iuuJGAAuVAqH3vM2nEOf9CKlWh7C { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCVsTe10wWR1i2xq0T04KfGEKf9FJW90 { width:9.375rem;height:7.3125rem;top:5.34375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhdyySUtl9QVAzuFMafcEhOLzkvG5SeT { width:16.625rem;height:6.3125rem;top:13.90625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVr876DW8fNrEqV9bcsNOTz85LIGJO5c { display:block; }#NVr876DW8fNrEqV9bcsNOTz85LIGJO5c > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW { display:block; }#dNBoKveQwZM9ZNLS8GN7ZQEiPa8tnbbW > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRXe3CM7NZQqau0UrAKGA6xuDRotT5eQ { width:20rem;height:4.3125rem;top:0.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1wPHbRis3wmC9eSB69WGPd11ENa9O1P { display:block; }#B1wPHbRis3wmC9eSB69WGPd11ENa9O1P > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMP6AZnx0RAI5OAJuAAo1wWnUNnCENTL { width:6.5rem;height:1.5625rem;top:0.1875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvpJfI9Ny1FsL1B92VqNFpU8TNo8Vc2R { width:6.5rem;height:1.5625rem;top:0rem;left:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMVNxFFfOUpBModTGBGzx8I5SsoXBTr4 { width:4.6875rem;height:2rem;top:7.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTsGfutCU5vMswcdk9pTAFKBezMxqciw { width:6.9375rem;height:2rem;top:0rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdwoxcdhR9Io9NDaFEJhV8u11mlHSOqy { width:6.9375rem;height:2rem;top:0.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #klTsCGK3DrTLLswnI8t3lQylRc8O3pTT { width:3.875rem;height:2.1875rem;top:8.125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlaFmW7AyVhPCUnwdsLMLCd3mpmAKMH8 { width:4.6875rem;height:2rem;top:7.875rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eltiF9oZITiwMwGyofFkowc2JE38ZD3H { width:1.8125rem;height:2.1875rem;top:8rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMwHmhPAn3m0mJqPHMfxlmbPw5cHvMyP { width:1.8125rem;height:2.1875rem;top:0rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNXyignF0MG5X1M2vCh5ZiRTl8R4Q2zn { width:3.875rem;height:2.1875rem;top:0rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqTpqUdDo1RIWtBFZ8wzNu1fassoHiDo { width:4.6875rem;height:2rem;top:0rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov { display:block; }#eU9LbVALukd5nEuvIUQ3MvyB6dcXtJov > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTHyeKBeVxSwM31DggpEToHidGRpaTxI { display:block; }#kTHyeKBeVxSwM31DggpEToHidGRpaTxI > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsSudOdRR6AMzrbEM7MTd64nlq76vu2B { display:block; }#TsSudOdRR6AMzrbEM7MTd64nlq76vu2B > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BNkeF3V6bN0U241AqmF0qIhGnBL5OSgy { width:20rem;height:2rem;top:0.74998712539675rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtXH3F3A7oSb7tHmu7fzJWGsMknSyAum { width:10.875rem;height:9.125rem;top:2.125rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofkZbMK5N6GQEFFpiw2TIMhFysGeC5BL { width:10.5rem;height:5rem;top:4.25rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFCk1hsCtHudCTShTiT2PUcqKo2AZy9k { width:10.25rem;height:6.125rem;top:4.25rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqoZfQOpkfCF8P7bIw5KQbS0HZFXwfpn { width:8.9375rem;height:8.9375rem;top:2.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WASCuBbNwMLbT4EWKsO7DVFDPyMOn1V5 { width:4.5rem;height:4.5rem;top:5.0625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc { display:block; }#Rp2MoN76wTE26INv3ZdpqFzpJSTiN9rc > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uecAOc9qZdW4UrKwJ7fQWTeCkdvq83BI { width:8.375rem;height:1.75rem;top:0.5rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiTFT2900k9ux6ICiaQciZJfmkrlMMSP { display:block; }#TiTFT2900k9ux6ICiaQciZJfmkrlMMSP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUITrrtsh09UpT20TKu6GRD6cKLVkt9a { display:block; }#xUITrrtsh09UpT20TKu6GRD6cKLVkt9a > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TROhVwwWzepBU8JxcGurO0LhqoLCItwN { width:20rem;height:4rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAdzelvfdPCi4TsJEN728yi8f8my7MwV { width:19.875rem;height:3.25rem;top:5.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 { display:none; }#gw3OAqzPFSzbNfViA9McHpQDW9bZkMc2 > .row .container { width:20rem;height:11.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HqkEymGuaiP4w8TFJ4ylyX0zHyd6FtCm { width:19.875rem;height:auto;top:1.125rem;left:0.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVakuRT3dvuF8LazorX9upSAzRtrbZlT { display:block; }#QVakuRT3dvuF8LazorX9upSAzRtrbZlT > .row .container { width:20rem;height:2rem;position:relative;display:block; } }