.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .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); }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container { background-color: transparent; background-image: none; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container > .video-iframe-container { display: none; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row > .video-iframe-container { display: none; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .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); }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container { border-width: 0; border-radius: 0; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#FQcloAR45QbhBZDT0wfXyp5wFThRXFC8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.25rem;top:0.8125rem;left:46.3125rem;overflow:hidden;display:block; }
#pNgFN5CF7lFh5zgdDBv33xzcUe1dwQMU { color:#018dd5;display:block;width:21.25rem;position:absolute;font-family:amsi;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.9375rem;left:53.625rem;height:6.324225rem;font-style:normal;display:block; }
#ZDxV9mDJzqgCcffpDIuGIOsqThv4zAI2 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0960ab;border-left:0;border-right:0;border-bottom:0.0625rem solid #0960ab;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:21.375rem;top:1.5625rem;left:53.625rem;display:block; }
#kgSBV0KMLX8N0JdLGDW6yIvnbIzV7TPZ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:0.5rem;left:1.40625rem;overflow:hidden;display:block; }
#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW { background-color:transparent;background-image: -webkit-linear-gradient(292deg, #ffffff, #fdfdfd);background-image: -moz-linear-gradient(292deg, #ffffff, #fdfdfd);background-image: -ms-linear-gradient(292deg, #ffffff, #fdfdfd);background-image: -o-linear-gradient(292deg, #ffffff, #fdfdfd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfdfd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfdfd' );";background-image: linear-gradient(292deg, #ffffff, #fdfdfd);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { background-color: transparent; background-image: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container > .video-iframe-container { display: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row > .video-iframe-container { display: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .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); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { border-width: 0; border-radius: 0; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { width:75rem;height:83.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vQz3GMHx3iNrNJXFXPgfJvt0b3aeTAeC { color:#0087e8;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:4.4375rem;left:0rem;height:3.67480625rem;font-style:normal;display:block; }
#XMTT2GMTVTHsLtkwaiH3cdbIFBpJHZSq { position:absolute;display:block;z-index:15011;border-top:0.25rem solid #fbbe25;border-left:0.25rem solid #fbbe25;border-right:0.25rem solid #fbbe25;border-bottom:0.25rem solid #fbbe25;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.5rem;width:27.3125rem;top:4.4375rem;left:47rem;display:block; }
#deENkrMzobQrT0I8cNqERarRznhWvglV { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.375rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#Op5NR9pROIAhAibyDtfWR25ZhdBpA4Ik { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:17.379166901112rem;left:0rem;height:5.25rem;font-style:normal;display:none; }
#tlQhFBFqk3PkfduwqoXPNxG64SPbphU6 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28rem;left:0rem;height:4.375rem;font-style:normal;display:none; }
#GhGVf11vAPJ5h3FQotDhlqr3pocpObqx { color:#ffffff;display:block;width:47.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:34.6875rem;left:0.5625rem;height:8.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#EhSaoT1cLTfAyluv7eSkoSUbxmwUHwyn { position:absolute;display:block;z-index:15011;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.4375rem;width:26.124625rem;top:24.612889766693rem;left:47.486713409424rem;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-form-header {  }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ece22b;width:24.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.9375rem;box-sizing:border-box;height:3.125rem;color:#fdfeff;font-family:"open sans";font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:13.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.76) ; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.9375rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:0.9375rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.9375rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:0.9375rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:23.6875rem;overflow:hidden;font-style:normal;float:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-container:first-of-type{padding-top:0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-container:last-of-type{padding-bottom:0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0.1875rem solid #fbbe25;border-left:0.1875rem solid #fbbe25;border-right:0.1875rem solid #fbbe25;border-bottom:0.1875rem solid #fbbe25;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:19.1875rem;left:47rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.9375rem;display:block;vertical-align:top; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE {display:block;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.9375rem;height:auto;border-top:0.1875rem solid #fbbe25;border-left:0.1875rem solid #fbbe25;border-right:0.1875rem solid #fbbe25;border-bottom:0.1875rem solid #fbbe25;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:19.1875rem;left:47rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #APTwhOxfuow8X2eIFZILHxX13srpcoJn { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #XXfCUIgXGGyrUgwFZnAeFNeNpfLWLo6r { position:relative;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #CJ6NiHbheweizTdDdyJe1O5QW30Onupt { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #I6qPly457FWKLu6SOTiO0wCKimK5Idf0 { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #h1w14k0teT57cCTBH3Ts3bmN35p4iWRw { position:relative;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #VygbTD9ls6fDt1Ldnt84PiH069TZ3Sec { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HrXsGnJmVH3vCLdPiZsKxnDLLXW4Hbqz { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #BK4oOmqgDk8ITC5Fv1gwCRAPUwSCQgFi { position:relative;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #JJy18tUWZDr73XE35GCOqO5fgi3UMXHr { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #MZTGqOpf0ywdw8xAF8vyadT2NULv3otF { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #edPmymf6QQNQaUO5wbNeDXhRCgcKqFfI { position:relative;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #vC1r2A2s5FPNTFsDCZ6qBmOKXdCsRSPh { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #NS4gPFm94Mo1oT7B6kVdqZdMbBwFnFft { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #ckpoae0C6aCfD89InycixrefItTosUm1 { position:relative;display:none; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HxEIyKluTo0fM0ADkZuP7butEwxcVQ3q { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #hOMndzLGW05Ptz8tV2issh7RzCpa8XKV { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #gDU3feCexUDvA5cKzMZU59NDVwqc7s1a { position:relative;z-index:2; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #SesOR5JWcHAG2mUIewW0l4fZJeH4hSG8 { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #GE1ULdEoq6Ul2EJtZWLVUXUGUiDzRyl3 { position:relative; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #Mc827MoI96UuBP856HyufGTAFnTwli5s { position:relative; }
#i2Il5Wsps6qfllFaKkJHmGrWVNOC768W { box-sizing:content-box;color:#fbbe25;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:19.4375rem;left:0rem;display:block; }
#LvbawJbZT2xLT1pKsLnt4OBzLfPE7WBT { box-sizing:content-box;color:#ee202e;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:45rem;left:2.09375rem;display:none; }
#rTFstqU1iaRmx5bf58O77wU23f2CG8Dp { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:34.0625rem;left:0.625rem;height:16.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#In9CBbaXEyG89620OcVolF3D1PKs5QQc { color:#666660;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.4375rem;left:2.8125rem;height:2.0996125rem;font-style:normal;display:block; }
#EUqTpMU13huTHkfKOW2qZagSgaodwTfN { background-color:transparent;background-image: -webkit-linear-gradient(15deg, #ee202e, #fbbe25);background-image: -moz-linear-gradient(15deg, #ee202e, #fbbe25);background-image: -ms-linear-gradient(15deg, #ee202e, #fbbe25);background-image: -o-linear-gradient(15deg, #ee202e, #fbbe25);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee202e', endColorstr='#fbbe25' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee202e', endColorstr='#fbbe25' );";background-image: linear-gradient(15deg, #ee202e, #fbbe25);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29rem;left:0rem;display:block; }
#rNqOMRvd8TTFoafCGciRItZAX30lve2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLvAdboBZraUy7MHNzHB3CHpttqJ26Ub { color:#0087e8;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:25.875rem;left:0rem;height:2.1875rem;font-style:normal;display:block; }
#SP8lryHnlUMQ1vTuHxV6GXFfhhC5mWMf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.25rem;width:20.875rem;top:61.3125rem;left:0rem;overflow:hidden;display:block; }
#C4bCbs6UeFi2vCP5Q9vvbumgTR7nabvW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:8.375rem;width:22.8125rem;top:62.25rem;left:21.9375rem;overflow:hidden;display:block; }
#li0wHrGwHr6LXvB6tAJF4NUbEosz1T4V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.625rem;width:23.125rem;top:72.5rem;left:21.8125rem;overflow:hidden;display:block; }
#kVXzdRsANH53GQDNaMKoFqr7ZsHL5HA3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:9.4375rem;width:20.875rem;top:72.5625rem;left:0rem;overflow:hidden;display:block; }
#roq49z9of0hJBLAppSTQylho9n9Vy6SZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:8.1123046875rem;left:15.8125rem;overflow:hidden;display:block; }
#r6WUtPqr9sNo7FzvESzQm1NkRuJKnKbF { position:absolute;display:block;z-index:15019;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:9.5625rem;top:15.9375rem;left:0rem;display:block; }
#VbAzcU5DSQ8fiE4w11ovAt0BDQe9nKK6 { color:#0087e8;display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:56.6875rem;left:0rem;height:1.8374rem;font-style:normal;display:block; }
#iPLgyg7F1G8ugxwTCu52HRBMuzrWJCR8 { box-sizing:content-box;height:10.25rem;width:22.1875rem;position:absolute;display:block;z-index:15001;background-color:#0087e8;background-image:none;top:61.3125rem;left:20.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nSpBaWkGQ2RRU2tGW2lz1UkpezVlwRv5 { box-sizing:content-box;height:10.25rem;width:22.1875rem;position:absolute;display:block;z-index:15002;background-color:#ee202e;background-image:none;top:70.625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#m1m6HlDVLM06gzqvXZVQlVuDy55VF8Zm { position:absolute;display:block;z-index:15022;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.9375rem;top:58.75rem;left:5.1875rem;display:block; }
#zeUddo0KxWiRrhQw40ZtEJJgydkZpHmE { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:58.25rem;left:28.6875rem;display:block; }
#lTcapAiZFiE3TRFU6rIk80kXdvXou8zi { position:absolute;display:block;z-index:15023;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.9375rem;top:58.75rem;left:16.75rem;display:block; }
#Phs2Dhp7lcbhaWER9Oao1B46XK7wu7ok { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:27.25rem;top:62.94677734375rem;left:47.28125rem;overflow:hidden;display:block; }
#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { background-color: transparent; background-image: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container { display: none; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .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); }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { border-width: 0; border-radius: 0; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { color:#000000;display:block;width:72.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:5.03125rem;left:1.3125rem;height:34.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNTGb2by5qOSk4itQAzOvFFM4CMwNASF { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:7.5rem;top:7.9375rem;left:1.0625rem;display:block; }
#TZLQ6dLJ5Nq2kSDqpXl5upT0rC7Uq672 { color:#000000;display:block;width:72.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:5.03125rem;left:1.3125rem;height:34.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0087e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container { background-color: transparent; background-image: none; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container > .video-iframe-container { display: none; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row > .video-iframe-container { display: none; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .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); }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container { border-width: 0; border-radius: 0; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#pFcRrLTW3POnTyb83TpmuJLb5wAuSnSm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:38.5625rem;width:30rem;top:14.535417556762rem;left:43.535417556763rem;overflow:hidden;display:block; }
#ArOnLdgrIPcTXLqVgQCU3cUksoK2cf8E { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.75rem;height:40.42283125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bnXfTb8OQTtoirr2ktTdVpHM2iXFOlmO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0614585876465rem;left:7.5000019073488rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqoUBTOrOKtzt17VV93Hpn2CpM1FNklK { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:40.125rem;width:31.6875rem;top:13.8125rem;left:42.625rem;display:block; }
#rwZZ0DyU3c3TytOiFXm0u9KUCXT80T98 { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:28.25rem;display:block; }
#XONo9XJ92kwpB7TFQR88t8BTNnbFInKy { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:block; }
#VFu17n2eQEdLip2M0qmL6bMJXgwbPQog { position:absolute;display:block;z-index:15018;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:46.5625rem;display:block; }
#edbneuN2GWkQR73ILfpogVTMa2pD458L { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:block; }
#zOgwpO2wA4dlSbA5aH2GtnHDiEx5b3Mo { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:64.875rem;display:block; }
#BPRJ4oO7PgZ6HcxpbgnzRuqvRGuxTTxM { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#M1v14Q7KgE6S0O5sppQbNhoTif8Ltc31 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#E03z1JbqpByMe3tWAmH0F2pRu6Jmebv6 { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.75rem;height:40.412075rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN { position:relative;display:block; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN { background-color: transparent; background-image: none; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container > .video-iframe-container { display: none; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row > .video-iframe-container { display: none; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .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); }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN { border-width: 0; border-radius: 0; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pOhKryzTwIaAtyJyCOKlXC1JwL0gciWS { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:8.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1Q9GfBv2vtkvd0HZbqTVATxdhNSSZGg { position:absolute;display:block;z-index:15022;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:10.5625rem;left:18.875rem;display:block; }
#Oq5rG9nS8FrKVssS4T5vrDDtu9nXu9Bx { position:absolute;display:block;z-index:15021;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:10.5625rem;left:43.875rem;display:block; }
#uJ4DdBUSBAZmaekxD9SZQAIK79l5w271 { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.0625rem;left:17.6875rem;display:block; }
#BNL3o5Xfe5WKso6CIaseac2brvd3yyou { position:absolute;display:block;z-index:15018;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:10.5625rem;left:31.375rem;display:block; }
#CH5voEthA6u1CKxxTuD3dDMo4wUVkxra { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.0625rem;left:56.375rem;display:block; }
#CaUkTLJm0l0QnlDFkTIw0CubqvilZwri { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.8125rem;width:17.25rem;top:46.5rem;left:47.5625rem;display:block; }
#rQKKyUzCSGz4ht9aeTqhmuGSctPR6ugR { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:54.25rem;left:47.875rem;height:10.4111375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gv9JBbEO2LbUvGbAx6ZKna6C6DggPb3x { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:51.4375rem;left:29.875rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2C7T6yTKkMNbqqA93ldXf0hoiMH7ihR { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.75rem;width:17.25rem;top:47.8125rem;left:28.8125rem;display:block; }
#I9Pdll7BWT5GTzdQObfBsZ8unEgSAulU { box-sizing:content-box;color:#0087e8;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:15058;top:50.4375rem;left:51rem;display:block; }
#eRW2K369foqqTHw8DgN6feu2EJPomhJp { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:50.4375rem;left:54.3125rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aFghKKUUZet5clvWm7nJng3TJkgG7RQV { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.625rem;width:17.25rem;top:49.3125rem;left:10.25rem;display:block; }
#y3RrFDbJIW5ShidWfdqkhAOyU1tz8KaG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:52.875rem;left:10.6875rem;height:4.46191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#samoCfpWS5iciELVTmKnSrZAJHUpAmB6 { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:50.625rem;left:14.8125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqfS28tKETDVJIc5Vmh4AEnCs2kqoeqk { box-sizing:content-box;color:#0087e8;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:15058;top:48.125rem;left:33.25rem;display:block; }
#MF8EqtmnGHLTACi8XkhWfOznC8Isyzgx { color:#040404;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:48.9375rem;left:36.25rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aepVAmZ15ITtynd8IQu1Q6WlvzAKMsE3 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15058;line-height:1.4;letter-spacing:0;top:47.8125rem;left:47.9375rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FcD3LLHKwSTzQzZKl5nrR7cB2PNZ1mcf { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.1875rem;width:17.25rem;top:28.375rem;left:10.25rem;display:block; }
#Bn3ZJrHE6OgCsFEF7cCRXI4WfsdxQrSM { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.5625rem;width:17.25rem;top:28.375rem;left:28.6875rem;display:block; }
#dxolznRbTRTy31JD1MMMW5srXEXB5FZo { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:31.9375rem;left:11.4375rem;height:11.89844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOLsTxwn6rgUR15Uh2wC7EqGeppG6rS7 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:31.875rem;left:48.375rem;height:8.9238125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2AaQoh5wrAmB6T4KT0lGbvOv8CSQtqA { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:31.875rem;left:29.4375rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDvtNAwdHRfUlSaP2aT7cqldTCXExhet { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.0625rem;width:17.25rem;top:28.375rem;left:47.5rem;display:block; }
#RL0EoITE1T7OATft42U2qT9chxBCiN0I { box-sizing:content-box;color:#0087e8;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:15049;top:49.8125rem;left:11.6875rem;display:block; }
#Aq6e1hO4nvF3wE1ywLJl3ZiaDBxAerw2 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:29.625rem;left:17.5rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b8ZPyrvouLXvTB4D7CKbH5tyNnlpJ7cC { box-sizing:content-box;color:#0087e8;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:15051;top:28.8125rem;left:14.0625rem;display:block; }
#hkOv53kVWuEuH854EtkbFKySticLEdDx { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:29.5625rem;left:53.6875rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pdu9I6Tonho7EVfnDTJOD66zSKGeMAwN { box-sizing:content-box;color:#0087e8;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:15052;top:28.75rem;left:50.625rem;display:block; }
#Fq6fhhkFOqacHsRek7CLEKq1WCdz7G88 { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:29.4375rem;left:36.8125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mwSobgZV1I7yACf3buTtuzh5D6Rvat6l { box-sizing:content-box;color:#0087e8;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:15052;top:28.875rem;left:33.6875rem;display:block; }
#E5gDsl5xOBpRkeBx7i3RoyUss1xiVeOp { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:18.6875rem;left:11.125rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtBFNCaitZiftvnsvEGsmTyOugxVVBAv { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:19.8125rem;left:29.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkmVwHVTVxrqHUUDu3xVc4ehsKT0QqEt { color:#090a0b;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:18.6875rem;left:48.6875rem;height:4.46191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNMx0k5Q2Z5lXV1H7tEdATcCHkIJwroB { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.3125rem;width:17.25rem;top:15.3125rem;left:10.375rem;display:block; }
#NuAr6Jf5qnCH64pSq71w9dXsnTrNCJ1T { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.5625rem;width:17.25rem;top:15.5625rem;left:28.9375rem;display:block; }
#UUU8LTD4a1fviJpwRSRgVP98w882QRgP { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.9375rem;width:17.25rem;top:15.3125rem;left:47.5625rem;display:block; }
#v2DATtKUUFbOJ0feuKdlDwQGa8kBPDmM { box-sizing:content-box;color:#0087e8;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:15048;top:15.8125rem;left:33.5625rem;display:block; }
#a8xZ3c8IKOvytmMx1atQt7OMGyB1sktr { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:16.375rem;left:17.3125rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dwVHcZZacSMU1Rk6iZwGTItB9bLXoeZN { box-sizing:content-box;color:#0087e8;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:15047;top:15.5625rem;left:14.1875rem;display:block; }
#qk8M3iDgIHNnFyo297z8p2tAEiUHltpA { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:16.75rem;left:36.6875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FT12esbmRUKlAXMPGPItfLB1mbhq0X78 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:16.375rem;left:54.1875rem;height:1.57470625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zK0iuv5IKBdzePNkBSkeXn2Da671MyKT { box-sizing:content-box;color:#0087e8;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:15050;top:15.625rem;left:51.0625rem;display:block; }
#RQUUwAidtBxixfzKQ9HOhGSogoRfTPIx { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(42,41,40,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.375rem;left:18.8125rem;display:block; }
#cwC0ZBHJBwS4sHZi5H0qa8DPer3SzMi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VorgCmfMnFRhHdXGiTPfvTTKblz7v71n { position:absolute;display:block;z-index:15025;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:74.9375rem;left:61.0625rem;display:block; }
#rCsG8JOyB1fmqWFH1yPgDRXpJT1Hp8Le { position:absolute;display:block;z-index:15026;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:74.9375rem;left:67rem;display:block; }
#mie5QctIlT0t5q4FmCBRVDeqD1aqVKdd { position:absolute;display:block;z-index:15024;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5rem;top:74.9375rem;left:56.0625rem;display:block; }
#lyyc0Wk4owR0hXTRhiFa54wf59vmDXcT { position:absolute;display:block;z-index:15020;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5rem;top:74.9375rem;left:13.875rem;display:block; }
#T2KGFurK017xy6nvG8pTwri96sltLpuT { position:absolute;display:block;z-index:15021;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:74.9375rem;left:8rem;display:block; }
#SCAmvx5MsfJlAcazVtDvBvvkz7vnIssB { position:absolute;display:block;z-index:15022;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:74.9375rem;left:2.0625rem;display:block; }
#T6t6Ta490TeByzAaPwAvgxQqqaHhtzTM { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:74.40625rem;left:0.9375rem;display:block; }
#vvo0qPqgnABsT0ROF9UJlveMveMAUNTE { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:74.40625rem;left:72.9375rem;display:block; }
#L8NK6O8UuDNCDbON2kKBP7XOxm8Acy7P { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#cno7iuhT4Ko70cv6xtT46wE8ETDL7h3I { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.25rem;left:17.25rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VVExTTFsgtezNZ8eZU6G3GW4Lq68VBKA { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.0625rem;left:4.4375rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 { position:relative;display:none; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 { border-width: 0; border-radius: 0; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pcK72q4kQKvi5rWSb4Mw4vySa6pfF6ch { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ze98AhD39XTDahBhE86XobN7TxC6bCE6 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.25rem;left:17.25rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i1E7hZS7urCzUqTcisqCpMDOMUL2ZUZZ { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.5625rem;left:11.0625rem;height:5.949225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9BrSBlwwo9XxQTq1EBPQn4tiT7ApDoQ { box-sizing:content-box;color:#000000;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:15010;top:9.4375rem;left:14.125rem;display:block; }
#WUkrXTb9L26Ea1C2VpeUM2vBPCLKfmOO { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.6875rem;left:29.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uUCpEVacstLIbMT2nT1yaZSDA2zxVlV2 { box-sizing:content-box;color:#000000;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:15011;top:9.6875rem;left:33.5rem;display:block; }
#v6e9MrvMc0mMXBRHlUsNTl0xSuZh44xO { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.625rem;left:36.625rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dF3FOB4xWVpe0xvBi23Pmmr3aIlIVmNn { color:#000000;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.5rem;left:14.75rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJBTKlvX5e4B1JI9GMnUIZ52CSu3xuMF { box-sizing:content-box;color:#000000;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:15012;top:43.6875rem;left:11.625rem;display:block; }
#qkTRtDln33QppLtbsx2JmP1ygxMwN5F4 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:46.75rem;left:10.625rem;height:5.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9cQMsZIfiiB3VwxPoWAgdkNOl7TER9h { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.25rem;left:54.125rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUs3oDlk6n7iqZNTtngwF5SByyxfg1GU { box-sizing:content-box;color:#000000;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:15013;top:9.5rem;left:51rem;display:block; }
#SRFGR8e2CVIGuvtO2tG1HutZs0BWhbOR { color:#090a0b;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:12.5625rem;left:48.625rem;height:4.46191875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfQ8S9f38fte54L3Hv6duGFiqwNbLgLE { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:23.5rem;left:17.4375rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTRcATIPwJTCTlbsPRRprRfIVDZVbT6N { box-sizing:content-box;color:#000000;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:15014;top:22.6875rem;left:14rem;display:block; }
#x1eWWMHJrHz64hJPa6EgRdC9UwTiyTx2 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:25.8125rem;left:11.375rem;height:13.385725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u7UT5EOS0vWGqAZpAbqyDJaILH9xOTIV { color:#000000;display:block;width:8.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:23.4375rem;left:53.625rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AaaRCQ74yWU85wqbOAWB0SzTIPFgNHlm { box-sizing:content-box;color:#000000;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:15015;top:22.625rem;left:50.5625rem;display:block; }
#PHTTGauE77BZsXcMdKXSVLqMaC1nhJcX { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:25.75rem;left:48.3125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcVFevTN9cywlRQleU1OadUQE1h10PZs { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:25.75rem;left:29.375rem;height:11.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FXo7ko8smXobCt7cMEzukUyeCwdahDIa { color:#000000;display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:23.3125rem;left:36.75rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OIu4Dv0l04RnARzOQx2zn0epdpqH4Mol { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:45.3125rem;left:29.8125rem;height:11.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yC5ZZW2R3rE7rVTl4LF5H10v7HWcaTXa { box-sizing:content-box;color:#000000;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:15021;top:42rem;left:33.1875rem;display:block; }
#UaInrTE9xLkI7rypcehGAeLTwx0wf9Xt { color:#040404;display:block;width:5.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:42.8125rem;left:36.1875rem;height:1.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXqLLkkX10K80ffGdIaCIylDog1sQet1 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:41.6875rem;left:47.875rem;height:1.48730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUmHAEGq9lztarsphcQ5EfR4H1pSxVLU { box-sizing:content-box;color:#000000;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:15021;top:44.3125rem;left:50.9375rem;display:block; }
#TLxzg7BC5ZrENZolanQ0TVmXRozibzoT { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:44.3125rem;left:54.25rem;height:3.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPepp0bzkqwByGS1QTMrc8NuaZgQ9y2h { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:48.125rem;left:47.8125rem;height:11.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgEg4z8UtsCIXZwSLgzySce2CmZtdRkl { color:#194e97;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:41.5rem;left:54.4375rem;height:12.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dUmN8E2SEtX3THhLexU0uxNTOhgoCkD9 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.0625rem;left:4.4375rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZXwDQwER6qMAU14LcivRlvtBcyiz4dO7 { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#ZAL3eBJD9sbwLBSNzTxOITAHq4GD0QKt { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#qTwkVGDmNEgfL4ZAEPofpxsVPIeqaPPc { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#eHpwycVDGppzlbQV2KBV6vc1gyEuECkJ { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#kH4nHr2Vnb6VlxfTNgwKEcfZ8mqxEH3H { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#oyEUHos4sGSqrwdrVlXqZScv1fokd28W { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#vW5bfTPrusB7QnL1mX4Eg8P7SKCZhGy3 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:28.75rem;left:53.5625rem;height:9.45rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AROaQbPW7NUesxxSGrw8IALSmIK3Qg9i { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:46.125rem;left:4.375rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NruqstswJx4VkFkAg2enaQ0JAHBpsf6h { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#oIX2vReVa0zRefW7vhWU5RDBWFdWmuCS { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:46.25rem;left:29.3125rem;height:12.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ebz549r14k1OdINSDnAElmXlWobtRK67 { box-sizing:content-box;color:#ebe22e;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:15021;top:43rem;left:57.6875rem;display:none; }
#LJRVsPTZD82TOhA7pUqWIaOMv08iFm8d { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.3125rem;width:17.25rem;top:9.1875rem;left:10.3125rem;display:block; }
#LN8ru4cHoUkkx7oz3AuLtUz3SLOLguwr { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.5625rem;width:17.25rem;top:9.4375rem;left:28.875rem;display:block; }
#LZqByNWhvZmL39KP9pqU52iDQsP99qsv { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:8.9375rem;width:17.25rem;top:9.1875rem;left:47.5rem;display:block; }
#gOmFlDncXnn0F7s0vQ4mFPFE81Fl7hZr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18.1875rem;width:17.25rem;top:22.25rem;left:10.1875rem;display:block; }
#xJ4ufELPHqyMTrtR1x6UTbfoiD2SwN9y { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.5625rem;width:17.25rem;top:22.25rem;left:28.625rem;display:block; }
#ngheFwyCTgydIq71r4tmwlWKUdUVtglf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#N0PAG7i3wxKrRspa5P1Iz4iw7QEDwxbw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OE7U1svW18LVo2zS7CxDk45gkC3WrHKE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GW61FrMHKETL0tPIB5sVsetgGphgWRLX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Iclmf48emJVPiFwSDqdTAfFHfh9tAgqq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Gt1eZQeb0MmgkBHe63o3RniyOnifF4sI { color:#2cafe0;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.8125rem;left:5.0625rem;height:13.3875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rCJrKViE7GMrWpwhkqQV2OS6lr66OFHD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#et5e5MB80pap50FdE5mB6vJDdPXVkdMT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LQJCsaTcxpbCOOUNyaXMOWL0IOrVD7O6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#n2MSwNTDhPDe79dAWaJhDTvFKbJayxwn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#hg7fs8uhEq9qKK73FaNvfC551NlECoqI { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:15.0625rem;width:17.25rem;top:22.25rem;left:47.4375rem;display:block; }
#wET0Xdalk6UkP5UXohS3S6KTCP59ctF5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:10.625rem;width:17.25rem;top:43.1875rem;left:10.1875rem;display:block; }
#oJ2BqNhyNB5gN3X48ZnaTENe6t7CCxer { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.75rem;width:17.25rem;top:41.6875rem;left:28.75rem;display:block; }
#dX07tBbL0KppnyaZ8m13wwQdAf4XKUVm { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:20.8125rem;width:17.25rem;top:40.375rem;left:47.5rem;display:block; }
#k6IiHbLefIHqF54303XHpButOXsRR8qE { color:#2cafe0;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:28.8125rem;left:29.5rem;height:11.9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L2cd3DruW7ShCE3FFLLwC6H6Ao8qM4mT { color:#2cafe0;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:16.0625rem;left:54.9375rem;height:4.4625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CTkFIz4TBvn2oABgBQsBNfXAyT4RcEPO { box-sizing:content-box;color:#000000;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:15015;top:22.75rem;left:33.625rem;display:block; }
#f8g52FI2NGLphil7FGxgX8IMQTDiHyCC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5);top:6.1875rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EKl3N4hoKmNB2Db4yvR3rTReepNVXnBQ { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5);top:3.25rem;left:7.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pILsIHG6Q6sfMHfIorINWhs341G9CnJa { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#q6keksAQ6Vd7gnd8AAvTRRI4GNUlQKmd { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#usE3ukQ51JMB9dJi1fLT1XITwpgXFoo2 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#eoEzrsWrakudU9rywumXx88yKMOIeOtL { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#f2r54QpAPSWizdxqefD5ONMUFFuFFT9y { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(42,41,40,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.375rem;left:18.8125rem;display:none; }
#hC9ebdvoBOpx3O78WS3z0eNmRfGPZkxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOUTCsffAssFqwZbvA0qDe2D2F302eTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #0087e8);background-image: -moz-linear-gradient(180deg, #ffffff, #0087e8);background-image: -ms-linear-gradient(180deg, #ffffff, #0087e8);background-image: -o-linear-gradient(180deg, #ffffff, #0087e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0087e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0087e8' );";background-image: linear-gradient(180deg, #ffffff, #0087e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { background-color: transparent; background-image: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container > .video-iframe-container { display: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row > .video-iframe-container { display: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .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); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { border-width: 0; border-radius: 0; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:75rem;position:relative;display:block; }#ROl6oQJNih3zrHnd1uEIezEvJIQPq4Kh { color:#03172f;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.060546875rem;left:7.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RK4HEwxQf6nnTKc5XSK45wTZIraDhdCm { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.8125rem;left:0.75rem;height:41.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#ibtepRUf52F3NftClVtKa54sUCHUR4oc { color:#000000;display:block;width:71.93625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.310546875rem;left:1.53125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0GlZ2dbBECbD6mZkzgC5bApJwuo7TuU { position:absolute;display:block;z-index:15023;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.249625rem;width:29.75rem;top:66.75rem;left:41.125rem;display:block; }
#miZrfvVJHMlf5FoWDiRiQEOr9l4h6NZA { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid #03172f;border-left:0.0625rem solid #03172f;border-right:0.0625rem solid #03172f;border-bottom:0.0625rem solid #03172f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.5625rem;width:29.5rem;top:50.5rem;left:41.1875rem;overflow:hidden;display:block; }
#yWrCu72eJurDmu2wKOhSg5EgyHubylPp { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.4375rem;width:29.6875rem;top:66.5rem;left:4.375rem;display:block; }
#qk4xbPhIG8DibHytTiyHWlBpBCNB92mG { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.4375rem;width:29.5rem;top:50.5rem;left:4.375rem;overflow:hidden;display:block; }
#St3DdsVr2cVkiCVunDPpiPrUWi8d6TfI { color:#03172f;display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:68.8125rem;left:6.125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGZQvcnqUnq0dyhzskaCac1ClR9Ne2SL { position:absolute;display:block;z-index:15021;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:29.75rem;top:35.625rem;left:4.375rem;display:block; }
#balz9gqzGFRPP0EtcuIzoh4ETQIyafHF { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:37.25rem;left:5.9375rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7kvOPw10HeKlCbmo1fQVDK1Gf1br0dM { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:36.5rem;left:48.5rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukfGmUdiz7zFvTgDw8iFr7ameg4b0kPT { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.75rem;width:29.75rem;top:35.625rem;left:40.9375rem;display:block; }
#eUqL0PhJaA8NGeDAsTGga1klOfTtvcqo { color:#03172f;display:block;width:27.4991875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:37rem;left:42.0625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJTUZoOwDP3iyfL6GEBcQxry10rN257m { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #03172f;border-left:0.0625rem solid #03172f;border-right:0.0625rem solid #03172f;border-bottom:0.0625rem solid #03172f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.125rem;width:29.5rem;top:20.75rem;left:4.375rem;overflow:hidden;display:block; }
#zyiR3Nog8HkZEdWJNZGxeHBXVmDlirgG { position:absolute;display:block;z-index:14997;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.812125rem;width:29.499625rem;top:20.749217271805rem;left:40.9375rem;overflow:hidden;display:block; }
#znW60vCqByyIIdcperwcsr4vy1AmRHs0 { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:69rem;left:43.1875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xa00790ySLrWTBC47We2JN0FsWhJAFnQ { color:#000000;display:block;width:71.936875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.998827636242rem;left:1.529296875rem;height:4.3734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#odU8Ak0OlKqxOJuNReSyXrpw1LLhwSl8 { color:#ffffff;display:block;width:16.0605625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:66.499215126037rem;left:58.938274383545rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eF1TkOpHbWxDR16KCS5owsKnH2flonO6 { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.875rem;left:56.375rem;display:block; }
#fOoefkyOneDaTPk2wNM9Eku1ZlWnFwvd { position:absolute;display:block;z-index:15021;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.375rem;left:43.875rem;display:block; }
#ZU6XDdGbvSIT1lbo19iu2JfPVTPaPuA1 { position:absolute;display:block;z-index:15018;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.375rem;left:31.375rem;display:block; }
#OSflm3i6LtyLTa8lCpFAg4Un76lwbqR9 { position:absolute;display:block;z-index:15022;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:7.375rem;left:18.875rem;display:block; }
#Qhy14lKcMILe8Z8z0dGB9qb6zukohxkv { position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.875rem;left:17.6875rem;display:block; }
#OWr8XGqnTQN26e76WEN03l8O3QcgnkfW { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#fLqNCL6PL39klJpAOM1E109cK0d1tvKh { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#ochTHv7AS587TsnBOhy3dSfIciLblngg { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#QLpuqEPEiqJoZycF9S8XRw4PaNWHebRB { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container { background-color: transparent; background-image: none; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container > .video-iframe-container { display: none; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row > .video-iframe-container { display: none; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .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); }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container { border-width: 0; border-radius: 0; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#nWaKGCLqcR5zmqRKpysoIpTFAm3Xl9SP { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.6875rem;left:7.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hu28U9IIJmcgWJTNoZVhxK2DduTciA30 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.4375rem;width:22.25rem;top:14.375rem;left:11.25rem;display:block; }
#GKcTaqcTkLpRNNdkdiOMObOsaOgZaTb0 { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.0625rem;width:24.5rem;top:13.4375rem;left:10rem;display:block; }
#ElrO48eLWPT30J7GtnCMyVNixT7TpNcK { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:56.375rem;display:block; }
#GkU2TteHEtIv1PqatI5Tm2DOyELV34wD { position:absolute;display:block;z-index:15026;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:43.875rem;display:block; }
#zOfp9b4RefcnSlNQGuJR3MVD8dthUJTI { position:absolute;display:block;z-index:15023;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:31.375rem;display:block; }
#mI76087qneSaaSeEgVTtxkwd1DGVwFne { position:absolute;display:block;z-index:15027;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:18.875rem;display:block; }
#g3alnB1epPA9NirM0pPAPVaQGJTvIWs4 { position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:17.6875rem;display:block; }
#egAJrnI8OMZBxHLm35pGiJ1Lb1gzTTWT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.4375rem;width:22.25rem;top:14.25rem;left:41.75rem;display:block; }
#A5pccR8s4ZvtuAVy2Q9rDzC68LdW7efH { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.0625rem;width:24.5rem;top:13.3125rem;left:40.5rem;display:block; }
#Ms5mfSwB6EPp8IRctisA26pgcVissD7R { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#NPRMwbohiXhvFB8GfIoi78eNBbBRpfEt { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#tGi8cxXTN8l4tJnLgz79sXXXnWcItbyp { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#NrSzkLp6DVxshihZIGZeQOEDeDHloHsz { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0087e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container { background-color: transparent; background-image: none; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container > .video-iframe-container { display: none; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row > .video-iframe-container { display: none; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .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); }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container { border-width: 0; border-radius: 0; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container { font-size:0.875rem;font-family:arial;height:79rem;width:75rem;position:relative;display:block; }#WEvpM4XT84GTzAJCxrmXV2aXZ1B2ryph { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.0312519073488rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QphsXTEMDlqeGDKGpJgpCgZfnp1A9VTX { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.125rem;width:67rem;top:15.75rem;left:3.4375rem;display:block; }
#wvpqR7xUfTWIS3xRNwcXypqExA3VOcyF { color:#03172f;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:19.5rem;left:21.875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AQvPZ3rgrBy7UZqxaqbCZ0koyXRSdE42 { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:22.1875rem;left:4.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PoDCtIkTqacxFQiBLkShm0yyV9x1qFuz { box-sizing:content-box;color:#ee202e;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:15010;top:16.375rem;left:35.375rem;display:block; }
#TfzFqZNIxIIw0MBFyTbDvtcGhevBq244 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#legTQIhWw0gVib7HNQ8PmKSLWhTPlUPU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XWX9BTcd43zpp3oE1tw8rpyVT5W9iXck { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#MTAL3pW1D0fSNGkeZxzTI2sbHA4Qo3UM { color:#ffffff;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.0312519073488rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rPMZ25okpI5ys0c7CkxIun2evr5iAlpe { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.9375rem;left:65rem;display:block; }
#vAtafR0VS650RciiLwq8KNWed7bP3oqT { position:absolute;display:block;z-index:15028;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:11.4375rem;left:28.375rem;display:block; }
#SMcryUk9G2wcESFaaVuyTO82PVpiJuVm { position:absolute;display:block;z-index:15027;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:11.4375rem;left:10.25rem;display:block; }
#hs1zoBPW7zDUZv3OJnlTia0tqeCvXyat { position:absolute;display:block;z-index:15028;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:11.4375rem;left:46.6875rem;display:block; }
#HSrw4IdRqLRH05POx6zDbgzdUJMWTv8u { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.9375rem;left:9.125rem;display:block; }
#mPbNzepqMpTHgwfCbqcZIEmQ95AAS09t { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.8125rem;width:67rem;top:33.375rem;left:3.4375rem;display:block; }
#LwEZv9H1vGO8OEU3lcIHwCTq7MTKCtrS { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:39.8125rem;left:4.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irSozVycOIzZwSWLDUEdx0Ey12Lgi0mv { color:#03172f;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:37.125rem;left:21.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUZTFPEX4yEyPFESXrEMIs0P3qNCVqdc { box-sizing:content-box;color:#ee202e;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:15014;top:34rem;left:35.375rem;display:block; }
#LcyUdnTd23LzBXrxZpRhn93GEJSO7hx8 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.6875rem;width:67rem;top:49.625rem;left:3.4375rem;display:block; }
#abLUwEWfDqI4fGOn0L4TIQk7NKiVflx6 { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:56.0625rem;left:4.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6qcKDOFwMZqtnEL0VwVDJTm7hRlTW8r { color:#03172f;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:53.375rem;left:21.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#irED3G4GUUHSxgBxrDQTbTltLUv0NN7f { box-sizing:content-box;color:#ee202e;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:15018;top:50.25rem;left:35.375rem;display:block; }
#PB9AWuGV5d3qpndhsXEQgqHBfQQmTxH1 { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(42,41,40,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:69.8125rem;left:18.5rem;display:block; }
#S9O4BLmabfFXp5futlpCyTKuiHT2NVyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J5nqFJwgTMMSsTUeyCoCccDUqJa0QfVp { position:absolute;display:block;z-index:15031;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:72.375rem;left:55.75rem;display:block; }
#xLfEiRPqFLv72oyGNxLkaNc1EXuoFVRS { position:absolute;display:block;z-index:15027;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:72.375rem;left:9.875rem;display:block; }
#maTVz6b9idfOcAp046KMouMHI2fOxiSl { position:absolute;display:block;z-index:15029;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:72.375rem;left:1.5rem;display:block; }
#SM39IKMX5gGLkpOxPWNLpD72mmcOM4ZX { position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:71.84375rem;left:0.375rem;display:block; }
#ITASi7DQT3emtBhWzp1VG6GzusKiOuvP { position:absolute;display:block;z-index:15030;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:72.375rem;left:64.1875rem;display:block; }
#KzsI8VzToOJBkuTTBMxedOLognxH3z1p { position:absolute;display:block;z-index:15031;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:71.875rem;left:72.625rem;display:block; }
#eyX8WO2BZyaHfrJqknO7tLH7EGwZ9dnu { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.375rem;left:18.8125rem;display:none; }
#AfeWkutfX9zqfWRlHil1TQUnMDpZlLSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAiI8niTFa3SIwdvTeHv9oEDsabOcba5 { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:23.125rem;left:5.3125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#h6i8qbRXuKCWn5WSmAxfvTxP2Gr25Q43 { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:39.8125rem;left:4.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TXWbf8FWdPkX0zTc75PU7bC68RHk38wI { color:#000000;display:block;width:63.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:56.0625rem;left:4.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#etrqgJdFe7lupe7J3Xtt7D2KLUzylfJ7 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#bAnSwqOfB1QWRwPPCOmexMknvK1bcSCm { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#Hcf57TrAA5VuOkOxECuxonekbvulSOLR { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#UT5MHDXAnW0nDvM83Tp8AwbM6st4HWeB { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw { position:relative;display:block; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw { background-color: transparent; background-image: none; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container > .video-iframe-container { display: none; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row > .video-iframe-container { display: none; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .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); }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw { border-width: 0; border-radius: 0; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:100.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qtvJh5qsFX5vtKMBRXWKf6gnMmJgzan6 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.25rem;left:7.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#htRi95LdUG5ONayTip3UOBQ1V4qQzzZi { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #db190b;border-left:0.125rem solid #db190b;border-right:0.125rem solid #db190b;border-bottom:0.125rem solid #db190b;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.5rem;width:24.25rem;top:11.5rem;left:0rem;display:block; }
#tl7V9fHVXAAoWAeQIax3HckLCQLkluRF { box-sizing:content-box;color:#ee202e;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:12.75rem;left:9.78125rem;display:block; }
#mmHAqv3NcluDmcFqA6I3IqXz1qtPmaPH { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:17.6875rem;left:2.46875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpbbqlOcOBeBeXm5sBKPBae2QUi6huBx { position:absolute;display:block;z-index:15027;height:21.25rem;width:21.25rem;top:23.625rem;left:1.625rem;display:block; }
#Fvd3ntdioTvGcI6CTghye7Oby3rHTAIV { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #0087e8;border-left:0.125rem solid #0087e8;border-right:0.125rem solid #0087e8;border-bottom:0.125rem solid #0087e8;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.5rem;width:24.25rem;top:11.5rem;left:25.25rem;display:block; }
#fqD6NrCUWcGAT7B2CBtc1IQBDHnVTC4v { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:17.6875rem;left:27.75rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HX9yAAPNLeeM0MdHnQ6sevWmFNEAnxQZ { position:absolute;display:block;z-index:15031;height:21.25rem;width:21.25rem;top:23.625rem;left:26.875rem;display:block; }
#m1OBOma6oBmC5Hopy2VTvin9ZHLHrqa4 { box-sizing:content-box;color:#ee202e;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:12.75rem;left:35.0625rem;display:block; }
#gVcy3BisSUuuTV3lTTSHv14hXRynDe8F { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #03172f;border-left:0.125rem solid #03172f;border-right:0.125rem solid #03172f;border-bottom:0.125rem solid #03172f;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.5rem;width:24.25rem;top:11.5rem;left:50.5rem;display:block; }
#kcqwz1vlXfSzhwZ8EOfFKwCZp8xWIe2a { position:absolute;display:block;z-index:15035;height:21.25rem;width:21.25rem;top:23.625rem;left:52.125rem;display:block; }
#rhEDo5DXdWFv9LThLo8gQrulkmNlTvxy { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:17.6875rem;left:53rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUtTmg8W6OrbsdlTik6pc5QQ3ihH6sdr { box-sizing:content-box;color:#ee202e;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:12.75rem;left:60.3125rem;display:block; }
#WbFfUGo1yC5cbPNysH4ukVXdMZREpJ6M { position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:56.375rem;display:block; }
#afBTMfFcc9TTFP6A5XsiR2GEN1yW9I6Z { position:absolute;display:block;z-index:15031;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:43.875rem;display:block; }
#kpBdR63nGZEcfzTsRgzRfeI4fqPZwE5i { position:absolute;display:block;z-index:15028;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:31.375rem;display:block; }
#Te1bXIrgB6tK8IVbe47fCVykXe03emTZ { position:absolute;display:block;z-index:15032;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:18.875rem;display:block; }
#vUbkApkccWlaSwfGpeFdkVAugCapspEp { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:17.6875rem;display:block; }
#zTSLdp9zV4XXIxRsQUsfNBVtwSR5DbFT { position:absolute;display:block;z-index:15027;height:21.25rem;width:21.25rem;top:23.625rem;left:1.625rem;display:none; }
#NfuU2TWyVV5LQ6DR4aBld4ZOouxMR8Zg { position:absolute;display:block;z-index:15031;height:21.25rem;width:21.25rem;top:23.625rem;left:26.875rem;display:none; }
#us4sEOVCvOt39MH5RGu9ysQ5ypiSuW1M { position:absolute;display:block;z-index:15035;height:21.25rem;width:21.25rem;top:23.625rem;left:52.125rem;display:none; }
#ElFHTJTZGyv4heFuZghonquHIv1KGnt9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.375rem;width:32.1875rem;top:77.0625rem;left:38.375rem;overflow:hidden;display:block; }
#sx4Tb5c2UTpFm1AkdlcSvTRLcZ1vmiRh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.375rem;width:32.1875rem;top:77rem;left:4.4375rem;overflow:hidden;display:block; }
#guZHFvTFI60LOG3dl1gopTLTalz4BcNJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.3125rem;width:32.1875rem;top:53.5rem;left:4.4375rem;overflow:hidden;display:block; }
#DuRCdmlHanhRaN9zqfCDM7ODMWQAVQl1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:21.0625rem;width:32.1875rem;top:53.5625rem;left:38.375rem;overflow:hidden;display:block; }
#shL60LW3kPbIK1hWI3okJJKBAKfqBsRW { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#FDRhSdKfzuAmq6kiAnELwLUuoLu1VKcT { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#xf53DCmAzUBCgzcP9orDnK3mTWc8SUGJ { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#lwEk37vZxhChIlg0OZMXFMdmE67NgeMR { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#lPIiSA6f3T80WfDI6a5bePR370TiPF4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #0087e8);background-image: -moz-linear-gradient(180deg, #ffffff, #0087e8);background-image: -ms-linear-gradient(180deg, #ffffff, #0087e8);background-image: -o-linear-gradient(180deg, #ffffff, #0087e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0087e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0087e8' );";background-image: linear-gradient(180deg, #ffffff, #0087e8);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container { background-color: transparent; background-image: none; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container > .video-iframe-container { display: none; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row > .video-iframe-container { display: none; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .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); }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container { border-width: 0; border-radius: 0; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container { font-size:0.875rem;font-family:arial;height:71.375rem;width:75rem;position:relative;display:block; }#VlG1DuIWZC3iHUaCSx4bxZxnpz2BFsOP { color:#000000;display:block;width:73rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.40625rem;left:1rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLxmJAkcApXLC4AGD8AhKC8LhVbPvwAS { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XmwLVxkGrWmC7O99dbxTa2UpUI9V12iW { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:56.375rem;display:block; }
#zv6oNva1dQGOwMyPklzt0WOQ1DdmBA5F { position:absolute;display:block;z-index:15036;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:43.875rem;display:block; }
#NsxmULoMNuWgSacUg2wbwm4QPaP1Z29V { position:absolute;display:block;z-index:15033;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:31.375rem;display:block; }
#XrBW9zdV6nZIDk9gXnWyo6PECEFoovTT { position:absolute;display:block;z-index:15037;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.0625rem;left:18.875rem;display:block; }
#ptPmhv7dfc6M5QXxulAQMlK6gA2X1TsM { position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:17.6875rem;display:block; }
#Ub814AbKM64XPgWt2zOJkdsHJh3DTHM1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.1875rem;width:47.0625rem;top:29.65625rem;left:13.96875rem;display:block; }
#g8zCVshHoRxlHOMpxaotaWfqmHLV9hcv { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ee202e;border-left:0.125rem solid #ee202e;border-right:0.125rem solid #ee202e;border-bottom:0.125rem solid #ee202e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.375rem;width:49.4375rem;top:28.4375rem;left:12.65625rem;display:block; }
#Pbdl7dasCLv6N12olbcqBGRux6qkXyiG { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(42,41,40,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:62.4375rem;left:19.0625rem;display:block; }
#pgpLxvWLKnL43RKKJKOzQsyJqTrJQ8a2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hP3BM9JIuFx58cqTR6mdqlprsofqZrXb { position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:64.5rem;left:73.1875rem;display:block; }
#Eg1vgTKxBAT3tp7q4pQTUkxWRnDvoydL { position:absolute;display:block;z-index:15038;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:65rem;left:56.3125rem;display:block; }
#Vpg0wCozRyVMsdo5G0bdDvxbeGGzcBzU { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:65rem;left:10.4375rem;display:block; }
#vwVPfboQB8fKLVLR6ZryQwruXfAwDGSF { position:absolute;display:block;z-index:15037;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:65rem;left:64.75rem;display:block; }
#X4zx4tITtm3qUTkooUZiPA2UqqyCGxpx { position:absolute;display:block;z-index:15036;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:8.4375rem;top:65rem;left:2.0625rem;display:block; }
#RlSfG1ucKdN8cfnModZ9pnt2ZwMPNGpR { position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:64.5rem;left:0.9375rem;display:block; }
#yXHXE7uDeKDNiXsgkmqMqIrwZ3IxURcP { color:#000000;display:block;width:73rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.40625rem;left:1rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nglQ6w5AkUd03QabfNynVudWAskfEK2q { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#KuHxhfbrxn7lReWdy9ZsU63v3tI4Awga { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#woeIFJ4pBAVAdS4L2AEHTnoTeHhfUqRk { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#qgX6bAIJM6FmetPPvvzy9g4EE6q69SMn { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#FVxIwvJskDg19ZvgqNPDDIxtTEt7Tcqd { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.46) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:5.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:72.375rem;left:18.8125rem;display:none; }
#yUOsBJXTTGZxCabTatAwqpgQtZskUgPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J { position:relative;display:block; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J { background-color: transparent; background-image: none; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container > .video-iframe-container { display: none; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row > .video-iframe-container { display: none; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .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); }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J { border-width: 0; border-radius: 0; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TGRG1InTnIgN9w7ka5vICgp65t7sW8wn { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:7.5rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpgVPnRhiZ6iJdxcKxgMTMc3kdgeUhXD { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.625rem;left:56.375rem;display:block; }
#AU9fUk1IOM5Tv3e66PIoqWGnDeuhH9SX { position:absolute;display:block;z-index:15036;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.125rem;left:43.875rem;display:block; }
#EoSVaGSUn8hZGbGcXG4UiMUiZJdwkquX { position:absolute;display:block;z-index:15033;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.125rem;left:31.375rem;display:block; }
#ssbuRfzd4rkMaWFO9vfcTTNaOTqLenVh { position:absolute;display:block;z-index:15037;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:8.125rem;left:18.875rem;display:block; }
#SXQUs80PstcAD4uJX6eM7qRCmEa4bTpM { position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.625rem;left:17.6875rem;display:block; }
#A9nVi9Vonai5oQ1PGrSd7LgooI9w5iFC { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25rem;width:25rem;top:12.125rem;left:7.5625rem;overflow:hidden;display:block; }
#HVd5TWUBunDHhX3msnTOFpggZ7akBMRp { box-sizing:content-box;height:25rem;width:24.9375rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:12.0625rem;left:42.5rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#RuPoUvoVEqaNgGUkrkGLKpygfOftoZhg { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.375rem;width:14.75rem;top:14.0625rem;left:47.6875rem;overflow:hidden;display:block; }
#FFg61Jqv45tBtaZpVWiyMasoZC5XdTUw { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:24.5625rem;left:44.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeW3hJAAvE0XrBQZJPvFH3snOeOHOy5v { background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(42,41,40,0.46) ;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:16.0625rem;height:3.625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:29.5rem;left:47rem;display:block; }
#Su2N5Tq9WKl44L4vTBd752u8sX4ZG2Dq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Psa15FgHEJNZdreIBuFOCzLHJXF6eo1L { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#dDdLMdKVN9USMbvATV4spV1txcMcSGrL { position:absolute;display:block;z-index:15017;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:8.5rem;left:10.125rem;display:none; }
#ER5gpe4RpZLCo244paWqU783M0elRtho { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:7.9375rem;left:1.0625rem;display:none; }
#LvvTPW10iLiwL9au7fL5ZZhHCVRCvTz7 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:8rem;left:9rem;display:none; }
#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF { position:relative;display:block; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF { background-color: transparent; background-image: none; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container > .video-iframe-container { display: none; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row > .video-iframe-container { display: none; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .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); }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF { border-width: 0; border-radius: 0; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TeUPBVyrcGZv0zN5LVcfN3hL94AKArOT { box-sizing:content-box;color:#f8d214;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.9375rem;left:37.5rem;display:none; }
#OOCMk45TWfGe8shOh94vgtfWtVpeudVX { box-sizing:content-box;color:#f8d214;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:3.9375rem;left:37.5rem;display:none; }
#mT7OGLOnZJvBLKKnGidFO3605z3Q8gsS { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uWmL0HcQC6wkZXhFV7ucOmHy9gUJAgyK { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:39rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cibMuMhtJDxXHxBxOlDlV0PDHzu1VXr1 { box-sizing:content-box;color:#000000;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:6.375rem;left:36.1875rem;display:block; }
#WQ9NRJNwdLLRKkClPQ9PQtnTvfpZRp09 { box-sizing:content-box;color:#000000;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:3.8125rem;left:36.0625rem;display:block; }
#LSwFGO8BRC57yNT1bTKkfB3GtVB64hcb { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.625rem;left:0rem;display:block; }
#kJJX76VplK4Nl4tD4dLoJcu2PMceaTZa { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:17.9375rem;top:1.125rem;left:55.875rem;display:block; }
#UmDoSLXOnT1TZVfRwDRz8BhxdKp6mVuh { position:absolute;display:block;z-index:15017;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:1.125rem;left:37.5625rem;display:block; }
#t1vuBOndvahUHGCA0nK6Aa7eMNuz9NQL { position:absolute;display:block;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:1.125rem;left:19.25rem;display:block; }
#N0LXVdxGyFiKMSCb2xp6DemQpuZrlZTA { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:1.125rem;left:1.125rem;display:block; }
#RqP6sm73pvw2yUw1ZBz3EQyZiqZ0AGgt { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.625rem;left:73.875rem;display:block; }
#UWlpaU1CtyzpxszW2y0LDHKdzNnS9U1S { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:1.125rem;left:1.125rem;display:none; }
#Uv7CtdoBwJgu3tTJcwbEpffdNPZbLi0P { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.3125rem;top:1.125rem;left:1.125rem;display:none; }
#iWm64b3HuJZMM7lcQzaaTufAxBsaz7lm { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.625rem;left:0rem;display:none; }
#r1JvnOC8s19ZbDx4vSSf3viQPJRuui5t { color:#000000;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4rem;left:39rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LoxTNvTxKUEItAkV21UGJyJGsBLTfzC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:3rem;left:27.25rem;overflow:hidden;display:block; }
#ugGxs5OJQ7iHaJrWPbRNpnO6bAzm7EFz { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.6875rem;width:6.625rem;top:2.875rem;left:27.25rem;display:block; }
#MfRgTJTnF3GTLfZtZoLXUEa9TCDJGCyi { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO { display:block; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQcloAR45QbhBZDT0wfXyp5wFThRXFC8 { top:0.8125rem;left:32.6875rem;width:7.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNgFN5CF7lFh5zgdDBv33xzcUe1dwQMU { top:1.9375rem;left:26.5rem;width:21.25rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDxV9mDJzqgCcffpDIuGIOsqThv4zAI2 { top:1.5625rem;left:26.375rem;width:21.375rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgSBV0KMLX8N0JdLGDW6yIvnbIzV7TPZ { top:0.5rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW { display:block; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQz3GMHx3iNrNJXFXPgfJvt0b3aeTAeC { width:44.0625rem;height:3.625rem;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTT2GMTVTHsLtkwaiH3cdbIFBpJHZSq { width:27.3125rem;height:14.5rem;top:4.4375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deENkrMzobQrT0I8cNqERarRznhWvglV { width:41.0625rem;height:6.8125rem;top:9.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op5NR9pROIAhAibyDtfWR25ZhdBpA4Ik { width:18.0625rem;height:6rem;top:22.5rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlQhFBFqk3PkfduwqoXPNxG64SPbphU6 { width:20rem;height:7rem;top:30.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhGVf11vAPJ5h3FQotDhlqr3pocpObqx { width:20rem;height:11rem;top:44.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhSaoT1cLTfAyluv7eSkoSUbxmwUHwyn { width:26.0625rem;height:14.403167270344rem;top:24.5625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-regular-label { width:27.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-textarea { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.0625rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE  { width:27.625rem;height:auto;top:8.5625rem;left:8.8124980926512rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .radio-container { width:27.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE {display:block;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE { width:27.625rem;height:auto;top:8.5625rem;left:8.8124980926512rem; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #APTwhOxfuow8X2eIFZILHxX13srpcoJn {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #XXfCUIgXGGyrUgwFZnAeFNeNpfLWLo6r {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #CJ6NiHbheweizTdDdyJe1O5QW30Onupt {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #I6qPly457FWKLu6SOTiO0wCKimK5Idf0 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #h1w14k0teT57cCTBH3Ts3bmN35p4iWRw { display:block; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #VygbTD9ls6fDt1Ldnt84PiH069TZ3Sec {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HrXsGnJmVH3vCLdPiZsKxnDLLXW4Hbqz {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #BK4oOmqgDk8ITC5Fv1gwCRAPUwSCQgFi {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #JJy18tUWZDr73XE35GCOqO5fgi3UMXHr {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #MZTGqOpf0ywdw8xAF8vyadT2NULv3otF {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #edPmymf6QQNQaUO5wbNeDXhRCgcKqFfI {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #vC1r2A2s5FPNTFsDCZ6qBmOKXdCsRSPh {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #NS4gPFm94Mo1oT7B6kVdqZdMbBwFnFft {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #ckpoae0C6aCfD89InycixrefItTosUm1 { display:block; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HxEIyKluTo0fM0ADkZuP7butEwxcVQ3q {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #hOMndzLGW05Ptz8tV2issh7RzCpa8XKV {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #gDU3feCexUDvA5cKzMZU59NDVwqc7s1a {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #SesOR5JWcHAG2mUIewW0l4fZJeH4hSG8 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #GE1ULdEoq6Ul2EJtZWLVUXUGUiDzRyl3 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #Mc827MoI96UuBP856HyufGTAFnTwli5s {  }
 }@media only screen and (max-width: 763px) { #i2Il5Wsps6qfllFaKkJHmGrWVNOC768W { top:19.4375rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvbawJbZT2xLT1pKsLnt4OBzLfPE7WBT { top:45.625rem;left:0rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTFstqU1iaRmx5bf58O77wU23f2CG8Dp { width:19.9375rem;height:33.25rem;top:32.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #In9CBbaXEyG89620OcVolF3D1PKs5QQc { width:38.9375rem;height:2.0625rem;top:19.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUqTpMU13huTHkfKOW2qZagSgaodwTfN { width:17.5rem;height:3.4375rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNqOMRvd8TTFoafCGciRItZAX30lve2P { display:block; }
 }@media only screen and (max-width: 763px) { #NLvAdboBZraUy7MHNzHB3CHpttqJ26Ub { width:38.9375rem;height:2.1875rem;top:25.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP8lryHnlUMQ1vTuHxV6GXFfhhC5mWMf { top:61.3125rem;left:0rem;width:20.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4bCbs6UeFi2vCP5Q9vvbumgTR7nabvW { top:62.25rem;left:8.3125rem;width:22.8125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0wHrGwHr6LXvB6tAJF4NUbEosz1T4V { top:72.5rem;left:8.1875rem;width:23.125rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVXzdRsANH53GQDNaMKoFqr7ZsHL5HA3 { top:72.5625rem;left:0rem;width:20.875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roq49z9of0hJBLAppSTQylho9n9Vy6SZ { top:8.0625rem;left:2.1875rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6WUtPqr9sNo7FzvESzQm1NkRuJKnKbF { top:15.9375rem;left:0rem;width:9.5625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAzcU5DSQ8fiE4w11ovAt0BDQe9nKK6 { width:44.0625rem;height:1.8125rem;top:56.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLgyg7F1G8ugxwTCu52HRBMuzrWJCR8 { top:61.3125rem;left:6.5625rem;width:22.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSpBaWkGQ2RRU2tGW2lz1UkpezVlwRv5 { top:70.625rem;left:0rem;width:22.1875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1m6HlDVLM06gzqvXZVQlVuDy55VF8Zm { top:58.75rem;left:0rem;width:11.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUddo0KxWiRrhQw40ZtEJJgydkZpHmE { top:58.25rem;left:15.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTcapAiZFiE3TRFU6rIk80kXdvXou8zi { top:58.75rem;left:3.125rem;width:11.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phs2Dhp7lcbhaWER9Oao1B46XK7wu7ok { top:62.9375rem;left:20.5rem;width:27.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { display:block; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { width:47.75rem;height:34.125rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTGb2by5qOSk4itQAzOvFFM4CMwNASF { top:7.9375rem;left:0rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZLQ6dLJ5Nq2kSDqpXl5upT0rC7Uq672 { width:19.0625rem;height:43.875rem;top:2.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #whTTuhNXBAh5qMbloOG7M2JgGRphS3gx { display:block; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFcRrLTW3POnTyb83TpmuJLb5wAuSnSm { top:14.5rem;left:17.75rem;width:30rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArOnLdgrIPcTXLqVgQCU3cUksoK2cf8E { top:13.8125rem;left:0rem;width:39.6875rem;height:40.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnXfTb8OQTtoirr2ktTdVpHM2iXFOlmO { top:4rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqoUBTOrOKtzt17VV93Hpn2CpM1FNklK { top:13.8125rem;left:15.9375rem;width:31.6875rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwZZ0DyU3c3TytOiFXm0u9KUCXT80T98 { top:8.5rem;left:14.625rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XONo9XJ92kwpB7TFQR88t8BTNnbFInKy { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFu17n2eQEdLip2M0qmL6bMJXgwbPQog { top:8.5rem;left:29.4375rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edbneuN2GWkQR73ILfpogVTMa2pD458L { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgwpO2wA4dlSbA5aH2GtnHDiEx5b3Mo { top:8rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPRJ4oO7PgZ6HcxpbgnzRuqvRGuxTTxM { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1v14Q7KgE6S0O5sppQbNhoTif8Ltc31 { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E03z1JbqpByMe3tWAmH0F2pRu6Jmebv6 { top:8.9375rem;left:0rem;width:19.5625rem;height:71.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN { display:block; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOhKryzTwIaAtyJyCOKlXC1JwL0gciWS { top:4.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Q9GfBv2vtkvd0HZbqTVATxdhNSSZGg { top:10.5625rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5rG9nS8FrKVssS4T5vrDDtu9nXu9Bx { top:10.5625rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4DdBUSBAZmaekxD9SZQAIK79l5w271 { top:10.0625rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNL3o5Xfe5WKso6CIaseac2brvd3yyou { top:10.5625rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5voEthA6u1CKxxTuD3dDMo4wUVkxra { top:10.0625rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaUkTLJm0l0QnlDFkTIw0CubqvilZwri { top:46.5rem;left:30.25rem;width:17.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQKKyUzCSGz4ht9aeTqhmuGSctPR6ugR { top:54.25rem;left:31.1875rem;width:16.5625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv9JBbEO2LbUvGbAx6ZKna6C6DggPb3x { top:51.4375rem;left:16.25rem;width:15.625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2C7T6yTKkMNbqqA93ldXf0hoiMH7ihR { top:47.8125rem;left:15.1875rem;width:17.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9Pdll7BWT5GTzdQObfBsZ8unEgSAulU { top:50.4375rem;left:37.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRW2K369foqqTHw8DgN6feu2EJPomhJp { top:50.4375rem;left:40.6875rem;width:6.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFghKKUUZet5clvWm7nJng3TJkgG7RQV { top:49.3125rem;left:0rem;width:17.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3RrFDbJIW5ShidWfdqkhAOyU1tz8KaG { top:52.875rem;left:0rem;width:16.25rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #samoCfpWS5iciELVTmKnSrZAJHUpAmB6 { top:50.625rem;left:1.1875rem;width:11rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqfS28tKETDVJIc5Vmh4AEnCs2kqoeqk { top:48.125rem;left:19.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8EqtmnGHLTACi8XkhWfOznC8Isyzgx { top:48.9375rem;left:22.625rem;width:5.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepVAmZ15ITtynd8IQu1Q6WlvzAKMsE3 { top:47.8125rem;left:31.3125rem;width:16.4375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcD3LLHKwSTzQzZKl5nrR7cB2PNZ1mcf { top:28.375rem;left:0rem;width:17.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn3ZJrHE6OgCsFEF7cCRXI4WfsdxQrSM { top:28.375rem;left:15.0625rem;width:17.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxolznRbTRTy31JD1MMMW5srXEXB5FZo { top:31.9375rem;left:0rem;width:14.6875rem;height:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLsTxwn6rgUR15Uh2wC7EqGeppG6rS7 { top:31.875rem;left:32.25rem;width:15.5rem;height:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AaQoh5wrAmB6T4KT0lGbvOv8CSQtqA { top:31.875rem;left:15.8125rem;width:15.9375rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDvtNAwdHRfUlSaP2aT7cqldTCXExhet { top:28.375rem;left:30.25rem;width:17.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0EoITE1T7OATft42U2qT9chxBCiN0I { top:49.8125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq6e1hO4nvF3wE1ywLJl3ZiaDBxAerw2 { top:29.625rem;left:3.875rem;width:5.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ZPyrvouLXvTB4D7CKbH5tyNnlpJ7cC { top:28.8125rem;left:0.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkOv53kVWuEuH854EtkbFKySticLEdDx { top:29.5625rem;left:39.625rem;width:8.125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdu9I6Tonho7EVfnDTJOD66zSKGeMAwN { top:28.75rem;left:37rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq6fhhkFOqacHsRek7CLEKq1WCdz7G88 { top:29.4375rem;left:23.1875rem;width:4.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwSobgZV1I7yACf3buTtuzh5D6Rvat6l { top:28.875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5gDsl5xOBpRkeBx7i3RoyUss1xiVeOp { top:18.6875rem;left:0rem;width:15.5rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtBFNCaitZiftvnsvEGsmTyOugxVVBAv { top:19.8125rem;left:15.8125rem;width:16rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkmVwHVTVxrqHUUDu3xVc4ehsKT0QqEt { top:18.6875rem;left:32.8125rem;width:14.9375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMx0k5Q2Z5lXV1H7tEdATcCHkIJwroB { top:15.3125rem;left:0rem;width:17.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAr6Jf5qnCH64pSq71w9dXsnTrNCJ1T { top:15.5625rem;left:15.3125rem;width:17.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUU8LTD4a1fviJpwRSRgVP98w882QRgP { top:15.3125rem;left:30.25rem;width:17.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2DATtKUUFbOJ0feuKdlDwQGa8kBPDmM { top:15.8125rem;left:19.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8xZ3c8IKOvytmMx1atQt7OMGyB1sktr { top:16.375rem;left:3.6875rem;width:6.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwVHcZZacSMU1Rk6iZwGTItB9bLXoeZN { top:15.5625rem;left:0.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk8M3iDgIHNnFyo297z8p2tAEiUHltpA { top:16.75rem;left:23.0625rem;width:4.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT12esbmRUKlAXMPGPItfLB1mbhq0X78 { top:16.375rem;left:40.4375rem;width:7.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK0iuv5IKBdzePNkBSkeXn2Da671MyKT { top:15.625rem;left:37.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQUUwAidtBxixfzKQ9HOhGSogoRfTPIx { width:37.25rem;height:5.25rem;top:72.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwC0ZBHJBwS4sHZi5H0qa8DPer3SzMi3 { display:block; }
 }@media only screen and (max-width: 763px) { #VorgCmfMnFRhHdXGiTPfvTTKblz7v71n { top:74.9375rem;left:41.8125rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCsG8JOyB1fmqWFH1yPgDRXpJT1Hp8Le { top:74.9375rem;left:41.8125rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mie5QctIlT0t5q4FmCBRVDeqD1aqVKdd { top:74.9375rem;left:42.4375rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyyc0Wk4owR0hXTRhiFa54wf59vmDXcT { top:74.9375rem;left:0.25rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2KGFurK017xy6nvG8pTwri96sltLpuT { top:74.9375rem;left:0rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCAmvx5MsfJlAcazVtDvBvvkz7vnIssB { top:74.9375rem;left:0rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6t6Ta490TeByzAaPwAvgxQqqaHhtzTM { top:74.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvo0qPqgnABsT0ROF9UJlveMveMAUNTE { top:74.375rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8NK6O8UuDNCDbON2kKBP7XOxm8Acy7P { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cno7iuhT4Ko70cv6xtT46wE8ETDL7h3I { top:10.25rem;left:9.3125rem;width:6.5625rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVExTTFsgtezNZ8eZU6G3GW4Lq68VBKA { top:5.3125rem;left:0rem;width:18.375rem;height:5.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 { display:none; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pcK72q4kQKvi5rWSb4Mw4vySa6pfF6ch { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze98AhD39XTDahBhE86XobN7TxC6bCE6 { top:10.25rem;left:9.3125rem;width:6.5625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1E7hZS7urCzUqTcisqCpMDOMUL2ZUZZ { top:12.5625rem;left:0.375rem;width:15.5rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9BrSBlwwo9XxQTq1EBPQn4tiT7ApDoQ { top:9.4375rem;left:9.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUkrXTb9L26Ea1C2VpeUM2vBPCLKfmOO { top:13.6875rem;left:15.75rem;width:16rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUCpEVacstLIbMT2nT1yaZSDA2zxVlV2 { top:9.6875rem;left:19.8125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6e9MrvMc0mMXBRHlUsNTl0xSuZh44xO { top:10.625rem;left:22.9375rem;width:4.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF3FOB4xWVpe0xvBi23Pmmr3aIlIVmNn { top:44.5rem;left:4.875rem;width:11rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJBTKlvX5e4B1JI9GMnUIZ52CSu3xuMF { top:43.6875rem;left:7.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkTRtDln33QppLtbsx2JmP1ygxMwN5F4 { top:46.75rem;left:0rem;width:16.25rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9cQMsZIfiiB3VwxPoWAgdkNOl7TER9h { top:10.25rem;left:31.75rem;width:7.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUs3oDlk6n7iqZNTtngwF5SByyxfg1GU { top:9.5rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRFGR8e2CVIGuvtO2tG1HutZs0BWhbOR { top:12.5625rem;left:16.8125rem;width:14.9375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfQ8S9f38fte54L3Hv6duGFiqwNbLgLE { top:23.5rem;left:10.25rem;width:5.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRcATIPwJTCTlbsPRRprRfIVDZVbT6N { top:22.6875rem;left:9.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1eWWMHJrHz64hJPa6EgRdC9UwTiyTx2 { top:25.8125rem;left:1.1875rem;width:14.6875rem;height:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7UT5EOS0vWGqAZpAbqyDJaILH9xOTIV { top:23.4375rem;left:31.75rem;width:8.125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaRCQ74yWU85wqbOAWB0SzTIPFgNHlm { top:22.625rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTTGauE77BZsXcMdKXSVLqMaC1nhJcX { top:25.75rem;left:16.25rem;width:15.5rem;height:10.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcVFevTN9cywlRQleU1OadUQE1h10PZs { top:25.75rem;left:15.8125rem;width:15.9375rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXo7ko8smXobCt7cMEzukUyeCwdahDIa { top:23.3125rem;left:23.0625rem;width:4.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIu4Dv0l04RnARzOQx2zn0epdpqH4Mol { top:45.3125rem;left:16.125rem;width:15.625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC5ZZW2R3rE7rVTl4LF5H10v7HWcaTXa { top:42rem;left:19.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaInrTE9xLkI7rypcehGAeLTwx0wf9Xt { top:42.8125rem;left:22.5rem;width:5.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqLLkkX10K80ffGdIaCIylDog1sQet1 { top:41.6875rem;left:15.3125rem;width:16.4375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUmHAEGq9lztarsphcQ5EfR4H1pSxVLU { top:44.3125rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxzg7BC5ZrENZolanQ0TVmXRozibzoT { top:44.3125rem;left:31.75rem;width:6.5625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPepp0bzkqwByGS1QTMrc8NuaZgQ9y2h { top:48.125rem;left:15.1875rem;width:16.5625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgEg4z8UtsCIXZwSLgzySce2CmZtdRkl { top:41.5rem;left:27.625rem;width:20rem;height:8.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUmN8E2SEtX3THhLexU0uxNTOhgoCkD9 { top:5.3125rem;left:0rem;width:18.375rem;height:5.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXwDQwER6qMAU14LcivRlvtBcyiz4dO7 { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAL3eBJD9sbwLBSNzTxOITAHq4GD0QKt { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTwkVGDmNEgfL4ZAEPofpxsVPIeqaPPc { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHpwycVDGppzlbQV2KBV6vc1gyEuECkJ { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH4nHr2Vnb6VlxfTNgwKEcfZ8mqxEH3H { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyEUHos4sGSqrwdrVlXqZScv1fokd28W { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vW5bfTPrusB7QnL1mX4Eg8P7SKCZhGy3 { top:28.75rem;left:28.375rem;width:19.25rem;height:7.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AROaQbPW7NUesxxSGrw8IALSmIK3Qg9i { top:46.125rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NruqstswJx4VkFkAg2enaQ0JAHBpsf6h { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIX2vReVa0zRefW7vhWU5RDBWFdWmuCS { top:46.25rem;left:11.9375rem;width:19.8125rem;height:10.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ebz549r14k1OdINSDnAElmXlWobtRK67 { top:43rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJRVsPTZD82TOhA7pUqWIaOMv08iFm8d { top:9.1875rem;left:0rem;width:17.25rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN8ru4cHoUkkx7oz3AuLtUz3SLOLguwr { top:9.4375rem;left:14.25rem;width:17.25rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZqByNWhvZmL39KP9pqU52iDQsP99qsv { top:9.1875rem;left:14.25rem;width:17.25rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOmFlDncXnn0F7s0vQ4mFPFE81Fl7hZr { top:22.25rem;left:0rem;width:17.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ4ufELPHqyMTrtR1x6UTbfoiD2SwN9y { top:22.25rem;left:14.25rem;width:17.25rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngheFwyCTgydIq71r4tmwlWKUdUVtglf { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #N0PAG7i3wxKrRspa5P1Iz4iw7QEDwxbw { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OE7U1svW18LVo2zS7CxDk45gkC3WrHKE { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GW61FrMHKETL0tPIB5sVsetgGphgWRLX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Iclmf48emJVPiFwSDqdTAfFHfh9tAgqq { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Gt1eZQeb0MmgkBHe63o3RniyOnifF4sI { top:28.8125rem;left:0rem;width:18.4375rem;height:10.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCJrKViE7GMrWpwhkqQV2OS6lr66OFHD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #et5e5MB80pap50FdE5mB6vJDdPXVkdMT { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #LQJCsaTcxpbCOOUNyaXMOWL0IOrVD7O6 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #n2MSwNTDhPDe79dAWaJhDTvFKbJayxwn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hg7fs8uhEq9qKK73FaNvfC551NlECoqI { top:22.25rem;left:14.25rem;width:17.25rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wET0Xdalk6UkP5UXohS3S6KTCP59ctF5 { top:43.1875rem;left:0rem;width:17.25rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2BqNhyNB5gN3X48ZnaTENe6t7CCxer { top:41.6875rem;left:14.25rem;width:17.25rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX07tBbL0KppnyaZ8m13wwQdAf4XKUVm { top:40.375rem;left:14.25rem;width:17.25rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6IiHbLefIHqF54303XHpButOXsRR8qE { top:28.8125rem;left:13.625rem;width:18.125rem;height:10.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2cd3DruW7ShCE3FFLLwC6H6Ao8qM4mT { top:16.0625rem;left:27.625rem;width:20rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTkFIz4TBvn2oABgBQsBNfXAyT4RcEPO { top:22.75rem;left:19.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8g52FI2NGLphil7FGxgX8IMQTDiHyCC { top:6.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKl3N4hoKmNB2Db4yvR3rTReepNVXnBQ { top:3.75rem;left:0rem;width:20rem;height:6.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pILsIHG6Q6sfMHfIorINWhs341G9CnJa { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6keksAQ6Vd7gnd8AAvTRRI4GNUlQKmd { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #usE3ukQ51JMB9dJi1fLT1XITwpgXFoo2 { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoEzrsWrakudU9rywumXx88yKMOIeOtL { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2r54QpAPSWizdxqefD5ONMUFFuFFT9y { width:37.25rem;height:5.25rem;top:72.375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hC9ebdvoBOpx3O78WS3z0eNmRfGPZkxE { display:block; }
 }@media only screen and (max-width: 763px) { #kOUTCsffAssFqwZbvA0qDe2D2F302eTI { display:block; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROl6oQJNih3zrHnd1uEIezEvJIQPq4Kh { top:4rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK4HEwxQf6nnTKc5XSK45wTZIraDhdCm { top:9.75rem;left:0rem;width:19.0625rem;height:50.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibtepRUf52F3NftClVtKa54sUCHUR4oc { width:47.75rem;height:4.375rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0GlZ2dbBECbD6mZkzgC5bApJwuo7TuU { top:66.75rem;left:18rem;width:29.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miZrfvVJHMlf5FoWDiRiQEOr9l4h6NZA { top:50.5rem;left:18.125rem;width:29.5rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrCu72eJurDmu2wKOhSg5EgyHubylPp { top:66.5rem;left:0rem;width:29.625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk4xbPhIG8DibHytTiyHWlBpBCNB92mG { top:50.5rem;left:0rem;width:29.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St3DdsVr2cVkiCVunDPpiPrUWi8d6TfI { top:68.8125rem;left:0rem;width:26.1875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGZQvcnqUnq0dyhzskaCac1ClR9Ne2SL { top:35.625rem;left:0rem;width:29.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #balz9gqzGFRPP0EtcuIzoh4ETQIyafHF { top:37.25rem;left:0rem;width:26.75rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7kvOPw10HeKlCbmo1fQVDK1Gf1br0dM { top:36.5rem;left:29.75rem;width:18rem;height:9.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukfGmUdiz7zFvTgDw8iFr7ameg4b0kPT { top:35.625rem;left:18rem;width:29.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUqL0PhJaA8NGeDAsTGga1klOfTtvcqo { top:37rem;left:20.3125rem;width:27.4375rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTUZoOwDP3iyfL6GEBcQxry10rN257m { top:20.75rem;left:0rem;width:29.5rem;height:17.124842688678rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyiR3Nog8HkZEdWJNZGxeHBXVmDlirgG { top:20.75rem;left:18.1875rem;width:29.4375rem;height:24.759871682691rem;display:block; }
 }@media only screen and (max-width: 763px) { #znW60vCqByyIIdcperwcsr4vy1AmRHs0 { top:69rem;left:22.0625rem;width:25.6875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa00790ySLrWTBC47We2JN0FsWhJAFnQ { width:19.9375rem;height:8.75rem;top:9.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #odU8Ak0OlKqxOJuNReSyXrpw1LLhwSl8 { top:66.4375rem;left:31.75rem;width:16rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF1TkOpHbWxDR16KCS5owsKnH2flonO6 { top:6.875rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOoefkyOneDaTPk2wNM9Eku1ZlWnFwvd { top:7.375rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU6XDdGbvSIT1lbo19iu2JfPVTPaPuA1 { top:7.375rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSflm3i6LtyLTa8lCpFAg4Un76lwbqR9 { top:7.375rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhy14lKcMILe8Z8z0dGB9qb6zukohxkv { top:6.875rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr8XGqnTQN26e76WEN03l8O3QcgnkfW { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLqNCL6PL39klJpAOM1E109cK0d1tvKh { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ochTHv7AS587TsnBOhy3dSfIciLblngg { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLpuqEPEiqJoZycF9S8XRw4PaNWHebRB { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 { display:block; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWaKGCLqcR5zmqRKpysoIpTFAm3Xl9SP { top:4.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu28U9IIJmcgWJTNoZVhxK2DduTciA30 { top:14.375rem;left:0rem;width:22.25rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcTaqcTkLpRNNdkdiOMObOsaOgZaTb0 { top:13.4375rem;left:0rem;width:24.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrO48eLWPT30J7GtnCMyVNixT7TpNcK { top:7.5625rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkU2TteHEtIv1PqatI5Tm2DOyELV34wD { top:8.0625rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfp9b4RefcnSlNQGuJR3MVD8dthUJTI { top:8.0625rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI76087qneSaaSeEgVTtxkwd1DGVwFne { top:8.0625rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3alnB1epPA9NirM0pPAPVaQGJTvIWs4 { top:7.5625rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egAJrnI8OMZBxHLm35pGiJ1Lb1gzTTWT { top:14.25rem;left:25.5rem;width:22.25rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5pccR8s4ZvtuAVy2Q9rDzC68LdW7efH { top:13.3125rem;left:23rem;width:24.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms5mfSwB6EPp8IRctisA26pgcVissD7R { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPRMwbohiXhvFB8GfIoi78eNBbBRpfEt { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGi8cxXTN8l4tJnLgz79sXXXnWcItbyp { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrSzkLp6DVxshihZIGZeQOEDeDHloHsz { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aR269tvcKpnxnAzWD9EHiTiT7PlVgSop { display:block; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEvpM4XT84GTzAJCxrmXV2aXZ1B2ryph { top:4.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphsXTEMDlqeGDKGpJgpCgZfnp1A9VTX { top:15.75rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvpqR7xUfTWIS3xRNwcXypqExA3VOcyF { top:19.5rem;left:8.25rem;width:30.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQvPZ3rgrBy7UZqxaqbCZ0koyXRSdE42 { top:22.1875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoDCtIkTqacxFQiBLkShm0yyV9x1qFuz { top:16.375rem;left:21.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfzFqZNIxIIw0MBFyTbDvtcGhevBq244 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #legTQIhWw0gVib7HNQ8PmKSLWhTPlUPU { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XWX9BTcd43zpp3oE1tw8rpyVT5W9iXck { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MTAL3pW1D0fSNGkeZxzTI2sbHA4Qo3UM { top:2.625rem;left:0rem;width:20rem;height:10.125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPMZ25okpI5ys0c7CkxIun2evr5iAlpe { top:10.9375rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAtafR0VS650RciiLwq8KNWed7bP3oqT { top:11.4375rem;left:14.75rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMcryUk9G2wcESFaaVuyTO82PVpiJuVm { top:11.4375rem;left:0rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs1zoBPW7zDUZv3OJnlTia0tqeCvXyat { top:11.4375rem;left:29.4375rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSrw4IdRqLRH05POx6zDbgzdUJMWTv8u { top:10.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPbNzepqMpTHgwfCbqcZIEmQ95AAS09t { top:33.375rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwEZv9H1vGO8OEU3lcIHwCTq7MTKCtrS { top:39.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSozVycOIzZwSWLDUEdx0Ey12Lgi0mv { top:37.125rem;left:8.25rem;width:30.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZTFPEX4yEyPFESXrEMIs0P3qNCVqdc { top:34rem;left:21.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcyUdnTd23LzBXrxZpRhn93GEJSO7hx8 { top:49.625rem;left:0rem;width:47.75rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abLUwEWfDqI4fGOn0L4TIQk7NKiVflx6 { top:56.0625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qcKDOFwMZqtnEL0VwVDJTm7hRlTW8r { top:53.375rem;left:8.25rem;width:30.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irED3G4GUUHSxgBxrDQTbTltLUv0NN7f { top:50.25rem;left:21.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB9AWuGV5d3qpndhsXEQgqHBfQQmTxH1 { width:37.25rem;height:5.25rem;top:69.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9O4BLmabfFXp5futlpCyTKuiHT2NVyX { display:block; }
 }@media only screen and (max-width: 763px) { #J5nqFJwgTMMSsTUeyCoCccDUqJa0QfVp { top:72.375rem;left:39.3125rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLfEiRPqFLv72oyGNxLkaNc1EXuoFVRS { top:72.375rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maTVz6b9idfOcAp046KMouMHI2fOxiSl { top:72.375rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM39IKMX5gGLkpOxPWNLpD72mmcOM4ZX { top:71.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITASi7DQT3emtBhWzp1VG6GzusKiOuvP { top:72.375rem;left:39.3125rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzsI8VzToOJBkuTTBMxedOLognxH3z1p { top:71.875rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyX8WO2BZyaHfrJqknO7tLH7EGwZ9dnu { width:37.25rem;height:5.25rem;top:72.375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfeWkutfX9zqfWRlHil1TQUnMDpZlLSR { display:block; }
 }@media only screen and (max-width: 763px) { #SAiI8niTFa3SIwdvTeHv9oEDsabOcba5 { top:23.875rem;left:0rem;width:19rem;height:20.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6i8qbRXuKCWn5WSmAxfvTxP2Gr25Q43 { top:52.5625rem;left:0rem;width:19rem;height:15.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXWbf8FWdPkX0zTc75PU7bC68RHk38wI { top:77.25rem;left:0rem;width:19rem;height:13.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #etrqgJdFe7lupe7J3Xtt7D2KLUzylfJ7 { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAnSwqOfB1QWRwPPCOmexMknvK1bcSCm { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hcf57TrAA5VuOkOxECuxonekbvulSOLR { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT5MHDXAnW0nDvM83Tp8AwbM6st4HWeB { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw { display:block; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtvJh5qsFX5vtKMBRXWKf6gnMmJgzan6 { top:4.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htRi95LdUG5ONayTip3UOBQ1V4qQzzZi { top:11.5rem;left:0rem;width:24.25rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7V9fHVXAAoWAeQIax3HckLCQLkluRF { top:12.75rem;left:0rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmHAqv3NcluDmcFqA6I3IqXz1qtPmaPH { top:17.6875rem;left:0rem;width:19.5625rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbbqlOcOBeBeXm5sBKPBae2QUi6huBx { top:23.625rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvd3ntdioTvGcI6CTghye7Oby3rHTAIV { top:11.5rem;left:11.625rem;width:24.25rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqD6NrCUWcGAT7B2CBtc1IQBDHnVTC4v { top:17.6875rem;left:14.125rem;width:19.5625rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9yAAPNLeeM0MdHnQ6sevWmFNEAnxQZ { top:23.625rem;left:13.25rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1OBOma6oBmC5Hopy2VTvin9ZHLHrqa4 { top:12.75rem;left:21.4375rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVcy3BisSUuuTV3lTTSHv14hXRynDe8F { top:11.5rem;left:23.25rem;width:24.25rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcqwz1vlXfSzhwZ8EOfFKwCZp8xWIe2a { top:23.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhEDo5DXdWFv9LThLo8gQrulkmNlTvxy { top:17.6875rem;left:28.1875rem;width:19.5625rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUtTmg8W6OrbsdlTik6pc5QQ3ihH6sdr { top:12.75rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbFfUGo1yC5cbPNysH4ukVXdMZREpJ6M { top:7.5625rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afBTMfFcc9TTFP6A5XsiR2GEN1yW9I6Z { top:8.0625rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpBdR63nGZEcfzTsRgzRfeI4fqPZwE5i { top:8.0625rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1bXIrgB6tK8IVbe47fCVykXe03emTZ { top:8.0625rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUbkApkccWlaSwfGpeFdkVAugCapspEp { top:7.5625rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTSLdp9zV4XXIxRsQUsfNBVtwSR5DbFT { top:23.625rem;left:0rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfuU2TWyVV5LQ6DR4aBld4ZOouxMR8Zg { top:23.625rem;left:13.25rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #us4sEOVCvOt39MH5RGu9ysQ5ypiSuW1M { top:23.625rem;left:26.5rem;width:21.25rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElFHTJTZGyv4heFuZghonquHIv1KGnt9 { top:77.0625rem;left:15.5625rem;width:32.1875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx4Tb5c2UTpFm1AkdlcSvTRLcZ1vmiRh { top:77rem;left:0rem;width:32.1875rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZHFvTFI60LOG3dl1gopTLTalz4BcNJ { top:53.5rem;left:0rem;width:32.1875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuRCdmlHanhRaN9zqfCDM7ODMWQAVQl1 { top:53.5625rem;left:15.5625rem;width:32.1875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shL60LW3kPbIK1hWI3okJJKBAKfqBsRW { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDRhSdKfzuAmq6kiAnELwLUuoLu1VKcT { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xf53DCmAzUBCgzcP9orDnK3mTWc8SUGJ { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwEk37vZxhChIlg0OZMXFMdmE67NgeMR { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPIiSA6f3T80WfDI6a5bePR370TiPF4N { display:block; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlG1DuIWZC3iHUaCSx4bxZxnpz2BFsOP { top:11.375rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLxmJAkcApXLC4AGD8AhKC8LhVbPvwAS { top:4.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmwLVxkGrWmC7O99dbxTa2UpUI9V12iW { top:7.5625rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv6oNva1dQGOwMyPklzt0WOQ1DdmBA5F { top:8.0625rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsxmULoMNuWgSacUg2wbwm4QPaP1Z29V { top:8.0625rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrBW9zdV6nZIDk9gXnWyo6PECEFoovTT { top:8.0625rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptPmhv7dfc6M5QXxulAQMlK6gA2X1TsM { top:7.5625rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub814AbKM64XPgWt2zOJkdsHJh3DTHM1 { top:29.625rem;left:0.34375rem;width:47.0625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8zCVshHoRxlHOMpxaotaWfqmHLV9hcv { top:28.4375rem;left:0rem;width:47.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbdl7dasCLv6N12olbcqBGRux6qkXyiG { width:37.25rem;height:5.25rem;top:62.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgpLxvWLKnL43RKKJKOzQsyJqTrJQ8a2 { display:block; }
 }@media only screen and (max-width: 763px) { #hP3BM9JIuFx58cqTR6mdqlprsofqZrXb { top:64.5rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg1vgTKxBAT3tp7q4pQTUkxWRnDvoydL { top:65rem;left:39.3125rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpg0wCozRyVMsdo5G0bdDvxbeGGzcBzU { top:65rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVPfboQB8fKLVLR6ZryQwruXfAwDGSF { top:65rem;left:39.3125rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4zx4tITtm3qUTkooUZiPA2UqqyCGxpx { top:65rem;left:0rem;width:8.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSfG1ucKdN8cfnModZ9pnt2ZwMPNGpR { top:64.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXHXE7uDeKDNiXsgkmqMqIrwZ3IxURcP { top:9.375rem;left:0rem;width:18.6875rem;height:28rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nglQ6w5AkUd03QabfNynVudWAskfEK2q { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuHxhfbrxn7lReWdy9ZsU63v3tI4Awga { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #woeIFJ4pBAVAdS4L2AEHTnoTeHhfUqRk { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qgX6bAIJM6FmetPPvvzy9g4EE6q69SMn { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FVxIwvJskDg19ZvgqNPDDIxtTEt7Tcqd { width:37.25rem;height:5.25rem;top:72.375rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUOsBJXTTGZxCabTatAwqpgQtZskUgPp { display:block; }
 }@media only screen and (max-width: 763px) { #Xi31HyTZL9lTF856Ot33DOtoPwXDR15J { display:block; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRG1InTnIgN9w7ka5vICgp65t7sW8wn { top:3.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpgVPnRhiZ6iJdxcKxgMTMc3kdgeUhXD { top:7.625rem;left:42.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9fUk1IOM5Tv3e66PIoqWGnDeuhH9SX { top:8.125rem;left:30.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoSVaGSUn8hZGbGcXG4UiMUiZJdwkquX { top:8.125rem;left:17.75rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssbuRfzd4rkMaWFO9vfcTTNaOTqLenVh { top:8.125rem;left:5.25rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXQUs80PstcAD4uJX6eM7qRCmEa4bTpM { top:7.625rem;left:4.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9nVi9Vonai5oQ1PGrSd7LgooI9w5iFC { top:12.125rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVd5TWUBunDHhX3msnTOFpggZ7akBMRp { top:12.0625rem;left:22.6875rem;width:24.9375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPoUvoVEqaNgGUkrkGLKpygfOftoZhg { top:14.0625rem;left:33rem;width:14.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFg61Jqv45tBtaZpVWiyMasoZC5XdTUw { top:24.5625rem;left:26.9375rem;width:20.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeW3hJAAvE0XrBQZJPvFH3snOeOHOy5v { width:16.0625rem;height:3.625rem;top:29.5rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2N5Tq9WKl44L4vTBd752u8sX4ZG2Dq { display:block; }
 }@media only screen and (max-width: 763px) { #Psa15FgHEJNZdreIBuFOCzLHJXF6eo1L { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDdLMdKVN9USMbvATV4spV1txcMcSGrL { top:8.5rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ER5gpe4RpZLCo244paWqU783M0elRtho { top:7.9375rem;left:0rem;width:3.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvvTPW10iLiwL9au7fL5ZZhHCVRCvTz7 { top:8rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF { display:block; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeUPBVyrcGZv0zN5LVcfN3hL94AKArOT { top:1.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOCMk45TWfGe8shOh94vgtfWtVpeudVX { top:3.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT7OGLOnZJvBLKKnGidFO3605z3Q8gsS { top:13.4375rem;left:0rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWmL0HcQC6wkZXhFV7ucOmHy9gUJAgyK { top:7rem;left:25.375rem;width:13.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cibMuMhtJDxXHxBxOlDlV0PDHzu1VXr1 { top:6.375rem;left:22.5625rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ9NRJNwdLLRKkClPQ9PQtnTvfpZRp09 { top:3.8125rem;left:22.4375rem;width:2.625rem;height:2.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSwFGO8BRC57yNT1bTKkfB3GtVB64hcb { top:0.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJJX76VplK4Nl4tD4dLoJcu2PMceaTZa { top:1.125rem;left:29.8125rem;width:17.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDoSLXOnT1TZVfRwDRz8BhxdKp6mVuh { top:1.125rem;left:23.9375rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1vuBOndvahUHGCA0nK6Aa7eMNuz9NQL { top:1.125rem;left:5.625rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LXVdxGyFiKMSCb2xp6DemQpuZrlZTA { top:1.125rem;left:0rem;width:18.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqP6sm73pvw2yUw1ZBz3EQyZiqZ0AGgt { top:0.625rem;left:46.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWlpaU1CtyzpxszW2y0LDHKdzNnS9U1S { top:1.125rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uv7CtdoBwJgu3tTJcwbEpffdNPZbLi0P { top:1.125rem;left:0rem;width:18.3125rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWm64b3HuJZMM7lcQzaaTufAxBsaz7lm { top:0.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1JvnOC8s19ZbDx4vSSf3viQPJRuui5t { top:4rem;left:25.375rem;width:6.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoxTNvTxKUEItAkV21UGJyJGsBLTfzC3 { top:3rem;left:13.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugGxs5OJQ7iHaJrWPbRNpnO6bAzm7EFz { top:2.875rem;left:13.625rem;width:6.625rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRgTJTnF3GTLfZtZoLXUEa9TCDJGCyi { top:11.0625rem;left:0rem;width:10.8125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row > .video-iframe-container { display: none; }#zkBgGe00XG6bNlCQde6TAS9NgIHnIi3c > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO { display:block; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO { border-width: 0; border-radius: 0; }#mKbteaMoKQASDCVVVOAKQaABZ2hMGaqO > .row .container { width:20rem;height:6.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQcloAR45QbhBZDT0wfXyp5wFThRXFC8 { width:3.8125rem;height:3.625rem;top:1.5625rem;left:4.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pNgFN5CF7lFh5zgdDBv33xzcUe1dwQMU { width:11.1875rem;height:2.47411875rem;top:2.125rem;left:8.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDxV9mDJzqgCcffpDIuGIOsqThv4zAI2 { top:1.625rem;left:8.5rem;width:11.4375rem;height:3.25rem;z-index:14999;border-top:0.125rem solid #234e87;border-left:0;border-right:0;border-bottom:0.125rem solid #234e87;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kgSBV0KMLX8N0JdLGDW6yIvnbIzV7TPZ { width:4.875rem;height:4.875rem;top:0.9375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW { background-color:#ffffff;background-image:none;display:block; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { background-color: transparent; background-image: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container > .video-iframe-container { display: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row > .video-iframe-container { display: none; }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .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); }#ZfpmiET97P7wROffyp7Bx7V1mSDcb7VW > .row .container { width:20rem;height:139.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQz3GMHx3iNrNJXFXPgfJvt0b3aeTAeC { width:19.5625rem;height:3.9375rem;top:1.373046875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMTT2GMTVTHsLtkwaiH3cdbIFBpJHZSq { height:9.75rem;width:17.4995rem;top:26.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deENkrMzobQrT0I8cNqERarRznhWvglV { width:16.9375rem;height:3.67480625rem;top:6.125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op5NR9pROIAhAibyDtfWR25ZhdBpA4Ik { width:18.062125rem;height:0;top:13.413279056549rem;left:0.96796873211862rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #tlQhFBFqk3PkfduwqoXPNxG64SPbphU6 { width:19.9991875rem;height:0;top:41.310935974121rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #GhGVf11vAPJ5h3FQotDhlqr3pocpObqx { width:19.125rem;height:0;top:38.875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #EhSaoT1cLTfAyluv7eSkoSUbxmwUHwyn { height:9.75rem;width:17.499625rem;top:85.562101364138rem;left:1.1742186844349rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;color:#ffffff;display:block; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-input-button { width:9.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]:-moz-placeholder { color:#ffffff; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]::-moz-placeholder { color:#ffffff; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto;color:#000000;text-align:justify;text-align-last:initial; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE  { width:17.125rem;height:auto;top:61.875rem;left:0rem; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE {display:block;}#MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE { width:17.125rem;height:auto;top:36.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #APTwhOxfuow8X2eIFZILHxX13srpcoJn {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #XXfCUIgXGGyrUgwFZnAeFNeNpfLWLo6r {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #CJ6NiHbheweizTdDdyJe1O5QW30Onupt {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #I6qPly457FWKLu6SOTiO0wCKimK5Idf0 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #h1w14k0teT57cCTBH3Ts3bmN35p4iWRw { display:block; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #VygbTD9ls6fDt1Ldnt84PiH069TZ3Sec {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HrXsGnJmVH3vCLdPiZsKxnDLLXW4Hbqz {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #BK4oOmqgDk8ITC5Fv1gwCRAPUwSCQgFi {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #JJy18tUWZDr73XE35GCOqO5fgi3UMXHr {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #MZTGqOpf0ywdw8xAF8vyadT2NULv3otF {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #edPmymf6QQNQaUO5wbNeDXhRCgcKqFfI {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #vC1r2A2s5FPNTFsDCZ6qBmOKXdCsRSPh {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #NS4gPFm94Mo1oT7B6kVdqZdMbBwFnFft {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #ckpoae0C6aCfD89InycixrefItTosUm1 { display:block; }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #HxEIyKluTo0fM0ADkZuP7butEwxcVQ3q {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #hOMndzLGW05Ptz8tV2issh7RzCpa8XKV {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #gDU3feCexUDvA5cKzMZU59NDVwqc7s1a {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #SesOR5JWcHAG2mUIewW0l4fZJeH4hSG8 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #GE1ULdEoq6Ul2EJtZWLVUXUGUiDzRyl3 {  }
 }@media only screen and (max-width: 763px) { #MmPTf9GJa2q3T5LTZ0TARcno7rErsmRE #Mc827MoI96UuBP856HyufGTAFnTwli5s {  }
 }@media only screen and (max-width: 763px) { #i2Il5Wsps6qfllFaKkJHmGrWVNOC768W { width:2.5rem;height:2.5rem;top:11.125rem;left:1.875rem;font-size:1.75rem;color:#fecd1a;display:block; }
 }@media only screen and (max-width: 763px) { #LvbawJbZT2xLT1pKsLnt4OBzLfPE7WBT { width:0.625rem;height:0.625rem;top:54.6875rem;left:9.65625rem;font-size:0.4375rem;color:#194e97;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #rTFstqU1iaRmx5bf58O77wU23f2CG8Dp { width:19.9980625rem;height:0;top:33.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #In9CBbaXEyG89620OcVolF3D1PKs5QQc { width:14.625rem;height:4.19970625rem;top:11.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUqTpMU13huTHkfKOW2qZagSgaodwTfN { width:17.5rem;height:3.4375rem;top:19.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNqOMRvd8TTFoafCGciRItZAX30lve2P { display:block; }
 }@media only screen and (max-width: 763px) { #NLvAdboBZraUy7MHNzHB3CHpttqJ26Ub { width:20rem;height:1.8374rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP8lryHnlUMQ1vTuHxV6GXFfhhC5mWMf { width:20rem;height:9.8203592814369rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4bCbs6UeFi2vCP5Q9vvbumgTR7nabvW { width:20rem;height:7.3424657534244rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0wHrGwHr6LXvB6tAJF4NUbEosz1T4V { width:20rem;height:8.3243243243244rem;top:119.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVXzdRsANH53GQDNaMKoFqr7ZsHL5HA3 { width:20rem;height:9.0419161676644rem;top:109.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roq49z9of0hJBLAppSTQylho9n9Vy6SZ { width:14.1875rem;height:14.1875rem;top:9.7998046875rem;left:5.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #r6WUtPqr9sNo7FzvESzQm1NkRuJKnKbF { width:10.375rem;height:0.25rem;top:9.6123046875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAzcU5DSQ8fiE4w11ovAt0BDQe9nKK6 { width:20rem;height:3.32421875rem;top:81.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLgyg7F1G8ugxwTCu52HRBMuzrWJCR8 { width:20rem;height:15.75rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSpBaWkGQ2RRU2tGW2lz1UkpezVlwRv5 { width:20rem;height:18.5625rem;top:108.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1m6HlDVLM06gzqvXZVQlVuDy55VF8Zm { width:13.625rem;height:0.1875rem;top:85.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUddo0KxWiRrhQw40ZtEJJgydkZpHmE { width:0.9375rem;height:0.9375rem;top:116.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTcapAiZFiE3TRFU6rIk80kXdvXou8zi { width:11.9375rem;height:0.1875rem;top:85.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phs2Dhp7lcbhaWER9Oao1B46XK7wu7ok { width:20rem;height:20rem;top:118.8125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi { display:block; }#Ora9yeV0EvKodQmeRbXCSTsVAaNrNfPi > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbMAbLMG6LnTBf0BeitaeWrcOoeJxUos { width:19.0625rem;height:0;top:1.2499976158142rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNTGb2by5qOSk4itQAzOvFFM4CMwNASF { width:3.75rem;height:0.1875rem;top:4.623046875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZLQ6dLJ5Nq2kSDqpXl5upT0rC7Uq672 { width:19.0625rem;height:43.875rem;top:2.5615234375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #whTTuhNXBAh5qMbloOG7M2JgGRphS3gx { display:block; }#whTTuhNXBAh5qMbloOG7M2JgGRphS3gx > .row .container { width:20rem;height:102.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFcRrLTW3POnTyb83TpmuJLb5wAuSnSm { width:12.0625rem;height:15.625rem;top:83.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArOnLdgrIPcTXLqVgQCU3cUksoK2cf8E { width:19.5625rem;height:0;top:9.2rem;left:0rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bnXfTb8OQTtoirr2ktTdVpHM2iXFOlmO { width:20rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ffffff;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #pqoUBTOrOKtzt17VV93Hpn2CpM1FNklK { width:12.9375rem;height:16.5rem;top:82.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwZZ0DyU3c3TytOiFXm0u9KUCXT80T98 { width:18.3125rem;height:0.1875rem;top:15.8875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XONo9XJ92kwpB7TFQR88t8BTNnbFInKy { width:6.25rem;height:0.1875rem;top:7.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFu17n2eQEdLip2M0qmL6bMJXgwbPQog { width:18.3125rem;height:0.1875rem;top:7.875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #edbneuN2GWkQR73ILfpogVTMa2pD458L { width:0.625rem;height:0.625rem;top:7.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgwpO2wA4dlSbA5aH2GtnHDiEx5b3Mo { width:0.9375rem;height:0.9375rem;top:8rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPRJ4oO7PgZ6HcxpbgnzRuqvRGuxTTxM { width:6.25rem;height:0.1875rem;top:7.625rem;left:10.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #M1v14Q7KgE6S0O5sppQbNhoTif8Ltc31 { width:0.625rem;height:0.625rem;top:7.3125rem;left:16.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #E03z1JbqpByMe3tWAmH0F2pRu6Jmebv6 { width:19.5625rem;height:71.75rem;top:8.94921875rem;left:0rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN { display:none; }#WuDWXlIXdFpmIGmVekrO7WJGUeEKLOCN > .row .container { width:20rem;height:115.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pOhKryzTwIaAtyJyCOKlXC1JwL0gciWS { width:14.8125rem;height:12.1875rem;top:2.625rem;left:2.5937501192093rem;font-size:1.5625rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q1Q9GfBv2vtkvd0HZbqTVATxdhNSSZGg { width:12.5rem;height:0.1875rem;top:10.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq5rG9nS8FrKVssS4T5vrDDtu9nXu9Bx { width:12.5rem;height:0.1875rem;top:17.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ4DdBUSBAZmaekxD9SZQAIK79l5w271 { width:0.9375rem;height:0.9375rem;top:13.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNL3o5Xfe5WKso6CIaseac2brvd3yyou { width:12.5rem;height:0.1875rem;top:16.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH5voEthA6u1CKxxTuD3dDMo4wUVkxra { width:0.9375rem;height:0.9375rem;top:21.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaUkTLJm0l0QnlDFkTIw0CubqvilZwri { width:17.25rem;height:20.8125rem;top:46.5rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQKKyUzCSGz4ht9aeTqhmuGSctPR6ugR { width:16.5625rem;height:auto;top:54.25rem;left:1.6875rem;font-size:1rem;line-height:1.4;color:#194e97;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Gv9JBbEO2LbUvGbAx6ZKna6C6DggPb3x { width:15.625rem;height:auto;top:51.4375rem;left:2.1875rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #V2C7T6yTKkMNbqqA93ldXf0hoiMH7ihR { width:17.25rem;height:16.75rem;top:47.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9Pdll7BWT5GTzdQObfBsZ8unEgSAulU { width:3.125rem;height:3.125rem;top:50.4375rem;left:8.4375rem;font-size:2.1875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eRW2K369foqqTHw8DgN6feu2EJPomhJp { width:6.5625rem;height:0;top:50.4375rem;left:6.6875rem;font-size:1.25rem;line-height:1.3;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aFghKKUUZet5clvWm7nJng3TJkgG7RQV { width:17.25rem;height:10.625rem;top:49.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y3RrFDbJIW5ShidWfdqkhAOyU1tz8KaG { width:16.25rem;height:auto;top:52.875rem;left:1.875rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #samoCfpWS5iciELVTmKnSrZAJHUpAmB6 { width:11rem;height:0;top:50.625rem;left:4.5rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MqfS28tKETDVJIc5Vmh4AEnCs2kqoeqk { width:3.125rem;height:3.125rem;top:48.125rem;left:8.4375rem;font-size:2.1875rem;color:#2cafe0;display:none; }
 }@media only screen and (max-width: 763px) { #MF8EqtmnGHLTACi8XkhWfOznC8Isyzgx { width:5.125rem;height:0;top:48.9375rem;left:7.4375rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aepVAmZ15ITtynd8IQu1Q6WlvzAKMsE3 { width:16.4375rem;height:0;top:47.8125rem;left:1.75rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FcD3LLHKwSTzQzZKl5nrR7cB2PNZ1mcf { width:17.25rem;height:18.1875rem;top:28.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn3ZJrHE6OgCsFEF7cCRXI4WfsdxQrSM { width:17.25rem;height:16.5625rem;top:28.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxolznRbTRTy31JD1MMMW5srXEXB5FZo { width:14.6875rem;height:auto;top:31.9375rem;left:2.625rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AOLsTxwn6rgUR15Uh2wC7EqGeppG6rS7 { width:15.5rem;height:auto;top:31.875rem;left:2.25rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #T2AaQoh5wrAmB6T4KT0lGbvOv8CSQtqA { width:15.9375rem;height:auto;top:31.875rem;left:2rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #iDvtNAwdHRfUlSaP2aT7cqldTCXExhet { width:17.25rem;height:15.0625rem;top:28.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL0EoITE1T7OATft42U2qT9chxBCiN0I { width:3.125rem;height:3.125rem;top:49.8125rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #Aq6e1hO4nvF3wE1ywLJl3ZiaDBxAerw2 { width:5.625rem;height:0;top:29.625rem;left:7.1875rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #b8ZPyrvouLXvTB4D7CKbH5tyNnlpJ7cC { width:3.125rem;height:3.125rem;top:28.8125rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #hkOv53kVWuEuH854EtkbFKySticLEdDx { width:8.125rem;height:0;top:29.5625rem;left:5.9375rem;font-size:1.25rem;line-height:1.4;color:#050505;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #Pdu9I6Tonho7EVfnDTJOD66zSKGeMAwN { width:3.125rem;height:3.125rem;top:28.75rem;left:8.4375rem;font-size:2.1875rem;color:#2cafe0;display:none; }
 }@media only screen and (max-width: 763px) { #Fq6fhhkFOqacHsRek7CLEKq1WCdz7G88 { width:4.375rem;height:0;top:29.4375rem;left:7.8125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #mwSobgZV1I7yACf3buTtuzh5D6Rvat6l { width:3.125rem;height:3.125rem;top:28.875rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #E5gDsl5xOBpRkeBx7i3RoyUss1xiVeOp { width:15.5rem;height:auto;top:18.6875rem;left:2.25rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EtBFNCaitZiftvnsvEGsmTyOugxVVBAv { width:16rem;height:0;top:19.8125rem;left:2rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LkmVwHVTVxrqHUUDu3xVc4ehsKT0QqEt { width:14.9375rem;height:auto;top:18.6875rem;left:2.5rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yNMx0k5Q2Z5lXV1H7tEdATcCHkIJwroB { width:17.25rem;height:10.3125rem;top:15.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuAr6Jf5qnCH64pSq71w9dXsnTrNCJ1T { width:17.25rem;height:8.5625rem;top:15.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUU8LTD4a1fviJpwRSRgVP98w882QRgP { width:17.25rem;height:8.9375rem;top:15.3125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2DATtKUUFbOJ0feuKdlDwQGa8kBPDmM { width:3.125rem;height:3.125rem;top:15.8125rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #a8xZ3c8IKOvytmMx1atQt7OMGyB1sktr { width:6.5625rem;height:0;top:16.375rem;left:6.6875rem;font-size:1.25rem;line-height:1.4;color:#070707;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dwVHcZZacSMU1Rk6iZwGTItB9bLXoeZN { width:3.125rem;height:3.125rem;top:15.5625rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #qk8M3iDgIHNnFyo297z8p2tAEiUHltpA { width:4.9375rem;height:0;top:16.75rem;left:7.5rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FT12esbmRUKlAXMPGPItfLB1mbhq0X78 { width:7.3125rem;height:0;top:16.375rem;left:6.3125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zK0iuv5IKBdzePNkBSkeXn2Da671MyKT { width:3.125rem;height:3.125rem;top:15.625rem;left:8.4375rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #RQUUwAidtBxixfzKQ9HOhGSogoRfTPIx { width:19rem;height:5.25rem;top:19rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwC0ZBHJBwS4sHZi5H0qa8DPer3SzMi3 { display:block; }
 }@media only screen and (max-width: 763px) { #VorgCmfMnFRhHdXGiTPfvTTKblz7v71n { width:5.9375rem;height:0.1875rem;top:74.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCsG8JOyB1fmqWFH1yPgDRXpJT1Hp8Le { width:5.9375rem;height:0.1875rem;top:74.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #mie5QctIlT0t5q4FmCBRVDeqD1aqVKdd { width:5rem;height:0.1875rem;top:74.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyyc0Wk4owR0hXTRhiFa54wf59vmDXcT { width:5rem;height:0.1875rem;top:74.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2KGFurK017xy6nvG8pTwri96sltLpuT { width:5.9375rem;height:0.1875rem;top:74.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCAmvx5MsfJlAcazVtDvBvvkz7vnIssB { width:5.9375rem;height:0.1875rem;top:74.9375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6t6Ta490TeByzAaPwAvgxQqqaHhtzTM { width:0.9375rem;height:0.9375rem;top:74.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvo0qPqgnABsT0ROF9UJlveMveMAUNTE { width:0.9375rem;height:0.9375rem;top:74.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8NK6O8UuDNCDbON2kKBP7XOxm8Acy7P { top:-17.1875rem;left:-39.03125rem;width:20rem;height:9.875rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cno7iuhT4Ko70cv6xtT46wE8ETDL7h3I { width:7.5rem;height:1.75rem;top:-6.9375rem;left:-21.78125rem;font-size:1.25rem;line-height:1.4;color:#070707;font-weight:400;font-style:normal;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VVExTTFsgtezNZ8eZU6G3GW4Lq68VBKA { width:18.375rem;height:5.949225rem;top:-1.125rem;left:-34.59375rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 { background-color:#ffffff;background-image:none;display:block; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container { background-color: transparent; background-image: none; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container > .video-iframe-container { display: none; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row > .video-iframe-container { display: none; }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .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); }#Do3w44hcwIsTecofOgCI2XkTV2DMMUC6 > .row .container { width:20rem;height:136.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcK72q4kQKvi5rWSb4Mw4vySa6pfF6ch { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Ze98AhD39XTDahBhE86XobN7TxC6bCE6 { width:7.5rem;height:1.75rem;top:14.1875rem;left:7.8125rem;font-size:1.25rem;line-height:1.4;color:#070707;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i1E7hZS7urCzUqTcisqCpMDOMUL2ZUZZ { width:20rem;height:0;top:6.3895835876462rem;left:0.125rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Z9BrSBlwwo9XxQTq1EBPQn4tiT7ApDoQ { width:2.8125rem;height:2.8125rem;top:37.6875rem;left:4.9375rem;font-size:1.9375rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #WUkrXTb9L26Ea1C2VpeUM2vBPCLKfmOO { width:16.25rem;height:2.9746125rem;top:27.625rem;left:1.875rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uUCpEVacstLIbMT2nT1yaZSDA2zxVlV2 { width:2.8125rem;height:2.8125rem;top:22.5625rem;left:6.4375rem;font-size:1.9375rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #v6e9MrvMc0mMXBRHlUsNTl0xSuZh44xO { width:5.8125rem;height:1.75rem;top:25.3125rem;left:8.8125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dF3FOB4xWVpe0xvBi23Pmmr3aIlIVmNn { width:12.875rem;height:1.75rem;top:86.875rem;left:5.125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FJBTKlvX5e4B1JI9GMnUIZ52CSu3xuMF { width:2.8125rem;height:2.8125rem;top:76.875rem;left:3.0625rem;font-size:1.9375rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #qkTRtDln33QppLtbsx2JmP1ygxMwN5F4 { width:20rem;height:0;top:79.687492370606rem;left:0.0625rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #z9cQMsZIfiiB3VwxPoWAgdkNOl7TER9h { width:8.5rem;height:1.75rem;top:49.125rem;left:7.3125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uUs3oDlk6n7iqZNTtngwF5SByyxfg1GU { width:2.8125rem;height:2.8125rem;top:62.75rem;left:4.5625rem;font-size:1.9375rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #SRFGR8e2CVIGuvtO2tG1HutZs0BWhbOR { width:20rem;height:0;top:42.375rem;left:0.0625rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BfQ8S9f38fte54L3Hv6duGFiqwNbLgLE { width:6.5rem;height:1.75rem;top:57.1875rem;left:8.4375rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BTRcATIPwJTCTlbsPRRprRfIVDZVbT6N { width:2.8125rem;height:2.8125rem;top:47.3125rem;left:5.75rem;font-size:1.9375rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #x1eWWMHJrHz64hJPa6EgRdC9UwTiyTx2 { width:20rem;height:0;top:48.9375rem;left:0rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #u7UT5EOS0vWGqAZpAbqyDJaILH9xOTIV { width:9.5rem;height:1.75rem;top:72.625rem;left:6.8125rem;font-size:1.25rem;line-height:1.4;color:#050505;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #AaaRCQ74yWU85wqbOAWB0SzTIPFgNHlm { width:2.8125rem;height:2.8125rem;top:14.4375rem;left:6.0625rem;font-size:1.9375rem;color:#2cafe0;display:none; }
 }@media only screen and (max-width: 763px) { #PHTTGauE77BZsXcMdKXSVLqMaC1nhJcX { width:20rem;height:0;top:65.562492370606rem;left:0.125rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #bcVFevTN9cywlRQleU1OadUQE1h10PZs { width:18.125rem;height:0;top:24.5625rem;left:1rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FXo7ko8smXobCt7cMEzukUyeCwdahDIa { width:4.9375rem;height:1.75rem;top:33.6875rem;left:9.0625rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OIu4Dv0l04RnARzOQx2zn0epdpqH4Mol { width:19.8125rem;height:0;top:91.999992370606rem;left:0.1875rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yC5ZZW2R3rE7rVTl4LF5H10v7HWcaTXa { width:2.8125rem;height:2.8125rem;top:88.5rem;left:6.1875rem;font-size:1.9375rem;color:#2cafe0;display:none; }
 }@media only screen and (max-width: 763px) { #UaInrTE9xLkI7rypcehGAeLTwx0wf9Xt { width:6.0625rem;height:1.75rem;top:96.6875rem;left:8.5625rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OXqLLkkX10K80ffGdIaCIylDog1sQet1 { width:16.4375rem;height:1.48730625rem;top:112.3125rem;left:2rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MUmHAEGq9lztarsphcQ5EfR4H1pSxVLU { width:3.125rem;height:3.125rem;top:13.5rem;left:4.75rem;font-size:2.1875rem;color:#0087e8;display:block; }
 }@media only screen and (max-width: 763px) { #TLxzg7BC5ZrENZolanQ0TVmXRozibzoT { width:7.8125rem;height:3.25rem;top:114.625rem;left:7.6875rem;font-size:1.25rem;line-height:1.3;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RPepp0bzkqwByGS1QTMrc8NuaZgQ9y2h { width:16.4375rem;height:0;top:110.75rem;left:1.8125rem;font-size:1rem;line-height:1.4;color:#194e97;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #vgEg4z8UtsCIXZwSLgzySce2CmZtdRkl { width:19.1875rem;height:8.92383125rem;top:118.49999809265rem;left:0.40625rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #dUmN8E2SEtX3THhLexU0uxNTOhgoCkD9 { width:18.375rem;height:5.949225rem;top:16.5rem;left:0.8125rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwDQwER6qMAU14LcivRlvtBcyiz4dO7 { width:3.125rem;height:3.125rem;top:24.5625rem;left:5.75rem;font-size:2.1875rem;color:#0087e8;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ZAL3eBJD9sbwLBSNzTxOITAHq4GD0QKt { width:3.125rem;height:3.125rem;top:33.000000953674rem;left:5.9874992370606rem;font-size:2.1875rem;color:#0087e8;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #qTwkVGDmNEgfL4ZAEPofpxsVPIeqaPPc { width:3.125rem;height:3.125rem;top:48.4375rem;left:4.1875rem;font-size:2.1875rem;color:#0087e8;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eHpwycVDGppzlbQV2KBV6vc1gyEuECkJ { width:3.125rem;height:3.125rem;top:56.375rem;left:5.0625rem;font-size:2.1875rem;color:#0087e8;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #kH4nHr2Vnb6VlxfTNgwKEcfZ8mqxEH3H { width:3.125rem;height:3.125rem;top:71.937497138975rem;left:3.7374992370606rem;font-size:2.1875rem;color:#0087e8;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #oyEUHos4sGSqrwdrVlXqZScv1fokd28W { width:3.125rem;height:3.125rem;top:86.18749809265rem;left:2.0499992370606rem;font-size:2.1875rem;color:#0087e8;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vW5bfTPrusB7QnL1mX4Eg8P7SKCZhGy3 { width:18.4375rem;height:8.9238125rem;top:75.0625rem;left:0.8125rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AROaQbPW7NUesxxSGrw8IALSmIK3Qg9i { width:18.5rem;height:4.46191875rem;top:89.3125rem;left:0.75rem;font-size:1.0625rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #NruqstswJx4VkFkAg2enaQ0JAHBpsf6h { width:3.125rem;height:3.125rem;top:95.875rem;left:5.4375rem;font-size:2.1875rem;color:#0087e8;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #oIX2vReVa0zRefW7vhWU5RDBWFdWmuCS { width:19.8125rem;height:10.4111375rem;top:98.9375rem;left:0.1875rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Ebz549r14k1OdINSDnAElmXlWobtRK67 { width:3.125rem;height:3.125rem;top:114.5625rem;left:4.4375rem;font-size:2.1875rem;color:#0087e8;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #LJRVsPTZD82TOhA7pUqWIaOMv08iFm8d { width:17.25rem;height:10.8125rem;top:114.3375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LN8ru4cHoUkkx7oz3AuLtUz3SLOLguwr { width:17.25rem;height:8.875rem;top:146.15rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZqByNWhvZmL39KP9pqU52iDQsP99qsv { width:17.25rem;height:9.125rem;top:176.025rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOmFlDncXnn0F7s0vQ4mFPFE81Fl7hZr { width:17.25rem;height:18.5rem;top:126.4rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xJ4ufELPHqyMTrtR1x6UTbfoiD2SwN9y { width:17.25rem;height:18.5rem;top:156.275rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngheFwyCTgydIq71r4tmwlWKUdUVtglf { top:13.5rem;left:0rem;width:20rem;height:9.875rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #N0PAG7i3wxKrRspa5P1Iz4iw7QEDwxbw { top:24.5rem;left:0rem;width:20rem;height:7rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #OE7U1svW18LVo2zS7CxDk45gkC3WrHKE { top:32.6875rem;left:0rem;width:20rem;height:14.5625rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #GW61FrMHKETL0tPIB5sVsetgGphgWRLX { top:48.4375rem;left:0rem;width:20rem;height:6.8125rem;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #Iclmf48emJVPiFwSDqdTAfFHfh9tAgqq { top:56.375rem;left:0rem;width:20rem;height:14.4375rem;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #Gt1eZQeb0MmgkBHe63o3RniyOnifF4sI { width:18.4375rem;height:10.4111375rem;top:59.5rem;left:0.8125rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rCJrKViE7GMrWpwhkqQV2OS6lr66OFHD { top:71.9375rem;left:0rem;width:20rem;height:12.875rem;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #et5e5MB80pap50FdE5mB6vJDdPXVkdMT { top:85.875rem;left:0rem;width:20rem;height:8.625rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #LQJCsaTcxpbCOOUNyaXMOWL0IOrVD7O6 { top:95.625rem;left:0rem;width:20rem;height:14.5625rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #n2MSwNTDhPDe79dAWaJhDTvFKbJayxwn { top:111.4375rem;left:0rem;width:20rem;height:17.0625rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid #ee202e;border-left:0.0625rem solid #ee202e;border-right:0.0625rem solid #ee202e;border-bottom:0.0625rem solid #ee202e;display:block; }
 }@media only screen and (max-width: 763px) { #hg7fs8uhEq9qKK73FaNvfC551NlECoqI { width:17.25rem;height:15.0625rem;top:152.00000190735rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wET0Xdalk6UkP5UXohS3S6KTCP59ctF5 { width:17.25rem;height:10.625rem;top:172.93750190735rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ2BqNhyNB5gN3X48ZnaTENe6t7CCxer { width:17.25rem;height:16.75rem;top:171.43750190735rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dX07tBbL0KppnyaZ8m13wwQdAf4XKUVm { width:17.25rem;height:20.8125rem;top:170.12500190735rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6IiHbLefIHqF54303XHpButOXsRR8qE { width:18.125rem;height:10.4111125rem;top:36rem;left:0.9375rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #L2cd3DruW7ShCE3FFLLwC6H6Ao8qM4mT { width:20rem;height:2.9746125rem;top:51.5625rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CTkFIz4TBvn2oABgBQsBNfXAyT4RcEPO { width:3.125rem;height:3.125rem;top:152.50000190735rem;left:16.875rem;font-size:2.1875rem;color:#194e97;display:none; }
 }@media only screen and (max-width: 763px) { #f8g52FI2NGLphil7FGxgX8IMQTDiHyCC { width:20rem;height:2.03125rem;top:10.34765625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#ee202e;z-index:15004;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #EKl3N4hoKmNB2Db4yvR3rTReepNVXnBQ { width:20rem;height:5.84911875rem;top:2.1875rem;left:0rem;font-size:1.5rem;line-height:1.3;z-index:15003;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pILsIHG6Q6sfMHfIorINWhs341G9CnJa { width:7.5rem;height:0.1875rem;top:8.5625rem;left:10.125rem;z-index:15021;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q6keksAQ6Vd7gnd8AAvTRRI4GNUlQKmd { width:7.5rem;height:0.1875rem;top:8.5625rem;left:2.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #usE3ukQ51JMB9dJi1fLT1XITwpgXFoo2 { width:0.625rem;height:0.625rem;top:8.1875rem;left:1.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eoEzrsWrakudU9rywumXx88yKMOIeOtL { width:0.625rem;height:0.625rem;top:8.1875rem;left:17.625rem;z-index:15023;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2r54QpAPSWizdxqefD5ONMUFFuFFT9y { width:19rem;height:3.8125rem;top:130.5rem;left:0.5rem;font-size:1rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #hC9ebdvoBOpx3O78WS3z0eNmRfGPZkxE { display:block; }
 }@media only screen and (max-width: 763px) { #kOUTCsffAssFqwZbvA0qDe2D2F302eTI { background-color:transparent;background-image: -webkit-linear-gradient(65deg, #0087e8, #ffffff);background-image: -moz-linear-gradient(65deg, #0087e8, #ffffff);background-image: -ms-linear-gradient(65deg, #0087e8, #ffffff);background-image: -o-linear-gradient(65deg, #0087e8, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e8', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e8', endColorstr='#ffffff' );";background-image: linear-gradient(65deg, #0087e8, #ffffff);background-size:auto !important;display:block; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { background-color: transparent; background-image: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container > .video-iframe-container { display: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row > .video-iframe-container { display: none; }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .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); }#kOUTCsffAssFqwZbvA0qDe2D2F302eTI > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROl6oQJNih3zrHnd1uEIezEvJIQPq4Kh { width:17.8125rem;height:4.0625rem;top:2.5615234375rem;left:1.09375rem;font-size:1.5625rem;line-height:1.3;color:#03172f;font-weight:700;font-style:normal;text-shadow:0rem 0rem 0rem rgba(0,0,0,0.17);display:block; }
 }@media only screen and (max-width: 763px) { #RK4HEwxQf6nnTKc5XSK45wTZIraDhdCm { width:19.0616875rem;height:0;top:8.7597665786744rem;left:0.46757808327675rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ibtepRUf52F3NftClVtKa54sUCHUR4oc { width:19.9991875rem;height:0;top:6.8027210235594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0GlZ2dbBECbD6mZkzgC5bApJwuo7TuU { width:20rem;height:9.1875rem;top:107.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #miZrfvVJHMlf5FoWDiRiQEOr9l4h6NZA { width:19.875rem;height:13.178875rem;top:94.8125rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrCu72eJurDmu2wKOhSg5EgyHubylPp { width:20rem;height:9.375rem;top:83.6875rem;left:0rem;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qk4xbPhIG8DibHytTiyHWlBpBCNB92mG { width:19.875rem;height:13.0945rem;top:72.0625rem;left:0rem;border-top:0.0625rem solid #03172f;border-left:0.0625rem solid #03172f;border-right:0.0625rem solid #03172f;border-bottom:0.0625rem solid #03172f;display:block; }
 }@media only screen and (max-width: 763px) { #St3DdsVr2cVkiCVunDPpiPrUWi8d6TfI { width:19.187125rem;height:6rem;top:85.375rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NGZQvcnqUnq0dyhzskaCac1ClR9Ne2SL { width:20rem;height:13.3125rem;top:31.375rem;left:0rem;background-color:#03172f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #balz9gqzGFRPP0EtcuIzoh4ETQIyafHF { width:19.9991875rem;height:10.5rem;top:33rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7kvOPw10HeKlCbmo1fQVDK1Gf1br0dM { width:18rem;height:0;top:87.996106704713rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ukfGmUdiz7zFvTgDw8iFr7ameg4b0kPT { width:20rem;height:13.625rem;top:56.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eUqL0PhJaA8NGeDAsTGga1klOfTtvcqo { width:18.624625rem;height:10.5rem;top:58.375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JJTUZoOwDP3iyfL6GEBcQxry10rN257m { width:19.875rem;height:11.537125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyiR3Nog8HkZEdWJNZGxeHBXVmDlirgG { width:19.875rem;height:16.75rem;top:46.187110900879rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znW60vCqByyIIdcperwcsr4vy1AmRHs0 { width:17.5625rem;height:6rem;top:108.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#03172f;display:block; }
 }@media only screen and (max-width: 763px) { #xa00790ySLrWTBC47We2JN0FsWhJAFnQ { width:19.9980625rem;height:8.75rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14996;color:#03172f;display:block; }
 }@media only screen and (max-width: 763px) { #odU8Ak0OlKqxOJuNReSyXrpw1LLhwSl8 { width:16rem;height:auto;top:66.4375rem;left:2rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eF1TkOpHbWxDR16KCS5owsKnH2flonO6 { width:0.9375rem;height:0.9375rem;top:21.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOoefkyOneDaTPk2wNM9Eku1ZlWnFwvd { width:12.5rem;height:0.1875rem;top:17.5625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZU6XDdGbvSIT1lbo19iu2JfPVTPaPuA1 { width:12.5rem;height:0.1875rem;top:16.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSflm3i6LtyLTa8lCpFAg4Un76lwbqR9 { width:12.5rem;height:0.1875rem;top:7.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qhy14lKcMILe8Z8z0dGB9qb6zukohxkv { width:0.9375rem;height:0.9375rem;top:13.6875rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWr8XGqnTQN26e76WEN03l8O3QcgnkfW { width:0.625rem;height:0.625rem;top:7.125rem;left:1.75rem;z-index:15027;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqNCL6PL39klJpAOM1E109cK0d1tvKh { width:7.5rem;height:0.1875rem;top:7.4375rem;left:10.125rem;z-index:15025;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ochTHv7AS587TsnBOhy3dSfIciLblngg { width:7.5rem;height:0.1875rem;top:7.4375rem;left:2.625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #QLpuqEPEiqJoZycF9S8XRw4PaNWHebRB { width:0.625rem;height:0.625rem;top:7.125rem;left:17.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 { display:block; }#Z54JxfeSvCIXOPDn4lK0wQT2INWdchV8 > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWaKGCLqcR5zmqRKpysoIpTFAm3Xl9SP { width:14.4375rem;height:4.0625rem;top:2.1875rem;left:2.78125rem;font-size:1.5625rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hu28U9IIJmcgWJTNoZVhxK2DduTciA30 { height:10.1875rem;width:18.25rem;top:9.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKcTaqcTkLpRNNdkdiOMObOsaOgZaTb0 { width:19.75rem;height:11.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElrO48eLWPT30J7GtnCMyVNixT7TpNcK { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkU2TteHEtIv1PqatI5Tm2DOyELV34wD { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOfp9b4RefcnSlNQGuJR3MVD8dthUJTI { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI76087qneSaaSeEgVTtxkwd1DGVwFne { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3alnB1epPA9NirM0pPAPVaQGJTvIWs4 { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egAJrnI8OMZBxHLm35pGiJ1Lb1gzTTWT { height:10.1875rem;width:18.25rem;top:22.96875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5pccR8s4ZvtuAVy2Q9rDzC68LdW7efH { width:19.75rem;height:11.625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms5mfSwB6EPp8IRctisA26pgcVissD7R { width:0.625rem;height:0.625rem;top:6.4375rem;left:17.625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #NPRMwbohiXhvFB8GfIoi78eNBbBRpfEt { width:0.625rem;height:0.625rem;top:6.4375rem;left:1.75rem;z-index:15031;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGi8cxXTN8l4tJnLgz79sXXXnWcItbyp { width:7.5rem;height:0.1875rem;top:6.75rem;left:10.125rem;z-index:15029;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NrSzkLp6DVxshihZIGZeQOEDeDHloHsz { width:7.5rem;height:0.1875rem;top:6.75rem;left:2.625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #aR269tvcKpnxnAzWD9EHiTiT7PlVgSop { display:block; }#aR269tvcKpnxnAzWD9EHiTiT7PlVgSop > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEvpM4XT84GTzAJCxrmXV2aXZ1B2ryph { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:1.25rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QphsXTEMDlqeGDKGpJgpCgZfnp1A9VTX { width:17.25rem;height:10.8125rem;top:114.3375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvpqR7xUfTWIS3xRNwcXypqExA3VOcyF { width:18.5rem;height:2.54980625rem;top:20.474609375rem;left:0.75rem;font-size:1.0625rem;line-height:1.2;color:#03172f;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQvPZ3rgrBy7UZqxaqbCZ0koyXRSdE42 { width:19rem;height:0;top:23.638671875rem;left:0.5rem;font-size:0.875rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PoDCtIkTqacxFQiBLkShm0yyV9x1qFuz { width:3.125rem;height:3.125rem;top:17.349609375rem;left:8.4375rem;font-size:2.1875rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #TfzFqZNIxIIw0MBFyTbDvtcGhevBq244 { top:16.9375rem;left:0rem;width:20rem;height:28.8125rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #legTQIhWw0gVib7HNQ8PmKSLWhTPlUPU { top:47.4375rem;left:0rem;width:20rem;height:22.5625rem;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWX9BTcd43zpp3oE1tw8rpyVT5W9iXck { top:71.625rem;left:0rem;width:20rem;height:20.25rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTAL3pW1D0fSNGkeZxzTI2sbHA4Qo3UM { width:20rem;height:10.15625rem;top:3.0000009536743rem;left:0rem;font-size:1.5625rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rPMZ25okpI5ys0c7CkxIun2evr5iAlpe { width:0.9375rem;height:0.9375rem;top:10.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAtafR0VS650RciiLwq8KNWed7bP3oqT { width:18.3125rem;height:0.1875rem;top:11.4375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SMcryUk9G2wcESFaaVuyTO82PVpiJuVm { width:18.3125rem;height:0.1875rem;top:55.875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hs1zoBPW7zDUZv3OJnlTia0tqeCvXyat { width:18.3125rem;height:0.1875rem;top:11.4375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSrw4IdRqLRH05POx6zDbgzdUJMWTv8u { width:0.9375rem;height:0.9375rem;top:53.4375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPbNzepqMpTHgwfCbqcZIEmQ95AAS09t { width:20rem;height:13.8125rem;top:33.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwEZv9H1vGO8OEU3lcIHwCTq7MTKCtrS { width:19rem;height:0;top:52.5703125rem;left:0rem;font-size:0.875rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #irSozVycOIzZwSWLDUEdx0Ey12Lgi0mv { width:20rem;height:1.2749rem;top:50.5625rem;left:0rem;font-size:1.0625rem;line-height:1.2;color:#03172f;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUZTFPEX4yEyPFESXrEMIs0P3qNCVqdc { width:3.125rem;height:3.125rem;top:71.625rem;left:8.4375rem;font-size:2.1875rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #LcyUdnTd23LzBXrxZpRhn93GEJSO7hx8 { width:20rem;height:15.6875rem;top:49.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #abLUwEWfDqI4fGOn0L4TIQk7NKiVflx6 { width:20rem;height:0;top:77.8125rem;left:0rem;font-size:1rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #N6qcKDOFwMZqtnEL0VwVDJTm7hRlTW8r { width:20rem;height:1.2749rem;top:74.8125rem;left:0rem;font-size:1.0625rem;line-height:1.2;color:#03172f;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irED3G4GUUHSxgBxrDQTbTltLUv0NN7f { width:3.125rem;height:3.125rem;top:47.4375rem;left:8.4375rem;font-size:2.1875rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #PB9AWuGV5d3qpndhsXEQgqHBfQQmTxH1 { width:19rem;height:5.25rem;top:57.3125rem;left:0.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9O4BLmabfFXp5futlpCyTKuiHT2NVyX { display:block; }
 }@media only screen and (max-width: 763px) { #J5nqFJwgTMMSsTUeyCoCccDUqJa0QfVp { width:8.4375rem;height:0.1875rem;top:72.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLfEiRPqFLv72oyGNxLkaNc1EXuoFVRS { width:8.4375rem;height:0.1875rem;top:72.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #maTVz6b9idfOcAp046KMouMHI2fOxiSl { width:8.4375rem;height:0.1875rem;top:72.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SM39IKMX5gGLkpOxPWNLpD72mmcOM4ZX { width:0.9375rem;height:0.9375rem;top:71.8125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITASi7DQT3emtBhWzp1VG6GzusKiOuvP { width:8.4375rem;height:0.1875rem;top:72.375rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzsI8VzToOJBkuTTBMxedOLognxH3z1p { width:0.9375rem;height:0.9375rem;top:71.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyX8WO2BZyaHfrJqknO7tLH7EGwZ9dnu { width:19rem;height:3.8125rem;top:94.0625rem;left:0.5rem;font-size:1rem;z-index:15024;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #AfeWkutfX9zqfWRlHil1TQUnMDpZlLSR { display:block; }
 }@media only screen and (max-width: 763px) { #SAiI8niTFa3SIwdvTeHv9oEDsabOcba5 { width:19rem;height:20.818375rem;top:23.888671875rem;left:0.5rem;font-size:0.875rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #h6i8qbRXuKCWn5WSmAxfvTxP2Gr25Q43 { width:19rem;height:15.91994375rem;top:52.5078125rem;left:0.5rem;font-size:0.875rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TXWbf8FWdPkX0zTc75PU7bC68RHk38wI { width:19rem;height:13.47071875rem;top:77rem;left:0.5rem;font-size:0.875rem;line-height:1.4;color:#3e464c;font-weight:400;font-style:normal;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #etrqgJdFe7lupe7J3Xtt7D2KLUzylfJ7 { width:0.625rem;height:0.625rem;top:13.75rem;left:16.375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #bAnSwqOfB1QWRwPPCOmexMknvK1bcSCm { width:6.25rem;height:0.1875rem;top:14.0625rem;left:3.875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Hcf57TrAA5VuOkOxECuxonekbvulSOLR { width:0.625rem;height:0.625rem;top:13.75rem;left:3.0625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #UT5MHDXAnW0nDvM83Tp8AwbM6st4HWeB { width:6.25rem;height:0.1875rem;top:14.0625rem;left:10.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw { display:block; }#tCvCKZKv98QcnmGrShOMm0b6VtsN9HVw > .row .container { width:20rem;height:142.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtvJh5qsFX5vtKMBRXWKf6gnMmJgzan6 { width:15.375rem;height:2.03125rem;top:2.3124656677246rem;left:2.3125001192093rem;font-size:1.5625rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #htRi95LdUG5ONayTip3UOBQ1V4qQzzZi { width:17.625rem;height:23.8125rem;top:7.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7V9fHVXAAoWAeQIax3HckLCQLkluRF { width:4.9375rem;height:4.9375rem;top:8.25rem;left:7.625rem;font-size:3.4375rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #mmHAqv3NcluDmcFqA6I3IqXz1qtPmaPH { width:17.5625rem;height:3.5rem;top:13.1875rem;left:1.3125rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lpbbqlOcOBeBeXm5sBKPBae2QUi6huBx { width:20rem;height:21.25rem;top:21.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fvd3ntdioTvGcI6CTghye7Oby3rHTAIV { width:17.625rem;height:23.8125rem;top:33.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqD6NrCUWcGAT7B2CBtc1IQBDHnVTC4v { width:19.5625rem;height:3.5rem;top:38.9375rem;left:0.21875rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HX9yAAPNLeeM0MdHnQ6sevWmFNEAnxQZ { width:20rem;height:21.25rem;top:45.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1OBOma6oBmC5Hopy2VTvin9ZHLHrqa4 { width:4.9375rem;height:4.9375rem;top:34rem;left:7.53125rem;font-size:3.4375rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #gVcy3BisSUuuTV3lTTSHv14hXRynDe8F { width:17.625rem;height:23.8125rem;top:59rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcqwz1vlXfSzhwZ8EOfFKwCZp8xWIe2a { width:20rem;height:21.25rem;top:71.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhEDo5DXdWFv9LThLo8gQrulkmNlTvxy { width:19.5625rem;height:3.5rem;top:64.8125rem;left:0.21875rem;font-size:1.25rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUtTmg8W6OrbsdlTik6pc5QQ3ihH6sdr { width:4.9375rem;height:4.9375rem;top:59.875rem;left:7.53125rem;font-size:3.4375rem;color:#db190b;display:block; }
 }@media only screen and (max-width: 763px) { #WbFfUGo1yC5cbPNysH4ukVXdMZREpJ6M { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #afBTMfFcc9TTFP6A5XsiR2GEN1yW9I6Z { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpBdR63nGZEcfzTsRgzRfeI4fqPZwE5i { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te1bXIrgB6tK8IVbe47fCVykXe03emTZ { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUbkApkccWlaSwfGpeFdkVAugCapspEp { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTSLdp9zV4XXIxRsQUsfNBVtwSR5DbFT { width:13.125rem;height:10.6875rem;top:18.625rem;left:3.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #NfuU2TWyVV5LQ6DR4aBld4ZOouxMR8Zg { width:13.125rem;height:10.6875rem;top:44.25rem;left:3.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #us4sEOVCvOt39MH5RGu9ysQ5ypiSuW1M { width:13.125rem;height:10.6875rem;top:70.4375rem;left:3.4375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ElFHTJTZGyv4heFuZghonquHIv1KGnt9 { width:20rem;height:13.281553398058rem;top:127.672875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sx4Tb5c2UTpFm1AkdlcSvTRLcZ1vmiRh { width:20rem;height:13.281553398058rem;top:113.141625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guZHFvTFI60LOG3dl1gopTLTalz4BcNJ { width:20rem;height:13.242718446602rem;top:84.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #DuRCdmlHanhRaN9zqfCDM7ODMWQAVQl1 { width:20rem;height:13.087378640777rem;top:98.8046875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #shL60LW3kPbIK1hWI3okJJKBAKfqBsRW { width:0.625rem;height:0.625rem;top:4.875rem;left:16.375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #FDRhSdKfzuAmq6kiAnELwLUuoLu1VKcT { width:0.625rem;height:0.625rem;top:4.875rem;left:3.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #xf53DCmAzUBCgzcP9orDnK3mTWc8SUGJ { width:6.25rem;height:0.1875rem;top:5.1875rem;left:3.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #lwEk37vZxhChIlg0OZMXFMdmE67NgeMR { width:6.25rem;height:0.1875rem;top:5.1875rem;left:10.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lPIiSA6f3T80WfDI6a5bePR370TiPF4N { display:block; }#lPIiSA6f3T80WfDI6a5bePR370TiPF4N > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlG1DuIWZC3iHUaCSx4bxZxnpz2BFsOP { width:18.6875rem;height:0;top:8.09375rem;left:0rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mLxmJAkcApXLC4AGD8AhKC8LhVbPvwAS { width:20rem;height:2.03125rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XmwLVxkGrWmC7O99dbxTa2UpUI9V12iW { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv6oNva1dQGOwMyPklzt0WOQ1DdmBA5F { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsxmULoMNuWgSacUg2wbwm4QPaP1Z29V { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrBW9zdV6nZIDk9gXnWyo6PECEFoovTT { width:12.5rem;height:0.1875rem;top:8.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptPmhv7dfc6M5QXxulAQMlK6gA2X1TsM { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ub814AbKM64XPgWt2zOJkdsHJh3DTHM1 { height:10.5rem;width:18.9375rem;top:38.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8zCVshHoRxlHOMpxaotaWfqmHLV9hcv { width:19.75rem;height:11.4375rem;top:38.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbdl7dasCLv6N12olbcqBGRux6qkXyiG { width:19rem;height:5.25rem;top:62.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgpLxvWLKnL43RKKJKOzQsyJqTrJQ8a2 { display:block; }
 }@media only screen and (max-width: 763px) { #hP3BM9JIuFx58cqTR6mdqlprsofqZrXb { width:0.9375rem;height:0.9375rem;top:64.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eg1vgTKxBAT3tp7q4pQTUkxWRnDvoydL { width:8.4375rem;height:0.1875rem;top:65rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vpg0wCozRyVMsdo5G0bdDvxbeGGzcBzU { width:8.4375rem;height:0.1875rem;top:65rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwVPfboQB8fKLVLR6ZryQwruXfAwDGSF { width:8.4375rem;height:0.1875rem;top:65rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4zx4tITtm3qUTkooUZiPA2UqqyCGxpx { width:8.4375rem;height:0.1875rem;top:65rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlSfG1ucKdN8cfnModZ9pnt2ZwMPNGpR { width:0.9375rem;height:0.9375rem;top:64.5rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXHXE7uDeKDNiXsgkmqMqIrwZ3IxURcP { width:18.6875rem;height:28rem;top:7.90625rem;left:0.65625rem;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nglQ6w5AkUd03QabfNynVudWAskfEK2q { width:0.625rem;height:0.625rem;top:5.1875rem;left:16.375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #KuHxhfbrxn7lReWdy9ZsU63v3tI4Awga { width:6.25rem;height:0.1875rem;top:5.5rem;left:3.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #woeIFJ4pBAVAdS4L2AEHTnoTeHhfUqRk { width:6.25rem;height:0.1875rem;top:5.5rem;left:10.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #qgX6bAIJM6FmetPPvvzy9g4EE6q69SMn { width:0.625rem;height:0.625rem;top:5.1875rem;left:3.0625rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #FVxIwvJskDg19ZvgqNPDDIxtTEt7Tcqd { width:19rem;height:3.8125rem;top:52.75rem;left:0.5rem;font-size:1rem;z-index:15025;box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.46) ;display:block; }
 }@media only screen and (max-width: 763px) { #yUOsBJXTTGZxCabTatAwqpgQtZskUgPp { display:block; }
 }@media only screen and (max-width: 763px) { #Xi31HyTZL9lTF856Ot33DOtoPwXDR15J { display:block; }#Xi31HyTZL9lTF856Ot33DOtoPwXDR15J > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGRG1InTnIgN9w7ka5vICgp65t7sW8wn { width:20rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lpgVPnRhiZ6iJdxcKxgMTMc3kdgeUhXD { width:0.9375rem;height:0.9375rem;top:7.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU9fUk1IOM5Tv3e66PIoqWGnDeuhH9SX { width:12.5rem;height:0.1875rem;top:8.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoSVaGSUn8hZGbGcXG4UiMUiZJdwkquX { width:12.5rem;height:0.1875rem;top:8.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssbuRfzd4rkMaWFO9vfcTTNaOTqLenVh { width:12.5rem;height:0.1875rem;top:8.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXQUs80PstcAD4uJX6eM7qRCmEa4bTpM { width:0.9375rem;height:0.9375rem;top:7.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9nVi9Vonai5oQ1PGrSd7LgooI9w5iFC { width:14.3125rem;height:14.3125rem;top:10.6875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVd5TWUBunDHhX3msnTOFpggZ7akBMRp { width:14.3125rem;height:14.3125rem;top:26.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPoUvoVEqaNgGUkrkGLKpygfOftoZhg { width:8.4375rem;height:4.75rem;top:28rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFg61Jqv45tBtaZpVWiyMasoZC5XdTUw { width:11.75rem;height:3.25rem;top:33.5625rem;left:4.1875rem;font-size:1.25rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GeW3hJAAvE0XrBQZJPvFH3snOeOHOy5v { width:11.75rem;height:2.5625rem;top:37.8125rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2N5Tq9WKl44L4vTBd752u8sX4ZG2Dq { display:block; }
 }@media only screen and (max-width: 763px) { #Psa15FgHEJNZdreIBuFOCzLHJXF6eo1L { width:0.625rem;height:0.625rem;top:7.375rem;left:16.375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #dDdLMdKVN9USMbvATV4spV1txcMcSGrL { width:6.25rem;height:0.1875rem;top:7.6875rem;left:3.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ER5gpe4RpZLCo244paWqU783M0elRtho { width:6.25rem;height:0.1875rem;top:7.6875rem;left:10.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LvvTPW10iLiwL9au7fL5ZZhHCVRCvTz7 { width:0.625rem;height:0.625rem;top:7.375rem;left:3.0625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF { display:block; }#SBJdwUUN8Bpc4FSWNNvnlXAcRxJC9dkF > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TeUPBVyrcGZv0zN5LVcfN3hL94AKArOT { width:2.1875rem;height:2.1875rem;top:10.625rem;left:2.5625rem;font-size:1.5rem;z-index:15027;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OOCMk45TWfGe8shOh94vgtfWtVpeudVX { width:2.25rem;height:2.25rem;top:12.8125rem;left:2.5625rem;font-size:1.5625rem;z-index:15028;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mT7OGLOnZJvBLKKnGidFO3605z3Q8gsS { width:10.8125rem;height:1.2246125rem;top:13.4375rem;left:5.9375rem;font-size:0.875rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;z-index:15018;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uWmL0HcQC6wkZXhFV7ucOmHy9gUJAgyK { width:10.875rem;height:0;top:7.1875rem;left:5.5625rem;font-size:0.875rem;line-height:1.4;color:#194e97;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cibMuMhtJDxXHxBxOlDlV0PDHzu1VXr1 { width:1.8125rem;height:1.8125rem;top:6.875rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQ9NRJNwdLLRKkClPQ9PQtnTvfpZRp09 { width:1.8125rem;height:1.8125rem;top:5.1124992370606rem;left:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSwFGO8BRC57yNT1bTKkfB3GtVB64hcb { width:0.625rem;height:0.625rem;top:0.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJJX76VplK4Nl4tD4dLoJcu2PMceaTZa { width:17.9375rem;height:0.125rem;top:1.125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmDoSLXOnT1TZVfRwDRz8BhxdKp6mVuh { width:18.3125rem;height:0.1875rem;top:15.8875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1vuBOndvahUHGCA0nK6Aa7eMNuz9NQL { width:18.3125rem;height:0.1875rem;top:15.8875rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0LXVdxGyFiKMSCb2xp6DemQpuZrlZTA { width:5.625rem;height:0.1875rem;top:0.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqP6sm73pvw2yUw1ZBz3EQyZiqZ0AGgt { width:0.9375rem;height:0.9375rem;top:0.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWlpaU1CtyzpxszW2y0LDHKdzNnS9U1S { width:5.625rem;height:0.1875rem;top:0.8125rem;left:7.4375rem;z-index:15018;background-color:#ee202e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Uv7CtdoBwJgu3tTJcwbEpffdNPZbLi0P { width:5.625rem;height:0.1875rem;top:0.8125rem;left:12.875rem;z-index:15019;background-color:#0087e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iWm64b3HuJZMM7lcQzaaTufAxBsaz7lm { width:0.625rem;height:0.625rem;top:0.5rem;left:18.375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #r1JvnOC8s19ZbDx4vSSf3viQPJRuui5t { width:6.125rem;height:auto;top:4rem;left:6.9375rem;font-size:0.875rem;line-height:1.4;color:#194e97;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LoxTNvTxKUEItAkV21UGJyJGsBLTfzC3 { width:6.5625rem;height:6.5625rem;top:3rem;left:6.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ugGxs5OJQ7iHaJrWPbRNpnO6bAzm7EFz { width:6.625rem;height:6.6875rem;top:2.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRgTJTnF3GTLfZtZoLXUEa9TCDJGCyi { width:10.8125rem;height:2.44921875rem;top:11.05078125rem;left:4.59375rem;font-size:0.875rem;line-height:1.4;color:#000000;font-weight:700;font-style:normal;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }