.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #003166, #001d3d);background-image: -moz-linear-gradient(180deg, #003166, #001d3d);background-image: -ms-linear-gradient(180deg, #003166, #001d3d);background-image: -o-linear-gradient(180deg, #003166, #001d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003166', endColorstr='#001d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003166', endColorstr='#001d3d' );";background-image: linear-gradient(180deg, #003166, #001d3d);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#eXdqufTkFV2tKBSFOTciUXDJNPXwC0xa { position:absolute;display:block;z-index:15000;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:22.5rem;width:40rem;top:18.375rem;left:17.5rem;display:block; }
#DzzLLuPXs0dX8NGP8b3osF7QzBpgOwgs { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.640625rem;left:15.21875rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#Llk9NLQpkbWm3sSbrZU3mXCFrISvtyok { background-color:#ae043f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:21.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.5625rem;left:26.875rem;display:block; }
#NZ5PgTTs1HbzUFKHAooTyS7zX8KPvDEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMl6yLQnC7usmVltOy2x236hcCTBeNnV { position:absolute;display:block;z-index:15004;height:4.75rem;width:8.5rem;top:5.3125rem;left:63.1875rem;display:block; }
#JreesJWfB0CMTumTkoGSrhg0JzDeZATH { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.859375rem;left:18.9375rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container { background-color: transparent; background-image: none; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container > .video-iframe-container { display: none; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row > .video-iframe-container { display: none; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .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); }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container { border-width: 0; border-radius: 0; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#HXZf4Se7EP1GVmKUXBB4LkAkeaQSIrka { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;top:1.5rem;left:35.9375rem; }
#HIELwdAOETQFgSiTyOqBHdv7Ae30gHRF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:37.1875rem;width:27.6875rem;top:11.125rem;left:7.5625rem;overflow:hidden;display:block; }
#qRSb93sCOCVBMtrMCX02STucVI05bJ6P { color:#001d3d;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#PtkA1DE4dQS5HR12SCTia6pnr19F4kUb { color:#001d3d;display:block;width:29.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.125rem;left:38.1875rem;height:33.1249875rem;text-align:center;text-align-last:center;display:block; }
#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001d3d;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; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container { background-color: transparent; background-image: none; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container > .video-iframe-container { display: none; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row > .video-iframe-container { display: none; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .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); }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container { border-width: 0; border-radius: 0; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#oAzfGhSsFQ58gX8La2ldFPAtv8W1aliu { color:#f7f9f9;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:11.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container { background-color: transparent; background-image: none; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container > .video-iframe-container { display: none; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row > .video-iframe-container { display: none; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .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); }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container { border-width: 0; border-radius: 0; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#sJy6MPnoh1STduwAQUxIbJBH2msvlPME { color:#001d3d;display:block;width:53.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:10.4375rem;height:24.86546875rem;text-align:center;text-align-last:center;display:block; }
#f5XhdDLQEVpab1KcNu3TQZusOCLzCypG { background-color:#ae043f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:21.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.9375rem;left:26.78125rem;display:block; }
#pE18H1bm5WTy4ew5GEtDkFDsmiNeEzbz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 { 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; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container { background-color: transparent; background-image: none; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container > .video-iframe-container { display: none; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row > .video-iframe-container { display: none; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .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); }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container { border-width: 0; border-radius: 0; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#QoOa4mEzRZ3BpFZdS3SHE8rnzlIfmAFu { 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:10.5625rem;width:28.25rem;top:1.625rem;left:8.4375rem;overflow:hidden;display:block; }
#EX032Uxu2QfUPbFAtCSKka50Evoy8Ctb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff0000;border-left:0.1875rem solid #ff0000;border-right:0.1875rem solid #ff0000;border-bottom:0.1875rem solid #ff0000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.0625rem;top:6.75rem;left:23.125rem;display:block; }
#WTMwBxNfiyo5pOytty6n2NeG5vfcylBT { color:#000000;display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25rem;left:40.5rem;height:1.7068125rem;display:block; }
#KTUrT1DAKGQ1kg13Ep5QActwCOkIR9fa { color:#000000;display:block;width:25.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.625rem;left:40.5rem;height:6.82725rem;display:block; }
#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container { background-color: transparent; background-image: none; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container > .video-iframe-container { display: none; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row > .video-iframe-container { display: none; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .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); }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container { border-width: 0; border-radius: 0; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#f2kEZ22ZCmpgiruL41rpttMkDRWtPGSc { color:#001d3d;display:block;width:53.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:10.875rem;height:17.55209375rem;text-align:center;text-align-last:center;display:block; }
#clBdofphSw3UFNE8XzqTlIHRJcfQwWTS { background-color:#ae043f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:21.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.5625rem;left:27.21875rem;display:block; }
#VqKqmuTkCy7Av1Hr8h6xmZzLI34A4ccB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin { 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; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container { background-color: transparent; background-image: none; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container > .video-iframe-container { display: none; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row > .video-iframe-container { display: none; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .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); }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container { border-width: 0; border-radius: 0; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#qRyQn5hIwiRzIKgwlxmJTDQLcXvUKrZx { position:absolute;display:block;z-index:15000;background-color:transparent;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:15rem;width:15rem;top:6.875rem;left:7.5rem;display:block; }
#KWdx3DzAiTCcpyAJzl91UulB1LWdPlJg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.1875rem;left:12.5625rem; }
#TtIVgxNImhWzT0oy82qAgXwbgn1FTbdk { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.3125rem;left:8.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#yMBy1aGMwG5pEhrrymMPIcREbAT8oF3K { position:absolute;display:block;z-index:15003;background-color:transparent;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:15rem;width:15rem;top:6.875rem;left:22.5rem;display:block; }
#VModnz4p9utkVInALkAk6cWN389cHeZL { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.3125rem;left:23.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#gyvwxlETSb0fa59H31TaDBG8ZCIivkMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.1875rem;left:27.625rem; }
#N0yr1mGBgH5RThBzqJgBUgXWBsETQiLr { position:absolute;display:block;z-index:15006;background-color:transparent;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:15rem;width:15rem;top:6.875rem;left:37.5rem;display:block; }
#KXxiGfSN7qCFIN0wwnrWBeWiR78a8h8h { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:38.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#xktcKfSetuZWv0xgccKzeJIkIelhqRvU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.1875rem;left:42.625rem; }
#iJ8QRGnX1r8AMG8cGe4FqAwOmIx7OPUN { position:absolute;display:block;z-index:15009;background-color:transparent;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:15rem;width:15rem;top:6.875rem;left:52.5rem;display:block; }
#E5piifMAOyAB3lbG5BTFmPMMXsW4ibTS { color:#001d3d;display:block;width:14.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.3125rem;left:52.875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#GJ3esqHfcad3pol1OSTAtGfPT9P8ntoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.1875rem;left:57.625rem; }
#ZavpHvtUEKZIrE5kCkv56IBRddQm7kTT { position:absolute;display:block;z-index:15003;background-color:transparent;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:15rem;width:15rem;top:21.875rem;left:7.5rem;display:block; }
#t7uJMJoLnn3tk1ePZEKHBZJsqsnFqiGL { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.3125rem;left:8.75rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#Fp616V7FgvoiwQa0vFLuUlLNayfmrSCd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:24.1875rem;left:12.625rem; }
#KurJtTIbk6C5609SxsMUqFztBdF6e07X { position:absolute;display:block;z-index:15006;background-color:transparent;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:15rem;width:15rem;top:21.875rem;left:22.5rem;display:block; }
#CCKFEF8GUBVGSe9dHTJ1PC3T71DuhMg5 { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.3125rem;left:23.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#qxbauyzOu7xna0ROg7pUQmcI0SKyszSf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.1875rem;left:27.625rem; }
#ALeswEpIRIQwBbKDhATD9ti2Olkn5ELq { position:absolute;display:block;z-index:15009;background-color:transparent;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:15rem;width:15rem;top:21.875rem;left:37.5rem;display:block; }
#ySZbun0OS50s6gfDN7O5Bi9k2cplnCva { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.3125rem;left:38.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#J4ezzHtKdRBLPuLZ6tWfWQF7GDbH40XS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.1875rem;left:42.625rem; }
#piUWDiOJV7Cip4NlTHGnNbKisKs6qP4h { position:absolute;display:block;z-index:15012;background-color:transparent;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:15rem;width:15rem;top:21.875rem;left:52.5rem;display:block; }
#RTg4IvRD6AszJdqTpSwWhNk1xOerdh4I { color:#001d3d;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.3125rem;left:53.75rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#xdKlWqEAuIhG8pFpuZxUBBfz1N78WZir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.1875rem;left:57.625rem; }
#W3U9Utm5Ct7xZpeVa9CxVO3eXgiMHKTk { color:#002147;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:17.90625rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container { background-color: transparent; background-image: none; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container > .video-iframe-container { display: none; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row > .video-iframe-container { display: none; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .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); }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container { border-width: 0; border-radius: 0; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container { font-size:0.875rem;font-family:arial;height:77.25rem;width:75rem;position:relative;display:block; }#OPUhGxC54DOw6vqNQDWoFymvKVGHfNMw { color:#001d3d;display:block;width:48.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#pRv2FfmPWbXyp08Nx9XhrmkOZWNL9avQ { 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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:62.0625rem;width:29.1875rem;top:8.3125rem;left:6.3125rem;display:block; }
#GPTHSsWeSV9GBX0Zf5VTRhgF6eHKrg2d { color:#ae043f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.75rem;left:14.625rem;height:3.3311625rem;text-align:center;text-align-last:center;display:block; }
#bL53eQobpMVSlu1Vu3XP59uDltNzFq7i { color:#002147;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:9.375rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#laJ7oVorZPhqPCCG3wRRFCZvp63WBZ6T { position:absolute;display:block;z-index:15004;background-color:#f7f9f9;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.4375rem;width:22.625rem;top:17.625rem;left:9.5625rem;display:block; }
#uxnzynBElhxO1du23WoPTIlIugORSZQq { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.625rem;left:9.75rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:29.3125rem;left:8.3125rem;height:39.453125rem;display:block; }#w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 li:before{  }
#o9Q17gwuRUU2WzxueIrRDuPNvuLBip5Q { position:absolute;display:block;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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:66rem;width:29.1875rem;top:8.3125rem;left:39.5rem;display:block; }
#bNanBUx7rfAoucK4xMQlhKkUT8d0V46F { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:29.3125rem;left:41.5rem;height:;display:block; }#bNanBUx7rfAoucK4xMQlhKkUT8d0V46F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bNanBUx7rfAoucK4xMQlhKkUT8d0V46F li:before{  }
#N3HI4Tm8FVXUTtISSMulVH75dwx0rGeT { position:absolute;display:block;z-index:15010;background-color:#f7f9f9;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.4375rem;width:22.625rem;top:17.625rem;left:42.78125rem;display:block; }
#wpMViHQODDUtpM8poymT9htPXAye5GRB { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:42.96875rem;height:6.4995625rem;text-align:center;text-align-last:center;display:block; }
#hC4Ft8KFwXf4Lus2LWy4fTS7zzOENhTF { color:#002147;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.0625rem;left:42.5625rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#nfBiStpN71zL8snifMlfoXqbOE6DlNvt { color:#ae043f;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.75rem;left:47.8125rem;height:3.3311625rem;text-align:center;text-align-last:center;display:block; }
#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002147;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; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container { background-color: transparent; background-image: none; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container > .video-iframe-container { display: none; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row > .video-iframe-container { display: none; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .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); }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container { border-width: 0; border-radius: 0; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#TF2A6B7z5qcBCX50HZWvCHLkaQ1Ad4kX { color:#f7f9f9;display:block;width:59.5rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:8.9375rem;height:7.3111875rem;text-align:center;text-align-last:center;display:block; }
#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 { 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; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container { background-color: transparent; background-image: none; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container > .video-iframe-container { display: none; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row > .video-iframe-container { display: none; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .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); }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container { border-width: 0; border-radius: 0; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#S9OSVw5uAng5T4dFtBXZbBT2m0Ix6qaN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:26.6875rem;top:2.625rem;left:40.5625rem;overflow:hidden;display:block; }
#R6miwc82dOIEPyVn8ZQbt898J2Dvgt9s { color:#001d3d;display:block;width:29rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:5.9375rem;height:16.0894125rem;text-align:center;text-align-last:center;display:block; }
#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe { position:relative;display:block; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe { background-color: transparent; background-image: none; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row .container > .video-iframe-container { display: none; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row > .video-iframe-container { display: none; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .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); }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe { border-width: 0; border-radius: 0; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .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; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .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:24.625rem;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; }#rKzzbyHzFuHGte5MUccxBUe44SrnchSl { color:#002147;display:block;width:58.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.15625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#OGmwlbUKnh2srhGKZTtxMpO7Tt3VFZb9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:15.625rem;width:62.5rem;top:5.6875rem;left:6.09375rem;overflow:hidden;display:block; }
#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9f9;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; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container { background-color: transparent; background-image: none; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container > .video-iframe-container { display: none; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row > .video-iframe-container { display: none; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .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); }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container { border-width: 0; border-radius: 0; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#ZZ9AlB1V6JVhUg9gtmrMbJPsce7frqXJ { color:#002147;display:block;width:58.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:8.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#bngy5zSfnZ7v4c3rZRBkVSK9X5uyuytO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.6875rem;width:39.875rem;top:6.9375rem;left:5.1875rem;overflow:hidden;display:block; }
#UZUVvAvTH51vqwAR3Luqik4R2M1AMCdn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:23.875rem;width:24.1875rem;top:6.84375rem;left:45.5625rem;overflow:hidden;display:block; }
#uql1QrrsFCLqtTzdV2dSO8sUV9gzkl5T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.25rem;width:64.5rem;top:31.375rem;left:5.1875rem;overflow:hidden;display:block; }
#AuP9Nh8B7qhJPAe5ZQh4WM8sHmOtvOAQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.875rem;width:65rem;top:44.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA { 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; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container { background-color: transparent; background-image: none; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container > .video-iframe-container { display: none; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row > .video-iframe-container { display: none; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .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); }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container { border-width: 0; border-radius: 0; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:75rem;position:relative;display:block; }#v2qa2G9tTlpUrZegf4dxHlTvdi0tB63I { color:#002147;display:block;width:58.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:8.25rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#V8IQ3oRUmWiHOnQWQoOXTWaXlTHqp6S8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:32.125rem;width:20.1875rem;top:6.9375rem;left:5.3125rem;overflow:hidden;display:block; }
#KSnC8n9xE5GWthhDU8UElW7gJgNJwFRn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:14.875rem;width:20.1875rem;top:6.9375rem;left:28.0625rem;overflow:hidden;display:block; }
#LuceDMSEr0slpTWEsC0MhNo2sHXbCAG2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:6.9375rem;width:20.1875rem;top:6.9375rem;left:49.4375rem;overflow:hidden;display:block; }
#uPAVxHcPNgRNqVSES6pTkP484JnlnCgn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.4375rem;width:18.5625rem;top:14.6875rem;left:49.4375rem;overflow:hidden;display:block; }
#TWhe7y7ZOQOZbJZ0xA1sDyQV6btNo0Rp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:5.3125rem;width:18.5625rem;top:23.1875rem;left:28.875rem;overflow:hidden;display:block; }
#WWsicTJfGGdCliKokhVAf54GMxAy4fUA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.5625rem;width:17.8125rem;top:30.3125rem;left:28.875rem;overflow:hidden;display:block; }
#GLbIcsgTcwpMlhdS446KmykQiOk2AsTo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:10.25rem;width:17.8125rem;top:32.3125rem;left:50.625rem;overflow:hidden;display:block; }
#f7XapidFp4gOAtubpKXmh6CVxCFZE5iw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:19.875rem;width:21.0625rem;top:40rem;left:4.875rem;overflow:hidden;display:block; }
#dH71gPKiVsitSrb13DsVEK7gqpdKyRS6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:13.6875rem;width:21.0625rem;top:45.0625rem;left:49rem;overflow:hidden;display:block; }
#mCbg5sGOpHMRMI0MK5kh0c3BwVmTThHP { background-color:#ae043f;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:21.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.34375rem;left:26.8125rem;display:block; }
#Xt75Um6IAoCBJLkG0iERyXe3igyrRMyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yoPqbCplCAU6HqBk1OugbteL4qpXLALh { position:relative;display:block; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh { background-color: transparent; background-image: none; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row .container > .video-iframe-container { display: none; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row > .video-iframe-container { display: none; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .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); }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh { border-width: 0; border-radius: 0; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .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; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .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:35.625rem;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; }#qUZ60o9zvHu2DQcAQ5GmcLWftG2aBMkE { color:#002147;display:block;width:58.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#BG4BhFzqKuLwSnUPH4FBqrrMfUp29HSO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.125rem;width:43.3125rem;top:6.9375rem;left:30.6669921875rem;overflow:hidden;display:block; }
#XwcWCLoOzXZwChW8oPFZXMDVyWrWszs9 { color:#002147;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.8037109375rem;left:1.96875rem;height:23.4028rem;display:block; }
#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002147;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; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container { background-color: transparent; background-image: none; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container > .video-iframe-container { display: none; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row > .video-iframe-container { display: none; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .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); }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container { border-width: 0; border-radius: 0; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#PRfCvqQ8uSOC5rIcfBtOD8nmBVT8StlH { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.28125rem;left:8.53125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 { position:relative;display:block; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 { background-color: transparent; background-image: none; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row .container > .video-iframe-container { display: none; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row > .video-iframe-container { display: none; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .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); }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 { border-width: 0; border-radius: 0; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .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; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .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:65.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; }#FZlkA4aFoRkWDJ2fnPTlkxkQy9R4TimP { position:absolute;display:block;z-index:15046;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 #ae043f;border-left:0.125rem solid #ae043f;border-right:0.125rem solid #ae043f;border-bottom:0.125rem solid #ae043f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.125rem rgba(0,0,0,0.08) ;height:58.4375rem;width:36.5rem;top:3.5rem;left:16.8125rem;display:block; }
#iBB2SxTGwpvGnBOvBOHqdTn4IbWCNIqv { background-color:#002147;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"open sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:29.9355625rem;height:4.18555rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:55.5rem;left:20.21875rem;display:block; }
#tixVP7Kaq17r6AFyH1cTL31VuIUhIUwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT { color:#002147;display:block;width:30.8105625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:41.78515625rem;left:19.78125rem;height:11.7946875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT li:before{  }
#TBWVUK6ngazx0rTS5F4JnHa4icDTmG7L { position:absolute;display:block;z-index:15050;background-color:#ae043f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:2.311525rem;width:36.749rem;top:3.5rem;left:16.8125rem;display:block; }
#ks6XxbpZut1BUpk415POnk7qeLb7WR63 { color:#ffffff;display:block;width:22.124rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15054;line-height:1.8;letter-spacing:0;top:3.5625rem;left:24.125rem;height:2.13671875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sp9gJrlDSkpAse2GG4qA4zHiCtkziCvb { color:#003247;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:31.5625rem;left:18.03125rem;height:2.3556875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EEkAkFnhbN4UdsKZ4c1vV2JztSxllfTg { color:#3ec300;display:block;width:18.1865rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:38.75rem;left:26.0927734375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pn8Vw103gwXXHeA4kVc7RTHTHXCI9gXW { position:absolute;display:block;z-index:15047;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:24.8125rem;width:24.875rem;top:5.8115234375rem;left:22.75rem;overflow:hidden;display:block; }
#RMNvcKPrwiAQ5kZZAPBbnysUTzllHxpl { color:#ae043f;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:35.2109375rem;left:24.5625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 { 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; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { background-color: transparent; background-image: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container > .video-iframe-container { display: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row > .video-iframe-container { display: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .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); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { border-width: 0; border-radius: 0; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#vhCOK1Deceeo1q2X4qEGB5Z1kZwNgeZ8 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.568359375rem;left:28.125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#wNtoqD7gADW3baMBRd292QMcVfuCTGvv { color:#000000;display:block;width:3rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.568359375rem;left:36rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RNIeoNpbcuaZyeW2AyS5yKS6Pc8G1Iyb { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.568359375rem;left:39.625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXdqufTkFV2tKBSFOTciUXDJNPXwC0xa { top:18.375rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzzLLuPXs0dX8NGP8b3osF7QzBpgOwgs { top:4.625rem;left:1.59375rem;width:44.5625rem;height:6.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llk9NLQpkbWm3sSbrZU3mXCFrISvtyok { width:21.25rem;height:3.4375rem;top:42.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5PgTTs1HbzUFKHAooTyS7zX8KPvDEO { display:block; }
 }@media only screen and (max-width: 763px) { #EMl6yLQnC7usmVltOy2x236hcCTBeNnV { top:5.3125rem;left:39.25rem;width:8.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JreesJWfB0CMTumTkoGSrhg0JzDeZATH { top:11.8125rem;left:5.3125rem;width:37.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 { display:block; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXZf4Se7EP1GVmKUXBB4LkAkeaQSIrka { top:1.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIELwdAOETQFgSiTyOqBHdv7Ae30gHRF { top:11.125rem;left:0rem;width:27.6875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRSb93sCOCVBMtrMCX02STucVI05bJ6P { top:6.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtkA1DE4dQS5HR12SCTia6pnr19F4kUb { top:13.125rem;left:18.4375rem;width:29.3125rem;height:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi { display:block; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAzfGhSsFQ58gX8La2ldFPAtv8W1aliu { top:1.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B { display:block; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJy6MPnoh1STduwAQUxIbJBH2msvlPME { top:1.5rem;left:0rem;width:47.75rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5XhdDLQEVpab1KcNu3TQZusOCLzCypG { width:21.25rem;height:3.4375rem;top:27.9375rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE18H1bm5WTy4ew5GEtDkFDsmiNeEzbz { display:block; }
 }@media only screen and (max-width: 763px) { #KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 { display:block; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoOa4mEzRZ3BpFZdS3SHE8rnzlIfmAFu { top:1.625rem;left:0rem;width:28.25rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX032Uxu2QfUPbFAtCSKka50Evoy8Ctb { top:6.75rem;left:9.5rem;width:6.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTMwBxNfiyo5pOytty6n2NeG5vfcylBT { top:2.25rem;left:22.25rem;width:25.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUrT1DAKGQ1kg13Ep5QActwCOkIR9fa { top:4.625rem;left:22.25rem;width:25.5rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xc280MsQRnEs0twJxgmlRHCxiuV1wc { display:block; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2kEZ22ZCmpgiruL41rpttMkDRWtPGSc { top:2rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clBdofphSw3UFNE8XzqTlIHRJcfQwWTS { width:21.25rem;height:3.4375rem;top:21.5625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKqmuTkCy7Av1Hr8h6xmZzLI34A4ccB { display:block; }
 }@media only screen and (max-width: 763px) { #GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin { display:block; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRyQn5hIwiRzIKgwlxmJTDQLcXvUKrZx { top:6.875rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWdx3DzAiTCcpyAJzl91UulB1LWdPlJg { top:9.1875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIVgxNImhWzT0oy82qAgXwbgn1FTbdk { top:16.3125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBy1aGMwG5pEhrrymMPIcREbAT8oF3K { top:6.875rem;left:8.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VModnz4p9utkVInALkAk6cWN389cHeZL { top:16.3125rem;left:10.125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyvwxlETSb0fa59H31TaDBG8ZCIivkMy { top:9.1875rem;left:14rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yr1mGBgH5RThBzqJgBUgXWBsETQiLr { top:6.875rem;left:23.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXxiGfSN7qCFIN0wwnrWBeWiR78a8h8h { top:16.3125rem;left:25.125rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xktcKfSetuZWv0xgccKzeJIkIelhqRvU { top:9.1875rem;left:29rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ8QRGnX1r8AMG8cGe4FqAwOmIx7OPUN { top:6.875rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5piifMAOyAB3lbG5BTFmPMMXsW4ibTS { top:16.3125rem;left:33.5rem;width:14.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ3esqHfcad3pol1OSTAtGfPT9P8ntoq { top:9.1875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavpHvtUEKZIrE5kCkv56IBRddQm7kTT { top:21.875rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7uJMJoLnn3tk1ePZEKHBZJsqsnFqiGL { top:31.3125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp616V7FgvoiwQa0vFLuUlLNayfmrSCd { top:24.1875rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KurJtTIbk6C5609SxsMUqFztBdF6e07X { top:21.875rem;left:8.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCKFEF8GUBVGSe9dHTJ1PC3T71DuhMg5 { top:31.3125rem;left:10.125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxbauyzOu7xna0ROg7pUQmcI0SKyszSf { top:24.1875rem;left:14rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALeswEpIRIQwBbKDhATD9ti2Olkn5ELq { top:21.875rem;left:23.875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySZbun0OS50s6gfDN7O5Bi9k2cplnCva { top:31.3125rem;left:25.125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ezzHtKdRBLPuLZ6tWfWQF7GDbH40XS { top:24.1875rem;left:29rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piUWDiOJV7Cip4NlTHGnNbKisKs6qP4h { top:21.875rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTg4IvRD6AszJdqTpSwWhNk1xOerdh4I { top:31.3125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdKlWqEAuIhG8pFpuZxUBBfz1N78WZir { top:24.1875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3U9Utm5Ct7xZpeVa9CxVO3eXgiMHKTk { top:2.75rem;left:4.28125rem;width:39.1875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn { display:block; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPUhGxC54DOw6vqNQDWoFymvKVGHfNMw { top:2.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRv2FfmPWbXyp08Nx9XhrmkOZWNL9avQ { top:8.3125rem;left:0rem;width:29.1875rem;height:62.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTHSsWeSV9GBX0Zf5VTRhgF6eHKrg2d { top:10.75rem;left:1rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL53eQobpMVSlu1Vu3XP59uDltNzFq7i { top:14.0625rem;left:0rem;width:23rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laJ7oVorZPhqPCCG3wRRFCZvp63WBZ6T { top:17.625rem;left:0rem;width:22.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnzynBElhxO1du23WoPTIlIugORSZQq { top:19.625rem;left:0rem;width:22.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 { top:29.3125rem;left:0rem;width:25.1875rem;height:39.4375rem;font-size:1rem;display:block; }#w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 li:before{  }
 }@media only screen and (max-width: 763px) { #o9Q17gwuRUU2WzxueIrRDuPNvuLBip5Q { top:8.3125rem;left:18.5625rem;width:29.1875rem;height:66rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNanBUx7rfAoucK4xMQlhKkUT8d0V46F { top:29.3125rem;left:22.5625rem;width:25.1875rem;height:;font-size:1rem;display:block; }#bNanBUx7rfAoucK4xMQlhKkUT8d0V46F li:before{  }
 }@media only screen and (max-width: 763px) { #N3HI4Tm8FVXUTtISSMulVH75dwx0rGeT { top:17.625rem;left:25.125rem;width:22.625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMViHQODDUtpM8poymT9htPXAye5GRB { top:19.625rem;left:25.5rem;width:22.25rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4Ft8KFwXf4Lus2LWy4fTS7zzOENhTF { top:14.0625rem;left:24.75rem;width:23rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfBiStpN71zL8snifMlfoXqbOE6DlNvt { top:10.75rem;left:34.1875rem;width:12.5rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT { display:block; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF2A6B7z5qcBCX50HZWvCHLkaQ1Ad4kX { top:2.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 { display:block; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9OSVw5uAng5T4dFtBXZbBT2m0Ix6qaN { top:2.625rem;left:21.0625rem;width:26.6875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6miwc82dOIEPyVn8ZQbt898J2Dvgt9s { top:5.5rem;left:0rem;width:29rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe { display:block; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKzzbyHzFuHGte5MUccxBUe44SrnchSl { top:1.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGmwlbUKnh2srhGKZTtxMpO7Tt3VFZb9 { top:5.6875rem;left:0rem;width:47.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL { display:block; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ9AlB1V6JVhUg9gtmrMbJPsce7frqXJ { top:2.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bngy5zSfnZ7v4c3rZRBkVSK9X5uyuytO { top:6.9375rem;left:0rem;width:39.875rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZUVvAvTH51vqwAR3Luqik4R2M1AMCdn { top:6.8125rem;left:23.5625rem;width:24.1875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uql1QrrsFCLqtTzdV2dSO8sUV9gzkl5T { top:31.375rem;left:0rem;width:47.75rem;height:9.0687984496125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuP9Nh8B7qhJPAe5ZQh4WM8sHmOtvOAQ { top:44.3125rem;left:0rem;width:47.75rem;height:10.192788461539rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA { display:block; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2qa2G9tTlpUrZegf4dxHlTvdi0tB63I { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IQ3oRUmWiHOnQWQoOXTWaXlTHqp6S8 { top:6.9375rem;left:0rem;width:20.1875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSnC8n9xE5GWthhDU8UElW7gJgNJwFRn { top:6.9375rem;left:14.4375rem;width:20.1875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuceDMSEr0slpTWEsC0MhNo2sHXbCAG2 { top:6.9375rem;left:27.5625rem;width:20.1875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAVxHcPNgRNqVSES6pTkP484JnlnCgn { top:14.6875rem;left:29.1875rem;width:18.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhe7y7ZOQOZbJZ0xA1sDyQV6btNo0Rp { top:23.1875rem;left:15.25rem;width:18.5625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsicTJfGGdCliKokhVAf54GMxAy4fUA { top:30.3125rem;left:15.25rem;width:17.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLbIcsgTcwpMlhdS446KmykQiOk2AsTo { top:32.3125rem;left:29.9375rem;width:17.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7XapidFp4gOAtubpKXmh6CVxCFZE5iw { top:40rem;left:0rem;width:21.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH71gPKiVsitSrb13DsVEK7gqpdKyRS6 { top:45.0625rem;left:26.6875rem;width:21.0625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbg5sGOpHMRMI0MK5kh0c3BwVmTThHP { width:21.25rem;height:3.4375rem;top:62.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt75Um6IAoCBJLkG0iERyXe3igyrRMyZ { display:block; }
 }@media only screen and (max-width: 763px) { #yoPqbCplCAU6HqBk1OugbteL4qpXLALh { display:block; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUZ60o9zvHu2DQcAQ5GmcLWftG2aBMkE { top:1.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4BhFzqKuLwSnUPH4FBqrrMfUp29HSO { top:6.9375rem;left:4.4375rem;width:43.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwcWCLoOzXZwChW8oPFZXMDVyWrWszs9 { top:7.75rem;left:0rem;width:27.125rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi { display:block; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRfCvqQ8uSOC5rIcfBtOD8nmBVT8StlH { top:3.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 { display:block; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZlkA4aFoRkWDJ2fnPTlkxkQy9R4TimP { top:3.5rem;left:3.1875rem;width:36.5rem;height:58.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBB2SxTGwpvGnBOvBOHqdTn4IbWCNIqv { width:29.875rem;height:4.125rem;top:55.5rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixVP7Kaq17r6AFyH1cTL31VuIUhIUwE { display:block; }
 }@media only screen and (max-width: 763px) { #yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT { width:30.75rem;height:11.75rem;top:41.75rem;left:6.15625rem;font-size:1rem;display:block; }#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT li:before{  }
 }@media only screen and (max-width: 763px) { #TBWVUK6ngazx0rTS5F4JnHa4icDTmG7L { width:36.6875rem;height:2.25rem;top:3.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6XxbpZut1BUpk415POnk7qeLb7WR63 { width:22.0625rem;height:2.125rem;top:3.5625rem;left:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp9gJrlDSkpAse2GG4qA4zHiCtkziCvb { width:34.3125rem;height:2.3125rem;top:31.5625rem;left:4.40625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEkAkFnhbN4UdsKZ4c1vV2JztSxllfTg { width:18.125rem;height:;top:38.75rem;left:12.4677734375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8Vw103gwXXHeA4kVc7RTHTHXCI9gXW { top:5.75rem;left:9.125rem;width:24.875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMNvcKPrwiAQ5kZZAPBbnysUTzllHxpl { width:21.25rem;height:;top:35.1875rem;left:10.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 { display:block; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhCOK1Deceeo1q2X4qEGB5Z1kZwNgeZ8 { top:1.5625rem;left:14.5rem;width:7.5625rem;height:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoqD7gADW3baMBRd292QMcVfuCTGvv { top:1.5625rem;left:22.375rem;width:3rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIeoNpbcuaZyeW2AyS5yKS6Pc8G1Iyb { top:1.5625rem;left:26rem;width:12.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXdqufTkFV2tKBSFOTciUXDJNPXwC0xa { height:11.25rem;width:20rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzzLLuPXs0dX8NGP8b3osF7QzBpgOwgs { width:19.375rem;height:13.077125rem;top:14.6796875rem;left:0.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llk9NLQpkbWm3sSbrZU3mXCFrISvtyok { width:19rem;height:3.4375rem;top:29.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5PgTTs1HbzUFKHAooTyS7zX8KPvDEO { display:block; }
 }@media only screen and (max-width: 763px) { #EMl6yLQnC7usmVltOy2x236hcCTBeNnV { width:2.8125rem;height:1.5625rem;top:0rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JreesJWfB0CMTumTkoGSrhg0JzDeZATH { width:18.75rem;height:7.3095625rem;top:33.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 { display:block; }#hM6FwOm6KcTmAyoKrISW3qF86i0eCRK1 > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXZf4Se7EP1GVmKUXBB4LkAkeaQSIrka { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HIELwdAOETQFgSiTyOqBHdv7Ae30gHRF { width:17rem;height:22.8125rem;top:12.32421875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRSb93sCOCVBMtrMCX02STucVI05bJ6P { width:20rem;height:5.361325rem;top:5.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtkA1DE4dQS5HR12SCTia6pnr19F4kUb { width:19rem;height:42.8935rem;top:36.07421875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi { display:block; }#rbxJJB2WZ6OLEw1oKTUM3J9zC0hvzZWi > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAzfGhSsFQ58gX8La2ldFPAtv8W1aliu { width:19.875rem;height:4.38574375rem;top:1.119140625rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B { display:block; }#vieZcpRp3wsQMai7dw6c9vZ3kpps3v5B > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJy6MPnoh1STduwAQUxIbJBH2msvlPME { width:20rem;height:49.70504375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5XhdDLQEVpab1KcNu3TQZusOCLzCypG { width:19rem;height:3.4375rem;top:52.204125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE18H1bm5WTy4ew5GEtDkFDsmiNeEzbz { display:block; }
 }@media only screen and (max-width: 763px) { #KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 { display:block; }#KASGBBz6g4vhWSbBTVzyuSzhyiTsaZG2 > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoOa4mEzRZ3BpFZdS3SHE8rnzlIfmAFu { width:20rem;height:7.477876106195rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX032Uxu2QfUPbFAtCSKka50Evoy8Ctb { width:6.0625rem;height:4.5rem;top:3.9150390625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTMwBxNfiyo5pOytty6n2NeG5vfcylBT { width:18.8125rem;height:3.4121125rem;top:10.6650390625rem;left:0.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUrT1DAKGQ1kg13Ep5QActwCOkIR9fa { width:18.8125rem;height:5.19921875rem;top:14.7021484375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xc280MsQRnEs0twJxgmlRHCxiuV1wc { display:block; }#g7xc280MsQRnEs0twJxgmlRHCxiuV1wc > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2kEZ22ZCmpgiruL41rpttMkDRWtPGSc { width:19.5625rem;height:31.1952625rem;top:0.875rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clBdofphSw3UFNE8XzqTlIHRJcfQwWTS { width:19rem;height:3.4375rem;top:33.4462890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqKqmuTkCy7Av1Hr8h6xmZzLI34A4ccB { display:block; }
 }@media only screen and (max-width: 763px) { #GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin { display:block; }#GZ4H6Q90SsGG48pRu9FxxgVgu12bUfin > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRyQn5hIwiRzIKgwlxmJTDQLcXvUKrZx { width:15rem;height:15rem;top:1.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWdx3DzAiTCcpyAJzl91UulB1LWdPlJg { display:flex;width:3.0625rem;height:3.0625rem;top:1.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #TtIVgxNImhWzT0oy82qAgXwbgn1FTbdk { width:12.5rem;height:2.5996125rem;top:2.4619140625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBy1aGMwG5pEhrrymMPIcREbAT8oF3K { width:15rem;height:15rem;top:17.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VModnz4p9utkVInALkAk6cWN389cHeZL { width:12.5rem;height:2.5996125rem;top:7.44921875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyvwxlETSb0fa59H31TaDBG8ZCIivkMy { display:flex;width:3.0625rem;height:3.0625rem;top:7.21875rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #N0yr1mGBgH5RThBzqJgBUgXWBsETQiLr { width:15rem;height:15rem;top:33.75rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXxiGfSN7qCFIN0wwnrWBeWiR78a8h8h { width:12.5rem;height:3.8994125rem;top:13.568359375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xktcKfSetuZWv0xgccKzeJIkIelhqRvU { display:flex;width:3.0625rem;height:3.0625rem;top:12.6875rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #iJ8QRGnX1r8AMG8cGe4FqAwOmIx7OPUN { width:15rem;height:15rem;top:50rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5piifMAOyAB3lbG5BTFmPMMXsW4ibTS { width:12.5rem;height:3.8994125rem;top:18.35546875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ3esqHfcad3pol1OSTAtGfPT9P8ntoq { display:flex;width:3.0625rem;height:3.0625rem;top:18.125rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #ZavpHvtUEKZIrE5kCkv56IBRddQm7kTT { width:15rem;height:15rem;top:66.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7uJMJoLnn3tk1ePZEKHBZJsqsnFqiGL { width:12.5rem;height:3.8994125rem;top:23.66796875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp616V7FgvoiwQa0vFLuUlLNayfmrSCd { display:flex;width:3.0625rem;height:3.0625rem;top:23.4375rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #KurJtTIbk6C5609SxsMUqFztBdF6e07X { width:15rem;height:15rem;top:82.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CCKFEF8GUBVGSe9dHTJ1PC3T71DuhMg5 { width:12.5rem;height:2.5996125rem;top:29.10546875rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxbauyzOu7xna0ROg7pUQmcI0SKyszSf { display:flex;width:3.0625rem;height:3.0625rem;top:28.875rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #ALeswEpIRIQwBbKDhATD9ti2Olkn5ELq { width:15rem;height:15rem;top:98.75rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySZbun0OS50s6gfDN7O5Bi9k2cplnCva { width:12.5rem;height:2.5996125rem;top:34.6689453125rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ezzHtKdRBLPuLZ6tWfWQF7GDbH40XS { display:flex;width:3.0625rem;height:3.0625rem;top:34.4375rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #piUWDiOJV7Cip4NlTHGnNbKisKs6qP4h { width:15rem;height:15rem;top:115rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTg4IvRD6AszJdqTpSwWhNk1xOerdh4I { width:12.5rem;height:2.5996125rem;top:40.8994140625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdKlWqEAuIhG8pFpuZxUBBfz1N78WZir { display:flex;width:3.0625rem;height:3.0625rem;top:40.375rem;left:0.75rem;font-size:2.125rem; }
 }@media only screen and (max-width: 763px) { #W3U9Utm5Ct7xZpeVa9CxVO3eXgiMHKTk { width:20rem;height:5.0371125rem;top:44.7490265625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn { display:block; }#MAqx6Bl3M1VneSuglzHIwyvg0EEFMfqn > .row .container { width:20rem;height:147.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPUhGxC54DOw6vqNQDWoFymvKVGHfNMw { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRv2FfmPWbXyp08Nx9XhrmkOZWNL9avQ { width:20rem;height:63.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPTHSsWeSV9GBX0Zf5VTRhgF6eHKrg2d { width:12.5rem;height:2.5996125rem;top:7.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL53eQobpMVSlu1Vu3XP59uDltNzFq7i { width:19.0625rem;height:2.11230625rem;top:10.349609375rem;left:0.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laJ7oVorZPhqPCCG3wRRFCZvp63WBZ6T { width:19rem;height:10.4375rem;top:13.3603515625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnzynBElhxO1du23WoPTIlIugORSZQq { width:17.5rem;height:7.7988125rem;top:14.6796875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 { width:19.25rem;height:43.9375rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }#w0W6xmqhK8xXJbKgtzcG8iU7MttIigu5 li:before{  }
 }@media only screen and (max-width: 763px) { #o9Q17gwuRUU2WzxueIrRDuPNvuLBip5Q { width:20rem;height:75.3125rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNanBUx7rfAoucK4xMQlhKkUT8d0V46F { width:18.5rem;height:54.1875rem;top:90rem;left:0rem;font-size:1rem;display:block; }#bNanBUx7rfAoucK4xMQlhKkUT8d0V46F li:before{  }
 }@media only screen and (max-width: 763px) { #N3HI4Tm8FVXUTtISSMulVH75dwx0rGeT { width:20rem;height:10.4375rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMViHQODDUtpM8poymT9htPXAye5GRB { width:19rem;height:7.7988125rem;top:79.1318359375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4Ft8KFwXf4Lus2LWy4fTS7zzOENhTF { width:20rem;height:2.11230625rem;top:74.224609375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfBiStpN71zL8snifMlfoXqbOE6DlNvt { width:12.5rem;height:2.5996125rem;top:71.625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT { display:block; }#lMRK3VNxDTkesT5RP5OV0OyzrDBTv9cT > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TF2A6B7z5qcBCX50HZWvCHLkaQ1Ad4kX { width:19.125rem;height:6.9043125rem;top:0.828125rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 { display:block; }#g5nHGmQh1nBfnv66H7M3J6iuFLipyTW9 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9OSVw5uAng5T4dFtBXZbBT2m0Ix6qaN { width:19.875rem;height:15.5rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6miwc82dOIEPyVn8ZQbt898J2Dvgt9s { width:18.75rem;height:23.4746125rem;top:18.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe { display:block; }#yCtcvvsTUR9tu6FWdns6tpArIh2uhDJe > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKzzbyHzFuHGte5MUccxBUe44SrnchSl { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGmwlbUKnh2srhGKZTtxMpO7Tt3VFZb9 { width:20rem;height:5rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL { display:block; }#CRKMIdqp84Zx2C1vgDmKO4X8BXcgk0VL > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ9AlB1V6JVhUg9gtmrMbJPsce7frqXJ { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bngy5zSfnZ7v4c3rZRBkVSK9X5uyuytO { width:20rem;height:11.880877742947rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZUVvAvTH51vqwAR3Luqik4R2M1AMCdn { width:20rem;height:19.741602067184rem;top:22.943375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uql1QrrsFCLqtTzdV2dSO8sUV9gzkl5T { width:20rem;height:3.7984496124031rem;top:43.9345625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuP9Nh8B7qhJPAe5ZQh4WM8sHmOtvOAQ { width:20rem;height:4.2692307692307rem;top:48.9824125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA { display:block; }#kUqKTAKLZNQZ70VLLtCb6ZWsDVNhD9PA > .row .container { width:20rem;height:159.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2qa2G9tTlpUrZegf4dxHlTvdi0tB63I { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8IQ3oRUmWiHOnQWQoOXTWaXlTHqp6S8 { width:20rem;height:31.826625386997rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSnC8n9xE5GWthhDU8UElW7gJgNJwFRn { width:20rem;height:14.736842105263rem;top:42.8886875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuceDMSEr0slpTWEsC0MhNo2sHXbCAG2 { width:20rem;height:6.87306501548rem;top:58.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAVxHcPNgRNqVSES6pTkP484JnlnCgn { width:18.5625rem;height:16.4375rem;top:91.3730625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhe7y7ZOQOZbJZ0xA1sDyQV6btNo0Rp { width:18.5625rem;height:5.3125rem;top:66.9980625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsicTJfGGdCliKokhVAf54GMxAy4fUA { width:17.8125rem;height:16.5625rem;top:73.5605625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLbIcsgTcwpMlhdS446KmykQiOk2AsTo { width:17.8125rem;height:10.25rem;top:129.182625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7XapidFp4gOAtubpKXmh6CVxCFZE5iw { width:20rem;height:18.872403560831rem;top:109.0605625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH71gPKiVsitSrb13DsVEK7gqpdKyRS6 { width:20rem;height:12.997032640949rem;top:140.682625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCbg5sGOpHMRMI0MK5kh0c3BwVmTThHP { width:19rem;height:3.4375rem;top:154.92875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt75Um6IAoCBJLkG0iERyXe3igyrRMyZ { display:block; }
 }@media only screen and (max-width: 763px) { #yoPqbCplCAU6HqBk1OugbteL4qpXLALh { display:block; }#yoPqbCplCAU6HqBk1OugbteL4qpXLALh > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUZ60o9zvHu2DQcAQ5GmcLWftG2aBMkE { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4BhFzqKuLwSnUPH4FBqrrMfUp29HSO { width:20rem;height:11.601731601732rem;top:39.32425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwcWCLoOzXZwChW8oPFZXMDVyWrWszs9 { width:19.75rem;height:30.7001875rem;top:7.125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi { display:block; }#TshxTmyBn8nNl7nILzxWc5JVKxxfNWJi > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRfCvqQ8uSOC5rIcfBtOD8nmBVT8StlH { width:20rem;height:6.171875rem;top:1.1015625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 { display:block; }#lGb5O8e6VU0wFqJtIPsJUKwJllCvwXA6 > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZlkA4aFoRkWDJ2fnPTlkxkQy9R4TimP { width:19.75rem;height:64.125rem;top:1.25rem;left:0rem;z-index:14990;border-top:0.125rem solid #ae043f;border-left:0.125rem solid #ae043f;border-right:0.125rem solid #ae043f;border-bottom:0.125rem solid #ae043f;display:block; }
 }@media only screen and (max-width: 763px) { #iBB2SxTGwpvGnBOvBOHqdTn4IbWCNIqv { width:19rem;height:4.125rem;top:59.25rem;left:0.5rem;background-color:#002147;background-image:none;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tixVP7Kaq17r6AFyH1cTL31VuIUhIUwE { display:block; }
 }@media only screen and (max-width: 763px) { #yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT { width:19.25rem;height:18.5703125rem;top:39.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:14999;line-height:1.3;color:#002147;display:block; }#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzRbu3IfmPWAMCXbc3QKQbkTQhpGDSpT li:before{  }
 }@media only screen and (max-width: 763px) { #TBWVUK6ngazx0rTS5F4JnHa4icDTmG7L { width:20rem;height:2.25rem;top:1.25rem;left:0rem;background-color:#ae043f;background-image:none;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #ks6XxbpZut1BUpk415POnk7qeLb7WR63 { width:20rem;height:2.0244125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15057;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Sp9gJrlDSkpAse2GG4qA4zHiCtkziCvb { width:18.1875rem;height:7.7988125rem;top:24.9375rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:2rem;z-index:14999;color:#002147;display:block; }
 }@media only screen and (max-width: 763px) { #EEkAkFnhbN4UdsKZ4c1vV2JztSxllfTg { width:18.125rem;height:2.2744125rem;top:36.748046875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.75rem;z-index:14999;color:#3ec300;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8Vw103gwXXHeA4kVc7RTHTHXCI9gXW { width:20rem;height:20rem;top:3.5rem;left:0rem;z-index:14991;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RMNvcKPrwiAQ5kZZAPBbnysUTzllHxpl { width:18.1875rem;height:2.5996125rem;top:33.4853515625rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:2rem;z-index:15000;color:#ae043f;display:block; }
 }@media only screen and (max-width: 763px) { #CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 { background-color:#000000;background-image:none;display:block; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { background-color: transparent; background-image: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container > .video-iframe-container { display: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row > .video-iframe-container { display: none; }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .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); }#CcNTqeXFRmEREi1xdpnkF7JSUU0pn8e6 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhCOK1Deceeo1q2X4qEGB5Z1kZwNgeZ8 { width:7.5625rem;height:1.29980625rem;top:0.6875rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNtoqD7gADW3baMBRd292QMcVfuCTGvv { width:3rem;height:1.29980625rem;top:0.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNIeoNpbcuaZyeW2AyS5yKS6Pc8G1Iyb { width:12.5625rem;height:1.29980625rem;top:0.75rem;left:7.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }