.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container { background-color: transparent; background-image: none; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container > .video-iframe-container { display: none; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row > .video-iframe-container { display: none; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .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); }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container { border-width: 0; border-radius: 0; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ymIm9XXBAPsD9DeRdQ4OH6d6a0ax7Q8h { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:inter;font-size:4rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:11.4375rem;left:6.375rem;height:4rem;display:block; }
#n3KniBsXxiTyR7fgTmM3vMNMWMt5V0zE { position:absolute;display:block;z-index:15002;height:2.875rem;width:5.125rem;top:39.8125rem;left:42.0625rem;display:block; }
#CgrqX0poN8uleZyp3q3UlNBm1ifv5iG1 { 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:13.25rem;width:45.5rem;top:16.6875rem;left:6.375rem;overflow:hidden;display:block; }
#eMvSTveCt7siTAyhMftrTo9grb4iCuvF { position:absolute;display:block;z-index:14996;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:47rem;width:37.125rem;top:5.25rem;left:37.875rem;overflow:hidden;display:block; }
#RFVvqtaNU0f17raCNkKfEChK9Lsowtz6 { color:#bababa;display:block;width:31.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:32.875rem;left:6.375rem;height:7rem;font-style:normal;display:block; }
#aSDwMW4gfgPcL0782GsaMnPSKPfmXlgB { position:absolute;display:block;z-index:15008;height:21.75rem;width:38.75rem;top:23.92529296875rem;left:18.65625rem;display:none; }
#NrNm0JcM3MINIW79OWxT547HWP4aQgci { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:4.75rem;left:0rem;overflow:hidden;display:none; }
#K3B38TUHmWqntoILZmegwAvVlo3XrSig { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:15.6875rem;left:0rem;overflow:hidden;display:none; }
#M1pzL6yTKlZ8zGJxfptvLlNGsnUgdDqW { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HADABNtE6X3fLcJFWUivfW2eHV6NtoCl { 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:1.875rem;width:11.8125rem;top:43.875rem;left:62.40625rem;overflow:hidden;display:block; }
#kGvmyZXZ0oEmLxfZQ8b56WCSbeCuETTl { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:42.6875rem;left:6.375rem;display:block; }
#W8T30kam4ggTHKs07RU8I4FUMQeVTgMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#teeiVQ1X5TxhiwrpTFqprSTpgVHA4gRZ { box-sizing:content-box;height:12.5rem;width:39.1875rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:39.75rem;left:35.8125rem;display:block; }
#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm > .row .container { border-width: 0; border-radius: 0; }#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;overflow:visible;position:relative;display:none; }#Zi2lukOXoS0ZMa019SmsEHEp1lRm7FQZ { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:inter;font-size:4rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:7.75rem;left:6.375rem;height:8rem;display:block; }
#UaAMqkew6pepvcnwhEbRu1kg2FEDDO16 { position:absolute;display:block;z-index:15002;height:2.875rem;width:5.125rem;top:39.8125rem;left:42.0625rem;display:block; }
#cIJVwus1B9Kel0yeiMCdqyhqRyANTJAl { 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:13.4375rem;width:46.25rem;top:16.6875rem;left:6.375rem;overflow:hidden;display:block; }
#bWcWTFulhhW7hRnHCxKmlg5n3kZdEnbz { position:absolute;display:block;z-index:15004;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:47rem;width:37.125rem;top:5.25rem;left:37.875rem;overflow:hidden;display:block; }
#iPTLavI77fwwb1dy8HLuOAveZEkGBFot { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:33.5rem;left:6.25rem;height:5.25rem;font-style:normal;display:block; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-form-header {  }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-regular-label { display:block;width:14.625rem;height:auto;font-size:1rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#339966;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f53232;height:3.375rem;width:14.625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.75rem;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f53232;height:2.9375rem;width:14.625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.75rem;background-color:#171717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select { border-top:0;border-right:0;border-bottom:0.125rem solid #2575fc;border-left:0;height:2.8125rem;width:14.625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#d6d4d4;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:700;text-align:left;text-align-last:left;font-size:0.875rem;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:inter;font-weight:bold;text-align:center;text-align-last:center;font-size:1.3125rem;background-color:#ff3500;background-image:none;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.25) ; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W [class*="-text"]:-moz-placeholder { font-size:1.3125rem;font-family:inter;color:#d6d4d4;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W [class*="-text"]::-moz-placeholder { font-size:1.3125rem;font-family:inter;color:#d6d4d4;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W [class*="-text"]:-ms-input-placeholder { font-size:1.3125rem;font-family:inter;color:#d6d4d4;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W [class*="-text"]::-webkit-input-placeholder { font-size:1.3125rem;font-family:inter;color:#d6d4d4;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:43.0625rem;height:auto;font-size:0.75rem;font-family:inter;line-height:1.5;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.7);font-weight:300;font-style:normal; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.34375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.125rem;padding-bottom:0;padding-left:0.0625rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-container:first-of-type{padding-top:0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-container:last-of-type{padding-bottom:0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:44.8125rem;height:auto;left:5.375rem;top:39.8125rem;z-index:15006;position:absolute; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .radio-container { width:15.25rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:44.8125rem;height:auto;left:5.375rem;top:39.8125rem;z-index:15006;position:absolute; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #uTMINtTBavi9rhL8ssiqzPoL4VNlDF0o { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #gu6HXuveO9ol0zlgzzIXXlLSZF8Le2rz { position:relative;display:none; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #f9bXo9Am6ob6O0LyeoV2L1zFoERmBt9X { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #qcC0y0pT9F4cRrEuAUclStXg0pd4ebKw { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #xgvsPXzyZTOhbJJNoxSzGuX265I0Uu2F { position:relative;display:none; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #HFouxBbI0OOV8sqfpT1Qtpev1NMnpbQB { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #vd7LCl6JvhMnyhU3cM9NGyGBeKxBNtwp { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #arqnWmb286PSkmuhyxIilmOPu5xfiUTb { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #EzNsTdBhuah0Gzuwu4FE4w2aTFXuDUSU { position:relative;display:block;z-index:15000; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #FAcLb7bQIM2Xxoe0aitPJLfxOrmTdvGJ { position:relative;display:block;z-index:15000; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #dJ5WvI1k4PwtQWDqWFUIPGLF9QqJ937C { position:relative; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #n2CcddIsrhzILNTd78a3zfHzU9FUvu9v { position:relative;z-index:2; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #tGn9fGR8rzJe8Qet8iThrMwOFcW8is3e { position:relative; }
#zC96FtP7SodZG6ZalzF7TSQIVGkeBfuL { position:absolute;display:block;z-index:15008;height:21.75rem;width:38.75rem;top:23.92529296875rem;left:18.65625rem;display:none; }
#pzSGT9SuJMITobZDVyzgn1RSNG9m34tS { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:4.75rem;left:0rem;overflow:hidden;display:none; }
#VGxCI7p0pBonUnDPvKDlUhkEXBIfZ6FH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:15.6875rem;left:0rem;overflow:hidden;display:none; }
#WbwmMHJ11eAXkrXHsbSmHNPb9w7bqIIB { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DoAzvnEuv87fPsFv1yKDq0DMlsXseDwG { 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:1.875rem;width:11.8125rem;top:41.9375rem;left:61.21875rem;overflow:hidden;display:block; }
#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt > .row .container { border-width: 0; border-radius: 0; }#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#HxJBTKiQkzQco9vqoIw0q5PIh124ZQia { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:64.25rem;top:3.28125rem;left:5.375rem;overflow:hidden;display:block; }
#J4MHgJDlISkTm2hzUnlpnT6C7pomLny2 { position:absolute;display:block;z-index:15039;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:22.125rem;width:67.4375rem;top:12.3125rem;left:3.78125rem;overflow:hidden;display:block; }
#CfThXlRFrgI4RJw6MBOGNxA3ZAVfcmEP { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.78125rem;left:31.875rem;display:block; }
#weJbkTvA9R28XTUIX6Ww575Tq7GfiCiQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyhuHq9hwdc6LTx7TZQ9LvHUF6Sidvux { color:#bababa;display:block;width:31.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:34.4375rem;left:21.65625rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282828, #000000);background-image: -moz-linear-gradient(180deg, #282828, #000000);background-image: -ms-linear-gradient(180deg, #282828, #000000);background-image: -o-linear-gradient(180deg, #282828, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000' );";background-image: linear-gradient(180deg, #282828, #000000);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:none; }#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg > .row .container { border-width: 0; border-radius: 0; }#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:none; }#I8MnKsofoOxvmCnPpShzFPU6Vf11IL1A { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:inter;font-size:6rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:7.3125rem;left:5.65625rem;height:6rem;display:none; }
#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR { position:relative;display:block; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR { background-color: transparent; background-image: none; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container > .video-iframe-container { display: none; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row > .video-iframe-container { display: none; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .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); }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR { border-width: 0; border-radius: 0; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xvNlWG14TTis2kMnzskwFw2O3kxsOcqu { color:#bababa;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0751953125rem;left:5.9375rem;height:7.79883125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqwSVKXuAE4w6sL7RXRPlh9lMV4UN0Ek { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:6rem;left:45.5625rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLXuH9CmET109aW3V6JVw9thRa1vb0Z5 { box-sizing:content-box;height:8.875rem;width:26.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ec0505, rgba(0,0,0,0.28));background-image: -moz-linear-gradient(180deg, #ec0505, rgba(0,0,0,0.28));background-image: -ms-linear-gradient(180deg, #ec0505, rgba(0,0,0,0.28));background-image: -o-linear-gradient(180deg, #ec0505, rgba(0,0,0,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0505', endColorstr='#00000047' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0505', endColorstr='#00000047' );";background-image: linear-gradient(180deg, #ec0505, rgba(0,0,0,0.28));background-size:auto !important;top:3.82421875rem;left:42.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bnhnQ3XQwZQwer4AHpSpx0bX3eT8HRrH { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15011;background-color:#ffda00;background-image:none;top:10.3125rem;left:52.5625rem;display:block; }
#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container { background-color: transparent; background-image: none; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container > .video-iframe-container { display: none; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row > .video-iframe-container { display: none; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .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); }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container { border-width: 0; border-radius: 0; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#nyODmwxyE9ilURNQcAd11eQfJ19iboTz { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aLthkbt6BRK8od3yCE9K373JsnurZSGi { box-sizing:content-box;height:31.1875rem;width:47.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.21875rem;left:20.96875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#e3dPznvpGsxVMTOChhFcAk0i48dqgxuM { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.25rem;left:27.625rem;height:3.9873rem;font-style:normal;display:block; }
#uKu8zDTevVgB8sOLV3sAzdJFleTG6luT { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.9375rem;left:27.625rem;height:9.44824375rem;font-style:normal;display:block; }
#TBo91FO1b82u9lFBcJCkAQr6L3CC0S7X { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#XTGDKqQT0HosdP88WBMknF9uNrlZs9iD { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#NmkTDoLL45GuDDTgWJ9PHIzWAeZHmlfu { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#NSTHgTKSW0nQqHJWVye8I9lcZxU87WGF { position:absolute;display:block;z-index:15036;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:1.625rem;width:8.125rem;top:27.15625rem;left:27.375rem;overflow:hidden;display:block; }
#sLtg4WvQvPdVpT6A4BLQzlMcHU516GnC { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#SIdnInQDHEM89obthIhQBlSkCF4rLmOe { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#QI176ioaPbByDTZNygeAUeVvtlLpxAyU { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#IcO8nqKt8qVTy2UrMCyxGEzFuOtOuLFq { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#gsLDHUfmT2Wmg9ytAn6SvetV3QneuVRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6U1tGIAnI5aVRgMFkXSOGG8gIPcO9vQ { color:#f53232;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:57.34375rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kcUiCzHDuqxZPdpRFoAG45wsPmcT2Ze5 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.25rem;left:6.375rem;overflow:hidden;display:block; }
#gIw3h50xlqoPn2EUZ1XhowdvwoRtMhyF { position:absolute;display:block;z-index:15039;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:1.5rem;width:7.75rem;top:2.78125rem;left:27.625rem;overflow:hidden;display:block; }
#TbsXQeSDQQF2F7I57NfM1VCIZ1L4w6IK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container { background-color: transparent; background-image: none; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container > .video-iframe-container { display: none; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row > .video-iframe-container { display: none; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .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); }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container { border-width: 0; border-radius: 0; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nJBP10SzLB1RNCm71EyOZ6zrF8kTMWZO { box-sizing:content-box;height:31.1875rem;width:47.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.21875rem;left:20.96875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#b3pqG7E30NcAHxIC2MFD2vS90wLsf680 { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:5.03125rem;left:27.625rem;height:5.98095rem;font-style:normal;display:block; }
#qpVMVQEE0Mp8RRMUwwiiDDPG1cgdgbxS { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.84375rem;left:27.625rem;height:8.398425rem;font-style:normal;display:block; }
#VtbwRylR3bz0gf8fMgD6z8Vkh3zQykRX { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#SIilRP0wkJyWmfUCDWwoop2XeZTnoFPX { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#RDzS3igORxWgLWkcl1U5OyqeMLBSQFpe { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#xsGQusBsGyuiBJezogpBDgJUlclxRisE { position:absolute;display:block;z-index:15036;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:1.625rem;width:8.125rem;top:27.15625rem;left:27.75rem;overflow:hidden;display:block; }
#wTE1aEUg39czR3Q5qe4WpVTLDq3F3wzJ { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#fyVbpSEJxg6HtVHCoxqdkxeRvn6d1Rvn { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#MKZxptCraZR9wNRqGib079nqdKmKPhRH { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#H0xs61kaNZMRnhHiiIRxS6TzUP2xJeHN { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#SiwidfUmy4ydOhmFgl0W8dVoKsNrOJkH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#en6IXoW2hHPamrp9KUFStLWmTA5AbRqH { color:#f53232;display:block;width:14.1875rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:53.40625rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lm0WV0V49LG1VA8s4tvrrCG36cBItLF6 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.25rem;left:6.375rem;overflow:hidden;display:block; }
#ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:20.3125rem;left:27.625rem;height:4.5371125rem;font-style:normal;display:block; }#ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e li:before{  }
#Q0gkQgdzDDGWFxlVK6ox77dLvEPcEGTA { position:absolute;display:block;z-index:15040;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:1.5rem;width:7.75rem;top:2.78125rem;left:27.625rem;overflow:hidden;display:block; }
#leWpeTQoahrdmSD9X27RN0nboSAgnJRa { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container { background-color: transparent; background-image: none; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container > .video-iframe-container { display: none; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row > .video-iframe-container { display: none; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .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); }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container { border-width: 0; border-radius: 0; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5 { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#FLRK2MFikwKclpMcnllpuEctlzQR3wl2 { box-sizing:content-box;height:31.1875rem;width:47.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.21875rem;left:20.96875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#wKpIbFVGnhCD52KEIsbglX6QHiqBtNkf { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.65625rem;left:27.625rem;height:5.98095625rem;font-style:normal;display:block; }
#TLsXSnQ7VTgcJ27LXQovazNyD6U2FPKI { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.59375rem;left:27.625rem;height:6.29883125rem;font-style:normal;display:block; }
#sL2USxTrkQdZkukvpsbryiJJ3WXedxMC { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#lvyL8UqAlUffUU0T8pBWJVf1eNXMRNpr { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#PU8EIMSdTUfBTsAgG4w5v8Zl88MBsQx8 { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#irDzgpNN6JTDlwOHXMqCXhSHuSSXckJQ { position:absolute;display:block;z-index:15036;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:1.625rem;width:8.125rem;top:27.15625rem;left:27.625rem;overflow:hidden;display:block; }
#Nzu6pzXMdkb6xta4kZKkgyTERLU3BUFx { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#xoFC0PqGib6TspZApVpqZ7zJAS7DR56g { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#PAeflQuWCu13KwIE5dCWEbZBUoeThF1I { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#sQHQMopQwpXuWZ6cKzxPKLMiyJ3Dmhp9 { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#cZF6TqvS2OgaXsd7zMHsS6v7Cmb4vmP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hqWkl50ziSg2TbanIWvOMG2w4t4NG7aU { color:#f53232;display:block;width:10.125rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:57.46875rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BZskssWsJhb52sUbfSNJxofz56zA2in6 { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:18.63720703125rem;left:27.625rem;height:4.5371125rem;font-style:normal;display:block; }#BZskssWsJhb52sUbfSNJxofz56zA2in6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BZskssWsJhb52sUbfSNJxofz56zA2in6 li:before{  }
#Hc70ll2NuRM98FdTnNQ1TJa4gdGQmhuu { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.25rem;left:6.375rem;overflow:hidden;display:block; }
#GGD5f7To6gewJRyrxf0CxrTpn4JoD2MO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container { background-color: transparent; background-image: none; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container > .video-iframe-container { display: none; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row > .video-iframe-container { display: none; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .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); }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container { border-width: 0; border-radius: 0; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#qyfpxVUvoIQW9oc1m3hmobXPgit1nJ6A { box-sizing:content-box;height:31.25rem;width:43.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.25rem;left:25.40625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#iZ6dmUAEGVutrCVsXeBT8mPOCuJ9Unz2 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.65625rem;left:27.625rem;height:5.98095625rem;font-style:normal;display:block; }
#r3zAv8KydsNlRxa1Juwo86HZ3ZNDo3CZ { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.34375rem;left:27.625rem;height:7.3486375rem;font-style:normal;display:block; }
#ys4MUgPcpxnfCszBg8kOvW6P7lNi7fBP { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#oCm8sprRyu65yfaydpNJq7qhR0trftti { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#eLq05LK5HThnMHlpg9o9QT5BMTq3SpMw { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#efIr9P58ZeT2cDMAwXBm4VZez4rWpgwk { position:absolute;display:block;z-index:15036;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:1.625rem;width:8.125rem;top:27.15625rem;left:27.625rem;overflow:hidden;display:block; }
#fWl0whpadCHaOGeZvBwv2Zhx5NXlPSV7 { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#UvBxpE9Pmov4GJLd72gF4M2kiaEc5lRX { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#UZCSt6k4VwX5Ofzwi1STi4rCmGLfkDux { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#R9Tu8PJagNFXIpf9K441VvIB0sfS4Af9 { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#DZIqWKhVnfow9tt7ax4qgnyc22fIWvti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fkobPJqlg0eokf3hHe1Xv8hCtZy9kttn { color:#f53232;display:block;width:10.0625rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:57.59375rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.44970703125rem;left:27.625rem;height:4.5371125rem;font-style:normal;display:block; }#GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 li:before{  }
#Sztmmh1gDinpbaIfggIQMCRTedm50Qa8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.25rem;left:6.375rem;overflow:hidden;display:block; }
#yprO1Vw4yNTpVm3sGCAQwa16o20Bsso8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container { background-color: transparent; background-image: none; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container > .video-iframe-container { display: none; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row > .video-iframe-container { display: none; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .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); }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container { border-width: 0; border-radius: 0; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#q1RfNEtvl1lWK6QpMhg9IpNHhPVpQI3a { box-sizing:content-box;height:31.25rem;width:43.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.25rem;left:25.40625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#lrp7k1aui3Vx3Ddbfcp2e6zVCqkix8rP { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.65625rem;left:27.625rem;height:5.98095rem;font-style:normal;display:block; }
#ZU1HrfZQAmt07rVWLggn7TWco6M3nKqa { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.34375rem;left:27.625rem;height:7.3486375rem;font-style:normal;display:block; }
#TmhTUKm1a1mTTUNkStsWA796byL8xBON { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#gvxTBvSQJBTRynIL2qVnBT5ozUr2aiWq { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#DvxOH2JdR6LgNPtwdFZKefzyVkZVSHAz { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#gGEb6C4ou7cHMwfCkVC7FoXgrfuIQuTz { position:absolute;display:block;z-index:15036;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:1.625rem;width:8.125rem;top:27.15625rem;left:27.625rem;overflow:hidden;display:block; }
#TTBhOWFoRL2xV96az9P3uVda2irZ6aQV { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#kPv7FbIvhalJV2tOf3NkcS2H7oEpJ8bt { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#Bi1iQkL8F0qTQT57q5iORSkvB8347CRn { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#IUdoqoHEWROyyAR9Tg6nsQ0yM5XIfVlV { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#KH1E9b7nb2SwZ78sLUinZLq4XqWFtinm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k26WAzlz5aavu9xSmB9TJQSfgPDWQIiq { color:#f53232;display:block;width:9.9375rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:57.71875rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NtogTCLv3vKAd7gif7fR6im2uHNRfZrk { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.44970703125rem;left:27.625rem;height:;font-style:normal;display:block; }#NtogTCLv3vKAd7gif7fR6im2uHNRfZrk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NtogTCLv3vKAd7gif7fR6im2uHNRfZrk li:before{  }
#qNEgGNMK3V2lTBRlJQM1mub9xCxr0IC7 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.375rem;left:6.375rem;overflow:hidden;display:block; }
#x4VSNz2Mvyee7wBwxhx8uJBlZL1eZWik { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container { background-color: transparent; background-image: none; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container > .video-iframe-container { display: none; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row > .video-iframe-container { display: none; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .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); }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container { border-width: 0; border-radius: 0; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#nuM0hJV8216bUh26NzAIVDRZxSuORwXh { box-sizing:content-box;height:31.25rem;width:17.8125rem;position:absolute;display:block;z-index:15035;background-color:#f53232;background-image:none;top:1.25rem;left:6.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#WkkClXIzx5QyrB4lvtKWUAGmOpRCqNU2 { box-sizing:content-box;height:31.25rem;width:43.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:1.25rem;left:25.40625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#ORAiDNJWcyTOOmFP8ZRyWzxfOx2tnS1l { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.65625rem;left:27.625rem;height:5.98095rem;font-style:normal;display:block; }
#lUFBBdMTB5vMAmJpiOeQR1uf5o2amD8N { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.34375rem;left:27.625rem;height:6.29883125rem;font-style:normal;display:block; }
#ldF6TKshVCX85s3pEqqoV8bdezZDvVrC { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:26.59375rem;left:27.625rem;height:2.75rem;font-style:normal;display:block; }
#cXRrqxlnxyHGtRsufgsUn1NgQureV4qO { color:#bababa;display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:25.65625rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#KDfslgzmbF5p8mn16tig5ou8iAu97sG7 { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:29.35546875rem;left:27.625rem;height:1.3125rem;font-style:normal;display:block; }
#hQvQcShH3tbNmyNNbxAUNO8Bq9l1zGiP { position:absolute;display:block;z-index:15036;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:1.625rem;width:9.125rem;top:27.15625rem;left:26.9375rem;overflow:hidden;display:block; }
#px4TgKNq1ZyXiZRy7oL1G8B8Mhyr53oT { color:rgba(255,255,255,0.5);display:block;width:8.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:29.34375rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#EiHITSfVd9h7MnMVfngZs9ETPhlbAmF9 { color:#f53232;display:block;width:11.625rem;position:absolute;font-family:inter;font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:26.59375rem;left:41.3125rem;height:2.75rem;font-style:normal;display:block; }
#zIkzSvIg38gUDKBOkoJHJT1zyLnpcbMs { color:#bababa;display:block;width:9.6875rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:25.65625rem;left:41.46875rem;height:1.3125rem;font-style:normal;display:block; }
#JUH25VOa1Aylamy9kZEcUK3ekyUJ3LLr { background-color:#f53232;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.15625rem;left:55rem;display:block; }
#Zu2KxswIqgGOv86zzDTUa26P1NawfNuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZAV92hOdnyVyIEepC7wX7J7uTCmy95dJ { color:#f53232;display:block;width:10.1875rem;position:absolute;font-family:inter;font-size:4rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:57.46875rem;height:4.3999rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ { color:#bababa;display:block;width:36.0625rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:18.38720703125rem;left:27.625rem;height:;font-style:normal;display:block; }#LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ li:before{  }
#qEncFcUfAyp8xf9c0zWMQhfPM1m4TJ6W { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:17.8125rem;top:1.25rem;left:6.375rem;overflow:hidden;display:block; }
#dF7q0fPeKZxkiS501v8tHWG5KyBHuiFy { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f { position:relative;display:block; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f { background-color: transparent; background-image: none; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container > .video-iframe-container { display: none; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row > .video-iframe-container { display: none; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .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); }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f { border-width: 0; border-radius: 0; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i3K7s0T4cBNn4y45GcMf5TMyPITZLRSk { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:inter;font-size:6rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.6875rem;left:5.46875rem;height:6rem;display:block; }
#BLT7ve1yJq7DIFz1IdZk9pBbhFl4amf4 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.46875rem;left:44.03125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PR7Kbaz5yII8ypvPRV1nI9qgw8GedoOk { box-sizing:content-box;height:8.875rem;width:30.5625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(171deg, rgba(128,128,128,0.28), #000000);background-image: -moz-linear-gradient(171deg, rgba(128,128,128,0.28), #000000);background-image: -ms-linear-gradient(171deg, rgba(128,128,128,0.28), #000000);background-image: -o-linear-gradient(171deg, rgba(128,128,128,0.28), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80808047', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#80808047', endColorstr='#000000' );";background-image: linear-gradient(171deg, rgba(128,128,128,0.28), #000000);background-size:auto !important;top:1.78125rem;left:38.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS { position:relative;display:block; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS { background-color: transparent; background-image: none; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container > .video-iframe-container { display: none; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row > .video-iframe-container { display: none; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .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); }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS { border-width: 0; border-radius: 0; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GdZmTfxxTtGyugcxT4Cw0mEsT1sTxbk6 { box-sizing:content-box;height:29.5rem;width:30.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.6875rem;left:5.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#S7zQRGWxiMHT02pNKMHEXOpOVhRccBRu { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.3125rem;left:8.8125rem;height:4.3496125rem;font-style:normal;display:block; }
#IT8qy8XmDFgXd5iGqsa2hNV4s9yVsVNf { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:8.8125rem;height:4.19921875rem;font-style:normal;display:block; }
#X3hGTNmpE239tq0QQmwReAMwHa4L7vxU { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:16rem;left:8.8125rem;height:8.39845rem;font-style:normal;display:block; }
#LEQ8cTnXR6MtcCxaLdtuGKEHtSkQmDEb { 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:1.375rem;width:8.75rem;top:27.6875rem;left:8.8125rem;overflow:hidden;display:block; }
#QwNhvfMy5sbtETJQ0bAILaSEO8VlQTxO { box-sizing:content-box;height:29.5rem;width:30.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:1.6875rem;left:38.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#OoMvZIxUq8eo6NGocWkceKf90BBe02Wv { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:16rem;left:41.9375rem;height:8.39845rem;font-style:normal;display:block; }
#tQFaBkAwfwxmIhtRaEFA3ouMCJWwqdKw { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:10.5rem;left:41.9375rem;height:4.19921875rem;font-style:normal;display:block; }
#vIKJESpklECBIMon6mDewlVUMTZA97pW { position:absolute;display:block;z-index:15014;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:1.375rem;width:8.75rem;top:27.6875rem;left:41.9375rem;overflow:hidden;display:block; }
#fS5EgCOsRxzOlKlFMNHz7WP8coTzFls1 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:4.3125rem;left:41.9375rem;height:4.3496125rem;font-style:normal;display:block; }
#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB { position:relative;display:block; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB { background-color: transparent; background-image: none; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container > .video-iframe-container { display: none; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row > .video-iframe-container { display: none; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .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); }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB { border-width: 0; border-radius: 0; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mDxprbCTK1Vg2QAoFiO4IFECaArmhvTJ { box-sizing:content-box;height:29.5rem;width:30.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.25rem;left:5.6875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#VrWeCTzB6NeWiHis01EFSF8Al9TEfNWK { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.875rem;left:8.8125rem;height:4.3496125rem;font-style:normal;display:block; }
#lKSeZg5o4QlDEzGS1oSpQzsb71QKB9U8 { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:10.0625rem;left:8.8125rem;height:4.19921875rem;font-style:normal;display:block; }
#RxP2uNs5x9a1vvNgtCUXfSGQHOnJpMF1 { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:15.5625rem;left:8.8125rem;height:8.39845rem;font-style:normal;display:block; }
#krMNsy0FUm70qfUIq756vXiTi7CTGvJs { 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:1.375rem;width:8.75rem;top:27.25rem;left:8.8125rem;overflow:hidden;display:block; }
#rRlN2WyPqxz1LU5tUlkXRhAJtL1Huo8v { box-sizing:content-box;height:29.5rem;width:30.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.25rem;left:38.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #5a5757;border-left:0.0625rem solid #5a5757;border-right:0.0625rem solid #5a5757;border-bottom:0.0625rem solid #5a5757;display:block; }
#poJWbMX7koVMTValTdfIrD1THnzsoeUJ { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.0625rem;left:42rem;height:12.5976625rem;font-style:normal;display:block; }
#OTUK97TmzwHMApNDTk3ZR44D9KEOXfNu { 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:1.375rem;width:8.75rem;top:27.25rem;left:42rem;overflow:hidden;display:block; }
#LsgirQCgcPTNdoLTimgtW8T9N4VMlNK0 { color:#bababa;display:block;width:24.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:10.0625rem;left:42rem;height:2.0996125rem;font-style:normal;display:block; }
#X0JbxeNgSd1TcW4iLN0WPUUZ4sxiTJAV { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.875rem;left:42rem;height:4.3496125rem;font-style:normal;display:block; }
#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #282828, #000000);background-image: -moz-linear-gradient(180deg, #282828, #000000);background-image: -ms-linear-gradient(180deg, #282828, #000000);background-image: -o-linear-gradient(180deg, #282828, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#000000' );";background-image: linear-gradient(180deg, #282828, #000000);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; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container { background-color: transparent; background-image: none; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container > .video-iframe-container { display: none; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row > .video-iframe-container { display: none; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .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); }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container { border-width: 0; border-radius: 0; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#qonyKBQvDOc6rT9pkBq5GP5JJfA7AwUU { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:inter;font-size:6rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:7.3125rem;left:5.09375rem;height:6rem;display:block; }
#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container { background-color: transparent; background-image: none; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container > .video-iframe-container { display: none; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row > .video-iframe-container { display: none; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .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); }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container { border-width: 0; border-radius: 0; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#ayigu0fgFl0IG10J8WoSsHUaUN375zJa { 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.25rem;width:17.25rem;top:6.25rem;left:5.75rem;overflow:hidden;display:block; }
#qkywPzcmGrS4hQTCfdkqxB1LX83W0iK4 { color:#ff0042;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.25rem;left:29.875rem;height:2.699775rem;font-style:normal;display:block; }
#VrswBDk6DIAvhVWTQ0ha20VeIrCkTFAt { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:30rem;height:7.312rem;font-style:normal;display:block; }
#isKT5llECfx0fKSsyOl2P8x68Qh9t7QT { color:#bababa;display:block;width:29.9355625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.49853515625rem;left:29.875rem;height:23.15625rem;font-style:normal;display:block; }
#Bp9uNkx8yycN1Aw6pSsQyAeAIKTEoUAi { color:#bababa;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.125rem;left:5.6875rem;height:1.5rem;font-style:normal;display:block; }
#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container { background-color: transparent; background-image: none; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container > .video-iframe-container { display: none; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row > .video-iframe-container { display: none; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .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); }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container { border-width: 0; border-radius: 0; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#yPpWHNQleLZbQJwkIQaRnxhDtDETCwAO { color:#ff0042;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:6.25rem;left:29.875rem;height:2.699775rem;font-style:normal;display:block; }
#MBw8TlaGZUCflpFIVboGHFo0u46zKtXr { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:30rem;height:5.8496125rem;font-style:normal;display:block; }
#c0tnRLpz4pr3ZptM1ucu6VmgN4s5BE8h { color:#bababa;display:block;width:29.9355625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:18.662109375rem;left:29.875rem;height:9.75rem;font-style:normal;display:block; }
#UdItoZ8Z1L5SD5TTUOFpXKr9AM7FTfPJ { color:#bababa;display:block;width:17.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.875rem;height:3.89941875rem;font-style:normal;display:block; }
#gTvTeb4elwAsMs7gKIGzg07ZnZVv8HEC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.25rem;width:17.25rem;top:6.25rem;left:5.875rem;overflow:hidden;display:block; }
#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb { border-top:0.125rem solid #454545;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container { background-color: transparent; background-image: none; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container > .video-iframe-container { display: none; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row > .video-iframe-container { display: none; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .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); }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container { border-width: 0; border-radius: 0; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container { font-size:0.875rem;font-family:montserrat;height:10rem;width:75rem;position:relative;display:block; }#HZIm1TDZuqJybpT1UhHd9eFTIKGQo7Qt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.375rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#J7BwNrIBGFkekBsoFQmTI6sCRz7XPeG4 { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:8.46875rem;height:0.9748875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtViqNDmKuLM8RTtUfN7SrX97hFKNK6M { 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:3.4375rem;width:3.4375rem;top:2rem;left:63.5rem;overflow:hidden;display:block; }
#JHMTgLlIuRBW5TT5rTLcmaKuxPVQqp42 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.9375rem;left:67.5rem;overflow:hidden;display:block; }
#mpRwQO3whV21P8W8s67xhpTlXmafftKp { position:absolute;display:block;z-index:15014;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:3.4375rem;width:3.4375rem;top:1.9375rem;left:71.5625rem;overflow:hidden;display:block; }
#LhM5PEnAxFBtIhJ4ee13I857dspapTfK { position:absolute;display:block;z-index:15011;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:3.4375rem;width:3.4375rem;top:1.9375rem;left:59.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mzfe466K0HCeATRXAe96nhfNC2BTT8wC { display:block; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymIm9XXBAPsD9DeRdQ4OH6d6a0ax7Q8h { width:40.875rem;height:4rem;top:11.4375rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3KniBsXxiTyR7fgTmM3vMNMWMt5V0zE { width:5.125rem;height:2.875rem;top:39.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrqX0poN8uleZyp3q3UlNBm1ifv5iG1 { width:45.5rem;height:13.25rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvSTveCt7siTAyhMftrTo9grb4iCuvF { width:37.125rem;height:47rem;top:5.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFVvqtaNU0f17raCNkKfEChK9Lsowtz6 { width:31.375rem;height:7rem;top:32.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSDwMW4gfgPcL0782GsaMnPSKPfmXlgB { width:38.75rem;height:21.75rem;top:23.875rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrNm0JcM3MINIW79OWxT547HWP4aQgci { width:47.75rem;height:7.7991666666669rem;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3B38TUHmWqntoILZmegwAvVlo3XrSig { width:47.75rem;height:7.7991666666669rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1pzL6yTKlZ8zGJxfptvLlNGsnUgdDqW { width:47.75rem;height:7.7991666666669rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADABNtE6X3fLcJFWUivfW2eHV6NtoCl { width:11.8125rem;height:1.875rem;top:43.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGvmyZXZ0oEmLxfZQ8b56WCSbeCuETTl { width:11.25rem;height:3rem;top:42.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8T30kam4ggTHKs07RU8I4FUMQeVTgMP { display:block; }
 }@media only screen and (max-width: 763px) { #teeiVQ1X5TxhiwrpTFqprSTpgVHA4gRZ { width:39.1875rem;height:12.5rem;top:39.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm { display:none; }#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zi2lukOXoS0ZMa019SmsEHEp1lRm7FQZ { width:40.875rem;height:8rem;top:7.75rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaAMqkew6pepvcnwhEbRu1kg2FEDDO16 { width:5.125rem;height:2.875rem;top:39.8125rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIJVwus1B9Kel0yeiMCdqyhqRyANTJAl { width:46.25rem;height:13.4375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWcWTFulhhW7hRnHCxKmlg5n3kZdEnbz { width:37.125rem;height:47rem;top:5.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTLavI77fwwb1dy8HLuOAveZEkGBFot { width:36.0625rem;height:5.25rem;top:33.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-regular-label { display:block;width:14.625rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text { width:14.625rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-textarea { width:14.625rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select { width:14.625rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-checkbox-label { width:43.125rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-radio-label { width:6.34375rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W  { width:44.8125rem;height:auto;top:39.8125rem;left:0rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .radio-container { width:15.25rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W {display:inline-block;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W { width:44.8125rem;height:auto;top:39.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #uTMINtTBavi9rhL8ssiqzPoL4VNlDF0o {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #gu6HXuveO9ol0zlgzzIXXlLSZF8Le2rz { display:none; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #f9bXo9Am6ob6O0LyeoV2L1zFoERmBt9X {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #qcC0y0pT9F4cRrEuAUclStXg0pd4ebKw {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #xgvsPXzyZTOhbJJNoxSzGuX265I0Uu2F { display:none; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #HFouxBbI0OOV8sqfpT1Qtpev1NMnpbQB {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #vd7LCl6JvhMnyhU3cM9NGyGBeKxBNtwp {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #arqnWmb286PSkmuhyxIilmOPu5xfiUTb {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #EzNsTdBhuah0Gzuwu4FE4w2aTFXuDUSU {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #FAcLb7bQIM2Xxoe0aitPJLfxOrmTdvGJ {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #dJ5WvI1k4PwtQWDqWFUIPGLF9QqJ937C {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #n2CcddIsrhzILNTd78a3zfHzU9FUvu9v { z-index:2; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #tGn9fGR8rzJe8Qet8iThrMwOFcW8is3e {  }
 }@media only screen and (max-width: 763px) { #zC96FtP7SodZG6ZalzF7TSQIVGkeBfuL { width:38.75rem;height:21.75rem;top:23.875rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzSGT9SuJMITobZDVyzgn1RSNG9m34tS { width:47.75rem;height:7.7991666666669rem;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGxCI7p0pBonUnDPvKDlUhkEXBIfZ6FH { width:47.75rem;height:7.7991666666669rem;top:15.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbwmMHJ11eAXkrXHsbSmHNPb9w7bqIIB { width:47.75rem;height:7.7991666666669rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoAzvnEuv87fPsFv1yKDq0DMlsXseDwG { width:11.8125rem;height:1.875rem;top:41.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt { display:none; }#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HxJBTKiQkzQco9vqoIw0q5PIh124ZQia { width:47.75rem;height:20.391293774319rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4MHgJDlISkTm2hzUnlpnT6C7pomLny2 { width:47.75rem;height:15.665894346618rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfThXlRFrgI4RJw6MBOGNxA3ZAVfcmEP { width:11.25rem;height:3rem;top:29.75rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJbkTvA9R28XTUIX6Ww575Tq7GfiCiQ { display:block; }
 }@media only screen and (max-width: 763px) { #HyhuHq9hwdc6LTx7TZQ9LvHUF6Sidvux { width:31.6875rem;height:1.375rem;top:34.4375rem;left:8.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg { display:none; }#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8MnKsofoOxvmCnPpShzFPU6Vf11IL1A { width:40.875rem;height:6rem;top:7.3125rem;left:0rem;font-size:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR { display:block; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvNlWG14TTis2kMnzskwFw2O3kxsOcqu { width:31.75rem;height:7.75rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwSVKXuAE4w6sL7RXRPlh9lMV4UN0Ek { width:20.25rem;height:4.5rem;top:6rem;left:27.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLXuH9CmET109aW3V6JVw9thRa1vb0Z5 { width:26.8125rem;height:8.875rem;top:3.8125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhnQ3XQwZQwer4AHpSpx0bX3eT8HRrH { width:6.25rem;height:0.0625rem;top:10.3125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA { display:block; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyODmwxyE9ilURNQcAd11eQfJ19iboTz { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLthkbt6BRK8od3yCE9K373JsnurZSGi { width:47.625rem;height:31.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dPznvpGsxVMTOChhFcAk0i48dqgxuM { width:27.375rem;height:3.9375rem;top:5.25rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKu8zDTevVgB8sOLV3sAzdJFleTG6luT { width:36.0625rem;height:9.4375rem;top:11.9375rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBo91FO1b82u9lFBcJCkAQr6L3CC0S7X { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTGDKqQT0HosdP88WBMknF9uNrlZs9iD { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmkTDoLL45GuDDTgWJ9PHIzWAeZHmlfu { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSTHgTKSW0nQqHJWVye8I9lcZxU87WGF { width:8.125rem;height:1.625rem;top:27.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLtg4WvQvPdVpT6A4BLQzlMcHU516GnC { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIdnInQDHEM89obthIhQBlSkCF4rLmOe { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI176ioaPbByDTZNygeAUeVvtlLpxAyU { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcO8nqKt8qVTy2UrMCyxGEzFuOtOuLFq { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsLDHUfmT2Wmg9ytAn6SvetV3QneuVRk { display:block; }
 }@media only screen and (max-width: 763px) { #a6U1tGIAnI5aVRgMFkXSOGG8gIPcO9vQ { width:10.25rem;height:4.375rem;top:2.5rem;left:37.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcUiCzHDuqxZPdpRFoAG45wsPmcT2Ze5 { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIw3h50xlqoPn2EUZ1XhowdvwoRtMhyF { width:7.75rem;height:1.5rem;top:2.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsXQeSDQQF2F7I57NfM1VCIZ1L4w6IK { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wffpnZ1wt6AAntOKmsV3QvhweInMfBrD { display:block; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJBP10SzLB1RNCm71EyOZ6zrF8kTMWZO { width:47.625rem;height:31.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3pqG7E30NcAHxIC2MFD2vS90wLsf680 { width:27.375rem;height:5.9375rem;top:5rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpVMVQEE0Mp8RRMUwwiiDDPG1cgdgbxS { width:36.0625rem;height:8.375rem;top:11.8125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtbwRylR3bz0gf8fMgD6z8Vkh3zQykRX { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIilRP0wkJyWmfUCDWwoop2XeZTnoFPX { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDzS3igORxWgLWkcl1U5OyqeMLBSQFpe { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsGQusBsGyuiBJezogpBDgJUlclxRisE { width:8.125rem;height:1.625rem;top:27.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTE1aEUg39czR3Q5qe4WpVTLDq3F3wzJ { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyVbpSEJxg6HtVHCoxqdkxeRvn6d1Rvn { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKZxptCraZR9wNRqGib079nqdKmKPhRH { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0xs61kaNZMRnhHiiIRxS6TzUP2xJeHN { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwidfUmy4ydOhmFgl0W8dVoKsNrOJkH { display:block; }
 }@media only screen and (max-width: 763px) { #en6IXoW2hHPamrp9KUFStLWmTA5AbRqH { width:14.1875rem;height:4.375rem;top:2.5rem;left:33.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm0WV0V49LG1VA8s4tvrrCG36cBItLF6 { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e { width:36.0625rem;height:4.5rem;top:20.3125rem;left:11.6875rem;font-size:0.75rem;display:block; }#ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e li:before{  }
 }@media only screen and (max-width: 763px) { #Q0gkQgdzDDGWFxlVK6ox77dLvEPcEGTA { width:7.75rem;height:1.5rem;top:2.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #leWpeTQoahrdmSD9X27RN0nboSAgnJRa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In { display:block; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5 { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRK2MFikwKclpMcnllpuEctlzQR3wl2 { width:47.625rem;height:31.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKpIbFVGnhCD52KEIsbglX6QHiqBtNkf { width:27.375rem;height:5.9375rem;top:3.625rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsXSnQ7VTgcJ27LXQovazNyD6U2FPKI { width:36.0625rem;height:6.25rem;top:11.5625rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL2USxTrkQdZkukvpsbryiJJ3WXedxMC { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvyL8UqAlUffUU0T8pBWJVf1eNXMRNpr { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8EIMSdTUfBTsAgG4w5v8Zl88MBsQx8 { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irDzgpNN6JTDlwOHXMqCXhSHuSSXckJQ { width:8.125rem;height:1.625rem;top:27.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu6pzXMdkb6xta4kZKkgyTERLU3BUFx { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoFC0PqGib6TspZApVpqZ7zJAS7DR56g { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAeflQuWCu13KwIE5dCWEbZBUoeThF1I { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHQMopQwpXuWZ6cKzxPKLMiyJ3Dmhp9 { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZF6TqvS2OgaXsd7zMHsS6v7Cmb4vmP5 { display:block; }
 }@media only screen and (max-width: 763px) { #hqWkl50ziSg2TbanIWvOMG2w4t4NG7aU { width:10.125rem;height:4.375rem;top:2.5rem;left:37.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZskssWsJhb52sUbfSNJxofz56zA2in6 { width:36.0625rem;height:4.5rem;top:18.625rem;left:11.6875rem;font-size:0.75rem;display:block; }#BZskssWsJhb52sUbfSNJxofz56zA2in6 li:before{  }
 }@media only screen and (max-width: 763px) { #Hc70ll2NuRM98FdTnNQ1TJa4gdGQmhuu { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGD5f7To6gewJRyrxf0CxrTpn4JoD2MO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD { display:block; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyfpxVUvoIQW9oc1m3hmobXPgit1nJ6A { width:43.3125rem;height:31.25rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6dmUAEGVutrCVsXeBT8mPOCuJ9Unz2 { width:31.875rem;height:5.9375rem;top:3.625rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zAv8KydsNlRxa1Juwo86HZ3ZNDo3CZ { width:36.0625rem;height:7.3125rem;top:11.3125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys4MUgPcpxnfCszBg8kOvW6P7lNi7fBP { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCm8sprRyu65yfaydpNJq7qhR0trftti { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLq05LK5HThnMHlpg9o9QT5BMTq3SpMw { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIr9P58ZeT2cDMAwXBm4VZez4rWpgwk { width:8.125rem;height:1.625rem;top:27.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWl0whpadCHaOGeZvBwv2Zhx5NXlPSV7 { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvBxpE9Pmov4GJLd72gF4M2kiaEc5lRX { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZCSt6k4VwX5Ofzwi1STi4rCmGLfkDux { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Tu8PJagNFXIpf9K441VvIB0sfS4Af9 { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIqWKhVnfow9tt7ax4qgnyc22fIWvti { display:block; }
 }@media only screen and (max-width: 763px) { #fkobPJqlg0eokf3hHe1Xv8hCtZy9kttn { width:10.0625rem;height:4.375rem;top:2.5rem;left:37.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 { width:36.0625rem;height:;top:19.4375rem;left:11.6875rem;font-size:0.75rem;display:block; }#GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 li:before{  }
 }@media only screen and (max-width: 763px) { #Sztmmh1gDinpbaIfggIQMCRTedm50Qa8 { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yprO1Vw4yNTpVm3sGCAQwa16o20Bsso8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O { display:block; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1RfNEtvl1lWK6QpMhg9IpNHhPVpQI3a { width:43.3125rem;height:31.25rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrp7k1aui3Vx3Ddbfcp2e6zVCqkix8rP { width:31.875rem;height:5.9375rem;top:3.625rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1HrfZQAmt07rVWLggn7TWco6M3nKqa { width:36.0625rem;height:7.3125rem;top:11.3125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhTUKm1a1mTTUNkStsWA796byL8xBON { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvxTBvSQJBTRynIL2qVnBT5ozUr2aiWq { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxOH2JdR6LgNPtwdFZKefzyVkZVSHAz { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEb6C4ou7cHMwfCkVC7FoXgrfuIQuTz { width:8.125rem;height:1.625rem;top:27.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBhOWFoRL2xV96az9P3uVda2irZ6aQV { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPv7FbIvhalJV2tOf3NkcS2H7oEpJ8bt { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1iQkL8F0qTQT57q5iORSkvB8347CRn { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUdoqoHEWROyyAR9Tg6nsQ0yM5XIfVlV { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH1E9b7nb2SwZ78sLUinZLq4XqWFtinm { display:block; }
 }@media only screen and (max-width: 763px) { #k26WAzlz5aavu9xSmB9TJQSfgPDWQIiq { width:9.9375rem;height:4.375rem;top:2.5rem;left:37.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtogTCLv3vKAd7gif7fR6im2uHNRfZrk { width:36.0625rem;height:;top:19.4375rem;left:11.6875rem;font-size:0.75rem;display:block; }#NtogTCLv3vKAd7gif7fR6im2uHNRfZrk li:before{  }
 }@media only screen and (max-width: 763px) { #qNEgGNMK3V2lTBRlJQM1mub9xCxr0IC7 { width:17.8125rem;height:31.25rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4VSNz2Mvyee7wBwxhx8uJBlZL1eZWik { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN { display:block; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuM0hJV8216bUh26NzAIVDRZxSuORwXh { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkkClXIzx5QyrB4lvtKWUAGmOpRCqNU2 { width:43.3125rem;height:31.25rem;top:1.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORAiDNJWcyTOOmFP8ZRyWzxfOx2tnS1l { width:31.875rem;height:5.9375rem;top:3.625rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUFBBdMTB5vMAmJpiOeQR1uf5o2amD8N { width:36.0625rem;height:6.25rem;top:11.3125rem;left:11.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldF6TKshVCX85s3pEqqoV8bdezZDvVrC { width:11.625rem;height:2.75rem;top:26.5625rem;left:14rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRrqxlnxyHGtRsufgsUn1NgQureV4qO { width:8.375rem;height:1.3125rem;top:25.625rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfslgzmbF5p8mn16tig5ou8iAu97sG7 { width:8.375rem;height:1.3125rem;top:29.3125rem;left:14rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQvQcShH3tbNmyNNbxAUNO8Bq9l1zGiP { width:9.125rem;height:1.625rem;top:27.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #px4TgKNq1ZyXiZRy7oL1G8B8Mhyr53oT { width:8.375rem;height:1.3125rem;top:29.3125rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHITSfVd9h7MnMVfngZs9ETPhlbAmF9 { width:11.625rem;height:2.75rem;top:26.5625rem;left:27.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIkzSvIg38gUDKBOkoJHJT1zyLnpcbMs { width:9.6875rem;height:1.3125rem;top:25.625rem;left:27.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUH25VOa1Aylamy9kZEcUK3ekyUJ3LLr { width:11.25rem;height:3rem;top:27.125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2KxswIqgGOv86zzDTUa26P1NawfNuc { display:block; }
 }@media only screen and (max-width: 763px) { #ZAV92hOdnyVyIEepC7wX7J7uTCmy95dJ { width:10.1875rem;height:4.375rem;top:2.5rem;left:37.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ { width:36.0625rem;height:;top:18.375rem;left:11.6875rem;font-size:0.75rem;display:block; }#LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ li:before{  }
 }@media only screen and (max-width: 763px) { #qEncFcUfAyp8xf9c0zWMQhfPM1m4TJ6W { width:17.8125rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF7q0fPeKZxkiS501v8tHWG5KyBHuiFy { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f { display:block; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3K7s0T4cBNn4y45GcMf5TMyPITZLRSk { width:40.875rem;height:6rem;top:2.6875rem;left:0rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLT7ve1yJq7DIFz1IdZk9pBbhFl4amf4 { width:20.25rem;height:3.5rem;top:4.4375rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7Kbaz5yII8ypvPRV1nI9qgw8GedoOk { width:30.5625rem;height:8.875rem;top:1.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS { display:block; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdZmTfxxTtGyugcxT4Cw0mEsT1sTxbk6 { width:30.5rem;height:29.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7zQRGWxiMHT02pNKMHEXOpOVhRccBRu { width:24.375rem;height:4.3125rem;top:4.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8qy8XmDFgXd5iGqsa2hNV4s9yVsVNf { width:24.375rem;height:4.1875rem;top:10.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3hGTNmpE239tq0QQmwReAMwHa4L7vxU { width:24.375rem;height:8.375rem;top:16rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEQ8cTnXR6MtcCxaLdtuGKEHtSkQmDEb { width:8.75rem;height:1.375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNhvfMy5sbtETJQ0bAILaSEO8VlQTxO { width:30.5rem;height:29.5rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoMvZIxUq8eo6NGocWkceKf90BBe02Wv { width:24.375rem;height:8.375rem;top:16rem;left:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQFaBkAwfwxmIhtRaEFA3ouMCJWwqdKw { width:24.375rem;height:4.1875rem;top:10.5rem;left:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIKJESpklECBIMon6mDewlVUMTZA97pW { width:8.75rem;height:1.375rem;top:27.6875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5EgCOsRxzOlKlFMNHz7WP8coTzFls1 { width:24.375rem;height:4.3125rem;top:4.3125rem;left:23.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB { display:block; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDxprbCTK1Vg2QAoFiO4IFECaArmhvTJ { width:30.5rem;height:29.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWeCTzB6NeWiHis01EFSF8Al9TEfNWK { width:19.375rem;height:4.3125rem;top:3.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSeZg5o4QlDEzGS1oSpQzsb71QKB9U8 { width:24.375rem;height:4.1875rem;top:10.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxP2uNs5x9a1vvNgtCUXfSGQHOnJpMF1 { width:24.375rem;height:8.375rem;top:15.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMNsy0FUm70qfUIq756vXiTi7CTGvJs { width:8.75rem;height:1.375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRlN2WyPqxz1LU5tUlkXRhAJtL1Huo8v { width:30.5rem;height:29.5rem;top:1.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poJWbMX7koVMTValTdfIrD1THnzsoeUJ { width:24.375rem;height:12.5625rem;top:13.0625rem;left:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUK97TmzwHMApNDTk3ZR44D9KEOXfNu { width:8.75rem;height:1.375rem;top:27.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsgirQCgcPTNdoLTimgtW8T9N4VMlNK0 { width:24.375rem;height:2.0625rem;top:10.0625rem;left:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0JbxeNgSd1TcW4iLN0WPUUZ4sxiTJAV { width:21.3125rem;height:4.3125rem;top:3.875rem;left:26.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL { display:block; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qonyKBQvDOc6rT9pkBq5GP5JJfA7AwUU { width:40.875rem;height:6rem;top:7.3125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g { display:block; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayigu0fgFl0IG10J8WoSsHUaUN375zJa { width:17.25rem;height:17.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkywPzcmGrS4hQTCfdkqxB1LX83W0iK4 { width:33.375rem;height:2.6875rem;top:6.25rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrswBDk6DIAvhVWTQ0ha20VeIrCkTFAt { width:33.1875rem;height:7.25rem;top:10.9375rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isKT5llECfx0fKSsyOl2P8x68Qh9t7QT { width:29.875rem;height:23.125rem;top:19.4375rem;left:16.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9uNkx8yycN1Aw6pSsQyAeAIKTEoUAi { width:17.375rem;height:1.5rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG { display:block; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPpWHNQleLZbQJwkIQaRnxhDtDETCwAO { width:33.375rem;height:2.6875rem;top:6.25rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBw8TlaGZUCflpFIVboGHFo0u46zKtXr { width:33.1875rem;height:5.8125rem;top:10.9375rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0tnRLpz4pr3ZptM1ucu6VmgN4s5BE8h { width:29.875rem;height:9.75rem;top:18.625rem;left:16.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdItoZ8Z1L5SD5TTUOFpXKr9AM7FTfPJ { width:17.375rem;height:3.875rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTvTeb4elwAsMs7gKIGzg07ZnZVv8HEC { width:17.25rem;height:17.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qEObJU5XuIZiRiMDc9a89gggaF21xb { display:block; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZIm1TDZuqJybpT1UhHd9eFTIKGQo7Qt { width:13.375rem;height:2.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BwNrIBGFkekBsoFQmTI6sCRz7XPeG4 { width:47.75rem;height:0.9375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtViqNDmKuLM8RTtUfN7SrX97hFKNK6M { width:3.4375rem;height:3.4375rem;top:2rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMTgLlIuRBW5TT5rTLcmaKuxPVQqp42 { width:3.4375rem;height:3.4375rem;top:1.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpRwQO3whV21P8W8s67xhpTlXmafftKp { width:3.4375rem;height:3.4375rem;top:1.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhM5PEnAxFBtIhJ4ee13I857dspapTfK { width:3.4375rem;height:3.4375rem;top:1.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mzfe466K0HCeATRXAe96nhfNC2BTT8wC { display:block; }#Mzfe466K0HCeATRXAe96nhfNC2BTT8wC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymIm9XXBAPsD9DeRdQ4OH6d6a0ax7Q8h { width:20rem;height:2rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3KniBsXxiTyR7fgTmM3vMNMWMt5V0zE { width:5.125rem;height:2.875rem;top:38.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrqX0poN8uleZyp3q3UlNBm1ifv5iG1 { width:19.75rem;height:5.75rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvSTveCt7siTAyhMftrTo9grb4iCuvF { width:14.4375rem;height:18.3125rem;top:13.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFVvqtaNU0f17raCNkKfEChK9Lsowtz6 { width:17.1875rem;height:9rem;top:27.0625rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aSDwMW4gfgPcL0782GsaMnPSKPfmXlgB { width:20rem;height:21.75rem;top:112.25585625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrNm0JcM3MINIW79OWxT547HWP4aQgci { width:20rem;height:3.2666666666667rem;top:107.73925625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3B38TUHmWqntoILZmegwAvVlo3XrSig { width:20rem;height:3.2666666666667rem;top:135.25585625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1pzL6yTKlZ8zGJxfptvLlNGsnUgdDqW { width:20rem;height:3.2666rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HADABNtE6X3fLcJFWUivfW2eHV6NtoCl { width:10.4375rem;height:1.5625rem;top:3.265625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGvmyZXZ0oEmLxfZQ8b56WCSbeCuETTl { width:11.25rem;height:3rem;top:37.72265625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8T30kam4ggTHKs07RU8I4FUMQeVTgMP { display:block; }
 }@media only screen and (max-width: 763px) { #teeiVQ1X5TxhiwrpTFqprSTpgVHA4gRZ { width:20rem;height:12.5rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm { display:none; }#Kt4Vpg4IiDbCs1v3yFsBPdXGKdk3HSqm > .row .container { width:20rem;height:67.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zi2lukOXoS0ZMa019SmsEHEp1lRm7FQZ { width:20rem;height:4rem;top:7.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaAMqkew6pepvcnwhEbRu1kg2FEDDO16 { width:5.125rem;height:2.875rem;top:59.03515625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIJVwus1B9Kel0yeiMCdqyhqRyANTJAl { width:20rem;height:5.81055rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWcWTFulhhW7hRnHCxKmlg5n3kZdEnbz { width:14.4375rem;height:18.3125rem;top:17.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTLavI77fwwb1dy8HLuOAveZEkGBFot { width:15.625rem;height:10.5rem;top:30.875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-regular-label { display:block;width:16.6875rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text { width:16.6875rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-text {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-textarea { width:16.6875rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select { width:16.6875rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-select {padding-top: 0; padding-bottom: 0;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-input-button { width:17.3125rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-checkbox-label { width:15.75rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .widget-radio-label { width:7.375rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W  { width:17.5rem;height:auto;top:42.375rem;left:0rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W .radio-container { width:17.3125rem; }
#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W {display:inline-block;}#TECSWAmSfnLodxVm3uQTDPGUsItlgr3W { width:17.5rem;height:auto;top:42.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #uTMINtTBavi9rhL8ssiqzPoL4VNlDF0o {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #gu6HXuveO9ol0zlgzzIXXlLSZF8Le2rz { display:none; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #f9bXo9Am6ob6O0LyeoV2L1zFoERmBt9X {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #qcC0y0pT9F4cRrEuAUclStXg0pd4ebKw {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #xgvsPXzyZTOhbJJNoxSzGuX265I0Uu2F { display:none; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #HFouxBbI0OOV8sqfpT1Qtpev1NMnpbQB {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #vd7LCl6JvhMnyhU3cM9NGyGBeKxBNtwp {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #arqnWmb286PSkmuhyxIilmOPu5xfiUTb {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #EzNsTdBhuah0Gzuwu4FE4w2aTFXuDUSU {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #FAcLb7bQIM2Xxoe0aitPJLfxOrmTdvGJ {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #dJ5WvI1k4PwtQWDqWFUIPGLF9QqJ937C {  }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #n2CcddIsrhzILNTd78a3zfHzU9FUvu9v { z-index:2; }
 }@media only screen and (max-width: 763px) { #TECSWAmSfnLodxVm3uQTDPGUsItlgr3W #tGn9fGR8rzJe8Qet8iThrMwOFcW8is3e {  }
 }@media only screen and (max-width: 763px) { #zC96FtP7SodZG6ZalzF7TSQIVGkeBfuL { width:20rem;height:21.75rem;top:112.25585625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzSGT9SuJMITobZDVyzgn1RSNG9m34tS { width:20rem;height:3.2666666666667rem;top:107.73925625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGxCI7p0pBonUnDPvKDlUhkEXBIfZ6FH { width:20rem;height:3.2666666666667rem;top:135.25585625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbwmMHJ11eAXkrXHsbSmHNPb9w7bqIIB { width:20rem;height:3.2666rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoAzvnEuv87fPsFv1yKDq0DMlsXseDwG { width:11.8125rem;height:1.875rem;top:4.078125rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt { display:none; }#QyWqs07upA5pQT2Sxs1p5kOGSGvZWmxt > .row .container { width:20rem;height:21.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HxJBTKiQkzQco9vqoIw0q5PIh124ZQia { width:20rem;height:8.5405rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4MHgJDlISkTm2hzUnlpnT6C7pomLny2 { width:20rem;height:6.5615rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfThXlRFrgI4RJw6MBOGNxA3ZAVfcmEP { width:11.25rem;height:3rem;top:10.62353515625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJbkTvA9R28XTUIX6Ww575Tq7GfiCiQ { display:block; }
 }@media only screen and (max-width: 763px) { #HyhuHq9hwdc6LTx7TZQ9LvHUF6Sidvux { width:20rem;height:1.3999rem;top:14.74853515625rem;left:0rem;font-size:1rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg { display:none; }#TXCwLPsuWgkWmUn5KWnk7ptgyMJ9AIXg > .row .container { width:20rem;height:5.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I8MnKsofoOxvmCnPpShzFPU6Vf11IL1A { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR { display:block; }#fUlwDMJLTqmcq7vCJVS2cgbI49zl7TGR > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvNlWG14TTis2kMnzskwFw2O3kxsOcqu { width:20rem;height:11.69821875rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwSVKXuAE4w6sL7RXRPlh9lMV4UN0Ek { width:16.375rem;height:3rem;top:3.8125rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yLXuH9CmET109aW3V6JVw9thRa1vb0Z5 { width:20rem;height:7.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhnQ3XQwZQwer4AHpSpx0bX3eT8HRrH { width:6.25rem;height:0.0625rem;top:6.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA { display:block; }#t1H4k7nlzthRJdWzeH9K2tOZWJGxntAA > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyODmwxyE9ilURNQcAd11eQfJ19iboTz { width:20rem;height:14.375rem;top:1.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14995;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/482b9f42-0b46-4429-a3c5-2affbaf7dd42/aj_mobile_marketingb2b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nyODmwxyE9ilURNQcAd11eQfJ19iboTz.adaptive-delivery-prevent-bg, #nyODmwxyE9ilURNQcAd11eQfJ19iboTz.lazyload, #nyODmwxyE9ilURNQcAd11eQfJ19iboTz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aLthkbt6BRK8od3yCE9K373JsnurZSGi { width:19.875rem;height:41rem;top:10.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #e3dPznvpGsxVMTOChhFcAk0i48dqgxuM { width:17.3125rem;height:5.36133125rem;top:17.625rem;left:1.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKu8zDTevVgB8sOLV3sAzdJFleTG6luT { width:17.3125rem;height:16.79689375rem;top:24.23583984375rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBo91FO1b82u9lFBcJCkAQr6L3CC0S7X { width:8.9375rem;height:2.0625rem;top:43.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTGDKqQT0HosdP88WBMknF9uNrlZs9iD { width:8.375rem;height:1.125rem;top:42.4375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmkTDoLL45GuDDTgWJ9PHIzWAeZHmlfu { width:8.375rem;height:1.125rem;top:45.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSTHgTKSW0nQqHJWVye8I9lcZxU87WGF { width:8.125rem;height:1.625rem;top:43.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLtg4WvQvPdVpT6A4BLQzlMcHU516GnC { width:8.375rem;height:1.125rem;top:45.6875rem;left:10.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SIdnInQDHEM89obthIhQBlSkCF4rLmOe { width:8.625rem;height:2.0625rem;top:43.5rem;left:10.1875rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QI176ioaPbByDTZNygeAUeVvtlLpxAyU { width:9.6875rem;height:1.125rem;top:42.4375rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IcO8nqKt8qVTy2UrMCyxGEzFuOtOuLFq { width:17.4375rem;height:3rem;top:47.4375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsLDHUfmT2Wmg9ytAn6SvetV3QneuVRk { display:block; }
 }@media only screen and (max-width: 763px) { #a6U1tGIAnI5aVRgMFkXSOGG8gIPcO9vQ { width:6.375rem;height:2.3374rem;top:14.625rem;left:12.3125rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kcUiCzHDuqxZPdpRFoAG45wsPmcT2Ze5 { width:20rem;height:35.3125rem;top:1.40625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #gIw3h50xlqoPn2EUZ1XhowdvwoRtMhyF { width:7.75rem;height:1.5rem;top:15.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsXQeSDQQF2F7I57NfM1VCIZ1L4w6IK { top:10.3125rem;left:0rem;width:20rem;height:5.5625rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wffpnZ1wt6AAntOKmsV3QvhweInMfBrD { display:block; }#wffpnZ1wt6AAntOKmsV3QvhweInMfBrD > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh { width:20rem;height:14.375rem;top:0rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/b9bd4acb-3f78-4fc8-ba81-89a022f19c61/aj_mobile_gtm.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh.adaptive-delivery-prevent-bg, #gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh.lazyload, #gzLNe8U7h1fur8Z0fzTF7O5s1VZtn7dh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nJBP10SzLB1RNCm71EyOZ6zrF8kTMWZO { width:19.875rem;height:58.375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #b3pqG7E30NcAHxIC2MFD2vS90wLsf680 { width:17.3125rem;height:7.14844375rem;top:16.5rem;left:1.3125rem;font-size:1.625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #qpVMVQEE0Mp8RRMUwwiiDDPG1cgdgbxS { width:17.3125rem;height:16.79684375rem;top:24.8125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtbwRylR3bz0gf8fMgD6z8Vkh3zQykRX { width:8.9375rem;height:2.0625rem;top:49.8125rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIilRP0wkJyWmfUCDWwoop2XeZTnoFPX { width:8.375rem;height:1.125rem;top:48.75rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDzS3igORxWgLWkcl1U5OyqeMLBSQFpe { width:8.375rem;height:1.125rem;top:52rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsGQusBsGyuiBJezogpBDgJUlclxRisE { width:8.125rem;height:1.625rem;top:50.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTE1aEUg39czR3Q5qe4WpVTLDq3F3wzJ { width:8.375rem;height:1.125rem;top:52rem;left:10.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fyVbpSEJxg6HtVHCoxqdkxeRvn6d1Rvn { width:8.625rem;height:2.0625rem;top:49.8125rem;left:10.1875rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MKZxptCraZR9wNRqGib079nqdKmKPhRH { width:9.6875rem;height:1.125rem;top:48.75rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H0xs61kaNZMRnhHiiIRxS6TzUP2xJeHN { width:17.4375rem;height:3rem;top:53.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiwidfUmy4ydOhmFgl0W8dVoKsNrOJkH { display:block; }
 }@media only screen and (max-width: 763px) { #en6IXoW2hHPamrp9KUFStLWmTA5AbRqH { width:9.625rem;height:2.3374rem;top:13.5625rem;left:9.0625rem;font-size:2.125rem;text-align:right;text-align-last:right;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Lm0WV0V49LG1VA8s4tvrrCG36cBItLF6 { width:20rem;height:35.1875rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e { width:17.5rem;height:4.5371125rem;top:42.3125rem;left:1.25rem;font-size:0.75rem;display:block; }#ukW6U55K4RgnqKWsP2VpcKHFW8vwM75e li:before{  }
 }@media only screen and (max-width: 763px) { #Q0gkQgdzDDGWFxlVK6ox77dLvEPcEGTA { width:7.75rem;height:1.5rem;top:14rem;left:1.3125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #leWpeTQoahrdmSD9X27RN0nboSAgnJRa { top:8.875rem;left:0rem;width:20rem;height:5.5625rem;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In { display:block; }#RkbWCtZ3WLKgpZarvLmcZ84d1dTIu0In > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5 { width:20rem;height:14.375rem;top:0rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/0b4775d8-04a9-45c4-9acd-74598461335d/aj_mobile_fbig.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14998;display:block; }#Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5.adaptive-delivery-prevent-bg, #Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5.lazyload, #Fb2xFsaeIWnZXzVh6XynE0PA0J3rRgd5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FLRK2MFikwKclpMcnllpuEctlzQR3wl2 { width:19.875rem;height:49.4375rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #wKpIbFVGnhCD52KEIsbglX6QHiqBtNkf { width:17.3125rem;height:7.1484375rem;top:14.625rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLsXSnQ7VTgcJ27LXQovazNyD6U2FPKI { width:17.3125rem;height:10.49805rem;top:23rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL2USxTrkQdZkukvpsbryiJJ3WXedxMC { width:8.9375rem;height:2.0625rem;top:41.125rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvyL8UqAlUffUU0T8pBWJVf1eNXMRNpr { width:8.375rem;height:1.125rem;top:40.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8EIMSdTUfBTsAgG4w5v8Zl88MBsQx8 { width:8.375rem;height:1.125rem;top:43.3125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irDzgpNN6JTDlwOHXMqCXhSHuSSXckJQ { width:8.125rem;height:1.625rem;top:41.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzu6pzXMdkb6xta4kZKkgyTERLU3BUFx { width:8.375rem;height:1.125rem;top:43.3125rem;left:10.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xoFC0PqGib6TspZApVpqZ7zJAS7DR56g { width:8.625rem;height:2.0625rem;top:41.125rem;left:10.1875rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PAeflQuWCu13KwIE5dCWEbZBUoeThF1I { width:9.6875rem;height:1.125rem;top:40.0625rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sQHQMopQwpXuWZ6cKzxPKLMiyJ3Dmhp9 { width:17.4375rem;height:3rem;top:45.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZF6TqvS2OgaXsd7zMHsS6v7Cmb4vmP5 { display:block; }
 }@media only screen and (max-width: 763px) { #hqWkl50ziSg2TbanIWvOMG2w4t4NG7aU { width:6.375rem;height:2.3374rem;top:11.6875rem;left:12.3125rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BZskssWsJhb52sUbfSNJxofz56zA2in6 { width:17.3125rem;height:4.5371125rem;top:33.625rem;left:1.375rem;font-size:0.75rem;display:block; }#BZskssWsJhb52sUbfSNJxofz56zA2in6 li:before{  }
 }@media only screen and (max-width: 763px) { #Hc70ll2NuRM98FdTnNQ1TJa4gdGQmhuu { width:20rem;height:35.25rem;top:1.4375rem;left:0.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGD5f7To6gewJRyrxf0CxrTpn4JoD2MO { top:8.875rem;left:0rem;width:20rem;height:5.5625rem;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD { display:block; }#nmnT0xVzZMOymIEn7fCBksDEMuCK0VZD > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K { width:20rem;height:14.375rem;top:0rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/7b7f7e43-f6d8-4d5f-a63c-c8a61757af41/aj_mobile_ecommerce.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:14999;display:block; }#S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K.adaptive-delivery-prevent-bg, #S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K.lazyload, #S5ZaW1lTW3gxN5VnzzXWRgd5fbnoHT1K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qyfpxVUvoIQW9oc1m3hmobXPgit1nJ6A { width:19.875rem;height:51rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iZ6dmUAEGVutrCVsXeBT8mPOCuJ9Unz2 { width:17.3125rem;height:8.93555rem;top:13.5rem;left:1.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3zAv8KydsNlRxa1Juwo86HZ3ZNDo3CZ { width:17.3125rem;height:11.5478625rem;top:23.685546875rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys4MUgPcpxnfCszBg8kOvW6P7lNi7fBP { width:8.9375rem;height:2.0625rem;top:42.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCm8sprRyu65yfaydpNJq7qhR0trftti { width:8.375rem;height:1.125rem;top:41.4375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLq05LK5HThnMHlpg9o9QT5BMTq3SpMw { width:8.375rem;height:1.125rem;top:44.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIr9P58ZeT2cDMAwXBm4VZez4rWpgwk { width:8.125rem;height:1.625rem;top:42.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWl0whpadCHaOGeZvBwv2Zhx5NXlPSV7 { width:8.375rem;height:1.125rem;top:44.6875rem;left:10.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UvBxpE9Pmov4GJLd72gF4M2kiaEc5lRX { width:8.625rem;height:2.0625rem;top:42.5rem;left:10.1875rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #UZCSt6k4VwX5Ofzwi1STi4rCmGLfkDux { width:9.6875rem;height:1.125rem;top:41.4375rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #R9Tu8PJagNFXIpf9K441VvIB0sfS4Af9 { width:17.4375rem;height:3rem;top:46.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZIqWKhVnfow9tt7ax4qgnyc22fIWvti { display:block; }
 }@media only screen and (max-width: 763px) { #fkobPJqlg0eokf3hHe1Xv8hCtZy9kttn { width:6.375rem;height:2.3374rem;top:10.5625rem;left:12.375rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 { width:17.3125rem;height:4.5371125rem;top:35.4208984375rem;left:1.34375rem;font-size:0.75rem;display:block; }#GZyQR0QfXKwGTuVAko8iZma0vTeTgtC8 li:before{  }
 }@media only screen and (max-width: 763px) { #Sztmmh1gDinpbaIfggIQMCRTedm50Qa8 { width:20rem;height:35.4375rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yprO1Vw4yNTpVm3sGCAQwa16o20Bsso8 { top:8.875rem;left:0rem;width:20rem;height:5.5625rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O { display:block; }#ZVIdpTmSV6C5T46AlJJCZhQryFnh4X9O > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT { width:20rem;height:14.375rem;top:0rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/e0e63a3c-a336-4d6d-a202-256fee5e6978/aj_mobile_googleads.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14999;display:block; }#QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT.adaptive-delivery-prevent-bg, #QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT.lazyload, #QMnoTTvklmA0r0WUqU0mLx9V8wakFOUT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #q1RfNEtvl1lWK6QpMhg9IpNHhPVpQI3a { width:19.875rem;height:39.9375rem;top:10.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lrp7k1aui3Vx3Ddbfcp2e6zVCqkix8rP { width:17.3125rem;height:5.3613375rem;top:14.625rem;left:1.375rem;font-size:1.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ZU1HrfZQAmt07rVWLggn7TWco6M3nKqa { width:17.3125rem;height:12.597675rem;top:21.25rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhTUKm1a1mTTUNkStsWA796byL8xBON { width:8.9375rem;height:2.0625rem;top:41.75rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvxTBvSQJBTRynIL2qVnBT5ozUr2aiWq { width:8.375rem;height:1.125rem;top:40.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvxOH2JdR6LgNPtwdFZKefzyVkZVSHAz { width:8.375rem;height:1.125rem;top:43.9375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEb6C4ou7cHMwfCkVC7FoXgrfuIQuTz { width:8.125rem;height:1.625rem;top:42.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBhOWFoRL2xV96az9P3uVda2irZ6aQV { width:8.375rem;height:1.125rem;top:43.9375rem;left:10.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kPv7FbIvhalJV2tOf3NkcS2H7oEpJ8bt { width:8.625rem;height:2.0625rem;top:41.75rem;left:10.1875rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1iQkL8F0qTQT57q5iORSkvB8347CRn { width:9.6875rem;height:1.125rem;top:40.6875rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IUdoqoHEWROyyAR9Tg6nsQ0yM5XIfVlV { width:17.4375rem;height:3rem;top:46.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH1E9b7nb2SwZ78sLUinZLq4XqWFtinm { display:block; }
 }@media only screen and (max-width: 763px) { #k26WAzlz5aavu9xSmB9TJQSfgPDWQIiq { width:6.375rem;height:2.3374rem;top:11.6875rem;left:12.375rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NtogTCLv3vKAd7gif7fR6im2uHNRfZrk { width:17.3125rem;height:4.5371125rem;top:33.9375rem;left:1.375rem;font-size:0.75rem;display:block; }#NtogTCLv3vKAd7gif7fR6im2uHNRfZrk li:before{  }
 }@media only screen and (max-width: 763px) { #qNEgGNMK3V2lTBRlJQM1mub9xCxr0IC7 { width:20rem;height:35.3125rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4VSNz2Mvyee7wBwxhx8uJBlZL1eZWik { top:8.875rem;left:0rem;width:20rem;height:5.5625rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN { display:block; }#VTKd43WQ1WKQtIaGUS18Xea0FrtMT9fN > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuM0hJV8216bUh26NzAIVDRZxSuORwXh { width:20rem;height:14.375rem;top:0rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f53232;background-image:url("https://images.assets-landingi.com/uc/f39776ed-51cf-431c-9d90-6998f47fcb89/aj_mobile_ga4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:14999;display:block; }#nuM0hJV8216bUh26NzAIVDRZxSuORwXh.adaptive-delivery-prevent-bg, #nuM0hJV8216bUh26NzAIVDRZxSuORwXh.lazyload, #nuM0hJV8216bUh26NzAIVDRZxSuORwXh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WkkClXIzx5QyrB4lvtKWUAGmOpRCqNU2 { width:19.875rem;height:50.1875rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ORAiDNJWcyTOOmFP8ZRyWzxfOx2tnS1l { width:17.3125rem;height:5.3613375rem;top:15.25rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUFBBdMTB5vMAmJpiOeQR1uf5o2amD8N { width:17.3125rem;height:11.5478625rem;top:21.86083984375rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldF6TKshVCX85s3pEqqoV8bdezZDvVrC { width:8.9375rem;height:2.0625rem;top:41.0625rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRrqxlnxyHGtRsufgsUn1NgQureV4qO { width:8.375rem;height:1.125rem;top:40rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDfslgzmbF5p8mn16tig5ou8iAu97sG7 { width:8.375rem;height:1.125rem;top:43.25rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQvQcShH3tbNmyNNbxAUNO8Bq9l1zGiP { width:8.125rem;height:1.625rem;top:41.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #px4TgKNq1ZyXiZRy7oL1G8B8Mhyr53oT { width:8.375rem;height:1.125rem;top:43.25rem;left:10.3125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EiHITSfVd9h7MnMVfngZs9ETPhlbAmF9 { width:8.625rem;height:2.0625rem;top:41.0625rem;left:10.125rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #zIkzSvIg38gUDKBOkoJHJT1zyLnpcbMs { width:9.6875rem;height:1.125rem;top:40rem;left:9rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JUH25VOa1Aylamy9kZEcUK3ekyUJ3LLr { width:17.4375rem;height:3rem;top:45.625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2KxswIqgGOv86zzDTUa26P1NawfNuc { display:block; }
 }@media only screen and (max-width: 763px) { #ZAV92hOdnyVyIEepC7wX7J7uTCmy95dJ { width:6.375rem;height:2.3374rem;top:12.3125rem;left:12.3125rem;font-size:2.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ { width:17.3125rem;height:4.5371125rem;top:33.59619140625rem;left:1.34375rem;font-size:0.75rem;display:block; }#LPN4Am7SLrAG6HZvQyQLzU4znIVRN7XJ li:before{  }
 }@media only screen and (max-width: 763px) { #qEncFcUfAyp8xf9c0zWMQhfPM1m4TJ6W { width:20rem;height:35.3125rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dF7q0fPeKZxkiS501v8tHWG5KyBHuiFy { top:8.875rem;left:0rem;width:20rem;height:5.5625rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f { display:block; }#D3GWFhvISMzMuQX3IUIQlbHTaAx4wK0f > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3K7s0T4cBNn4y45GcMf5TMyPITZLRSk { width:20rem;height:2rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BLT7ve1yJq7DIFz1IdZk9pBbhFl4amf4 { width:16.375rem;height:3.71191875rem;top:5.875rem;left:1.8125rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PR7Kbaz5yII8ypvPRV1nI9qgw8GedoOk { width:20rem;height:10.375rem;top:1.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS { display:block; }#nxmf2KaDcBTMLP2n0onw7EuPU4DMAQGS > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdZmTfxxTtGyugcxT4Cw0mEsT1sTxbk6 { width:19.875rem;height:31.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7zQRGWxiMHT02pNKMHEXOpOVhRccBRu { width:18rem;height:6.5244375rem;top:1.9375rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8qy8XmDFgXd5iGqsa2hNV4s9yVsVNf { width:17.1875rem;height:5.249025rem;top:9.7119140625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3hGTNmpE239tq0QQmwReAMwHa4L7vxU { width:18.0625rem;height:10.4980625rem;top:16.2109375rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEQ8cTnXR6MtcCxaLdtuGKEHtSkQmDEb { width:8.75rem;height:1.375rem;top:27.958984375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNhvfMy5sbtETJQ0bAILaSEO8VlQTxO { width:19.875rem;height:30.5625rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoMvZIxUq8eo6NGocWkceKf90BBe02Wv { width:17.1875rem;height:10.4980625rem;top:48.4609375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQFaBkAwfwxmIhtRaEFA3ouMCJWwqdKw { width:17.1875rem;height:5.249025rem;top:41.9619140625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIKJESpklECBIMon6mDewlVUMTZA97pW { width:8.75rem;height:1.375rem;top:60.208984375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5EgCOsRxzOlKlFMNHz7WP8coTzFls1 { width:18rem;height:6.5244375rem;top:34.1875rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB { display:block; }#ElstrRPBCVUJaqFxTlla0PKT0TOfHqeB > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mDxprbCTK1Vg2QAoFiO4IFECaArmhvTJ { width:19.875rem;height:29.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrWeCTzB6NeWiHis01EFSF8Al9TEfNWK { width:18rem;height:4.3496125rem;top:3.0625rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSeZg5o4QlDEzGS1oSpQzsb71QKB9U8 { width:17.3125rem;height:6.2988125rem;top:8.625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxP2uNs5x9a1vvNgtCUXfSGQHOnJpMF1 { width:17.3125rem;height:10.4980625rem;top:16.1875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMNsy0FUm70qfUIq756vXiTi7CTGvJs { width:8.75rem;height:1.375rem;top:27.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRlN2WyPqxz1LU5tUlkXRhAJtL1Huo8v { width:19.875rem;height:31.0625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poJWbMX7koVMTValTdfIrD1THnzsoeUJ { width:17.3125rem;height:14.697275rem;top:43.875rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTUK97TmzwHMApNDTk3ZR44D9KEOXfNu { width:8.75rem;height:1.375rem;top:59.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsgirQCgcPTNdoLTimgtW8T9N4VMlNK0 { width:17.3125rem;height:3.1494125rem;top:39.5rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0JbxeNgSd1TcW4iLN0WPUUZ4sxiTJAV { width:18rem;height:4.3496125rem;top:33.875rem;left:1rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL { display:block; }#gBTOT3y90ioZNHzTEZev4UXXKv8LvFIL > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qonyKBQvDOc6rT9pkBq5GP5JJfA7AwUU { width:20rem;height:2.3125rem;top:2.0625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g { display:block; }#XvR7VZPfz2RyBPxn0sdEfxBMTTyhmL6g > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayigu0fgFl0IG10J8WoSsHUaUN375zJa { width:17.25rem;height:17.25rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkywPzcmGrS4hQTCfdkqxB1LX83W0iK4 { width:20rem;height:1.79980625rem;top:19.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VrswBDk6DIAvhVWTQ0ha20VeIrCkTFAt { width:20rem;height:11.69925rem;top:25.0625rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #isKT5llECfx0fKSsyOl2P8x68Qh9t7QT { width:20rem;height:35.34375rem;top:38rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9uNkx8yycN1Aw6pSsQyAeAIKTEoUAi { width:17.375rem;height:1.3125rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG { display:block; }#DTeU8Qk9ixLvVS6XuEl8TfeZzBS6s8yG > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPpWHNQleLZbQJwkIQaRnxhDtDETCwAO { width:20rem;height:1.79980625rem;top:19.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBw8TlaGZUCflpFIVboGHFo0u46zKtXr { width:20rem;height:8.7744375rem;top:26.9873046875rem;left:0rem;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c0tnRLpz4pr3ZptM1ucu6VmgN4s5BE8h { width:20rem;height:14.625rem;top:37.01171875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdItoZ8Z1L5SD5TTUOFpXKr9AM7FTfPJ { width:17.375rem;height:3.41161875rem;top:21.5498046875rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gTvTeb4elwAsMs7gKIGzg07ZnZVv8HEC { width:17.25rem;height:17.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3qEObJU5XuIZiRiMDc9a89gggaF21xb { display:block; }#Z3qEObJU5XuIZiRiMDc9a89gggaF21xb > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZIm1TDZuqJybpT1UhHd9eFTIKGQo7Qt { width:13.375rem;height:2.1875rem;top:2.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BwNrIBGFkekBsoFQmTI6sCRz7XPeG4 { width:19.875rem;height:1.9494625rem;top:12.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtViqNDmKuLM8RTtUfN7SrX97hFKNK6M { width:3.4375rem;height:3.4375rem;top:7rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHMTgLlIuRBW5TT5rTLcmaKuxPVQqp42 { width:3.4375rem;height:3.4375rem;top:7rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpRwQO3whV21P8W8s67xhpTlXmafftKp { width:3.4375rem;height:3.4375rem;top:7rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhM5PEnAxFBtIhJ4ee13I857dspapTfK { width:3.4375rem;height:3.4375rem;top:7rem;left:1.3125rem;display:block; }
 }