.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;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { 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; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { background-color: transparent; background-image: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container > .video-iframe-container { display: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container { display: none; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .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); }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { border-width: 0; border-radius: 0; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.375rem;width:28.9375rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:-7.1875rem;overflow:hidden;display:block; }
#cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;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:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.075rem;height:2.7rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.375rem;left:26.90625rem;display:block; }
#A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;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:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.6875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.375rem;left:51.09375rem;display:block; }
#U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;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:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.375rem;left:39.03125rem;display:block; }
#fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xI64AMAB040fSE2ulK24K2OaRBXlDZC4 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #163573;border-left:0.1875rem solid #163573;border-right:0.1875rem solid #163573;border-bottom:0.1875rem solid #163573;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:#163573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:63.125rem;display:block; }
#Viw2a9sngkEaa7BITAmotKqqMDiuW3eJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/800b71e4-758b-4d1a-a06d-575819451237/AdobeStock_1314667068_6C_long_II.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:62.25rem;width:75rem;overflow:visible;position:relative;display:block; }#It5ClD2fXpAMaCeP8AnwS9CFd4P2Z0dt { display:block;width:33.8125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:44.40625rem;left:-8.310546875rem;height:5.0371125rem;color:#e7ecf2;font-style:normal;display:block; }
#yzwenAwlBwrpgTtd9DceGf5L3nNIvA6F { display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:56.05908203125rem;left:-8.4990234375rem;height:2.51855625rem;color:#f0f6f6;font-style:normal;display:block; }
#n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { display:block;width:48.125rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.6240234375rem;left:-8.4990234375rem;height:16.0869375rem;color:#f0f6f6;font-style:normal;display:block; }
#toW9WmcvkbsaJxDWNBVKfAXToyOnKMhQ { display:block;width:34.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:49.362548828125rem;left:-8.3740234375rem;height:5.0371125rem;color:#e7ecf2;font-style:normal;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-form-header {  }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5625rem;color:#6e6e6e;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#6e6e6e;font-size:0.8125rem;overflow:hidden;font-family:"open sans"; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#6e6e6e;font-family:"open sans";font-size:0.8125rem;overflow:hidden; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#771919;background-image: -webkit-linear-gradient(top, #9b0c0c, #c71b38);background-image: -moz-linear-gradient(top, #9b0c0c, #c71b38);background-image: -ms-linear-gradient(top, #9b0c0c, #c71b38);background-image: -o-linear-gradient(top, #9b0c0c, #c71b38);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0c0c', endColorstr='#c71b38' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0c0c', endColorstr='#c71b38' );";background-image: linear-gradient(to bottom, #9b0c0c, #c71b38);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:19.375rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN [class*="-text"]:-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN [class*="-text"]::-moz-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN [class*="-text"]:-ms-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN [class*="-text"]::-webkit-input-placeholder { color:#b9b8b8;font-family:"open sans";font-size:0.8125rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;font-size:0.75rem;font-weight:400;color:#f2f9ff;vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:poppins;font-size:1rem;font-weight:700;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-container:first-of-type{padding-top:0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-container:last-of-type{padding-bottom:0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN  { background-color:#182b4d;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:52.8896484375rem;top:25rem;z-index:15011;position:absolute; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN {display:block;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN { background-color:#182b4d;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:52.8896484375rem;top:25rem;z-index:15011;position:absolute; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #vK6v3JrlrUxAHgGVHFRWvk8A3oiM28IV { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #NR8O6znTThZGnLW0db6AcwJfaMRUz0kq { position:relative;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #PFhEACkNx2H6G3xcTkOW2oxEpTUePWtK { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k5T9G8aB2N9VqpNDhpKQvf0mXGQm1sKJ { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #ABcMUQI7fTs8GTDFoqzfr4xxvLbCE4EZ { position:relative;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #H0EGzAlFCxZeZQvZrhAXcD69yZHRopmJ { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #o9Gfz6k4v42X7v6fLqL5Lk1RKzbLphU9 { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #apqv0suuqK48ApCmaDRRsgaMgo7PZXrr { position:relative;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #bFyNOC1QpGWOlu5etsulDXXKd2xXslKM { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #xoKyIzG57ByeW4MWbpfvNaN5SdSZUXXQ { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #DlZ8zrXVrzKIgoEJwLIpQZ4OGTkH0UP7 { position:relative;z-index:2; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k7ZXgq6riWvNaFuaZ55DARW4OTcMmcVJ { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #RlZgl4hKC8HBewF3Ry9rglASbISQlMCw { position:relative;display:block;z-index:15000; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Fsl0TCairVqonSXH1Xt9h9v9ouESkbkI { position:relative;display:block;z-index:15000; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Osi4RRfL6IMfkziyr3vEMhJzDSke9bT4 { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #crUg3CcAVGmTHOo2OSEFBNkkIufl6g2i { position:relative;z-index:2; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #AhfpACJfPHkQJ7zXPaUCzl2bXGvd4xZh { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #pcmI7zKu8sG8WPG96aw7QVwb6tZESvTd { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #kRxyWa5yoyFX01DVbedIKBxVre2NJhX5 { position:relative;z-index:2; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #u2PQM3NRuPI8Ax27TCzcpgiB8wrMp6XD { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #V3OelfPhXMAvfw94wXVvi1ebEFigQrp2 { position:relative; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #hd7M47CDXZbxzGZsCimN7J4L9blbsrlZ { position:relative; }
#prVuVidwfrtT78Gh70Xexg5UnxGWNIik { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#182b4d;background-image:none;height:3.375rem;width:21.9375rem;position:absolute;display:block;z-index:15030;top:21.6875rem;left:52.875rem;display:block; }
#yA4a6oPB9uHpVGnZCwAaGapMvUHlz3gf { display:block;width:20.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:22.64453125rem;left:53.4833984375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#iZdnlOUhiRKH8spNtm0mcW661Prgvv02 { position:absolute;display:block;z-index:15064;height:3.375rem;width:21rem;top:55.2646484375rem;left:53.375rem;display:block; }
#RRKFQt1sPF14ExOd9h0kCO0lSk3U9qkR { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#182b4d;background-image:none;height:4.375rem;width:21.875rem;position:absolute;display:block;z-index:15031;top:55.0146484375rem;left:52.875rem;display:block; }
#Hwr3DaFsTviMXsrhqVH7IfaOuXm2eTIg { display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:4.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17.1494140625rem;left:-8.5625rem;height:21.44925rem;color:#f0f6f6;font-style:normal;display:block; }
#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c264f;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; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { background-color: transparent; background-image: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container > .video-iframe-container { display: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container { display: none; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .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); }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { border-width: 0; border-radius: 0; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#an8R0gJTsPKWJ7adLFTJAp2R7bDklQOL { display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:28.875rem;height:3.2504875rem;color:#f6f8fa;font-style:normal;display:block; }
#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0c264f;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; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { background-color: transparent; background-image: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container > .video-iframe-container { display: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container { display: none; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .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); }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { border-width: 0; border-radius: 0; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9802518785rem;left:-0.37543487548828rem;height:2.1933625rem;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;color:#ffffff;display:block; }
#lgMHbABmmLcy9gCQXFFkHWWG4HnfOVKy { position:absolute;display:block;z-index:15002;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:4.811525rem;width:41.25rem;top:42.5546875rem;left:14.5625rem;overflow:hidden;display:block; }
#ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { display:block;width:59.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.791015625rem;left:0rem;height:25.5908rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#kCTZ9JGIiRzrTUPBgqSCMZSKNqwTugwq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.4375rem;width:13.6875rem;top:6.7421875rem;left:60rem;display:block; }
#Lo1KNveT5i5LouUvIUob1ntDArkavtMo { display:block;width:73.9375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.96875rem;left:0rem;height:13.648475rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { border-bottom:0;border-left:0;border-right:0;border-top: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; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { background-color: transparent; background-image: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container > .video-iframe-container { display: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container { display: none; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .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); }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { border-width: 0; border-radius: 0; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#wZgxIBsnMpMvlO2LQXFcal9utCG7VfmC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15024;top:3.2490234375rem;left:-26.6875rem;display:block; }
#k8rkbfnTiceJ38OXggVA1PZqb6pnS9bk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.0625rem;width:50rem;position:absolute;display:block;z-index:15025;top:3.18603546875rem;left:47.934582356602rem;display:block; }
#Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.818359375rem;left:23.435546875rem;height:2.92480625rem;color:#163573;font-style:normal;display:block; }
#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f2;background-image: -webkit-linear-gradient(top, #ffffff, #f1f0f5);background-image: -moz-linear-gradient(top, #ffffff, #f1f0f5);background-image: -ms-linear-gradient(top, #ffffff, #f1f0f5);background-image: -o-linear-gradient(top, #ffffff, #f1f0f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f5' );";background-image: linear-gradient(to bottom, #ffffff, #f1f0f5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container { background-color: transparent; background-image: none; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container > .video-iframe-container { display: none; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row > .video-iframe-container { display: none; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .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); }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container { border-width: 0; border-radius: 0; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container { font-size:0.875rem;font-family:arial;height:104rem;width:75rem;position:relative;display:block; }#mzRC3SLKa8SFm52lOp7bzLOJD8RKwN5a { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:bold;z-index:15018;line-height:1;top:3.2490234375rem;left:25.0615234375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.7504875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#hh8C8yJcQykK1wCsMzRtEnzbn4ZgOCEK { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:4.625rem;width:24.625rem;position:absolute;display:block;z-index:15016;top:1.810546875rem;left:23.1865234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;display:block; }
#GIdKnEN8u9VbtUc7qAnTTJV50A5f03nG { background-color:;background-image:none;height:82.6875rem;width:74.9375rem;position:absolute;display:block;z-index:15016;top:9.935546875rem;left:-39.1884765625rem;border-top:0;border-left:0;border-right:0.0625rem dashed #771919;border-bottom:0;box-shadow: none;overflow:visible;display:block; }
#Tnc2kMkxT3SHbcBAol1zrVdeHX6ZIBVJ { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15016;top:9.625rem;left:35.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#u4lsD2UpBfoAwTuqFSRQML4KeBCGo9Bh { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15016;top:15.5625rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#ki70SwPX7gFTa0xa6dTQQ6VGdZno3LbS { display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1;top:11.310546875rem;left:6.634765625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FT6HCJ3wV3ABs1kehly6Zg0Bsq83uuc3 { display:block;width:24.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15017;line-height:1;top:13.26513671875rem;left:8.712890625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:right;text-align-last:right;display:block; }
#q88qcuyJWvbk0SpZGwTg5X3VxMXQSIIn { display:block;width:8.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15018;line-height:1;top:15.2490234375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#zb2D8CIM5f0pbk2zoifFSx5ZnJSbP1IG { display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15021;line-height:1;top:46.1533203125rem;left:24.6953125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#uw2sxCtZH0kPSlUGtccEOETni5cuFxQa { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15020;line-height:1;top:27.8095703125rem;left:37.998046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#R9lODqZA5FEArd9qARwPffKEIvTf7z39 { display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15020;line-height:1;top:16.9375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#C3T8AsgddEXxgTgtApwDKHaKb6hXbEmf { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:36.818359375rem;left:38.1220703125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#rdHWT0MwuSSN8kOLwWehxtwei753QLuw { display:block;width:35.874rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15022;line-height:1;top:38.875rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#mMgoWxNALRko0uLvfHgr1Qf6BKOz6KqV { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15019;top:28.12353515625rem;left:35.33935546875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#EKITilh5IBoDghLVgVROtZFkqPeMF1a8 { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15021;top:37.123046875rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#MrNptZZxlhf6RrmmLS6X7bqE5l7o9BkR { display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:25.2158203125rem;left:24.6298828125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#K2DwOGpmRfyaOvKh9hLWpIqhDtBrBBl8 { display:block;width:6.12426875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1;top:25.15283203125rem;left:17.86669921875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#mskfrqIneJ9HixoGqViVukZI0D3bsA7T { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15022;top:46.185546875rem;left:35.373046875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#IQ1s0ApOatHBknhESUb0TsazdDx7CThb { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15023;top:57.6240234375rem;left:35.3115234375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#TdqdCF1IJfbbXQ7Xwgbuqya3JnQCvfk2 { display:block;width:35.68725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15022;line-height:1.1;top:21.625rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3.298825rem;text-align:left;text-align-last:left;display:block; }
#SMTXX64tK7tPh3FTZqT2RR8EXoaZvDAW { display:block;width:35.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15023;line-height:1.1;top:43.6875rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0996125rem;text-align:left;text-align-last:left;display:block; }
#IngW8SHaaxCkGKkUnxy8TWtNNqWeqU7O { display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15022;line-height:1;top:57.498046875rem;left:24.5625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;text-align:right;text-align-last:right;display:block; }
#x7ypkf3GLxK0GgpdWoI4oHNIomFzDe6I { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:77.7490234375rem;left:25.060546875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#pcr7QbbUn3QUqpF8Wr69asUNTvmnEDls { display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1;top:29.62939453125rem;left:38.2470703125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o2emIh8wRHmUruo8lIxRPyrcal5zKXoM { display:block;width:22.9980625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15020;line-height:1;top:32.8740234375rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0004875rem;text-align:left;text-align-last:left;display:block; }
#KdwOPnbgCZ6w1dc542V0BgDybzB38FmD { display:block;width:8.6875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:34.21728515625rem;left:25.19384765625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;text-align:left;text-align-last:left;display:block; }
#ODBRE5oFTMFxJ74EAv0dnPTIMScVHaUr { display:block;width:36.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15022;line-height:1;top:83.8125rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#PDrDKTBQkVMVtkBMatXZyD4mlsOO77wp { display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15023;line-height:1;top:66.75rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:4.5rem;display:block; }
#rmfpfcNcUVpRsxQB5PVSAD3AiUQtrhAy { display:block;width:8.311625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15019;line-height:1;top:9.4064674377444rem;left:25.060764312744rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.3754875rem;color:#f11919;display:block; }
#D77oLZ5IeggeXnUqRXxFi3WhfQQa8H3D { display:block;width:8.9375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15025;line-height:1;top:81.580078125rem;left:38.248046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#pRJnqDb1CiTvvAG2ihrAtXOmWgkAxzV3 { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15025;top:81.7998046875rem;left:35.3173828125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#mn4KtrinMIguAHRDQh0tQJTV6BrqOWnq { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15020;top:25.27734375rem;left:35.34228515625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#D2IMKHso2OfLp4oA18ho1HHwGirONrVp { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1;top:34.09130859375rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#FLETqp35MnNKXxVViH0WEJD8AMTipWbZ { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15024;line-height:1;top:45.93359375rem;left:17.6376953125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#n4R4DUo1EaQp49DEkKTVqEpEH82nLik2 { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15025;line-height:1;top:57.4677734375rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#d6TlIzgke3KFR7KyUi8H5GUMZ9uOH3nC { display:block;width:22.9980625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15021;line-height:1;top:88.310546875rem;left:38.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1rem;text-align:left;text-align-last:left;display:block; }
#lOsh8VaIebkSVDTtk917OLLoEUgKBX1n { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15028;top:90.125rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#msvv7oLNmfOaVAwdaNGJHapBkORxLhbH { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15023;line-height:1;top:50.05859375rem;left:38.373046875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#NG6L1inTLJhEcTX3y3aXKSXI5gb6GtnM { display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15024;line-height:1;top:64.8876953125rem;left:38.2802734375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#La8KNqvQm1kOh270QbRWhHvQawTTM15q { display:block;width:37.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:bold;z-index:15023;line-height:1;top:52rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:3rem;text-align:left;text-align-last:left;display:block; }
#PEAw6wWPBGPWE7og9lk6T6k6Bu9XuN9N { display:block;width:6.186525rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1;top:77.560546875rem;left:17.8359375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;display:block; }
#R8bm2dxFG2LldgDqx2KePfvZp7tnHAUv { display:block;width:24.6220625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15022;line-height:1;top:55.25rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1rem;text-align:left;text-align-last:left;display:block; }
#LX7Jylr2fLhWcunOpRQBkA8HPUFq54TD { display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15024;line-height:1.1;top:71.8125rem;left:38.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.0996125rem;text-align:left;text-align-last:left;display:block; }
#DUIy9CTqErk3gdEgGIZxKXCZGtZKIImB { display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:bold;z-index:15026;line-height:1;top:89.9375rem;left:25.0615234375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.375rem;color:#f11919;display:block; }
#U7JTJg9t8sUXAB3qQBXaKpFrxQFS1Xdc { display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1;top:91.8740234375rem;left:13.31640625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NFFJFkyaduv6B4nHgBFfzgIMyLTVf7T6 { display:block;width:24.4360625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:lighter;z-index:15018;line-height:1;top:94.015625rem;left:9.08203125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1rem;text-align:right;text-align-last:right;display:block; }
#bZdiSHVzMxyRxc2034cSUOXiWzvxMsw0 { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15024;top:50.27734375rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#MiT8T5qaE7elVgNAnqDxh9PwcsrroqIm { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15024;top:65.1064453125rem;left:35.341796875rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#IUWKmkhI7pOEOPOs8MxRATg9mkN358t2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.375rem;width:27.8745rem;top:61.6865234375rem;left:5.9775390625rem;display:block; }
#w0mBpei7UPI5pzQ4nUMXEImZ7tgO1PUa { display:block;width:26.562rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15018;line-height:1;top:59.7802734375rem;left:9.2177734375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fp4cgbklKMiuq9yP2G4HKEJoJfFqvcOf { background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.9375rem;width:0.9375rem;position:absolute;display:block;z-index:15020;top:34.248046875rem;left:35.3408203125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;display:block; }
#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f2f2;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; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container { background-color: transparent; background-image: none; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container > .video-iframe-container { display: none; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row > .video-iframe-container { display: none; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .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); }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container { border-width: 0; border-radius: 0; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#KaRlTvsbp75AapIEqycy7PA5EQLDc7Wi { position:absolute;display:block;z-index:15003;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:4.811525rem;width:41.25rem;top:1.25rem;left:15.1865234375rem;overflow:hidden;display:block; }
#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;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; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container { background-color: transparent; background-image: none; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container > .video-iframe-container { display: none; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row > .video-iframe-container { display: none; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .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); }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container { border-width: 0; border-radius: 0; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#bzQcITIcX7TxgZz5zuEZRntRMaJZsdrD { display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6308555603027rem;left:29.249134063721rem;height:2.92480625rem;color:#e7ecf2;font-style:normal;display:block; }
#sBTZSoQllbMu3QAUn2LfiV7LdJ9swXoy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;top:3rem;left:-45.75rem;display:block; }
#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c { border-bottom:0;border-left:0;border-right:0;border-top: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; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container { background-color: transparent; background-image: none; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container > .video-iframe-container { display: none; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row > .video-iframe-container { display: none; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .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); }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container { border-width: 0; border-radius: 0; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#SGb58wssE9Xsnd5Zk4T1NzUz3J3HHOZB { display:block;width:28rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:25.5625rem;height:2.11230625rem;display:block; }
#gEA6TTu7K0SEimPbqPhkegt2s97ArHGZ { display:block;width:47.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.619140625rem;left:25.5625rem;height:5.19921875rem;display:block; }
#u0kqAwPm9VqudTqzfWP8VoXWlnNtUcsb { position:absolute;display:block;z-index:15041;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:5rem;left:25.5625rem;display:block; }
#x6UR74kT8X6SqnPMOJJ8HpZVtATSQIv1 { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:5.0625rem;left:25.5625rem;display:block; }
#ZyS70Xd6NvTi0IfTFwguNG9qkXIiph5T { position:absolute;display:block;z-index:15042;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:16.5625rem;width:16.5625rem;top:0.9375rem;left:5.90625rem;overflow:hidden;display:block; }
#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz { border-bottom:0;border-left:0;border-right:0;border-top: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; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container { background-color: transparent; background-image: none; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container > .video-iframe-container { display: none; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row > .video-iframe-container { display: none; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .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); }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container { border-width: 0; border-radius: 0; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#OidmTrWkkk69eB0x0CfMF9h9OhCTPV1a { display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3125rem;left:5.375rem;height:2.11230625rem;display:block; }
#XdCONOf2NRPosWWH6anww5ZirQQgPyTF { display:block;width:47.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:5.375rem;height:3.8994125rem;display:block; }
#vwXVkTLCgRNb7EwfOxmqKq5KPffVyWrP { position:absolute;display:block;z-index:15043;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.1875rem;left:5.375rem;display:block; }
#AI71Tt0BNE2UcNkko0ce1SD3rUWGuz5A { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.25rem;left:5.375rem;display:block; }
#kIvUTVuufcD8y9KGlOGAO7esJmfSNBPn { position:absolute;display:block;z-index:15044;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:17.4375rem;width:15.9375rem;top:0.28125rem;left:56.4912109375rem;overflow:hidden;display:block; }
#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh { border-bottom:0;border-left:0;border-right:0;border-top: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; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container { background-color: transparent; background-image: none; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container > .video-iframe-container { display: none; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row > .video-iframe-container { display: none; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .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); }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container { border-width: 0; border-radius: 0; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#N41R9tNw9ow8xRTXcXgwvwtS6kuM6Bei { display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:25.3125rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#SAL5FwnUWmSnyTyaT84lTemQUduXPd95 { display:block;width:47.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:25.3125rem;height:5.19921875rem;display:block; }
#Jsg9iwX3iBsKIPNuRGzlpg0Vx84o9VlE { position:absolute;display:block;z-index:15043;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.125rem;left:25.5rem;display:block; }
#Ur7w7NZmkfBu8PkZRIAz4Prmu55hrWTP { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.1875rem;left:25.5rem;display:block; }
#S7KkfGqSas1TeTB2lucfTRpy5LlUe0UG { position:absolute;display:block;z-index:15044;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:16.0625rem;width:16.0625rem;top:0.8125rem;left:5.75rem;overflow:hidden;display:block; }
#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok { 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; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container { background-color: transparent; background-image: none; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container > .video-iframe-container { display: none; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row > .video-iframe-container { display: none; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .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); }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container { border-width: 0; border-radius: 0; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#QkmXwCt6I0k9rThBua0IvXocZJTE8TGq { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.375rem;height:2.11230625rem;display:block; }
#kgcpoQlXD9vnvBx03HrT2bg3S3CU64Gk { display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:5.375rem;height:7.7988125rem;display:block; }
#dXdTfnTRXW0JlfPFRA0bvW139H4pWPNr { position:absolute;display:block;z-index:15009;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:15.5625rem;width:16rem;top:2.90478515625rem;left:54.983103074861rem;overflow:hidden;display:block; }
#X76MyiOBehhuQrVeRdGrUhVWS5zrnhdm { position:absolute;display:block;z-index:15051;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.375rem;left:5.375rem;display:block; }
#nZaNbMoXy5782kSy3s5RlQSCQU3SI3wL { position:absolute;display:block;z-index:15047;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.4375rem;left:5.375rem;display:block; }
#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I { 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; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container { background-color: transparent; background-image: none; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container > .video-iframe-container { display: none; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row > .video-iframe-container { display: none; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .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); }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container { border-width: 0; border-radius: 0; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#JKRrcmxqZFDTHZfQsti9KADuPW3KmofW { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:2.11230625rem;display:block; }
#Ez8DAJJaLVAlHVO5eOy3JnTSVAmtekBv { display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.775390625rem;left:22.9375rem;height:6.499rem;display:block; }
#cptbvamfMw6OHemuZRRXwiidZUIB8U29 { position:absolute;display:block;z-index:15008;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:14.187rem;width:14.25rem;top:2.279296875rem;left:6.7763671875rem;overflow:hidden;display:block; }
#mVxeWdDLpGoxmdGzJsrWxLnTrQZyXPkT { position:absolute;display:block;z-index:15055;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:5.5625rem;left:22.9375rem;display:block; }
#TcBghD1rT00WAPEUaKGUzicqd7rm3smO { position:absolute;display:block;z-index:15051;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:5.625rem;left:22.9375rem;display:block; }
#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto { 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; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container { background-color: transparent; background-image: none; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container > .video-iframe-container { display: none; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row > .video-iframe-container { display: none; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .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); }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container { border-width: 0; border-radius: 0; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#t4kJbilFRdv3a4oR1S9ypxVUP2VubL9k { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.375rem;height:2.11230625rem;display:block; }
#ev2FCsUBnG3zpbhqrApQPteHaCauEuxM { display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:5.375rem;height:9.098625rem;display:block; }
#OHEUP39o7gOxe9SlEKMIZRapBq2bfrnR { position:absolute;display:block;z-index:15009;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:15.9375rem;width:15.8745rem;top:1.716796875rem;left:55.9248046875rem;overflow:hidden;display:block; }
#smTTvMcHsihotSonq3rJpZXA4QEtsKrH { position:absolute;display:block;z-index:15051;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.375rem;left:5.375rem;display:block; }
#NybeZ5cduWxfhwUvNZ3vu4891Nf4tuSH { position:absolute;display:block;z-index:15047;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.4375rem;left:5.375rem;display:block; }
#CloFOykOMKq6h67lVGzVIFCOm2109gTc { 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; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container { background-color: transparent; background-image: none; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container > .video-iframe-container { display: none; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row > .video-iframe-container { display: none; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .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); }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container { border-width: 0; border-radius: 0; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#gv5OPr0Qi1R3hkr1XabJl6XF2ifMFe8F { display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.3125rem;height:5.19921875rem;display:block; }
#GXmr0Q4VZpQdl03KudcNetVPQSGIIw76 { position:absolute;display:block;z-index:15058;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.0625rem;left:23.3125rem;display:block; }
#iccUVogxRyycS416PmrPNoqfoyKFIcGU { position:absolute;display:block;z-index:15054;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.125rem;left:23.3125rem;display:block; }
#IW1MQPILTi6QATSbqn1vxiW3UhEC6hM1 { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.3125rem;height:2.11230625rem;display:block; }
#dTWfX6RbeuydcIAMEXqKygR15lIRK1DF { position:absolute;display:block;z-index:15012;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:15.5625rem;width:15.5625rem;top:0.53125rem;left:5.4990234375rem;overflow:hidden;display:block; }
#qrO1O8HAU066cvk9687tk9xr9mlCea8L { 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; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container { background-color: transparent; background-image: none; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container > .video-iframe-container { display: none; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row > .video-iframe-container { display: none; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .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); }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container { border-width: 0; border-radius: 0; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#eg6ylmEciVrcFZyER6FPI739s0iTLSUe { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.375rem;height:2.11230625rem;display:block; }
#bBL7P4s9Tz9SxMth6gWVRKLIR2R1Fvi5 { display:block;width:46.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:5.375rem;height:7.7988125rem;display:block; }
#nBN65KyM3yVqPAHx1Mu7yBBGNF4fnlJf { position:absolute;display:block;z-index:15009;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:17.8125rem;width:20.625rem;top:1.5299491882324rem;left:52.248268127441rem;overflow:hidden;display:block; }
#omJG6TZTvQ9BlgWH2XzrRvyxhu8tqTOD { position:absolute;display:block;z-index:15051;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.375rem;left:5.375rem;display:block; }
#gDZkdQrK1V4FUbLmPinrbPKD3eVIpCV7 { position:absolute;display:block;z-index:15047;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.4375rem;left:5.375rem;display:block; }
#bC8dWXP94A98SexIE3dXI2zke7bdbmwp { 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; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container { background-color: transparent; background-image: none; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container > .video-iframe-container { display: none; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row > .video-iframe-container { display: none; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .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); }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container { border-width: 0; border-radius: 0; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#V45ESh60WMibaMgFarCVCT6U66hKcX4w { display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875rem;left:23.3125rem;height:6.499rem;display:block; }
#X14WTVDzJD8UFGT4TvarKAi2gkAlQSo4 { position:absolute;display:block;z-index:15058;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.0625rem;left:23.3125rem;display:block; }
#Zhdw8vtoD0f24Q3GQr8MaWylltc77Oua { position:absolute;display:block;z-index:15054;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:6.125rem;left:23.3125rem;display:block; }
#LFaoeG9H5dn259oJTnPTHlEMg8Gv4TwP { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.3125rem;height:2.11230625rem;display:block; }
#KRJZRtkTQ1muL4WILop37y1T16d2bwSG { position:absolute;display:block;z-index:15012;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:14.3125rem;width:21.625rem;top:1.15625rem;left:3.125rem;overflow:hidden;display:block; }
#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx { 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; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container { background-color: transparent; background-image: none; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container > .video-iframe-container { display: none; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row > .video-iframe-container { display: none; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .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); }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container { border-width: 0; border-radius: 0; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#hGZ6Z9sKSRVK3bbOvowJ9d9q2e1BQJqo { display:block;width:34.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1240234375rem;left:5.4990234375rem;height:2.11230625rem;display:block; }
#T2OiRUykw4JtXW1k19e8OItbTIql5ApG { display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.21240234375rem;left:5.4990234375rem;height:7.7988125rem;display:block; }
#Ea1WSpAW8nUHXDeVfAXr6Bi9xKVfvaN7 { position:absolute;display:block;z-index:15055;background-color:#771919;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:7.99951171875rem;left:5.4990234375rem;display:block; }
#pFR6JRWOabDeRntggiAi3rn3nvSihLIz { position:absolute;display:block;z-index:15051;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:46.875rem;top:8.0625rem;left:5.4990234375rem;display:block; }
#s6O8kkfgdMlEu11J7QWtZztN8lJGitQJ { position:absolute;display:block;z-index:15056;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:15.0625rem;width:13.75rem;top:1.1875rem;left:59.0458984375rem;overflow:hidden;display:block; }
#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;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; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { background-color: transparent; background-image: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container > .video-iframe-container { display: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container { display: none; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .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); }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { border-width: 0; border-radius: 0; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { color:#e7ecf2;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.935546875rem;left:0.0625rem;height:13rem;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { display:block; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { width:47.75rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { width:28.9375rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { width:8.75rem;height:1.875rem;top:1.7783203125rem;left:29.3125rem;font-size:0.9375rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block; }
 }@media only screen and (max-width: 1199px) { #PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { width:8.375rem;height:1.875rem;top:1.7783203125rem;left:38.7724609375rem;font-size:0.9375rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block; }
 }@media only screen and (max-width: 1199px) { #Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { width:8.375rem;height:1.875rem;top:4.6826171875rem;left:38.7724609375rem;font-size:0.9375rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block; }
 }@media only screen and (max-width: 1199px) { #xI64AMAB040fSE2ulK24K2OaRBXlDZC4 { width:8.75rem;height:1.875rem;top:4.6826171875rem;left:29.3125rem;font-size:0.875rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Viw2a9sngkEaa7BITAmotKqqMDiuW3eJ { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:64.8125rem;width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df698835-a131-4135-99fd-a3e82e484baf/megatrendy_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 1199px) { #It5ClD2fXpAMaCeP8AnwS9CFd4P2Z0dt { width:43.3125rem;height:1.625rem;top:23.296875rem;left:0.9375rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #yzwenAwlBwrpgTtd9DceGf5L3nNIvA6F { width:18.562rem;height:1.625rem;top:0.794677734375rem;left:28.980712890625rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { width:26.5rem;height:7.3125rem;top:0.7939453125rem;left:1.060546875rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #toW9WmcvkbsaJxDWNBVKfAXToyOnKMhQ { width:46.125rem;height:1.625rem;top:21.671875rem;left:0.875rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN  { width:45.25rem;height:auto;top:30.7001953125rem;left:0rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN {display:block;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN { width:45.25rem;height:auto;top:30.7001953125rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #vK6v3JrlrUxAHgGVHFRWvk8A3oiM28IV {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #NR8O6znTThZGnLW0db6AcwJfaMRUz0kq { display:block; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #PFhEACkNx2H6G3xcTkOW2oxEpTUePWtK {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k5T9G8aB2N9VqpNDhpKQvf0mXGQm1sKJ {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #ABcMUQI7fTs8GTDFoqzfr4xxvLbCE4EZ { display:block; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #H0EGzAlFCxZeZQvZrhAXcD69yZHRopmJ {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #o9Gfz6k4v42X7v6fLqL5Lk1RKzbLphU9 {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #apqv0suuqK48ApCmaDRRsgaMgo7PZXrr { display:block; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #bFyNOC1QpGWOlu5etsulDXXKd2xXslKM {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #xoKyIzG57ByeW4MWbpfvNaN5SdSZUXXQ {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #DlZ8zrXVrzKIgoEJwLIpQZ4OGTkH0UP7 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k7ZXgq6riWvNaFuaZ55DARW4OTcMmcVJ {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #RlZgl4hKC8HBewF3Ry9rglASbISQlMCw {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Fsl0TCairVqonSXH1Xt9h9v9ouESkbkI {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Osi4RRfL6IMfkziyr3vEMhJzDSke9bT4 {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #crUg3CcAVGmTHOo2OSEFBNkkIufl6g2i {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #AhfpACJfPHkQJ7zXPaUCzl2bXGvd4xZh {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #pcmI7zKu8sG8WPG96aw7QVwb6tZESvTd {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #kRxyWa5yoyFX01DVbedIKBxVre2NJhX5 {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #u2PQM3NRuPI8Ax27TCzcpgiB8wrMp6XD {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #V3OelfPhXMAvfw94wXVvi1ebEFigQrp2 {  }
 }@media only screen and (max-width: 1199px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #hd7M47CDXZbxzGZsCimN7J4L9blbsrlZ {  }
 }@media only screen and (max-width: 1199px) { #prVuVidwfrtT78Gh70Xexg5UnxGWNIik { width:47.75rem;height:5.3125rem;top:25.8251953125rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #yA4a6oPB9uHpVGnZCwAaGapMvUHlz3gf { width:32.3108125rem;height:1.625rem;top:28.201904296875rem;left:7.718505859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZdnlOUhiRKH8spNtm0mcW661Prgvv02 { width:45.25rem;height:2.875rem;top:59.60986328125rem;left:1.311767578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRKFQt1sPF14ExOd9h0kCO0lSk3U9qkR { width:47.7495rem;height:7.2495rem;top:57.56103515625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #Hwr3DaFsTviMXsrhqVH7IfaOuXm2eTIg { width:26.375rem;height:9.75rem;top:8.1064453125rem;left:0.998046875rem;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { display:block; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #an8R0gJTsPKWJ7adLFTJAp2R7bDklQOL { width:17.24975rem;height:2.5996125rem;top:1.043701171875rem;left:15.2490234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { display:block; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { width:47.75rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { width:47.749rem;height:4.38671875rem;top:0.623779296875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lgMHbABmmLcy9gCQXFFkHWWG4HnfOVKy { width:41.25rem;height:4.811525rem;top:56.9384765625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { width:33.375rem;height:37.533225rem;top:7.58984375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCTZ9JGIiRzrTUPBgqSCMZSKNqwTugwq { width:13.6875rem;height:24.4375rem;top:11.375rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lo1KNveT5i5LouUvIUob1ntDArkavtMo { width:47.75rem;height:17.0605375rem;top:39.94140625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { display:block; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wZgxIBsnMpMvlO2LQXFcal9utCG7VfmC { width:47.75rem;height:0.0625rem;top:1.1872863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8rkbfnTiceJ38OXggVA1PZqb6pnS9bk { width:47.75rem;height:0.0625rem;top:1.186637878418rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { width:25.686875rem;height:3.08715625rem;top:2.9743919372559rem;left:11.495877027512rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ { display:block; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container { width:47.75rem;height:124.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mzRC3SLKa8SFm52lOp7bzLOJD8RKwN5a { z-index:15026;top:1.4355487525463rem;left:13.312717199326rem;height:1.7504875rem;width:21.124125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hh8C8yJcQykK1wCsMzRtEnzbn4ZgOCEK { top:2.8312206268311E-6rem;left:11.562500715256rem;width:24.6235rem;height:4.62456875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GIdKnEN8u9VbtUc7qAnTTJV50A5f03nG { top:6.81884765625rem;left:1.06201171875rem;height:102rem;width:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tnc2kMkxT3SHbcBAol1zrVdeHX6ZIBVJ { top:36.87744140625rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4lsD2UpBfoAwTuqFSRQML4KeBCGo9Bh { top:11.0078125rem;left:22.5947265625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ki70SwPX7gFTa0xa6dTQQ6VGdZno3LbS { z-index:15000;top:8.0625rem;left:2.34130859375rem;height:1.5rem;width:18.8745rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #FT6HCJ3wV3ABs1kehly6Zg0Bsq83uuc3 { z-index:15000;top:119.0625rem;left:2.75rem;height:1rem;width:24.4350625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #q88qcuyJWvbk0SpZGwTg5X3VxMXQSIIn { z-index:15000;top:12.9931640625rem;left:19.095703125rem;height:1.375rem;width:8.3105625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zb2D8CIM5f0pbk2zoifFSx5ZnJSbP1IG { z-index:15000;top:55.0029296875rem;left:18.84375rem;height:1.375rem;width:8.8115rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uw2sxCtZH0kPSlUGtccEOETni5cuFxQa { z-index:15000;top:29.607421875rem;left:19.09375rem;height:1.375rem;width:9.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R9lODqZA5FEArd9qARwPffKEIvTf7z39 { z-index:15000;top:14.75rem;left:2.4375rem;height:4.5rem;width:43.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C3T8AsgddEXxgTgtApwDKHaKb6hXbEmf { z-index:15000;top:44.02587890625rem;left:19.1220703125rem;height:1.3754875rem;width:9.4998125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rdHWT0MwuSSN8kOLwWehxtwei753QLuw { z-index:15000;top:46.125rem;left:2.625rem;height:4.5rem;width:42.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMgoWxNALRko0uLvfHgr1Qf6BKOz6KqV { top:67.8154296875rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKITilh5IBoDghLVgVROtZFkqPeMF1a8 { top:42.408203125rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MrNptZZxlhf6RrmmLS6X7bqE5l7o9BkR { z-index:15000;top:25.3779296875rem;left:19.04296875rem;height:1.375rem;width:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K2DwOGpmRfyaOvKh9hLWpIqhDtBrBBl8 { z-index:15000;top:54.939453125rem;left:9.87109375rem;height:1.5rem;width:7.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mskfrqIneJ9HixoGqViVukZI0D3bsA7T { top:23.791015625rem;left:22.60546875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQ1s0ApOatHBknhESUb0TsazdDx7CThb { top:52.8564453125rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdqdCF1IJfbbXQ7Xwgbuqya3JnQCvfk2 { z-index:15000;top:20.0625rem;left:2.4375rem;height:3.298825rem;width:35.6850625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SMTXX64tK7tPh3FTZqT2RR8EXoaZvDAW { z-index:15000;top:50.8125rem;left:2.5625rem;height:1.0996125rem;width:28.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #IngW8SHaaxCkGKkUnxy8TWtNNqWeqU7O { z-index:15000;top:69.685546875rem;left:18.654296875rem;height:1.375rem;width:8.937rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #x7ypkf3GLxK0GgpdWoI4oHNIomFzDe6I { z-index:15000;top:100.25rem;left:19.6875rem;height:1.375rem;width:8.8125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #pcr7QbbUn3QUqpF8Wr69asUNTvmnEDls { z-index:15000;top:31.8466796875rem;left:2.560546875rem;height:3rem;width:42.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2emIh8wRHmUruo8lIxRPyrcal5zKXoM { z-index:15000;top:35.5322265625rem;left:2.560546875rem;height:1rem;width:15.1860625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KdwOPnbgCZ6w1dc542V0BgDybzB38FmD { z-index:15000;top:38.9951171875rem;left:19.158203125rem;height:1.3754875rem;width:8.6850625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODBRE5oFTMFxJ74EAv0dnPTIMScVHaUr { z-index:15000;top:108.1552734375rem;left:2.7490234375rem;height:3rem;width:43.5615rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PDrDKTBQkVMVtkBMatXZyD4mlsOO77wp { z-index:15000;top:76.75rem;left:2.3125rem;height:4.5rem;width:44rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rmfpfcNcUVpRsxQB5PVSAD3AiUQtrhAy { z-index:15000;top:6.33203125rem;left:19.158203125rem;height:1.3754875rem;width:8.3105625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D77oLZ5IeggeXnUqRXxFi3WhfQQa8H3D { z-index:15000;top:105.125rem;left:19.5625rem;height:1.375rem;width:12.1875rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #pRJnqDb1CiTvvAG2ihrAtXOmWgkAxzV3 { top:103.25rem;left:23.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mn4KtrinMIguAHRDQh0tQJTV6BrqOWnq { top:27.498046875rem;left:22.59375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2IMKHso2OfLp4oA18ho1HHwGirONrVp { z-index:15000;top:100.1875rem;left:9.62109375rem;height:1.5rem;width:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLETqp35MnNKXxVViH0WEJD8AMTipWbZ { z-index:15000;top:38.931640625rem;left:10.05859375rem;height:1.5rem;width:6.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4R4DUo1EaQp49DEkKTVqEpEH82nLik2 { z-index:15000;top:69.623046875rem;left:9.99609375rem;height:1.5rem;width:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6TlIzgke3KFR7KyUi8H5GUMZ9uOH3nC { z-index:15000;top:111.3125rem;left:2.75rem;height:1rem;width:15.1860625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOsh8VaIebkSVDTtk917OLLoEUgKBX1n { top:98.75rem;left:23.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msvv7oLNmfOaVAwdaNGJHapBkORxLhbH { z-index:15000;top:59.625rem;left:18.6875rem;height:1.375rem;width:9.499rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NG6L1inTLJhEcTX3y3aXKSXI5gb6GtnM { z-index:15000;top:73.873046875rem;left:18.935546875rem;height:1.375rem;width:9.4995rem;display:block; }
 }@media only screen and (max-width: 1199px) { #La8KNqvQm1kOh270QbRWhHvQawTTM15q { z-index:15000;top:62.0625rem;left:2.75rem;height:3rem;width:43.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #PEAw6wWPBGPWE7og9lk6T6k6Bu9XuN9N { z-index:15000;top:25.314453125rem;left:10.05859375rem;height:1.5rem;width:7.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8bm2dxFG2LldgDqx2KePfvZp7tnHAUv { z-index:15000;top:65.6875rem;left:2.75rem;height:1rem;width:43.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LX7Jylr2fLhWcunOpRQBkA8HPUFq54TD { z-index:15000;top:81.8125rem;left:2.3125rem;height:1.0996125rem;width:37.062rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #DUIy9CTqErk3gdEgGIZxKXCZGtZKIImB { z-index:15000;top:114.8125rem;left:20rem;height:1.375rem;width:8.8125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 1199px) { #U7JTJg9t8sUXAB3qQBXaKpFrxQFS1Xdc { z-index:15000;top:116.75rem;left:2.75rem;height:1.5rem;width:36.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #NFFJFkyaduv6B4nHgBFfzgIMyLTVf7T6 { z-index:15000;top:8.3115234375rem;left:21.685546875rem;height:1.0004875rem;width:24.4365rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZdiSHVzMxyRxc2034cSUOXiWzvxMsw0 { top:57.75rem;left:22.5rem;width:0.9375rem;height:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #MiT8T5qaE7elVgNAnqDxh9PwcsrroqIm { top:112.6875rem;left:23.5625rem;width:0.9375rem;height:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #IUWKmkhI7pOEOPOs8MxRATg9mkN358t2 { width:23.7495rem;height:13.125rem;top:85.4990234375rem;left:2.3408203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0mBpei7UPI5pzQ4nUMXEImZ7tgO1PUa { z-index:15000;top:89.1875rem;left:28.0625rem;height:3rem;width:18.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #Fp4cgbklKMiuq9yP2G4HKEJoJfFqvcOf { top:72.2802734375rem;left:22.5908203125rem;width:0.9375rem;height:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #yJQZd00QGICoaNaGShEn5ALw3TdMI9pL { display:block; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KaRlTvsbp75AapIEqycy7PA5EQLDc7Wi { width:41.25rem;height:4.8112rem;top:1.2500038146973rem;left:3.2486979961395rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo { display:block; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bzQcITIcX7TxgZz5zuEZRntRMaJZsdrD { width:11.25rem;height:3.57421875rem;top:1.3064250946045rem;left:16.873916387558rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBTZSoQllbMu3QAUn2LfiV7LdJ9swXoy { width:47.7495625rem;height:0.0618489375rem;top:6.1252174377441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c { display:block; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SGb58wssE9Xsnd5Zk4T1NzUz3J3HHOZB { width:27.9373125rem;height:1.2999125rem;top:1.875rem;left:17.249349355698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gEA6TTu7K0SEimPbqPhkegt2s97ArHGZ { width:32.187rem;height:5.68359375rem;top:7.81201171875rem;left:15.12158203125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0kqAwPm9VqudTqzfWP8VoXWlnNtUcsb { width:18.75rem;height:0.1875rem;top:5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x6UR74kT8X6SqnPMOJJ8HpZVtATSQIv1 { width:46.875rem;height:0.0625rem;top:5.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZyS70Xd6NvTi0IfTFwguNG9qkXIiph5T { width:13.375rem;height:13.375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz { display:block; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OidmTrWkkk69eB0x0CfMF9h9OhCTPV1a { width:28.1875rem;height:1.2999125rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XdCONOf2NRPosWWH6anww5ZirQQgPyTF { width:30.6875rem;height:4.546875rem;top:7.3741455078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwXVkTLCgRNb7EwfOxmqKq5KPffVyWrP { width:18.75rem;height:0.1875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AI71Tt0BNE2UcNkko0ce1SD3rUWGuz5A { width:46.875rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kIvUTVuufcD8y9KGlOGAO7esJmfSNBPn { width:14.124rem;height:15.4365rem;top:1.6552734375rem;left:31.99951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh { display:block; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N41R9tNw9ow8xRTXcXgwvwtS6kuM6Bei { width:28.2498125rem;height:1.2999125rem;top:2.5618476867676rem;left:16.062284231186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAL5FwnUWmSnyTyaT84lTemQUduXPd95 { width:30.5rem;height:5.68359375rem;top:7.9372863769531rem;left:16.374783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jsg9iwX3iBsKIPNuRGzlpg0Vx84o9VlE { width:18.75rem;height:0.1875rem;top:6.125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ur7w7NZmkfBu8PkZRIAz4Prmu55hrWTP { width:46.875rem;height:0.0625rem;top:6.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7KkfGqSas1TeTB2lucfTRpy5LlUe0UG { width:16.0625rem;height:16.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok { display:block; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QkmXwCt6I0k9rThBua0IvXocZJTE8TGq { width:34.249125rem;height:1.29980625rem;top:2.1234769821167rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgcpoQlXD9vnvBx03HrT2bg3S3CU64Gk { width:31.8125rem;height:7.957rem;top:9.4173278808594rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dXdTfnTRXW0JlfPFRA0bvW139H4pWPNr { width:14.3115rem;height:13.875rem;top:2.12255859375rem;left:31.810546875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #X76MyiOBehhuQrVeRdGrUhVWS5zrnhdm { width:18.75rem;height:0.1875rem;top:6.375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #nZaNbMoXy5782kSy3s5RlQSCQU3SI3wL { width:31.125rem;height:0.0625rem;top:6.4365234375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I { display:block; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JKRrcmxqZFDTHZfQsti9KADuPW3KmofW { width:34.1875rem;height:1.29980625rem;top:2.625rem;left:9.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ez8DAJJaLVAlHVO5eOy3JnTSVAmtekBv { width:34.5615rem;height:6.8203125rem;top:11.05810546875rem;left:12.56103515625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cptbvamfMw6OHemuZRRXwiidZUIB8U29 { width:11.625rem;height:11.625rem;top:8.05810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVxeWdDLpGoxmdGzJsrWxLnTrQZyXPkT { width:18.75rem;height:0.1875rem;top:5.5620727539062rem;left:12.562066793442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcBghD1rT00WAPEUaKGUzicqd7rm3smO { width:46.875rem;height:0.0625rem;top:5.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto { display:block; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t4kJbilFRdv3a4oR1S9ypxVUP2VubL9k { width:34.249125rem;height:1.2999125rem;top:2.1234769821167rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ev2FCsUBnG3zpbhqrApQPteHaCauEuxM { width:31.812rem;height:10.2305rem;top:8.0419921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHEUP39o7gOxe9SlEKMIZRapBq2bfrnR { width:11.9375rem;height:11.9375rem;top:2.123046875rem;left:35.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #smTTvMcHsihotSonq3rJpZXA4QEtsKrH { width:18.75rem;height:0.1875rem;top:6.375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #NybeZ5cduWxfhwUvNZ3vu4891Nf4tuSH { width:34.375rem;height:0.0625rem;top:6.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #CloFOykOMKq6h67lVGzVIFCOm2109gTc { display:block; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gv5OPr0Qi1R3hkr1XabJl6XF2ifMFe8F { width:28.8125rem;height:6.8203125rem;top:7.1875rem;left:18.874565958977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXmr0Q4VZpQdl03KudcNetVPQSGIIw76 { width:18.75rem;height:0.1875rem;top:5.9990234375rem;left:19.99951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iccUVogxRyycS416PmrPNoqfoyKFIcGU { width:28.125rem;height:0.0625rem;top:6.0615234375rem;left:19.21728515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IW1MQPILTi6QATSbqn1vxiW3UhEC6hM1 { width:12.9373125rem;height:1.2999125rem;top:2.5607643127441rem;left:18.748916387558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTWfX6RbeuydcIAMEXqKygR15lIRK1DF { width:13.9375rem;height:13.9375rem;top:2.0078125rem;left:2.1875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #qrO1O8HAU066cvk9687tk9xr9mlCea8L { display:block; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eg6ylmEciVrcFZyER6FPI739s0iTLSUe { width:34.249125rem;height:1.2999125rem;top:2.1234769821167rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBL7P4s9Tz9SxMth6gWVRKLIR2R1Fvi5 { width:31.8125rem;height:9.09375rem;top:9.4173278808594rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBN65KyM3yVqPAHx1Mu7yBBGNF4fnlJf { width:16rem;height:13.875rem;top:3.4201393127441rem;left:30.938586950302rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #omJG6TZTvQ9BlgWH2XzrRvyxhu8tqTOD { width:18.75rem;height:0.1875rem;top:6.375rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 1199px) { #gDZkdQrK1V4FUbLmPinrbPKD3eVIpCV7 { width:46.875rem;height:0.0625rem;top:6.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 1199px) { #bC8dWXP94A98SexIE3dXI2zke7bdbmwp { display:block; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V45ESh60WMibaMgFarCVCT6U66hKcX4w { width:28.8125rem;height:7.957rem;top:7.1875rem;left:18.874565958977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X14WTVDzJD8UFGT4TvarKAi2gkAlQSo4 { width:18.75rem;height:0.1875rem;top:6.0615234375rem;left:19.99951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zhdw8vtoD0f24Q3GQr8MaWylltc77Oua { width:28.125rem;height:0.0625rem;top:6.12451171875rem;left:18.74951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LFaoeG9H5dn259oJTnPTHlEMg8Gv4TwP { width:12.9373125rem;height:1.2999125rem;top:2.5607643127441rem;left:18.748916387558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KRJZRtkTQ1muL4WILop37y1T16d2bwSG { width:18.1245rem;height:11.937rem;top:2.34228515625rem;left:0rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx { display:block; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hGZ6Z9sKSRVK3bbOvowJ9d9q2e1BQJqo { width:34.2495rem;height:1.29980625rem;top:2.56787109375rem;left:0.61376953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2OiRUykw4JtXW1k19e8OItbTIql5ApG { width:32.3125rem;height:9.09375rem;top:6.328125rem;left:0.45703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea1WSpAW8nUHXDeVfAXr6Bi9xKVfvaN7 { width:18.75rem;height:0.125rem;top:4.7490234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFR6JRWOabDeRntggiAi3rn3nvSihLIz { width:34.375rem;height:0.0615234375rem;top:4.7802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6O8kkfgdMlEu11J7QWtZztN8lJGitQJ { width:11.3125rem;height:12.375rem;top:1.46875rem;left:35.4619140625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { display:block; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { width:47.7495625rem;height:16.25rem;top:2.3111991882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 { display:block; }#wDLG2EGEfNKOcDsVOT6RWK3oACU8hqw5 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4QR9Tp6zm50FSpiZOT4SshNqFeUeWUu { width:13.75rem;height:3.4375rem;top:0rem;left:0.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHToXrFLstQTA7cyqDbJkKBLpb7t4eup { width:8.125rem;height:1.5625rem;top:3.9990234375rem;left:0.968017578125rem;font-size:0.875rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A3dsTmH5SZ8EqzN2M9qmC19D8BxpcnEc { display:block; }
 }@media only screen and (max-width: 763px) { #PiJ6QUI7qf4SUyi5h0S2RrRwTkoGDbbf { width:8.125rem;height:1.5625rem;top:6.0625rem;left:0.9990234375rem;font-size:0.875rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #U8kovAIGDNxszlvwxAfySirJQ2oJcNtk { display:block; }
 }@media only screen and (max-width: 763px) { #Nydusw25ThCm7NdyhlDehTBEwB6clPW7 { width:8.125rem;height:1.5625rem;top:3.9365234375rem;left:10.531005859375rem;font-size:0.875rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fG96P42sRvbid53QMyX5yU7CAG26aV94 { display:block; }
 }@media only screen and (max-width: 763px) { #xI64AMAB040fSE2ulK24K2OaRBXlDZC4 { width:8.125rem;height:1.5625rem;top:6.0625rem;left:10.5302734375rem;font-size:0.75rem;border-top:0.125rem solid #163573;border-left:0.125rem solid #163573;border-right:0.125rem solid #163573;border-bottom:0.125rem solid #163573;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Viw2a9sngkEaa7BITAmotKqqMDiuW3eJ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e1e2f67-cdc5-440a-883a-bdb4550a4855/PodtelefonfiguryIV.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { height:56.875rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It5ClD2fXpAMaCeP8AnwS9CFd4P2Z0dt { width:17.5rem;height:2.3984375rem;top:15.3876953125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yzwenAwlBwrpgTtd9DceGf5L3nNIvA6F { width:17.6855625rem;height:1.5rem;top:20.610595703125rem;left:1.156005859375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n1vUhkvuLmTBbJ5HlikZL38DkrGGedT3 { width:18.5625rem;height:4.125rem;top:1.125rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #toW9WmcvkbsaJxDWNBVKfAXToyOnKMhQ { width:19.0625rem;height:2.3984375rem;top:17.7236328125rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;display:block; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-text {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-select {padding-top: 0; padding-bottom: 0;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden;height:2.5rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .widget-radio-label { font-size:0.9375rem;overflow:hidden; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN  { width:17.5rem;height:auto;top:21.766357421875rem;left:0rem; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN {display:block;}#T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN { width:17.5rem;height:auto;top:21.766357421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #vK6v3JrlrUxAHgGVHFRWvk8A3oiM28IV {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #NR8O6znTThZGnLW0db6AcwJfaMRUz0kq { display:block; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #PFhEACkNx2H6G3xcTkOW2oxEpTUePWtK {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k5T9G8aB2N9VqpNDhpKQvf0mXGQm1sKJ {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #ABcMUQI7fTs8GTDFoqzfr4xxvLbCE4EZ { display:block; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #H0EGzAlFCxZeZQvZrhAXcD69yZHRopmJ {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #o9Gfz6k4v42X7v6fLqL5Lk1RKzbLphU9 {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #apqv0suuqK48ApCmaDRRsgaMgo7PZXrr { display:block; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #bFyNOC1QpGWOlu5etsulDXXKd2xXslKM {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #xoKyIzG57ByeW4MWbpfvNaN5SdSZUXXQ {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #DlZ8zrXVrzKIgoEJwLIpQZ4OGTkH0UP7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #k7ZXgq6riWvNaFuaZ55DARW4OTcMmcVJ {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #RlZgl4hKC8HBewF3Ry9rglASbISQlMCw {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Fsl0TCairVqonSXH1Xt9h9v9ouESkbkI {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #Osi4RRfL6IMfkziyr3vEMhJzDSke9bT4 {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #crUg3CcAVGmTHOo2OSEFBNkkIufl6g2i {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #AhfpACJfPHkQJ7zXPaUCzl2bXGvd4xZh {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #pcmI7zKu8sG8WPG96aw7QVwb6tZESvTd {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #kRxyWa5yoyFX01DVbedIKBxVre2NJhX5 {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #u2PQM3NRuPI8Ax27TCzcpgiB8wrMp6XD {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #V3OelfPhXMAvfw94wXVvi1ebEFigQrp2 {  }
 }@media only screen and (max-width: 763px) { #T3KlVmNbzPZgTQAimzF2N0HH6f0s1JJN #hd7M47CDXZbxzGZsCimN7J4L9blbsrlZ {  }
 }@media only screen and (max-width: 763px) { #prVuVidwfrtT78Gh70Xexg5UnxGWNIik { width:20rem;height:2.4375rem;top:20.060302734375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #yA4a6oPB9uHpVGnZCwAaGapMvUHlz3gf { width:20rem;height:0;top:51.4794921875rem;left:0rem;text-align:center;text-align-last:center;z-index:15065;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZdnlOUhiRKH8spNtm0mcW661Prgvv02 { width:19.25rem;height:4.25rem;top:52.3095703125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRKFQt1sPF14ExOd9h0kCO0lSk3U9qkR { width:20rem;height:4.9375rem;top:51.7470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwr3DaFsTviMXsrhqVH7IfaOuXm2eTIg { width:19.1875rem;height:5.5rem;top:9.4345703125rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ { display:block; }#BHV9dhBEmJTsmcHWmBmmQea3z08foNMQ > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #an8R0gJTsPKWJ7adLFTJAp2R7bDklQOL { width:17.25rem;height:1.2999125rem;top:1.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF { display:block; }#Kx7LTpiZJt2DoQev3BU8IQ92uFBrqKQF > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPnWDvXu0xGlPV6IU1DAENleypgPKUKC { width:19.0625rem;height:3.41015625rem;top:0.8740234375rem;left:0.369140625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lgMHbABmmLcy9gCQXFFkHWWG4HnfOVKy { width:20rem;height:2.33203125rem;top:33.5478515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTprQfw2EeLm6QD5QALHtea9oVcGUspP { width:19.0625rem;height:28.41796875rem;top:5.1298828125rem;left:0.375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kCTZ9JGIiRzrTUPBgqSCMZSKNqwTugwq { width:13.6875rem;height:24.4375rem;top:37.318359375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo1KNveT5i5LouUvIUob1ntDArkavtMo { width:20rem;height:13.640625rem;top:61.755859375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #H3y009fnbBzSf1l0T6aL1seLpmdRsrwB { display:block; }#H3y009fnbBzSf1l0T6aL1seLpmdRsrwB > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZgxIBsnMpMvlO2LQXFcal9utCG7VfmC { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rkbfnTiceJ38OXggVA1PZqb6pnS9bk { width:20rem;height:0.0625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy92t5BHi4utBqulkx0h7HJZQ0p3qq7l { width:20rem;height:1.2999125rem;top:1.75rem;left:-0.0062503814697263rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ { display:block; }#NxdWhbl5Auc0VRpu546xOcSt66aiOEPJ > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mzRC3SLKa8SFm52lOp7bzLOJD8RKwN5a { z-index:15025;top:1.0625rem;left:1rem;height:1.0004875rem;width:18rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh8C8yJcQykK1wCsMzRtEnzbn4ZgOCEK { top:0.375rem;left:0.3125rem;height:2.5rem;width:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIdKnEN8u9VbtUc7qAnTTJV50A5f03nG { height:82.6875rem;top:9.875rem;left:0rem;width:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tnc2kMkxT3SHbcBAol1zrVdeHX6ZIBVJ { height:0.9375rem;top:9.625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4lsD2UpBfoAwTuqFSRQML4KeBCGo9Bh { height:0.5rem;top:7.875rem;left:9.71875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ki70SwPX7gFTa0xa6dTQQ6VGdZno3LbS { z-index:15000;top:5.3125rem;left:0.6875rem;height:0.87524375rem;width:18.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT6HCJ3wV3ABs1kehly6Zg0Bsq83uuc3 { z-index:15000;top:6.6875rem;left:1.1875rem;height:0.75rem;width:17.6230625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q88qcuyJWvbk0SpZGwTg5X3VxMXQSIIn { z-index:15000;top:8.748046875rem;left:5.8427734375rem;height:0.875rem;width:8.311625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zb2D8CIM5f0pbk2zoifFSx5ZnJSbP1IG { z-index:15000;top:35.43359375rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uw2sxCtZH0kPSlUGtccEOETni5cuFxQa { z-index:15000;top:19.8076171875rem;left:5.841796875rem;height:0.875rem;width:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9lODqZA5FEArd9qARwPffKEIvTf7z39 { z-index:15000;top:10rem;left:0.5625rem;height:2.625rem;width:18.9995625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3T8AsgddEXxgTgtApwDKHaKb6hXbEmf { z-index:15000;top:28.4345703125rem;left:5.841796875rem;height:0.875rem;width:8.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdHWT0MwuSSN8kOLwWehxtwei753QLuw { z-index:15000;top:29.8125rem;left:0.375rem;height:2.625rem;width:19.3120625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMgoWxNALRko0uLvfHgr1Qf6BKOz6KqV { height:0.9375rem;top:28.0625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKITilh5IBoDghLVgVROtZFkqPeMF1a8 { height:0.5rem;top:27.1875rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrNptZZxlhf6RrmmLS6X7bqE5l7o9BkR { z-index:15000;top:17.306640625rem;left:6.875rem;height:0.875rem;width:6.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2DwOGpmRfyaOvKh9hLWpIqhDtBrBBl8 { z-index:15000;top:17.306640625rem;left:2.4365234375rem;height:0.875rem;width:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mskfrqIneJ9HixoGqViVukZI0D3bsA7T { height:0.9375rem;top:46.125rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ1s0ApOatHBknhESUb0TsazdDx7CThb { height:0.9375rem;top:57.5625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdqdCF1IJfbbXQ7Xwgbuqya3JnQCvfk2 { z-index:15000;top:13.125rem;left:1.0625rem;height:3.296875rem;width:18.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMTXX64tK7tPh3FTZqT2RR8EXoaZvDAW { z-index:15000;top:33.25rem;left:3.3125rem;height:1.6484375rem;width:14.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IngW8SHaaxCkGKkUnxy8TWtNNqWeqU7O { z-index:15000;top:44.9501953125rem;left:6.25rem;height:0.875rem;width:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7ypkf3GLxK0GgpdWoI4oHNIomFzDe6I { z-index:15000;top:62.5595703125rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcr7QbbUn3QUqpF8Wr69asUNTvmnEDls { z-index:15000;top:21.2431640625rem;left:0.9033203125rem;height:1.75rem;width:18.1860625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2emIh8wRHmUruo8lIxRPyrcal5zKXoM { z-index:15000;top:23.5546875rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdwOPnbgCZ6w1dc542V0BgDybzB38FmD { z-index:15000;top:25.18359375rem;left:5.8427734375rem;height:0.875rem;width:8.3115rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODBRE5oFTMFxJ74EAv0dnPTIMScVHaUr { z-index:15000;top:67.0712890625rem;left:1.875rem;height:2.625rem;width:16.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDrDKTBQkVMVtkBMatXZyD4mlsOO77wp { z-index:15000;top:49.8125rem;left:0rem;height:2.625rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmfpfcNcUVpRsxQB5PVSAD3AiUQtrhAy { z-index:15000;top:3.9990234375rem;left:5.8740234375rem;height:0.875rem;width:8.2495rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D77oLZ5IeggeXnUqRXxFi3WhfQQa8H3D { z-index:15000;top:65.6337890625rem;left:5.8720703125rem;height:0.875rem;width:8.2495rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRJnqDb1CiTvvAG2ihrAtXOmWgkAxzV3 { height:0.5rem;top:64.4970703125rem;left:9.75rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn4KtrinMIguAHRDQh0tQJTV6BrqOWnq { height:0.5rem;top:18.875rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2IMKHso2OfLp4oA18ho1HHwGirONrVp { z-index:15000;top:25.18359375rem;left:1.75rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLETqp35MnNKXxVViH0WEJD8AMTipWbZ { z-index:15000;top:35.43359375rem;left:1.625rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4R4DUo1EaQp49DEkKTVqEpEH82nLik2 { z-index:15000;top:44.9501953125rem;left:1.5rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6TlIzgke3KFR7KyUi8H5GUMZ9uOH3nC { z-index:15000;top:69.994140625rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOsh8VaIebkSVDTtk917OLLoEUgKBX1n { height:0.9375rem;top:90.125rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #msvv7oLNmfOaVAwdaNGJHapBkORxLhbH { z-index:15000;top:38.318359375rem;left:5.3544921875rem;height:0.875rem;width:9.4995rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG6L1inTLJhEcTX3y3aXKSXI5gb6GtnM { z-index:15000;top:48.255859375rem;left:5.2470703125rem;height:0.875rem;width:9.4995rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #La8KNqvQm1kOh270QbRWhHvQawTTM15q { z-index:15000;top:40.125rem;left:0rem;height:2.625rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEAw6wWPBGPWE7og9lk6T6k6Bu9XuN9N { z-index:15000;top:62.5595703125rem;left:1.625rem;height:0.875rem;width:6.186525rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8bm2dxFG2LldgDqx2KePfvZp7tnHAUv { z-index:15000;top:43.3125rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LX7Jylr2fLhWcunOpRQBkA8HPUFq54TD { z-index:15000;top:53.625rem;left:0.625rem;height:1.923825rem;width:19.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUIy9CTqErk3gdEgGIZxKXCZGtZKIImB { z-index:15000;top:72.369140625rem;left:5.5615234375rem;height:0.875rem;width:8.8736875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7JTJg9t8sUXAB3qQBXaKpFrxQFS1Xdc { z-index:15000;top:73.556640625rem;left:0rem;height:0.875rem;width:20rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFFJFkyaduv6B4nHgBFfzgIMyLTVf7T6 { z-index:15000;top:74.7578125rem;left:0rem;height:0.75rem;width:20rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZdiSHVzMxyRxc2034cSUOXiWzvxMsw0 { height:0.5rem;top:37.068359375rem;left:9.78125rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiT8T5qaE7elVgNAnqDxh9PwcsrroqIm { height:0.9375rem;top:65.0625rem;left:9.5rem;width:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUWKmkhI7pOEOPOs8MxRATg9mkN358t2 { height:6.776375rem;width:12.0615rem;top:55.7490234375rem;left:3.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0mBpei7UPI5pzQ4nUMXEImZ7tgO1PUa { z-index:15000;top:78.5703125rem;left:0rem;height:0;width:20rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fp4cgbklKMiuq9yP2G4HKEJoJfFqvcOf { height:0.5rem;top:47.25rem;left:9.6875rem;width:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJQZd00QGICoaNaGShEn5ALw3TdMI9pL { display:block; }#yJQZd00QGICoaNaGShEn5ALw3TdMI9pL > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaRlTvsbp75AapIEqycy7PA5EQLDc7Wi { width:20rem;height:2.3328606060606rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo { display:block; }#WgZrUSA3vNL2CVo7Cp0OIAND7Hm8VLAo > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzQcITIcX7TxgZz5zuEZRntRMaJZsdrD { width:11.25rem;height:1.2999125rem;top:1.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBTZSoQllbMu3QAUn2LfiV7LdJ9swXoy { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c { display:block; }#ovpanfc2Me8LTwF16hAd2aJc1cTR5z8c > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGb58wssE9Xsnd5Zk4T1NzUz3J3HHOZB { width:10.0625rem;height:2.5996125rem;top:1.3125rem;left:8.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEA6TTu7K0SEimPbqPhkegt2s97ArHGZ { width:18.875rem;height:9.09375rem;top:6.625rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u0kqAwPm9VqudTqzfWP8VoXWlnNtUcsb { width:15rem;height:0.1875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UR74kT8X6SqnPMOJJ8HpZVtATSQIv1 { width:20rem;height:0.0625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyS70Xd6NvTi0IfTFwguNG9qkXIiph5T { width:5.375rem;height:5.375rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz { display:block; }#RTTsZ6KOLNrIIVVNOt8KQghriANPu1Nz > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OidmTrWkkk69eB0x0CfMF9h9OhCTPV1a { width:11.1875rem;height:1.2999125rem;top:2.125rem;left:8.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdCONOf2NRPosWWH6anww5ZirQQgPyTF { width:18.875rem;height:7.957rem;top:7.3125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vwXVkTLCgRNb7EwfOxmqKq5KPffVyWrP { width:15rem;height:0.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI71Tt0BNE2UcNkko0ce1SD3rUWGuz5A { width:20rem;height:0.0625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIvUTVuufcD8y9KGlOGAO7esJmfSNBPn { width:4.9375rem;height:5.4375rem;top:0.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh { display:block; }#cF0VgIZHKIBX3SnOrNcT8974RozRZ4Uh > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N41R9tNw9ow8xRTXcXgwvwtS6kuM6Bei { width:11.1875rem;height:1.2999125rem;top:2.4375rem;left:8.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAL5FwnUWmSnyTyaT84lTemQUduXPd95 { width:18.625rem;height:10.2305rem;top:7rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jsg9iwX3iBsKIPNuRGzlpg0Vx84o9VlE { width:15rem;height:0.1875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur7w7NZmkfBu8PkZRIAz4Prmu55hrWTP { width:20rem;height:0.0625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7KkfGqSas1TeTB2lucfTRpy5LlUe0UG { width:5.3125rem;height:5.3125rem;top:0.1494140625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok { display:block; }#NDrPhNONPWMMS7N0dzH0phm9Rd2zTCok > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkmXwCt6I0k9rThBua0IvXocZJTE8TGq { width:9.5rem;height:1.2999125rem;top:2.5rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgcpoQlXD9vnvBx03HrT2bg3S3CU64Gk { width:18.3125rem;height:14.777375rem;top:8rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXdTfnTRXW0JlfPFRA0bvW139H4pWPNr { width:5.75rem;height:5.5625rem;top:0.625rem;left:1.5863222064394rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X76MyiOBehhuQrVeRdGrUhVWS5zrnhdm { width:15rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZaNbMoXy5782kSy3s5RlQSCQU3SI3wL { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I { display:block; }#M7TxuNfwwXERxHLGgdkRz4iPicC7oF8I > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKRrcmxqZFDTHZfQsti9KADuPW3KmofW { width:10.9375rem;height:1.2999125rem;top:2.3125066757202rem;left:9.05624961853rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8DAJJaLVAlHVO5eOy3JnTSVAmtekBv { width:18.6875rem;height:13.640625rem;top:9.8125rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cptbvamfMw6OHemuZRRXwiidZUIB8U29 { width:6.75rem;height:6.75rem;top:0.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVxeWdDLpGoxmdGzJsrWxLnTrQZyXPkT { width:15rem;height:0.1875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBghD1rT00WAPEUaKGUzicqd7rm3smO { width:20rem;height:0.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto { display:block; }#oKdqS4Pu68vwzQu1MPfpWOLfLIOeGcto > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4kJbilFRdv3a4oR1S9ypxVUP2VubL9k { width:9.5rem;height:1.2999125rem;top:2.5rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev2FCsUBnG3zpbhqrApQPteHaCauEuxM { width:18.3125rem;height:18.1875rem;top:8rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHEUP39o7gOxe9SlEKMIZRapBq2bfrnR { width:5.5rem;height:5.5rem;top:0.3994140625rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #smTTvMcHsihotSonq3rJpZXA4QEtsKrH { width:15rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NybeZ5cduWxfhwUvNZ3vu4891Nf4tuSH { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CloFOykOMKq6h67lVGzVIFCOm2109gTc { display:block; }#CloFOykOMKq6h67lVGzVIFCOm2109gTc > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gv5OPr0Qi1R3hkr1XabJl6XF2ifMFe8F { width:19.0625rem;height:10.2305rem;top:8.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GXmr0Q4VZpQdl03KudcNetVPQSGIIw76 { width:15rem;height:0.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccUVogxRyycS416PmrPNoqfoyKFIcGU { width:20rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IW1MQPILTi6QATSbqn1vxiW3UhEC6hM1 { width:8.4375rem;height:1.29980625rem;top:2.4375057220459rem;left:10.68124961853rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTWfX6RbeuydcIAMEXqKygR15lIRK1DF { width:6.125rem;height:6.125rem;top:1.017578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrO1O8HAU066cvk9687tk9xr9mlCea8L { display:block; }#qrO1O8HAU066cvk9687tk9xr9mlCea8L > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eg6ylmEciVrcFZyER6FPI739s0iTLSUe { width:9.5rem;height:1.2999125rem;top:2.5rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBL7P4s9Tz9SxMth6gWVRKLIR2R1Fvi5 { width:18.3125rem;height:14.777375rem;top:8rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nBN65KyM3yVqPAHx1Mu7yBBGNF4fnlJf { width:7.4375rem;height:6.4375rem;top:0rem;left:0.44335943460464rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #omJG6TZTvQ9BlgWH2XzrRvyxhu8tqTOD { width:15rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDZkdQrK1V4FUbLmPinrbPKD3eVIpCV7 { width:20rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC8dWXP94A98SexIE3dXI2zke7bdbmwp { display:block; }#bC8dWXP94A98SexIE3dXI2zke7bdbmwp > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V45ESh60WMibaMgFarCVCT6U66hKcX4w { width:19.0625rem;height:11.3671875rem;top:8.9375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X14WTVDzJD8UFGT4TvarKAi2gkAlQSo4 { width:15rem;height:0.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhdw8vtoD0f24Q3GQr8MaWylltc77Oua { width:20rem;height:0.0625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFaoeG9H5dn259oJTnPTHlEMg8Gv4TwP { width:9.625rem;height:1.29980625rem;top:2.4375rem;left:9.4931640625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRJZRtkTQ1muL4WILop37y1T16d2bwSG { width:8.937rem;height:5.9370125rem;top:0.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx { display:block; }#EbiunNrvNzNfWKu0WxBRQnSJ3ROVFPlx > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hGZ6Z9sKSRVK3bbOvowJ9d9q2e1BQJqo { width:10.9375rem;height:1.29980625rem;top:2.3125066757202rem;left:9.05624961853rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2OiRUykw4JtXW1k19e8OItbTIql5ApG { width:18.6875rem;height:17.05075rem;top:9.875rem;left:0.65625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ea1WSpAW8nUHXDeVfAXr6Bi9xKVfvaN7 { width:15rem;height:0.1875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFR6JRWOabDeRntggiAi3rn3nvSihLIz { width:20rem;height:0.0625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6O8kkfgdMlEu11J7QWtZztN8lJGitQJ { width:6.0625rem;height:6.6875rem;top:0.625rem;left:2.2158203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a { display:block; }#g2kkQgB6xmUgFZqwrzyouwu5KRstGl3a > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyXqDq2umLpbAA9G6LFXiQpmOGpRykeA { width:19.125rem;height:20.46090625rem;top:0.6875rem;left:0.4375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }