.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container { background-color: transparent; background-image: none; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container > .video-iframe-container { display: none; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row > .video-iframe-container { display: none; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .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); }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container { border-width: 0; border-radius: 0; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#uP6a5Jn94KUNEt4eA70VxKFp3nR3v47V { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.74935rem;height:1.74913125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.3736979961395rem;left:59.622402191162rem;display:block; }
#lNDTlmwTO7bTdV45GCTRZbvH5FXfcvZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdCMWpZg515eNL5Q8G5vn9R0GsvTFkMZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.3740234375rem;left:49.068359375rem;display:block; }
#GTKsfe30C4nvvz3QG2u68b8ww0cCikpZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rm1egcvtyFU7S4S5mVsTLrV84GcA8DEw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#BUJoDz6SVROh3xEW1QTVXM0e6S1T9sPK { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.8740234375rem;left:54.3740234375rem;display:block; }
#MBLW7VtCHqwA7RD9nJmTqHZDoia2r8wA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#ubvkG9iXTw2PEUgPoatRXRM1E1zJGnrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOmgnmoOlrsnEbx9F33wgo96A2VWNOWu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#M96I8m7Q0ZJXEb32PovTlWiTLseEBOzp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v5VrOQ0Fa1af50Bh4yM9eWGk4sqeA2zX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#DgfkCMmU5OybJwVG03c2xlml1wSo5Jx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTgByNVa4OOlA4VuE6xyX18qEXWKn1DM { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:25.4990234375rem;height:1.13671875rem;font-style:normal;display:block; }
#xr3cKeIEv3wZiT88Z5uFUB7tTHCMlykL { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:38.75rem;height:1.13671875rem;font-style:normal;display:block; }
#fZ2CBGs6aOm4S4Uhy6wGIR7MP4aVRxSF { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.4990234375rem;left:23.8115234375rem;display:block; }
#KTRpE6uzhDvniXxpDlqUWaV2Su4ICfpW { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.4990234375rem;left:37.1875rem;display:block; }
#FcZ7tQlcgIkTgFdTDOxWt4N6q8UN377A { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XfiGoounnJTLeLQ5WA6MEl1D6lGJye1g { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.310985565187rem;display:block; }
#GTvVWpp385kw9FraKINT52VpZrgXyvqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trWc08bg9xgObwhXRFi6qQc3dxeNCe5K { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:block; }
#lfeSi57ZqBwWW1rABgdO5hhwhTkPwPFu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container { border-width: 0; border-radius: 0; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#X2fERbGdKXFshQJSN8pgzTLxNvkbCZJr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:60.6875rem;display:block; }
#Ryl1OHxnJ7akn6eMk1FipvSLSO9ywSCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDsaiO7NLGX5Tap5pUtUnPSzlB8q5F3K { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:55.5625rem;display:block; }
#PLaHRTngbTxFycfhHiVyWQm1zwReZFBK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhIQqS1en7SM0BZDtA1ae82vUU9oTMsH { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#HCSiIXTa5nMTD2p5WZeRcrpBfhGbgoUN { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.625rem;left:57.84375rem;display:block; }
#d8Vq5BBNFMrmqV7pE0oS7qgcXZN2M7si { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#PtEThoyZaCBHtENJ7oFP8RUPiR6IJCNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rLGJShgGPvu32vttAoCdl5GPqQl9oMMa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#GixZZyao6pnI7VgkL1hSuwF82nJJRcyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMgTf4RrSVtyPObmEmtMoSsXAT4SAfdN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#kJpsABxJCdXFC1m3HanFnLTczXpTykeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTS8zoeZb5SeNRVmWx1hHI1BQyei12ma { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.40625rem;height:1.13736875rem;font-style:normal;display:block; }
#Zm11vbT9t716eJ6OdZnutDW6JTbclfrX { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.65625rem;height:1.13736875rem;font-style:normal;display:block; }
#QEvfEIwx2HhkiudaHlivV7Wt8RTsuZ73 { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:25.71875rem;display:block; }
#AV8D6KSeiIzwB7gCKz4pVrWsQJkLeBCt { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5625rem;left:39.09375rem;display:block; }
#A2RkqTDbl2cRCG9fhXFxUT5ClD3EGmpQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#n9RzqStzmQNBvSgoOll0XeHRMd7XfZJo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.2480506897rem;display:none; }
#ALtorQLbrD2xwXIBw4GEZ6NpHtzP2Fqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLr9mQ001qEFM09AdvUKGg9KqRHPp3bb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:none; }
#w0BxmNOtxBDvF9R8mFHt3e1Ja7BAyOxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c37ebb76-08c3-470a-85e7-3531e5ad6b32/heroimage.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.adaptive-delivery-prevent-bg, #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.lazyload, #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.lazyloading { background-image: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { background-color: transparent; background-image: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container > .video-iframe-container { display: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row > .video-iframe-container { display: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .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); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { border-width: 0; border-radius: 0; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#uEs6zDLNzAxx9CT4S1EaIDsqRzOaTiBs { color:#ffffff;display:block;width:29.8123125rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3745665550231rem;left:0rem;height:10.3984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UDRhmZzxh0UPSVfgkGnEDogEopiDfyAB { color:#ffffff;display:block;width:35.7498125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:21.311851024628rem;left:0rem;height:10.5rem;display:block; }
#v4EbFX7G07WT64bFGPZaF03Gu5wigA9Q { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.124134063721rem;left:0rem;display:block; }
#mm4dhDutf1Jh6viAbLDAfdkCHL73z4de { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWlAXABHuWe2rwVDiWhcHk9ypbRNo3ET { 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:34.8123125rem;width:32.999125rem;top:8.9767799377444rem;left:40.326610565186rem;overflow:hidden;display:block; }
#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container { background-color: transparent; background-image: none; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container > .video-iframe-container { display: none; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row > .video-iframe-container { display: none; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .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); }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container { border-width: 0; border-radius: 0; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#Z14QQwZIWd6OBubCXk8svKvoZTSCT3HR { position:absolute;display:block;z-index:15006;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.25rem;width:5.625rem;top:2.96875rem;left:9.75rem;overflow:hidden;display:block; }
#ehR4VSG6P2IKfV3ENgZMoXNC5XXOsKwz { position:absolute;display:block;z-index:15007;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.3125rem;width:5rem;top:2.4375rem;left:47rem;overflow:hidden;display:block; }
#ZwcC1UvHbvLZrfNh0UsRuCyBqeXhdgiB { 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:5.625rem;width:5.625rem;top:0.78125rem;left:19.5625rem;overflow:hidden;display:block; }
#pdFlSKMaXtPAZmVH4Udmkro6IeRCVkou { 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:0.8125rem;width:13.625rem;top:3.1875rem;left:29.5rem;overflow:hidden;display:block; }
#kWmXtbfwDZhXP52FR8c0kZnxNkJ8LJMm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7.25rem;top:2.65625rem;left:56.25rem;overflow:hidden;display:block; }
#m7cLkeF0HfFANzuAI4WWuFK8IfshfaZv { 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.75rem;width:8.3125rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:block; }
#w6ntHPTI4imu1ipgbl3IG8OWdwvM3Ta1 { 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.75rem;width:5.8125rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#UqQvELzXTc2CGlZ38hzQhQ5k69hPOW1D { 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.75rem;width:5.8125rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#ATg4eLUQIzWeQ9QtZaBEAxeIO8HePDS6 { 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.75rem;width:4.25rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#CVbSaDc62nOuhkUzqSmQ45FLn3bmirbW { 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.6875rem;width:5.8125rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#f7cmqqUgbXaU1Dul0NoFv0Zcrf0gIAdz { 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.25rem;width:9.6875rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#Qkenx50HizGz3ymhEJKpKJ7SXaLQZPLT { 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.5rem;width:5.8125rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#NpGUCB5UufuNJWsp2FJGUCpsKubpNePI { 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.5rem;width:1.4375rem;top:2.71875rem;left:66.6875rem;overflow:hidden;display:none; }
#hehT8P6B2mnxfLUImMxSbOQWKKhGFgkP { 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:4.375rem;width:4.1875rem;top:1.40625rem;left:0rem;overflow:hidden;display:block; }
#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container { background-color: transparent; background-image: none; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container > .video-iframe-container { display: none; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row > .video-iframe-container { display: none; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .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); }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container { border-width: 0; border-radius: 0; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#ceifGWkxPtbKB2o5RdgNqPk5MtivNtQU { position:absolute;display:block;z-index:15006;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.6875rem;width:9.6875rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#bidMQHN4qTJf2ko11fHQIHQCeQ3T5F1O { position:absolute;display:block;z-index:15007;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.375rem;width:8.0625rem;top:3.625rem;left:14.625rem;overflow:hidden;display:block; }
#NswbPnDyBRRlb3hRenIJVAwks1LEcxfd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.5rem;top:3.28125rem;left:27.6875rem;overflow:hidden;display:block; }
#ZFvxXNS1HcXWCdw90XVtf0TpZyh5OJib { 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:2.6875rem;width:9.3125rem;top:3.46875rem;left:39.9375rem;overflow:hidden;display:block; }
#oM9S5tQDAbcm5cNlOwlsIP4BJGonLcyR { position:absolute;display:block;z-index:15010;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.25rem;width:9.3125rem;top:4.1875rem;left:53.4375rem;overflow:hidden;display:block; }
#Csb6faXnl3saH01U6SXO2xNM4Zhx7fSh { 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:2rem;width:8.1875rem;top:3.8125rem;left:66.8125rem;overflow:hidden;display:block; }
#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 { position:relative;display:block; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 { background-color: transparent; background-image: none; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row .container > .video-iframe-container { display: none; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row > .video-iframe-container { display: none; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .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); }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 { border-width: 0; border-radius: 0; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .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; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.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; }#LsREn45bNZp1UV8PJsiJDTQl4QyrT9Ms { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8033847808837rem;left:37.437503814698rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8zZsGx97xqIqaktJKkRvXVS8s6TVeRe { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:9.375rem;top:11.801216125488rem;left:37.500003814698rem;display:block; }
#zTMnXrckTwMX2Th2UyTKDXuy6JRC2sJG { color:#000000;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:13.552516937256rem;left:37.500003814698rem;height:25.3125rem;text-align:left;text-align-last:left;display:block; }
#W3nNzJ9ToATTp4dJ4vXMbIc2mXTZd2Im { 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:31.9998125rem;width:31.436625rem;top:6.71875rem;left:3.0305995941162rem;overflow:hidden;display:block; }
#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container { background-color: transparent; background-image: none; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container > .video-iframe-container { display: none; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row > .video-iframe-container { display: none; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .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); }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container { border-width: 0; border-radius: 0; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#THzU0vW544xb7TWN2ZSrhgyHvRWEpUxH { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:15rem;left:32.8125rem;display:block; }
#T87pePTdX5qWdl8WznkbBkwXo2zZK4Pr { color:#000000;display:block;width:54.25rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:10.375rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container { background-color: transparent; background-image: none; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container > .video-iframe-container { display: none; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row > .video-iframe-container { display: none; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .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); }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container { border-width: 0; border-radius: 0; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#IfMp0JScs0ibuWshSaODG2MeHwADecC7 { position:absolute;display:block;z-index:15022;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.875rem;width:3.875rem;top:3.375rem;left:37.5rem;overflow:hidden;display:block; }
#EbTik0vPgwSFDEQ3Uo51vvrHAw8OxifE { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.5rem;height:1.4619125rem;display:block; }
#TLSUJBWeTB951ddOQhvTUyXMhLL6ZxAJ { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:10.5625rem;left:37.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#EUiN07NrZxPrvK9oT7W1rTXC6I5iQIt4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.375rem;left:18.75rem;overflow:hidden;display:block; }
#IUpeEVwPsLNAZqaT7KSWxAWgtAdoksy3 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:18.875rem;height:1.4619125rem;display:block; }
#IG7CVeHMSUSI1hmb61tc7vMFXhWqtBoT { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:10.5625rem;left:18.75rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#MTugTWXPfuhH1UAHPr0lRkKRaLWKJftv { position:absolute;display:block;z-index:15020;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.875rem;width:3.875rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#XdM9rpMoOiVooVdJ3B07mDFVCmFBM79f { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.4375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;display:block; }
#n72LvDLDL4JDseiVWFvkWukiHvowCZFR { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.125rem;height:1.4619125rem;display:block; }
#cwiWRT0UOPeP3Bw7axkbM2TI0NWTfnWZ { position:absolute;display:block;z-index:15023;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.875rem;width:3.875rem;top:3.375rem;left:56.25rem;overflow:hidden;display:block; }
#loTgl9k0RURTIRQfSQ0BgmVSw49ElGT6 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:56.25rem;height:1.4619125rem;display:block; }
#ahnL9CzSp2Fyxdbkeqlxz62vkSngTTal { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:10.5rem;left:56.25rem;height:4.21875rem;text-align:left;text-align-last:left;display:block; }
#VXzIm4gdJ544PZxLcnFSrTQeNyPndnxG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:23.8125rem;left:18.75rem;overflow:hidden;display:block; }
#XOlCSnikvRRXlCb2D8mLsiomTzh1ohvb { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.875rem;left:18.875rem;height:1.4619125rem;display:block; }
#UVUcrlN7IMmnKEAMw246iTbgiw7Hv5HL { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:30.875rem;left:18.75rem;height:4.21875rem;text-align:left;text-align-last:left;display:block; }
#ta2aOXCUAIeHIddaPPpG3hTfnhtR883x { position:absolute;display:block;z-index:15022;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.875rem;width:3.875rem;top:23.8125rem;left:37.5rem;overflow:hidden;display:block; }
#orwzvpTeqvdLyhxNM25D8gG3myk5riyS { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:37.625rem;height:1.4619125rem;display:block; }
#h3Oo1y2i8I91cF6asNv9y7Xw40LlKz9L { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:30.875rem;left:37.5rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#G2yFqCR7mo6AmQhTNsCe0GyhWCfgcKXh { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:2.84375rem;left:20.96875rem;height:2.75rem;text-align:center;text-align-last:center;display:none; }
#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/07aa83f7-c9db-4bce-a5d8-f2727ed1dddf/Group419.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z.adaptive-delivery-prevent-bg, #c42UkFe1OLr60PmpfxJDagRdI45fnP9Z.lazyload, #c42UkFe1OLr60PmpfxJDagRdI45fnP9Z.lazyloading { background-image: none; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container { background-color: transparent; background-image: none; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container > .video-iframe-container { display: none; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row > .video-iframe-container { display: none; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .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); }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container { border-width: 0; border-radius: 0; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#a6C0IN05zrr6KDaH5EIiUpixgIoD1m0G { color:#000000;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.30078125rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GONS50pR8pKF4ObV5BB40By1lToFh4uo { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:17.36328125rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W9osQzTh5BIdlTRwdbxakpAWpGZmcL6K { position:absolute;display:block;z-index:15005;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:32.061625rem;width:37.4370625rem;top:7.7799491882325rem;left:37.500003814698rem;overflow:hidden;display:block; }
#B5oHmLZLkrg0D2FdMNaoLTSm0LliNa0M { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:14.7392578125rem;left:0rem;display:block; }
#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e60023;background-image:url("https://images.assets-landingi.com/uc/b00cd9e2-053c-4566-bb4d-f1e2b3b556e8/Group419.preview.mirror.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4.adaptive-delivery-prevent-bg, #xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4.lazyload, #xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4.lazyloading { background-image: none; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container { background-color: transparent; background-image: none; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container > .video-iframe-container { display: none; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row > .video-iframe-container { display: none; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .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); }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container { border-width: 0; border-radius: 0; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa78df74-2d6b-4bc0-a811-5f0c82180d86/bg_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2.adaptive-delivery-prevent-bg, #PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2.lazyload, #PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2.lazyloading { background-image: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { background-color: transparent; background-image: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container > .video-iframe-container { display: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row > .video-iframe-container { display: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .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); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { border-width: 0; border-radius: 0; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#fcztNy31g5noI8EAMZaHz8ZA1sINrC4B { color:#000000;display:block;width:36.75rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9375rem;left:37.5rem;height:7.474625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ei2gkpOlgxnCvofQRz8gGi91cTSX55tm { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:9.375rem;top:16.5rem;left:37.5rem;display:block; }
#FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv { color:#000000;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:18.25rem;left:37.5rem;height:;text-align:left;text-align-last:left;display:block; }#FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv li:before{  }
#TXS2vXg1o43aEEw4u4VGxWU2DVUyAG01 { 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:52.875rem;width:53.0625rem;display:none; }
#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b00cd9e2-053c-4566-bb4d-f1e2b3b556e8/Group419.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.adaptive-delivery-prevent-bg, #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.lazyload, #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.lazyloading { background-image: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { background-color: transparent; background-image: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container > .video-iframe-container { display: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row > .video-iframe-container { display: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .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); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { border-width: 0; border-radius: 0; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#naKHcGN9JBsmws70mIA847PvSTmCGRGr { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.25rem;left:16.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FyFD43g4HAL9a6mJBqBJh6AeT435THqt { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:12rem;left:32.75rem;display:block; }
#i4iN3A5ANHQ3m5Vc5LicoVTg34DCLKt7 { color:#ffffff;display:block;width:46.8115rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:14.75rem;left:14.125rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b00cd9e2-053c-4566-bb4d-f1e2b3b556e8/Group419.preview.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML.adaptive-delivery-prevent-bg, #TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML.lazyload, #TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML.lazyloading { background-image: none; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container { background-color: transparent; background-image: none; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container > .video-iframe-container { display: none; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row > .video-iframe-container { display: none; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .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); }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container { border-width: 0; border-radius: 0; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container { background-color: transparent; background-image: none; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container > .video-iframe-container { display: none; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row > .video-iframe-container { display: none; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .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); }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container { border-width: 0; border-radius: 0; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container { font-size:0.875rem;font-family:arial;height:90.4375rem;width:75rem;position:relative;display:block; }#NZEdA12pJmTETHZQNOsWTXK387bymp4y { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:16.96875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XN74FNL6UQT53eG8SgRX9TVVCZMQsZZ7 { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:8.9375rem;left:32.8125rem;display:block; }
#BmBhaoi8FhJQ0JxAf3nr2hxGMsuDqF5m { position:absolute;display:block;z-index:15006;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:20.8125rem;width:23.75rem;top:12rem;left:7.875rem;overflow:hidden;display:block; }
#bugoyrTkTMf3Sul6qoWTxxzDCVI5LbDA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:26.875rem;top:12rem;left:40.25rem;overflow:hidden;display:block; }
#VHECHE7bWsux4eRn5elac0Csn7ASeHfN { position:absolute;display:block;z-index:15007;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:39.5625rem;width:55.625rem;top:48.0625rem;left:13.5625rem;overflow:hidden;display:block; }
#yWcseuZA5hlKUtUpXAR01TlNfVwhIbgg { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:43.84375rem;left:20.96875rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#Neiz4x0P0KE7OIK7FhDXaItWePpuQrS8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:16.25rem;top:75.5rem;left:5.8125rem;overflow:hidden;display:block; }
#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO { position:relative;display:block; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO { background-color: transparent; background-image: none; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row .container > .video-iframe-container { display: none; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row > .video-iframe-container { display: none; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .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); }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO { border-width: 0; border-radius: 0; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .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; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;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; }#cUu2CduU58PDqhDFJ9Owo0vLJ1x7EJrM { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:16.75rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZxSN8UuaKpDQhhlbipbfbf7r9yeXop3a { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:12.3759765625rem;left:32.8125rem;display:block; }
#PXnEya75kgtCQlS689fAK8HZxiUm7OV6 { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.5rem;left:10.75rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nxXkHdo3Hs0OB3mvTnRMl8RrBSS3k0iG { color:#010101;display:block;width:9.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:8.125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7QKCA6k7nF027huutiWKmWTLf3VFLrb { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.375rem;left:34.1875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqNR2ygdJSaM4Bg5nTTZMeP3FDOE1x8V { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:33.5rem;left:23.125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVUM8rWNNM2P7GpyPUu6PG2wFCELtUmX { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.375rem;left:57.5625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgD8MnAf7MflH8KHVNMrLxR4gKF5fT7u { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:33.625rem;left:43.25rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQXmZxVJbTVwgcFPzmsg64qGePLU4hTK { position:absolute;display:block;z-index:15012;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.8125rem;left:9.875rem;display:block; }
#CR3JWJTHhAsr36Hk3couwQlk3zDpTSbJ { position:absolute;display:block;z-index:15001;background-color:#010101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:16rem;left:10.0625rem;display:block; }
#hH74z40TyNdlb9dhr35xCw7XlWb6SkTV { position:absolute;display:block;z-index:15002;background-color:#010101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.8125rem;left:33.3125rem;display:block; }
#J5RTt1LvoQwSrtf8GE230BOmuAtVvwOg { position:absolute;display:block;z-index:15013;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.625rem;left:33.125rem;display:block; }
#ADpC0SGkqwwRPx35oAwQW4XALVUUITI2 { color:#010101;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:30.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bMwrPqoLJysVKnV16Svb95btu7wUC8cy { position:absolute;display:block;z-index:15003;background-color:#010101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.8125rem;left:56.875rem;display:block; }
#MnGbrXV7QXFVSRn2yshX97kGh2HaRKCE { position:absolute;display:block;z-index:15014;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:15.625rem;left:56.6875rem;display:block; }
#rdOxFzoGMtNGXPCBHpH0WNF4aAx6H8CH { color:#010101;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.25rem;left:52.75rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0cdTl2N8glzvPKU6B9vdndQJ9dFxTyS { position:absolute;display:block;z-index:15004;background-color:#010101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:31.9375rem;left:22.25rem;display:block; }
#ICNUlFBkNP3CRHzikXAUm430dJbw8T5U { position:absolute;display:block;z-index:15015;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:31.75rem;left:22.0625rem;display:block; }
#btabAKpavH0zTIh5NaS0lbV3bIMOl5nJ { color:#010101;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:39.375rem;left:19.125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FoKgTRZq7Rx4a2UQ9Vr2Ib67VuKv47Hb { position:absolute;display:block;z-index:15002;background-color:#010101;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:31.9375rem;left:42.375rem;display:block; }
#sKZvp2omGXMCp07TmGvhdFUH9HkG9oKL { position:absolute;display:block;z-index:15013;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:31.75rem;left:42.1875rem;display:block; }
#znadgsTk4kXZ5w6llkvAy07DWbdU7gV8 { color:#010101;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:39.3125rem;left:35.125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC { position:relative;display:block; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC { background-color: transparent; background-image: none; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row .container > .video-iframe-container { display: none; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row > .video-iframe-container { display: none; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .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); }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC { border-width: 0; border-radius: 0; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .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; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:124.0625rem;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; }#mcaUlSZuCpN9vEGP3vHtOoWkAkbuvSGv { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wPa476GfBO7TVXeb3d3uge2Ngwoow3VI { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.75rem;left:0rem;height:;display:block; }#wPa476GfBO7TVXeb3d3uge2Ngwoow3VI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wPa476GfBO7TVXeb3d3uge2Ngwoow3VI li:before{  }
#CQcIotgNnROtcETGK3rQmb1xMC7oz5lA { position:absolute;display:block;z-index:15006;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:21.75rem;width:25.9375rem;top:3.875rem;left:46.818359375rem;overflow:hidden;display:block; }
#toSNAXVeLIW8sTrmnRl4Pek1U5ngggXS { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.78125rem;left:33.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs { color:#000000;display:block;width:39rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:38.09375rem;left:33.375rem;height:;display:block; }#hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs li:before{  }
#gnwvHHkVbZaIKHHKr9246CrgcUcJ1d2Q { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:55.8125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:60.75rem;left:0rem;height:;display:block; }#KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ li:before{  }
#U0aiDO6AoBAeWQpae7UqaHrgtXLxhBdX { position:absolute;display:block;z-index:15007;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:21.75rem;width:21.6875rem;top:28.3125rem;left:4.755859375rem;overflow:hidden;display:block; }
#oLEpHvpTVWzMnaf0zRIgx6nS6q0c72WN { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:98rem;left:33.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 { color:#000000;display:block;width:39rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:102.3125rem;left:33.375rem;height:;display:block; }#xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 li:before{  }
#Uvo4AMuVQv3hrxywCny7K6O9GQZ6VUOQ { 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:29.25rem;width:29.25rem;top:88.8125rem;left:0rem;overflow:hidden;display:block; }
#b6fpzpypb2y9TAgOyf3yaJKi8kJRlF2n { position:absolute;display:block;z-index:15012;height:15.625rem;width:29.0625rem;top:60.75rem;left:41.9375rem;display:block; }
#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc856380-c314-4521-a70c-4db15c02a030/bg_22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP.adaptive-delivery-prevent-bg, #harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP.lazyload, #harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP.lazyloading { background-image: none; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container { background-color: transparent; background-image: none; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container > .video-iframe-container { display: none; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row > .video-iframe-container { display: none; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .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); }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container { border-width: 0; border-radius: 0; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#KohBy6LzQJTbTpulC9gkApqaNBzTSSwG { position:absolute;display:block;z-index:15004;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:15.375rem;left:32.8125rem;display:block; }
#McX2J41GgaW4iGkBWn9IJKSPb8LluDip { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:16.75rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auF6yoVQZrdOf2Svzs778BOLU3QamsOT { 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; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container { background-color: transparent; background-image: none; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container > .video-iframe-container { display: none; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row > .video-iframe-container { display: none; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .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); }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container { border-width: 0; border-radius: 0; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container { font-size:0.875rem;font-family:arial;height:239.125rem;width:75rem;position:relative;display:block; }#cVqBFtTxptespFzgxSMy9rJPl5D37Ack { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:24.3125rem;left:0rem;height:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPX4hxhkMwuow7ZP82eLcTdsTecZpgXh { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gtzaHKXaIyVLkqzmdJLDVMwHxy0HAyUE { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:52.3125rem;left:38rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:59.6875rem;left:38rem;height:;display:block; }#Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m li:before{  }
#bJ858atkgUEqnpnZZzPJp0uAp7rgvZK1 { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:72.375rem;left:38rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y51s4UTtKO4Qb03gzqbII1LtI3ngKNOW { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:92.5rem;left:5.375rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hNmI1iBxvwBacUabh8KfxWCzACMSAU4S { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:127.5rem;left:40.1875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUPy3uQA0TDWr42aTWH4ffslnadrQWTl { color:#ffffff;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:134.875rem;left:40.1875rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O7mmrgkfu64B9NIdxCs2KTPTtm9mDyUz { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:203.5625rem;left:3.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xk0R4n2bhNbyd8V3ewbtXVSe0ZUu5mJ2 { color:#ffffff;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:210.4375rem;left:3.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z0xSps2Ag6RPr3KHgaFLnBsnS5icRs4R { 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:25.25rem;width:26.1875rem;top:18.0625rem;left:43.875rem;overflow:hidden;display:block; }
#VKPpuFRfZ7PtC37ItbwKq1im3NUvfzte { 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:31.5rem;width:31.3125rem;top:52.3125rem;left:2.75rem;overflow:hidden;display:block; }
#i4T4arw0eCfkReqg2Sx3KFNqF14dgz0y { 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:12.0625rem;width:6.5rem;top:121.9375rem;left:3.75rem;overflow:hidden;display:block; }
#z8wTvpdVIEy47o1fD335OIl4Ev1UlxvS { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:134.625rem;left:4.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZEWnKvdEMUFuXiNVL6zgxS549ZwTylQf { 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:12.0625rem;width:6.5rem;top:121.9375rem;left:14rem;overflow:hidden;display:block; }
#sTfqAVptZ3pvTPOldSV3uNJVwRRWblHS { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:134.625rem;left:14.625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pkmcyElRC0319JzvAbQeLpZZ3WwyHtSu { position:absolute;display:block;z-index:15015;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.0625rem;width:6.5rem;top:121.9375rem;left:24.25rem;overflow:hidden;display:block; }
#klLC5Z671Me2V3v9VWKzhBP4egOvyM8N { color:#ffffff;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:134.625rem;left:24.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TwKqwghx7WBFF3z59gkHUJLcX5apHsRS { 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:12.0625rem;width:6.5rem;top:138.625rem;left:3.75rem;overflow:hidden;display:block; }
#UHda3fu8vrnwlELiKScXWHI0ATCg1Uoo { position:absolute;display:block;z-index:15015;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.0625rem;width:6.5rem;top:138.75rem;left:14rem;overflow:hidden;display:block; }
#rP7yuHW3upCapLklvaOe0rpDI7FXFFnP { position:absolute;display:block;z-index:15016;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.0625rem;width:6.5rem;top:138.75rem;left:24.25rem;overflow:hidden;display:block; }
#wHswgX4h4mwapTzldZWhKsVhp6lB750b { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:151.4375rem;left:2.8125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wgEN0KDRgkHGrHIKfcfdDWaTfDaSXG4R { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:151.4375rem;left:13.875rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rbwdnOeMDL2GmqZeiV8HCbIze6MWe3Kc { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:151.4375rem;left:23.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i3MRey2R3G7mbvWggr1L4t8FVtRxhf0i { 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:25.6875rem;width:28.5rem;top:204.125rem;left:43.375rem;overflow:hidden;display:block; }
#THyLz12TAqGOrEpf00QLg1Hk7LK3UUUb { 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:29.4375rem;width:29.5625rem;top:87.125rem;left:38rem;overflow:hidden;display:block; }
#Tnhtckd33ZGFr9pJf3EvViWMDPOHA1e2 { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:207.8125rem;left:3.125rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKJOTm2Ghhe0BRgD0OXZb07sVrD3xRPT { color:#ffffff;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:221.4375rem;left:3.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RseDfhPnJJMycPp1DSLKPBLnLHvUNZfN { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:218.9375rem;left:3.125rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fzt6cxRlFAchQ8LPx1s3z2Jv551Z2qmt { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:228.5625rem;left:3.125rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KhK9HfHLJPLHt9TXEf6SPGu7G6ltsGt5 { color:#ffffff;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:231.1875rem;left:3.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0MP7bxEu51KBS1FHauq591aX4SPMxwN { background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.6875rem;left:1.0625rem;display:block; }
#rrG81R7BW12STR0H4VhElZ07MNpDIepy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#byqln5AZiCDnxw3ubJvbi1dQzG4ThQZE { background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:6.6875rem;left:16.625rem;display:block; }
#hA8GprAZrMNXSdRRqkMZIAI11tdElvnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rgc1t48HLTToqlPidQRA4yrVW0uApLRk { background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:6.6875rem;left:31.5625rem;display:block; }
#GSV7uai6vZ333X3se63WLRLhdssrHxDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdaD4aBn25Kv44OtPMTkXTceMZLSfK2u { background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:6.6875rem;left:46.5625rem;display:block; }
#yILtPZnWeenL5yHpUAu1A65CPio46NDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ne0fnNQ7etJBqXFHycxv0gQ5lVt5Pvls { background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:6.6875rem;left:61.5rem;display:block; }
#Wfo6403bIKw3d3hdhB2kGCIVzIvSTt8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uUqiHv8nmRSVUs50N3HfluCAfhdXMVEg { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.3125rem;left:30.8125rem;height:1.40625rem;text-align:center;text-align-last:center;display:block; }
#b8oDfegtkex916zAM9EHtH2KxW88yxly { position:absolute;display:block;z-index:15027;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.25rem;width:2.25rem;top:2.125rem;left:43.5625rem;overflow:hidden;display:block; }
#Cv9qJQLhiptrBoUk42JNMOySblOlxmZ9 { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:164rem;left:16.96875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mypDN1hNb7ynqkCyLATLrLD4qcE3fJyM { position:absolute;display:block;z-index:15028;height:24.5rem;width:43.75rem;top:168.8125rem;left:15.625rem;display:block; }
#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc856380-c314-4521-a70c-4db15c02a030/bg_22.preview.mirror.flip.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex.adaptive-delivery-prevent-bg, #K0GFCq4Bom50cbVFpwR2lTxMg9XclOex.lazyload, #K0GFCq4Bom50cbVFpwR2lTxMg9XclOex.lazyloading { background-image: none; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container { background-color: transparent; background-image: none; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container > .video-iframe-container { display: none; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row > .video-iframe-container { display: none; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .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); }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container { border-width: 0; border-radius: 0; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container { background-color: transparent; background-image: none; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container > .video-iframe-container { display: none; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row > .video-iframe-container { display: none; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .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); }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container { border-width: 0; border-radius: 0; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#eaM3kOCQwermd3HMNGFNTNHb2zU1PVXX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.375rem 0.75rem rgba(0,0,0,0.14) ;height:30.5rem;width:22.9375rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#Ny26BfZtDel407oLgTxBQQ3BpFPzAgpK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.375rem 0.75rem rgba(0,0,0,0.14) ;height:30.5rem;width:22.9375rem;top:20.375rem;left:26rem;overflow:hidden;display:block; }
#ZqgTSvcfvBzHNqZRrhA1SxLVTBptXyTU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0rem 0.375rem 0.75rem rgba(0,0,0,0.14) ;height:30.5rem;width:22.9375rem;top:20.375rem;left:52rem;overflow:hidden;display:block; }
#sQ4OSFoUCfTTmGODiH1NMKpk90wXTExb { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:16.75rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMU744zW0ktdd41EQ4bLONatXQzAsOoy { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:7rem;left:32.8125rem;display:block; }
#DcaGgM4I85XVCxD82lqfmd2hMIFJgLDc { color:#000000;display:block;width:46.8105625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.5rem;left:14.09375rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na { position:relative;display:block; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na { background-color: transparent; background-image: none; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row .container > .video-iframe-container { display: none; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row > .video-iframe-container { display: none; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .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); }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na { border-width: 0; border-radius: 0; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .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; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.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; }#lJ5bahnlsD5odsKvsoXGBzbJaZO5xu6T { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:6.499rem;display:block; }
#skR6iyGdSPlExUU39dzSIUT5F9Gxa8lp { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.4619125rem;display:block; }
#tlWJCnwu1osMTJzTe6a5TkwIH15H4mVO { position:absolute;display:block;z-index:15007;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.875rem;width:3.875rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#T2EUkZQzKdmvZCqgKHvko2HaUnI68GL9 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:16.75rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbmMQTk6VvZhMo8xfQd9nk3eTLTiyeXy { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:7.375rem;left:32.8125rem;display:block; }
#daWtFmPvbK1kL3QPghCx5OCUNVuCipnX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:10rem;left:18.75rem;overflow:hidden;display:block; }
#HNBuicsUyyJJNEEhQ4asJWyTS9RQK3cL { 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:3.875rem;width:3.875rem;top:10rem;left:37.5rem;overflow:hidden;display:block; }
#rmVskO3ZE0rIWqB7THcqHw72qTqamyW0 { position:absolute;display:block;z-index:15010;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.875rem;width:3.875rem;top:10rem;left:56.25rem;overflow:hidden;display:block; }
#WkSLvFBi3guZiuqtv0bmOyouuSVyRzI3 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:18.75rem;height:1.4619125rem;display:block; }
#pmfD8f9mOOC40I1QKoiavpkEnzDhXl1v { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.5rem;height:1.4619125rem;display:block; }
#EL0NNJUicqs5iSXcPbA0CekVNT7JW2Oi { color:#000000;display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.125rem;left:56.25rem;height:1.4619125rem;display:block; }
#nxOJDmTSTMJ8PXzg6rL6dVw68e70XeJi { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.1875rem;left:18.75rem;height:3.8994125rem;display:block; }
#HcHPs3JdSVUbQaNpv1aR8C7pvXMNJ3kX { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.1875rem;left:37.5rem;height:2.599825rem;display:block; }
#dM6mgf7uMqIo5lUhVtskOMfbSabX603F { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.1875rem;left:56.25rem;height:2.599825rem;display:block; }
#LGPLmMqONELEVOHQSrpOIWiTNwlSD2JB { 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:3.875rem;width:3.875rem;top:26.5625rem;left:0rem;overflow:hidden;display:block; }
#UTFUV6rFP7e2FHx0QlNs7Q1Q7vumQ02X { position:absolute;display:block;z-index:15010;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.875rem;width:3.875rem;top:26.5625rem;left:18.75rem;overflow:hidden;display:block; }
#wvxfZEv6bx6yWheBNuM6H14HigqHF6gG { 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.875rem;width:3.875rem;top:26.5625rem;left:37.5rem;overflow:hidden;display:block; }
#cqalEaA1pKnJisf9RO5iaupJNZmcIqOu { 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.875rem;width:3.875rem;top:26.5625rem;left:56.25rem;overflow:hidden;display:block; }
#pUlmFa3t8VQTUwQalTuzGoPd4bW0a5EK { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:1.4619125rem;display:block; }
#Tifl6Wrg9DtgCGwILZclw6tphpGWmyqo { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.6875rem;left:18.75rem;height:1.4619125rem;display:block; }
#s97cGwlDDgsOJT8e8qwG1D8elPcOcqmf { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.6875rem;left:37.5rem;height:1.4619125rem;display:block; }
#SVVTrnyF3TUu6UmlCNyBRXpneZu6sFxF { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.6875rem;left:56.25rem;height:1.4619125rem;display:block; }
#EO40fbNfnyVX0ib0KdSsngRN3qORATsC { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.75rem;left:0rem;height:3.8997375rem;display:block; }
#JVOWPMK1oPhmqIBRh7yprrXqcwME3hPw { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.75rem;left:18.75rem;height:3.8994125rem;display:block; }
#ca4OeFlchPKuyUBDLOLRXMK7HVRE0MhV { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.75rem;left:37.5rem;height:3.8994125rem;display:block; }
#SKGtQyB4r6Ix96Wu3mhMvUOZO6KK9v87 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:33.75rem;left:56.25rem;height:3.8997375rem;display:block; }
#KxXRcrxIn0qGlUTan5WalyHqTVvapAyX { position:absolute;display:block;z-index:15010;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.875rem;width:3.875rem;top:41.25rem;left:0rem;overflow:hidden;display:block; }
#HTSDrVZKA0pgi6vwiIlFrTSn1pM5nCdU { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.75rem;left:0rem;height:1.4619125rem;display:block; }
#ln5WxOJghbi7htBvalw55OC7qGPc71yw { color:#000000;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:11.69825rem;display:block; }
#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX { position:relative;display:block; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX { background-color: transparent; background-image: none; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row .container > .video-iframe-container { display: none; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row > .video-iframe-container { display: none; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .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); }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX { border-width: 0; border-radius: 0; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .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; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:70.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#swa8BOmZ5vNzwDc8HOIuNL3OVGNTTnuD { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:16.6875rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#su9qpxdp6XVZ2LRIQ9GtJqAr37dWhuMA { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:7.375rem;left:32.75rem;display:block; }
#RDS1mlfkX2bq7ADWySBTlo0p1Fk3qoLf { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.4375rem;left:0rem;height:2.599825rem;display:block; }
#C2B0LP3NUfk8PLaQHQRx9qwcE0IEP96E { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.4619125rem;display:block; }
#Znt8GEXMNQnOiHNsh2tc3qIJ4IS9cEp0 { position:absolute;display:block;z-index:15006;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.875rem;width:3.875rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#SsOCeSMFzA06nn1pewZu776OQ3JhAkzt { position:absolute;display:block;z-index:15007;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.875rem;width:3.875rem;top:11.25rem;left:18.75rem;overflow:hidden;display:block; }
#WOhNvzp96iWRERNgcyX44wttuKU5Ukh4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:11.25rem;left:37.5rem;overflow:hidden;display:block; }
#i3aJcNKAUG1El62y6sihUl1LWifyuKIe { 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:3.875rem;width:3.875rem;top:11.25rem;left:56.25rem;overflow:hidden;display:block; }
#TPOcJcATmDc4yR7Ii9uthEqB6wshzpdf { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.375rem;left:18.75rem;height:1.4619125rem;display:block; }
#mZWC5pAghTuskUvLIRnwXmHrQ0nWqaBy { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.4375rem;left:18.75rem;height:3.8997375rem;display:block; }
#wTp0fwTsBoTfBT7gTZifTXTCGmOXk7yb { color:#000000;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.4375rem;left:37.5rem;height:2.599825rem;display:block; }
#Jan0Og5b8g84p1k6UXwugCQSW3cIOv9K { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:56.25rem;height:2.599825rem;display:block; }
#SA3JMSad4NLxR5WL85Jt2R4bv6yBUhiE { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.375rem;left:37.5rem;height:1.4619125rem;display:block; }
#cEX9HERfGKDP3CkTPcLGOTKFvnUwekqU { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.375rem;left:56.25rem;height:1.4619125rem;display:block; }
#bF0K41iggAfceSPQeTd6AT3DTUFl6rXe { position:absolute;display:block;z-index:15007;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.875rem;width:3.875rem;top:25.9375rem;left:0rem;overflow:hidden;display:block; }
#xRKcao3SE2JfXA7X6h1kNm5wK273E4rB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:25.9375rem;left:18.75rem;overflow:hidden;display:block; }
#Z5QvrckBPPRmPzOkxyttN5ZVO77SUuVl { 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:3.875rem;width:3.875rem;top:25.9375rem;left:37.5rem;overflow:hidden;display:block; }
#JzwUzCLVVyDr8bAThvwJMHrJ8JMKceQk { position:absolute;display:block;z-index:15010;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.875rem;width:3.875rem;top:25.9375rem;left:56.25rem;overflow:hidden;display:block; }
#oarWLlvw7o9OkCV5MMSStaRuTi5uaJMX { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0rem;height:1.4619125rem;display:block; }
#PRA62wlXVDGo0Qvk30O83Nwif6SeC8Px { color:#000000;display:block;width:14.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.125rem;left:0rem;height:1.2999125rem;display:block; }
#C4fKdSA5iG11SPC9TfzxaTgxuLxp1Qgl { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.0625rem;left:18.75rem;height:1.4619125rem;display:block; }
#EPlppuqX0WkuUgwsHMTmbT9PGoLFotaQ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.125rem;left:18.75rem;height:3.8997375rem;display:block; }
#F5rwomXsC4Pfxrmx4FBvkBtied5TZL4q { color:#000000;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:37.5rem;height:1.4619125rem;display:block; }
#CKsKVSOP5H9GRvpBAqNillFLeU2K9pA6 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.125rem;left:37.5rem;height:5.19921875rem;display:block; }
#PP0n8F4IuffWAL9TDnZEiKWtZOvtWpwZ { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.0625rem;left:56.25rem;height:1.4619125rem;display:block; }
#eb8D3rPNSsDD6TK5VTQrk5qP4CT4bSXU { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.125rem;left:56.25rem;height:2.599825rem;display:block; }
#JfUD8EwdUmz9mfxu1c3iaxc5tx0bOndX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:40.625rem;left:0rem;overflow:hidden;display:block; }
#gWtTv6Lmgni5gbUeRSk7SoJzIATpnugD { 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:3.875rem;width:3.875rem;top:40.625rem;left:18.75rem;overflow:hidden;display:block; }
#Tp9IqLTqF0FsqxyrlvK3rvJ2kKRTnT8c { position:absolute;display:block;z-index:15010;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.875rem;width:3.875rem;top:40.625rem;left:37.5rem;overflow:hidden;display:block; }
#CFLxCsNOTS934C2Wf9m0R2ktb2JFeIIc { 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.875rem;width:3.875rem;top:40.625rem;left:56.25rem;overflow:hidden;display:block; }
#T4XN2W8nTHBUJX9QmhJedAGUuhgG3hdU { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:45.75rem;left:0rem;height:1.4619125rem;display:block; }
#g58dwGbHvoXbpIZATo6VTL5Abs1THqfa { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.75rem;left:18.75rem;height:1.4619125rem;display:block; }
#MwEWomRZlLFcRF59tw36IwK69tl5HCXG { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:45.75rem;left:37.5rem;height:1.4619125rem;display:block; }
#q50GtOVgEQX4TXBZUUzDFfBg15pUrDHx { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:45.75rem;left:56.25rem;height:1.4619125rem;display:block; }
#TVyTzrbwwkHCfUekTz71NgBLRCZNSFTk { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:3.8997375rem;display:block; }
#UGwvvDG4DsdVPTvNPm2CPiuf85avpusQ { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:47.8125rem;left:18.75rem;height:1.2999125rem;display:block; }
#CJfRJ4V9QhdsVzTlw0N1xOMlHPraZ3TI { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:47.8125rem;left:37.5rem;height:3.8997375rem;display:block; }
#FTBcON0WbxLZuyZKnTxGeWVo12A8a4LP { color:#000000;display:block;width:17.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:47.8125rem;left:56.25rem;height:5.19965625rem;display:block; }
#VPqDEozBKoAdnHTrxZwzRTRU9Ad9We3z { 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:3.875rem;width:3.875rem;top:55.3125rem;left:0rem;overflow:hidden;display:block; }
#esNhodubAHqPgxsRoG2xTyP23HJ1Wzqr { color:#000000;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:60.4375rem;left:0rem;height:1.4619125rem;display:block; }
#AP0eQXLoQxL1FzibXmXMAav782Wff3Lu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:62.5rem;left:0rem;height:3.8994125rem;display:block; }
#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d { position:relative;display:block; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d { background-color: transparent; background-image: none; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row .container > .video-iframe-container { display: none; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row > .video-iframe-container { display: none; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .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); }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d { border-width: 0; border-radius: 0; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .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; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.875rem;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; }#PDo4OOElOvyIIQW2ZHnI8NQs0JRT84Ie { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tun9Ck3RGbn9h2TKmTCfpck2PTRtm8k9 { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.4375rem;left:0rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Et7uikDGTTEoV2uPoksHggauB1ErPd70 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.5625rem;left:41rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iXt6sbSLXQ7LsGaPT3VekKg9DkU2oow7 { color:#000000;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:42.5rem;left:41rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ockpg4Mtmm306icsqrlAwxLSyH2Iknav { 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:22.1875rem;width:33.875rem;top:9.59375rem;left:41.125rem;overflow:hidden;display:block; }
#Thwnnx16wqAxU2NU10uWXQrd78rxiv4Q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:21.5625rem;top:37.5625rem;left:9.75rem;overflow:hidden;display:block; }
#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn { position:relative;display:block; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn { background-color: transparent; background-image: none; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row .container > .video-iframe-container { display: none; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row > .video-iframe-container { display: none; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .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); }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn { border-width: 0; border-radius: 0; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .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; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;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; }#Quvugv6w69vaMyv5DHncM8lrwI95gQpT { color:#000000;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:0rem;height:6.82425rem;display:block; }
#vIIEVMb4ZT6zlJdfnUr04CODkUWHEAXG { position:absolute;display:block;z-index:15001;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:9.375rem;top:14.6875rem;left:0rem;display:block; }
#lBWTeETOvXKSpHRcHuZ4BM3RiEJ0sgm4 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:6.499rem;display:block; }
#Jf2wBchaTiFa33nqsgmaimFR4Ffr6f7U { position:absolute;display:block;z-index:15003;background-color:#e60023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:24.375rem;top:7.375rem;left:44.0625rem;display:block; }
#kghvFSa9mWT74rn7CIqVpJHnTSCeAaEV { position:absolute;display:block;z-index:15004;height:19.3125rem;width:18.5625rem;top:10.3115234375rem;left:47.1875rem;display:block; }
#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c37ebb76-08c3-470a-85e7-3531e5ad6b32/heroimage.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma.adaptive-delivery-prevent-bg, #BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma.lazyload, #BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma.lazyloading { background-image: none; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container { background-color: transparent; background-image: none; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container > .video-iframe-container { display: none; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row > .video-iframe-container { display: none; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .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); }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container { border-width: 0; border-radius: 0; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#xreCilNT4DVVA6eFX95PqUoDD6e8aTNT { 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:3.75rem;width:25.375rem;top:14.0625rem;left:0rem;overflow:hidden;display:block; }
#dEJURpx61SatwOH0dZ0yd7CKDxcwgxRm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.0625rem;left:48.1259765625rem;display:block; }
#dzsaAICU9hyJc5d5bASIpc52v5fdq6tZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CL169m5uaoScwDCTvT4LtFWeiVm3v40T { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.749025rem;height:1.749025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:59.1259765625rem;display:block; }
#E3xp9wXBL1ALvyGHUX32fAXvAXqULFgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X1V7KDQKogtMaLSuQ9NdKD92wJlykz2z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.0625rem;left:63.8125rem;display:block; }
#Um7ts8rPU6ycdEwwk94MFlOrZmvsI4g8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eKpMlyu0Ep5x9mtegZT1Nl6N93eGTIGD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.0625rem;left:69.375rem;display:block; }
#lozlxkaLUi1gPm3fXT8a3b6GXohsc9ko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON { 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; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container { background-color: transparent; background-image: none; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container > .video-iframe-container { display: none; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row > .video-iframe-container { display: none; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .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); }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container { border-width: 0; border-radius: 0; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#ooJPDrg3lpyR7BbboFvSD3n11eNNIPeT { color:#ffffff;display:block;width:49rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:0.28125rem;left:13rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp { display:block; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP6a5Jn94KUNEt4eA70VxKFp3nR3v47V { width:4.6875rem;height:1.6875rem;top:1.3125rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNDTlmwTO7bTdV45GCTRZbvH5FXfcvZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #QdCMWpZg515eNL5Q8G5vn9R0GsvTFkMZ { width:10.625rem;height:1.75rem;top:1.3125rem;left:35.443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTKsfe30C4nvvz3QG2u68b8ww0cCikpZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rm1egcvtyFU7S4S5mVsTLrV84GcA8DEw { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUJoDz6SVROh3xEW1QTVXM0e6S1T9sPK { top:2.8125rem;left:40.7490234375rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLW7VtCHqwA7RD9nJmTqHZDoia2r8wA { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubvkG9iXTw2PEUgPoatRXRM1E1zJGnrZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOmgnmoOlrsnEbx9F33wgo96A2VWNOWu { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #M96I8m7Q0ZJXEb32PovTlWiTLseEBOzp { display:block; }
 }@media only screen and (max-width: 763px) { #v5VrOQ0Fa1af50Bh4yM9eWGk4sqeA2zX { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgfkCMmU5OybJwVG03c2xlml1wSo5Jx4 { display:block; }
 }@media only screen and (max-width: 763px) { #nTgByNVa4OOlA4VuE6xyX18qEXWKn1DM { top:1.625rem;left:11.8740234375rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr3cKeIEv3wZiT88Z5uFUB7tTHCMlykL { top:1.625rem;left:25.125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ2CBGs6aOm4S4Uhy6wGIR7MP4aVRxSF { top:1.4375rem;left:10.1865234375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRpE6uzhDvniXxpDlqUWaV2Su4ICfpW { top:1.4375rem;left:23.5625rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZ7tQlcgIkTgFdTDOxWt4N6q8UN377A { display:none; }
 }@media only screen and (max-width: 763px) { #XfiGoounnJTLeLQ5WA6MEl1D6lGJye1g { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvVWpp385kw9FraKINT52VpZrgXyvqu { display:block; }
 }@media only screen and (max-width: 763px) { #trWc08bg9xgObwhXRFi6qQc3dxeNCe5K { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfeSi57ZqBwWW1rABgdO5hhwhTkPwPFu { display:block; }
 }@media only screen and (max-width: 763px) { #ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 { display:none; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X2fERbGdKXFshQJSN8pgzTLxNvkbCZJr { width:6.25rem;height:1.75rem;top:1.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryl1OHxnJ7akn6eMk1FipvSLSO9ywSCV { display:block; }
 }@media only screen and (max-width: 763px) { #VDsaiO7NLGX5Tap5pUtUnPSzlB8q5F3K { width:5.1875rem;height:1.75rem;top:1.25rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLaHRTngbTxFycfhHiVyWQm1zwReZFBK { display:block; }
 }@media only screen and (max-width: 763px) { #hhIQqS1en7SM0BZDtA1ae82vUU9oTMsH { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCSiIXTa5nMTD2p5WZeRcrpBfhGbgoUN { top:2.625rem;left:44.21875rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8Vq5BBNFMrmqV7pE0oS7qgcXZN2M7si { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtEThoyZaCBHtENJ7oFP8RUPiR6IJCNb { display:block; }
 }@media only screen and (max-width: 763px) { #rLGJShgGPvu32vttAoCdl5GPqQl9oMMa { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #GixZZyao6pnI7VgkL1hSuwF82nJJRcyO { display:block; }
 }@media only screen and (max-width: 763px) { #zMgTf4RrSVtyPObmEmtMoSsXAT4SAfdN { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJpsABxJCdXFC1m3HanFnLTczXpTykeL { display:block; }
 }@media only screen and (max-width: 763px) { #XTS8zoeZb5SeNRVmWx1hHI1BQyei12ma { top:1.75rem;left:13.78125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm11vbT9t716eJ6OdZnutDW6JTbclfrX { top:1.75rem;left:27.03125rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEvfEIwx2HhkiudaHlivV7Wt8RTsuZ73 { top:1.5625rem;left:12.09375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8D6KSeiIzwB7gCKz4pVrWsQJkLeBCt { top:1.5625rem;left:25.46875rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2RkqTDbl2cRCG9fhXFxUT5ClD3EGmpQ { display:none; }
 }@media only screen and (max-width: 763px) { #n9RzqStzmQNBvSgoOll0XeHRMd7XfZJo { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALtorQLbrD2xwXIBw4GEZ6NpHtzP2Fqn { display:block; }
 }@media only screen and (max-width: 763px) { #yLr9mQ001qEFM09AdvUKGg9KqRHPp3bb { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0BxmNOtxBDvF9R8mFHt3e1Ja7BAyOxP { display:block; }
 }@media only screen and (max-width: 763px) { #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh { display:block; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEs6zDLNzAxx9CT4S1EaIDsqRzOaTiBs { top:8.3125rem;left:0rem;width:29.75rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRhmZzxh0UPSVfgkGnEDogEopiDfyAB { top:21.25rem;left:0rem;width:35.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4EbFX7G07WT64bFGPZaF03Gu5wigA9Q { width:13.125rem;height:3.4375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm4dhDutf1Jh6viAbLDAfdkCHL73z4de { display:block; }
 }@media only screen and (max-width: 763px) { #qWlAXABHuWe2rwVDiWhcHk9ypbRNo3ET { top:8.9375rem;left:14.75rem;width:32.9375rem;height:34.747301419924rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw { display:block; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z14QQwZIWd6OBubCXk8svKvoZTSCT3HR { top:2.9375rem;left:6.3125rem;width:5.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehR4VSG6P2IKfV3ENgZMoXNC5XXOsKwz { top:2.4375rem;left:29.96875rem;width:5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcC1UvHbvLZrfNh0UsRuCyBqeXhdgiB { top:0.75rem;left:11.9375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFlSKMaXtPAZmVH4Udmkro6IeRCVkou { top:3.1875rem;left:10.25rem;width:13.625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmXtbfwDZhXP52FR8c0kZnxNkJ8LJMm { top:2.625rem;left:35.8125rem;width:7.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7cLkeF0HfFANzuAI4WWuFK8IfshfaZv { top:2.6875rem;left:39.4375rem;width:8.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ntHPTI4imu1ipgbl3IG8OWdwvM3Ta1 { top:2.6875rem;left:39.4375rem;width:5.8125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqQvELzXTc2CGlZ38hzQhQ5k69hPOW1D { top:2.6875rem;left:39.4375rem;width:5.8125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATg4eLUQIzWeQ9QtZaBEAxeIO8HePDS6 { top:2.6875rem;left:39.4375rem;width:4.25rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVbSaDc62nOuhkUzqSmQ45FLn3bmirbW { top:2.6875rem;left:39.4375rem;width:5.8125rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7cmqqUgbXaU1Dul0NoFv0Zcrf0gIAdz { top:2.6875rem;left:39.4375rem;width:9.6875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qkenx50HizGz3ymhEJKpKJ7SXaLQZPLT { top:2.6875rem;left:39.4375rem;width:5.8125rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpGUCB5UufuNJWsp2FJGUCpsKubpNePI { top:2.6875rem;left:39.4375rem;width:1.4375rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hehT8P6B2mnxfLUImMxSbOQWKKhGFgkP { top:1.375rem;left:0rem;width:4.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS { display:block; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceifGWkxPtbKB2o5RdgNqPk5MtivNtQU { top:3.4375rem;left:0rem;width:9.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bidMQHN4qTJf2ko11fHQIHQCeQ3T5F1O { top:3.625rem;left:3.875rem;width:8.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NswbPnDyBRRlb3hRenIJVAwks1LEcxfd { top:3.25rem;left:16.375rem;width:7.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvxXNS1HcXWCdw90XVtf0TpZyh5OJib { top:3.4375rem;left:23.875rem;width:9.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM9S5tQDAbcm5cNlOwlsIP4BJGonLcyR { top:4.1875rem;left:26.5rem;width:9.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csb6faXnl3saH01U6SXO2xNM4Zhx7fSh { top:3.8125rem;left:39.5625rem;width:8.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 { display:block; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsREn45bNZp1UV8PJsiJDTQl4QyrT9Ms { top:6.75rem;left:0rem;width:37.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8zZsGx97xqIqaktJKkRvXVS8s6TVeRe { top:11.75rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMnXrckTwMX2Th2UyTKDXuy6JRC2sJG { top:13.5rem;left:10.875rem;width:36.875rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3nNzJ9ToATTp4dJ4vXMbIc2mXTZd2Im { top:6.6875rem;left:0rem;width:31.375rem;height:31.937083487413rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 { display:block; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THzU0vW544xb7TWN2ZSrhgyHvRWEpUxH { top:15rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87pePTdX5qWdl8WznkbBkwXo2zZK4Pr { top:6.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev { display:block; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfMp0JScs0ibuWshSaODG2MeHwADecC7 { top:3.375rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTik0vPgwSFDEQ3Uo51vvrHAw8OxifE { top:8.5rem;left:23.875rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSUJBWeTB951ddOQhvTUyXMhLL6ZxAJ { top:10.5625rem;left:18.9375rem;width:16.875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUiN07NrZxPrvK9oT7W1rTXC6I5iQIt4 { top:3.375rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUpeEVwPsLNAZqaT7KSWxAWgtAdoksy3 { top:8.5625rem;left:11.9375rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG7CVeHMSUSI1hmb61tc7vMFXhWqtBoT { top:10.5625rem;left:7rem;width:16.875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTugTWXPfuhH1UAHPr0lRkKRaLWKJftv { top:3.375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdM9rpMoOiVooVdJ3B07mDFVCmFBM79f { top:10.4375rem;left:0rem;width:16.875rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n72LvDLDL4JDseiVWFvkWukiHvowCZFR { top:8.4375rem;left:0rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwiWRT0UOPeP3Bw7axkbM2TI0NWTfnWZ { top:3.375rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTgl9k0RURTIRQfSQ0BgmVSw49ElGT6 { top:8.5rem;left:35.8125rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnL9CzSp2Fyxdbkeqlxz62vkSngTTal { top:10.5rem;left:30.875rem;width:16.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXzIm4gdJ544PZxLcnFSrTQeNyPndnxG { top:23.8125rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOlCSnikvRRXlCb2D8mLsiomTzh1ohvb { top:28.875rem;left:11.9375rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUcrlN7IMmnKEAMw246iTbgiw7Hv5HL { top:30.875rem;left:7rem;width:16.875rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta2aOXCUAIeHIddaPPpG3hTfnhtR883x { top:23.8125rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwzvpTeqvdLyhxNM25D8gG3myk5riyS { top:28.875rem;left:23.875rem;width:7.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Oo1y2i8I91cF6asNv9y7Xw40LlKz9L { top:30.875rem;left:18.9375rem;width:16.875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2yFqCR7mo6AmQhTNsCe0GyhWCfgcKXh { top:2.8125rem;left:7.34375rem;width:33.0625rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c42UkFe1OLr60PmpfxJDagRdI45fnP9Z { display:block; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6C0IN05zrr6KDaH5EIiUpixgIoD1m0G { top:10.25rem;left:0rem;width:32.875rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONS50pR8pKF4ObV5BB40By1lToFh4uo { top:17.3125rem;left:0rem;width:32.375rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9osQzTh5BIdlTRwdbxakpAWpGZmcL6K { top:7.75rem;left:10.3125rem;width:37.375rem;height:32.008473805203rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5oHmLZLkrg0D2FdMNaoLTSm0LliNa0M { top:14.6875rem;left:0rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 { display:block; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 { display:block; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcztNy31g5noI8EAMZaHz8ZA1sINrC4B { top:7.9375rem;left:11rem;width:36.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei2gkpOlgxnCvofQRz8gGi91cTSX55tm { top:16.5rem;left:23.875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv { top:18.25rem;left:10.875rem;width:36.875rem;height:;font-size:0.9375rem;display:block; }#FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv li:before{  }
 }@media only screen and (max-width: 763px) { #TXS2vXg1o43aEEw4u4VGxWU2DVUyAG01 { width:47.75rem;height:47.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a { display:block; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naKHcGN9JBsmws70mIA847PvSTmCGRGr { top:7.25rem;left:3.3125rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFD43g4HAL9a6mJBqBJh6AeT435THqt { top:12rem;left:19.125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4iN3A5ANHQ3m5Vc5LicoVTg34DCLKt7 { top:14.75rem;left:0.5rem;width:46.75rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML { display:block; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri { display:block; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZEdA12pJmTETHZQNOsWTXK387bymp4y { top:3.875rem;left:3.34375rem;width:41.0625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN74FNL6UQT53eG8SgRX9TVVCZMQsZZ7 { top:8.9375rem;left:19.1875rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmBhaoi8FhJQ0JxAf3nr2hxGMsuDqF5m { top:12rem;left:0rem;width:23.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bugoyrTkTMf3Sul6qoWTxxzDCVI5LbDA { top:12rem;left:20.875rem;width:26.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHECHE7bWsux4eRn5elac0Csn7ASeHfN { top:48.0625rem;left:0rem;width:47.75rem;height:33.961516853933rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWcseuZA5hlKUtUpXAR01TlNfVwhIbgg { top:43.8125rem;left:7.34375rem;width:33.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neiz4x0P0KE7OIK7FhDXaItWePpuQrS8 { top:75.5rem;left:0rem;width:16.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO { display:block; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUu2CduU58PDqhDFJ9Owo0vLJ1x7EJrM { top:3.8125rem;left:3.125rem;width:41.5rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxSN8UuaKpDQhhlbipbfbf7r9yeXop3a { top:12.375rem;left:19.1875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnEya75kgtCQlS689fAK8HZxiUm7OV6 { top:17.5rem;left:0rem;width:4.5rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXkHdo3Hs0OB3mvTnRMl8RrBSS3k0iG { top:23.375rem;left:0rem;width:9.6875rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7QKCA6k7nF027huutiWKmWTLf3VFLrb { top:17.375rem;left:20.5625rem;width:4.5rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNR2ygdJSaM4Bg5nTTZMeP3FDOE1x8V { top:33.5rem;left:9.5rem;width:4.5rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVUM8rWNNM2P7GpyPUu6PG2wFCELtUmX { top:17.375rem;left:43.25rem;width:4.5rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgD8MnAf7MflH8KHVNMrLxR4gKF5fT7u { top:33.625rem;left:29.625rem;width:4.5rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQXmZxVJbTVwgcFPzmsg64qGePLU4hTK { top:15.8125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3JWJTHhAsr36Hk3couwQlk3zDpTSbJ { top:16rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH74z40TyNdlb9dhr35xCw7XlWb6SkTV { top:15.8125rem;left:19.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5RTt1LvoQwSrtf8GE230BOmuAtVvwOg { top:15.625rem;left:19.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpC0SGkqwwRPx35oAwQW4XALVUUITI2 { top:23.25rem;left:16.812501192093rem;width:11.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMwrPqoLJysVKnV16Svb95btu7wUC8cy { top:15.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGbrXV7QXFVSRn2yshX97kGh2HaRKCE { top:15.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOxFzoGMtNGXPCBHpH0WNF4aAx6H8CH { top:23.25rem;left:33.625rem;width:14.125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0cdTl2N8glzvPKU6B9vdndQJ9dFxTyS { top:31.9375rem;left:8.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNUlFBkNP3CRHzikXAUm430dJbw8T5U { top:31.75rem;left:8.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btabAKpavH0zTIh5NaS0lbV3bIMOl5nJ { top:39.375rem;left:5.5000011920929rem;width:12.4375rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoKgTRZq7Rx4a2UQ9Vr2Ib67VuKv47Hb { top:31.9375rem;left:28.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKZvp2omGXMCp07TmGvhdFUH9HkG9oKL { top:31.75rem;left:28.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znadgsTk4kXZ5w6llkvAy07DWbdU7gV8 { top:39.3125rem;left:21.5rem;width:20.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC { display:block; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcaUlSZuCpN9vEGP3vHtOoWkAkbuvSGv { top:3.875rem;left:0rem;width:23.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPa476GfBO7TVXeb3d3uge2Ngwoow3VI { top:8.75rem;left:0rem;width:44.0625rem;height:15.0625rem;font-size:1rem;display:block; }#wPa476GfBO7TVXeb3d3uge2Ngwoow3VI li:before{  }
 }@media only screen and (max-width: 763px) { #CQcIotgNnROtcETGK3rQmb1xMC7oz5lA { top:3.875rem;left:21.8125rem;width:25.9375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSNAXVeLIW8sTrmnRl4Pek1U5ngggXS { top:33.75rem;left:19.75rem;width:23.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs { top:38.0625rem;left:8.75rem;width:39rem;height:;font-size:1rem;display:block; }#hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs li:before{  }
 }@media only screen and (max-width: 763px) { #gnwvHHkVbZaIKHHKr9246CrgcUcJ1d2Q { top:55.8125rem;left:0rem;width:23.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ { top:60.75rem;left:0rem;width:34rem;height:;font-size:1rem;display:block; }#KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ li:before{  }
 }@media only screen and (max-width: 763px) { #U0aiDO6AoBAeWQpae7UqaHrgtXLxhBdX { top:28.3125rem;left:0rem;width:21.6875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEpHvpTVWzMnaf0zRIgx6nS6q0c72WN { top:98rem;left:19.75rem;width:23.3125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 { top:102.3125rem;left:8.75rem;width:39rem;height:;font-size:1rem;display:block; }#xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 li:before{  }
 }@media only screen and (max-width: 763px) { #Uvo4AMuVQv3hrxywCny7K6O9GQZ6VUOQ { top:88.8125rem;left:0rem;width:29.25rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6fpzpypb2y9TAgOyf3yaJKi8kJRlF2n { top:60.75rem;left:18.6875rem;width:29.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP { display:block; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KohBy6LzQJTbTpulC9gkApqaNBzTSSwG { top:15.375rem;left:19.1875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McX2J41GgaW4iGkBWn9IJKSPb8LluDip { top:10.5rem;left:3.125rem;width:41.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auF6yoVQZrdOf2Svzs778BOLU3QamsOT { display:block; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVqBFtTxptespFzgxSMy9rJPl5D37Ack { top:24.3125rem;left:0rem;width:34rem;height:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPX4hxhkMwuow7ZP82eLcTdsTecZpgXh { top:19.375rem;left:0rem;width:28.375rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtzaHKXaIyVLkqzmdJLDVMwHxy0HAyUE { top:52.3125rem;left:16.4375rem;width:31.3125rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m { top:59.6875rem;left:13.75rem;width:34rem;height:;font-size:1rem;display:block; }#Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m li:before{  }
 }@media only screen and (max-width: 763px) { #bJ858atkgUEqnpnZZzPJp0uAp7rgvZK1 { top:72.375rem;left:13.75rem;width:34rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51s4UTtKO4Qb03gzqbII1LtI3ngKNOW { top:92.5rem;left:0rem;width:21.25rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmI1iBxvwBacUabh8KfxWCzACMSAU4S { top:127.5rem;left:18.8125rem;width:28.9375rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUPy3uQA0TDWr42aTWH4ffslnadrQWTl { top:134.875rem;left:15.75rem;width:32rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mmrgkfu64B9NIdxCs2KTPTtm9mDyUz { top:203.5625rem;left:0rem;width:31.3125rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk0R4n2bhNbyd8V3ewbtXVSe0ZUu5mJ2 { top:210.4375rem;left:0rem;width:32rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0xSps2Ag6RPr3KHgaFLnBsnS5icRs4R { top:18.0625rem;left:21.5625rem;width:26.1875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPpuFRfZ7PtC37ItbwKq1im3NUvfzte { top:52.3125rem;left:0rem;width:31.3125rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4T4arw0eCfkReqg2Sx3KFNqF14dgz0y { top:121.9375rem;left:0rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8wTvpdVIEy47o1fD335OIl4Ev1UlxvS { top:134.625rem;left:0rem;width:5.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEWnKvdEMUFuXiNVL6zgxS549ZwTylQf { top:121.9375rem;left:0.375rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTfqAVptZ3pvTPOldSV3uNJVwRRWblHS { top:134.625rem;left:1rem;width:5.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkmcyElRC0319JzvAbQeLpZZ3WwyHtSu { top:121.9375rem;left:10.625rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klLC5Z671Me2V3v9VWKzhBP4egOvyM8N { top:134.625rem;left:11.25rem;width:5.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKqwghx7WBFF3z59gkHUJLcX5apHsRS { top:138.625rem;left:0rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHda3fu8vrnwlELiKScXWHI0ATCg1Uoo { top:138.75rem;left:0.375rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7yuHW3upCapLklvaOe0rpDI7FXFFnP { top:138.75rem;left:10.625rem;width:6.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHswgX4h4mwapTzldZWhKsVhp6lB750b { top:151.4375rem;left:0rem;width:8.3125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgEN0KDRgkHGrHIKfcfdDWaTfDaSXG4R { top:151.4375rem;left:0.25rem;width:6.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwdnOeMDL2GmqZeiV8HCbIze6MWe3Kc { top:151.4375rem;left:9.8125rem;width:8.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MRey2R3G7mbvWggr1L4t8FVtRxhf0i { top:204.125rem;left:19.25rem;width:28.5rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyLz12TAqGOrEpf00QLg1Hk7LK3UUUb { top:87.125rem;left:18.1875rem;width:29.5625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnhtckd33ZGFr9pJf3EvViWMDPOHA1e2 { top:207.8125rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJOTm2Ghhe0BRgD0OXZb07sVrD3xRPT { top:221.4375rem;left:0rem;width:32rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RseDfhPnJJMycPp1DSLKPBLnLHvUNZfN { top:218.9375rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzt6cxRlFAchQ8LPx1s3z2Jv551Z2qmt { top:228.5625rem;left:0rem;width:14.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhK9HfHLJPLHt9TXEf6SPGu7G6ltsGt5 { top:231.1875rem;left:0rem;width:32rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0MP7bxEu51KBS1FHauq591aX4SPMxwN { width:12.5rem;height:3.4375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrG81R7BW12STR0H4VhElZ07MNpDIepy { display:block; }
 }@media only screen and (max-width: 763px) { #byqln5AZiCDnxw3ubJvbi1dQzG4ThQZE { width:12.5rem;height:3.4375rem;top:6.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8GprAZrMNXSdRRqkMZIAI11tdElvnB { display:block; }
 }@media only screen and (max-width: 763px) { #rgc1t48HLTToqlPidQRA4yrVW0uApLRk { width:12.5rem;height:3.4375rem;top:6.6875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSV7uai6vZ333X3se63WLRLhdssrHxDO { display:block; }
 }@media only screen and (max-width: 763px) { #SdaD4aBn25Kv44OtPMTkXTceMZLSfK2u { width:12.5rem;height:3.4375rem;top:6.6875rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yILtPZnWeenL5yHpUAu1A65CPio46NDd { display:block; }
 }@media only screen and (max-width: 763px) { #Ne0fnNQ7etJBqXFHycxv0gQ5lVt5Pvls { width:12.5rem;height:3.4375rem;top:6.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfo6403bIKw3d3hdhB2kGCIVzIvSTt8U { display:block; }
 }@media only screen and (max-width: 763px) { #uUqiHv8nmRSVUs50N3HfluCAfhdXMVEg { top:1.3125rem;left:17.1875rem;width:13.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oDfegtkex916zAM9EHtH2KxW88yxly { top:2.125rem;left:29.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9qJQLhiptrBoUk42JNMOySblOlxmZ9 { top:164rem;left:3.34375rem;width:41.0625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mypDN1hNb7ynqkCyLATLrLD4qcE3fJyM { top:168.8125rem;left:2rem;width:43.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0GFCq4Bom50cbVFpwR2lTxMg9XclOex { display:block; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1ZD9Ox8MX9995471VOER1s8mQza7k6R { display:block; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaM3kOCQwermd3HMNGFNTNHb2zU1PVXX { top:20.375rem;left:0rem;width:22.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny26BfZtDel407oLgTxBQQ3BpFPzAgpK { top:20.375rem;left:12.375rem;width:22.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqgTSvcfvBzHNqZRrhA1SxLVTBptXyTU { top:20.375rem;left:24.75rem;width:22.9375rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ4OSFoUCfTTmGODiH1NMKpk90wXTExb { top:2.125rem;left:3.125rem;width:41.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMU744zW0ktdd41EQ4bLONatXQzAsOoy { top:7rem;left:19.1875rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcaGgM4I85XVCxD82lqfmd2hMIFJgLDc { top:9.5rem;left:0.46875rem;width:46.75rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na { display:block; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ5bahnlsD5odsKvsoXGBzbJaZO5xu6T { top:17.1875rem;left:0rem;width:17.0625rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skR6iyGdSPlExUU39dzSIUT5F9Gxa8lp { top:15.125rem;left:0rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWJCnwu1osMTJzTe6a5TkwIH15H4mVO { top:10rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EUkZQzKdmvZCqgKHvko2HaUnI68GL9 { top:2.5rem;left:0rem;width:41.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbmMQTk6VvZhMo8xfQd9nk3eTLTiyeXy { top:7.375rem;left:14.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWtFmPvbK1kL3QPghCx5OCUNVuCipnX { top:10rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBuicsUyyJJNEEhQ4asJWyTS9RQK3cL { top:10rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmVskO3ZE0rIWqB7THcqHw72qTqamyW0 { top:10rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSLvFBi3guZiuqtv0bmOyouuSVyRzI3 { top:15.125rem;left:11.9375rem;width:12.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfD8f9mOOC40I1QKoiavpkEnzDhXl1v { top:15.125rem;left:23.875rem;width:7.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL0NNJUicqs5iSXcPbA0CekVNT7JW2Oi { top:15.125rem;left:35.8125rem;width:7.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxOJDmTSTMJ8PXzg6rL6dVw68e70XeJi { top:17.1875rem;left:10.25rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcHPs3JdSVUbQaNpv1aR8C7pvXMNJ3kX { top:17.1875rem;left:19.8125rem;width:16rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM6mgf7uMqIo5lUhVtskOMfbSabX603F { top:17.1875rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPLmMqONELEVOHQSrpOIWiTNwlSD2JB { top:26.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFUV6rFP7e2FHx0QlNs7Q1Q7vumQ02X { top:26.5625rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvxfZEv6bx6yWheBNuM6H14HigqHF6gG { top:26.5625rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqalEaA1pKnJisf9RO5iaupJNZmcIqOu { top:26.5625rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlmFa3t8VQTUwQalTuzGoPd4bW0a5EK { top:31.6875rem;left:0rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tifl6Wrg9DtgCGwILZclw6tphpGWmyqo { top:31.6875rem;left:11.9375rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97cGwlDDgsOJT8e8qwG1D8elPcOcqmf { top:31.6875rem;left:23.875rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVTrnyF3TUu6UmlCNyBRXpneZu6sFxF { top:31.6875rem;left:35.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO40fbNfnyVX0ib0KdSsngRN3qORATsC { top:33.75rem;left:0rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOWPMK1oPhmqIBRh7yprrXqcwME3hPw { top:33.75rem;left:10.25rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4OeFlchPKuyUBDLOLRXMK7HVRE0MhV { top:33.75rem;left:22.1875rem;width:13.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKGtQyB4r6Ix96Wu3mhMvUOZO6KK9v87 { top:33.75rem;left:29.4375rem;width:18.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxXRcrxIn0qGlUTan5WalyHqTVvapAyX { top:41.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSDrVZKA0pgi6vwiIlFrTSn1pM5nCdU { top:45.75rem;left:0rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5WxOJghbi7htBvalw55OC7qGPc71yw { top:47.8125rem;left:0rem;width:18.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX { display:block; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swa8BOmZ5vNzwDc8HOIuNL3OVGNTTnuD { top:2.5rem;left:0rem;width:41.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su9qpxdp6XVZ2LRIQ9GtJqAr37dWhuMA { top:7.375rem;left:14.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDS1mlfkX2bq7ADWySBTlo0p1Fk3qoLf { top:18.4375rem;left:0rem;width:13.625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2B0LP3NUfk8PLaQHQRx9qwcE0IEP96E { top:16.375rem;left:0rem;width:4.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znt8GEXMNQnOiHNsh2tc3qIJ4IS9cEp0 { top:11.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsOCeSMFzA06nn1pewZu776OQ3JhAkzt { top:11.25rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhNvzp96iWRERNgcyX44wttuKU5Ukh4 { top:11.25rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3aJcNKAUG1El62y6sihUl1LWifyuKIe { top:11.25rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOcJcATmDc4yR7Ii9uthEqB6wshzpdf { top:16.375rem;left:11.9375rem;width:7.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWC5pAghTuskUvLIRnwXmHrQ0nWqaBy { top:18.4375rem;left:10.25rem;width:14.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp0fwTsBoTfBT7gTZifTXTCGmOXk7yb { top:18.4375rem;left:22.1875rem;width:13.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jan0Og5b8g84p1k6UXwugCQSW3cIOv9K { top:18.4375rem;left:31.75rem;width:16rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA3JMSad4NLxR5WL85Jt2R4bv6yBUhiE { top:16.375rem;left:23.875rem;width:4.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEX9HERfGKDP3CkTPcLGOTKFvnUwekqU { top:16.375rem;left:35.8125rem;width:4.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0K41iggAfceSPQeTd6AT3DTUFl6rXe { top:25.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKcao3SE2JfXA7X6h1kNm5wK273E4rB { top:25.9375rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5QvrckBPPRmPzOkxyttN5ZVO77SUuVl { top:25.9375rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzwUzCLVVyDr8bAThvwJMHrJ8JMKceQk { top:25.9375rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oarWLlvw7o9OkCV5MMSStaRuTi5uaJMX { top:31.0625rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRA62wlXVDGo0Qvk30O83Nwif6SeC8Px { top:33.125rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fKdSA5iG11SPC9TfzxaTgxuLxp1Qgl { top:31.0625rem;left:11.9375rem;width:10.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlppuqX0WkuUgwsHMTmbT9PGoLFotaQ { top:33.125rem;left:10.25rem;width:15.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5rwomXsC4Pfxrmx4FBvkBtied5TZL4q { top:31.0625rem;left:23.875rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKsKVSOP5H9GRvpBAqNillFLeU2K9pA6 { top:33.125rem;left:19.25rem;width:16.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP0n8F4IuffWAL9TDnZEiKWtZOvtWpwZ { top:31.0625rem;left:35.8125rem;width:4.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb8D3rPNSsDD6TK5VTQrk5qP4CT4bSXU { top:33.125rem;left:31.8125rem;width:15.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUD8EwdUmz9mfxu1c3iaxc5tx0bOndX { top:40.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtTv6Lmgni5gbUeRSk7SoJzIATpnugD { top:40.625rem;left:11.9375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9IqLTqF0FsqxyrlvK3rvJ2kKRTnT8c { top:40.625rem;left:23.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLxCsNOTS934C2Wf9m0R2ktb2JFeIIc { top:40.625rem;left:35.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XN2W8nTHBUJX9QmhJedAGUuhgG3hdU { top:45.75rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g58dwGbHvoXbpIZATo6VTL5Abs1THqfa { top:45.75rem;left:11.9375rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwEWomRZlLFcRF59tw36IwK69tl5HCXG { top:45.75rem;left:23.875rem;width:10.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50GtOVgEQX4TXBZUUzDFfBg15pUrDHx { top:45.75rem;left:29.9375rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVyTzrbwwkHCfUekTz71NgBLRCZNSFTk { top:47.8125rem;left:0rem;width:15.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwvvDG4DsdVPTvNPm2CPiuf85avpusQ { top:47.8125rem;left:8.6875rem;width:15.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJfRJ4V9QhdsVzTlw0N1xOMlHPraZ3TI { top:47.8125rem;left:20.625rem;width:15.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBcON0WbxLZuyZKnTxGeWVo12A8a4LP { top:47.8125rem;left:30.5rem;width:17.25rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqDEozBKoAdnHTrxZwzRTRU9Ad9We3z { top:55.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNhodubAHqPgxsRoG2xTyP23HJ1Wzqr { top:60.4375rem;left:0rem;width:16.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0eQXLoQxL1FzibXmXMAav782Wff3Lu { top:62.5rem;left:0rem;width:18.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d { display:block; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDo4OOElOvyIIQW2ZHnI8NQs0JRT84Ie { top:7.5rem;left:0rem;width:23.3125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tun9Ck3RGbn9h2TKmTCfpck2PTRtm8k9 { top:12.4375rem;left:0rem;width:34rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et7uikDGTTEoV2uPoksHggauB1ErPd70 { top:37.5625rem;left:24.4375rem;width:23.3125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXt6sbSLXQ7LsGaPT3VekKg9DkU2oow7 { top:42.5rem;left:13.75rem;width:34rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ockpg4Mtmm306icsqrlAwxLSyH2Iknav { top:9.5625rem;left:13.875rem;width:33.875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thwnnx16wqAxU2NU10uWXQrd78rxiv4Q { top:37.5625rem;left:0rem;width:21.5625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn { display:block; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quvugv6w69vaMyv5DHncM8lrwI95gQpT { top:6.5625rem;left:0rem;width:31.375rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIIEVMb4ZT6zlJdfnUr04CODkUWHEAXG { top:14.6875rem;left:0rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWTeETOvXKSpHRcHuZ4BM3RiEJ0sgm4 { top:17.9375rem;left:0rem;width:19.9375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2wBchaTiFa33nqsgmaimFR4Ffr6f7U { top:7.375rem;left:23.375rem;width:24.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kghvFSa9mWT74rn7CIqVpJHnTSCeAaEV { top:10.25rem;left:26.75rem;width:18.5625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma { display:block; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xreCilNT4DVVA6eFX95PqUoDD6e8aTNT { top:14.0625rem;left:0rem;width:25.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJURpx61SatwOH0dZ0yd7CKDxcwgxRm { width:10.625rem;height:1.75rem;top:15.0625rem;left:34.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsaAICU9hyJc5d5bASIpc52v5fdq6tZ { display:block; }
 }@media only screen and (max-width: 763px) { #CL169m5uaoScwDCTvT4LtFWeiVm3v40T { width:4.6875rem;height:1.6875rem;top:15.0625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3xp9wXBL1ALvyGHUX32fAXvAXqULFgz { display:block; }
 }@media only screen and (max-width: 763px) { #X1V7KDQKogtMaLSuQ9NdKD92wJlykz2z { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7ts8rPU6ycdEwwk94MFlOrZmvsI4g8 { display:block; }
 }@media only screen and (max-width: 763px) { #eKpMlyu0Ep5x9mtegZT1Nl6N93eGTIGD { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lozlxkaLUi1gPm3fXT8a3b6GXohsc9ko { display:block; }
 }@media only screen and (max-width: 763px) { #NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON { display:block; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooJPDrg3lpyR7BbboFvSD3n11eNNIPeT { top:0.25rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp { position:relative;z-index:auto;background-color:transparent;background-image:none;display:none; }#TNrfWwa0X6RF1VEwhw9nFPCha4SXHDDp > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uP6a5Jn94KUNEt4eA70VxKFp3nR3v47V { width:7.8125rem;height:2.5rem;top:8.7801847457888rem;left:10.937499582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNDTlmwTO7bTdV45GCTRZbvH5FXfcvZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #QdCMWpZg515eNL5Q8G5vn9R0GsvTFkMZ { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTKsfe30C4nvvz3QG2u68b8ww0cCikpZ { display:block; }
 }@media only screen and (max-width: 763px) { #Rm1egcvtyFU7S4S5mVsTLrV84GcA8DEw { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BUJoDz6SVROh3xEW1QTVXM0e6S1T9sPK { width:0.625rem;height:0.625rem;top:2.8125rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBLW7VtCHqwA7RD9nJmTqHZDoia2r8wA { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #ubvkG9iXTw2PEUgPoatRXRM1E1zJGnrZ { display:block; }
 }@media only screen and (max-width: 763px) { #eOmgnmoOlrsnEbx9F33wgo96A2VWNOWu { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #M96I8m7Q0ZJXEb32PovTlWiTLseEBOzp { display:block; }
 }@media only screen and (max-width: 763px) { #v5VrOQ0Fa1af50Bh4yM9eWGk4sqeA2zX { width:6.25rem;height:2.5rem;top:8.7801847457888rem;left:2.9367895722389rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DgfkCMmU5OybJwVG03c2xlml1wSo5Jx4 { display:block; }
 }@media only screen and (max-width: 763px) { #nTgByNVa4OOlA4VuE6xyX18qEXWKn1DM { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr3cKeIEv3wZiT88Z5uFUB7tTHCMlykL { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZ2CBGs6aOm4S4Uhy6wGIR7MP4aVRxSF { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTRpE6uzhDvniXxpDlqUWaV2Su4ICfpW { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZ7tQlcgIkTgFdTDOxWt4N6q8UN377A { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XfiGoounnJTLeLQ5WA6MEl1D6lGJye1g { width:5.625rem;height:1.6875rem;top:15.466796875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTvVWpp385kw9FraKINT52VpZrgXyvqu { display:block; }
 }@media only screen and (max-width: 763px) { #trWc08bg9xgObwhXRFi6qQc3dxeNCe5K { width:5.625rem;height:1.6875rem;top:18.404296875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfeSi57ZqBwWW1rABgdO5hhwhTkPwPFu { display:block; }
 }@media only screen and (max-width: 763px) { #ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container { background-color: transparent; background-image: none; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container > .video-iframe-container { display: none; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row > .video-iframe-container { display: none; }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .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); }#ybxRAdUs8a01SyQgTgK5FGLHFNSb5xQ5 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2fERbGdKXFshQJSN8pgzTLxNvkbCZJr { width:4.375rem;height:2.5rem;top:11.6875rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryl1OHxnJ7akn6eMk1FipvSLSO9ywSCV { display:block; }
 }@media only screen and (max-width: 763px) { #VDsaiO7NLGX5Tap5pUtUnPSzlB8q5F3K { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLaHRTngbTxFycfhHiVyWQm1zwReZFBK { display:block; }
 }@media only screen and (max-width: 763px) { #hhIQqS1en7SM0BZDtA1ae82vUU9oTMsH { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HCSiIXTa5nMTD2p5WZeRcrpBfhGbgoUN { width:0.625rem;height:0.625rem;top:2.625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8Vq5BBNFMrmqV7pE0oS7qgcXZN2M7si { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #PtEThoyZaCBHtENJ7oFP8RUPiR6IJCNb { display:block; }
 }@media only screen and (max-width: 763px) { #rLGJShgGPvu32vttAoCdl5GPqQl9oMMa { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #GixZZyao6pnI7VgkL1hSuwF82nJJRcyO { display:block; }
 }@media only screen and (max-width: 763px) { #zMgTf4RrSVtyPObmEmtMoSsXAT4SAfdN { width:11.1875rem;height:2.5rem;top:8.5rem;left:4.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kJpsABxJCdXFC1m3HanFnLTczXpTykeL { display:block; }
 }@media only screen and (max-width: 763px) { #XTS8zoeZb5SeNRVmWx1hHI1BQyei12ma { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zm11vbT9t716eJ6OdZnutDW6JTbclfrX { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEvfEIwx2HhkiudaHlivV7Wt8RTsuZ73 { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV8D6KSeiIzwB7gCKz4pVrWsQJkLeBCt { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2RkqTDbl2cRCG9fhXFxUT5ClD3EGmpQ { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:15008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n9RzqStzmQNBvSgoOll0XeHRMd7XfZJo { width:3.75rem;height:2.5rem;top:11.6875rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ALtorQLbrD2xwXIBw4GEZ6NpHtzP2Fqn { display:block; }
 }@media only screen and (max-width: 763px) { #yLr9mQ001qEFM09AdvUKGg9KqRHPp3bb { width:5.06185rem;height:2.5rem;top:11.6875rem;left:12.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #w0BxmNOtxBDvF9R8mFHt3e1Ja7BAyOxP { display:block; }
 }@media only screen and (max-width: 763px) { #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c37ebb76-08c3-470a-85e7-3531e5ad6b32/heroimage.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.adaptive-delivery-prevent-bg, #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.lazyload, #rU7CxrbE5FZ86kUpLIAKluaW838sWNgh.lazyloading { background-image: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { background-color: transparent; background-image: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container > .video-iframe-container { display: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row > .video-iframe-container { display: none; }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .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); }#rU7CxrbE5FZ86kUpLIAKluaW838sWNgh > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEs6zDLNzAxx9CT4S1EaIDsqRzOaTiBs { width:20rem;height:5.199225rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRhmZzxh0UPSVfgkGnEDogEopiDfyAB { width:20rem;height:19.5rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4EbFX7G07WT64bFGPZaF03Gu5wigA9Q { width:13.125rem;height:3.4375rem;top:32.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm4dhDutf1Jh6viAbLDAfdkCHL73z4de { display:block; }
 }@media only screen and (max-width: 763px) { #qWlAXABHuWe2rwVDiWhcHk9ypbRNo3ET { width:20rem;height:21.125rem;top:39.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw { display:block; }#Tt6PC3fQyTbBwTNFtLrklnkS8qtmMfSw > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z14QQwZIWd6OBubCXk8svKvoZTSCT3HR { width:5.625rem;height:1.25rem;top:4.15625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehR4VSG6P2IKfV3ENgZMoXNC5XXOsKwz { width:5rem;height:2.3125rem;top:15.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcC1UvHbvLZrfNh0UsRuCyBqeXhdgiB { width:5.625rem;height:5.625rem;top:8.15625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFlSKMaXtPAZmVH4Udmkro6IeRCVkou { width:9.375rem;height:0.4375rem;top:10.75rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWmXtbfwDZhXP52FR8c0kZnxNkJ8LJMm { width:7.25rem;height:1.875rem;top:15.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7cLkeF0HfFANzuAI4WWuFK8IfshfaZv { width:8.3125rem;height:1.75rem;top:21.375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ntHPTI4imu1ipgbl3IG8OWdwvM3Ta1 { width:8.75rem;height:2.5rem;top:21rem;left:10.375rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UqQvELzXTc2CGlZ38hzQhQ5k69hPOW1D { width:7.875rem;height:2.25rem;top:26.5625rem;left:0.5rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ATg4eLUQIzWeQ9QtZaBEAxeIO8HePDS6 { width:7.25rem;height:2.875rem;top:26.25rem;left:11.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CVbSaDc62nOuhkUzqSmQ45FLn3bmirbW { width:8.8125rem;height:2.5rem;top:31.25rem;left:0.5625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f7cmqqUgbXaU1Dul0NoFv0Zcrf0gIAdz { width:9.25rem;height:1.25rem;top:31.875rem;left:10.1875rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qkenx50HizGz3ymhEJKpKJ7SXaLQZPLT { width:8.8125rem;height:2.3125rem;top:36.4375rem;left:5.59375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NpGUCB5UufuNJWsp2FJGUCpsKubpNePI { width:4.5625rem;height:4.8125rem;top:35.25rem;left:12.46875rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hehT8P6B2mnxfLUImMxSbOQWKKhGFgkP { width:4.1875rem;height:4.375rem;top:2.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS { display:none; }#x8Mr6yrVexRr9QyTVAEcJqZNXR78F6IS > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ceifGWkxPtbKB2o5RdgNqPk5MtivNtQU { width:9.6875rem;height:2.6875rem;top:7.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bidMQHN4qTJf2ko11fHQIHQCeQ3T5F1O { width:8.0625rem;height:2.375rem;top:11.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NswbPnDyBRRlb3hRenIJVAwks1LEcxfd { width:7.5rem;height:3.0625rem;top:15.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFvxXNS1HcXWCdw90XVtf0TpZyh5OJib { width:9.3125rem;height:2.6875rem;top:19.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM9S5tQDAbcm5cNlOwlsIP4BJGonLcyR { width:9.3125rem;height:1.25rem;top:23.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csb6faXnl3saH01U6SXO2xNM4Zhx7fSh { width:8.1875rem;height:2rem;top:26.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 { display:block; }#vEgovwRvMt3Ot7tb3CC3OEA7hWxCmWE1 > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsREn45bNZp1UV8PJsiJDTQl4QyrT9Ms { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8zZsGx97xqIqaktJKkRvXVS8s6TVeRe { width:9.375rem;height:0.0625rem;top:8.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMnXrckTwMX2Th2UyTKDXuy6JRC2sJG { width:20rem;height:43.59375rem;top:10.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W3nNzJ9ToATTp4dJ4vXMbIc2mXTZd2Im { width:20rem;height:20.358300231021rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 { display:block; }#eiLCNpV3c4G2NOfT5yXyvxD1NKeAamQ3 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THzU0vW544xb7TWN2ZSrhgyHvRWEpUxH { width:9.375rem;height:0.125rem;top:8.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87pePTdX5qWdl8WznkbBkwXo2zZK4Pr { width:20rem;height:6.337875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev { display:block; }#rO3w8uiyp5fDvh5CPuiS8aonrWlLfpev > .row .container { width:20rem;height:98.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfMp0JScs0ibuWshSaODG2MeHwADecC7 { width:3.875rem;height:3.875rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTik0vPgwSFDEQ3Uo51vvrHAw8OxifE { width:7.5rem;height:1.462675rem;top:63rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSUJBWeTB951ddOQhvTUyXMhLL6ZxAJ { width:16.875rem;height:5.625rem;top:65.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUiN07NrZxPrvK9oT7W1rTXC6I5iQIt4 { width:3.875rem;height:3.875rem;top:31.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUpeEVwPsLNAZqaT7KSWxAWgtAdoksy3 { width:7.5rem;height:1.462675rem;top:35rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG7CVeHMSUSI1hmb61tc7vMFXhWqtBoT { width:16.875rem;height:8.4375rem;top:37.0625rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTugTWXPfuhH1UAHPr0lRkKRaLWKJftv { width:3.875rem;height:3.875rem;top:3.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdM9rpMoOiVooVdJ3B07mDFVCmFBM79f { width:16.875rem;height:8.4375rem;top:9.0625rem;left:0.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n72LvDLDL4JDseiVWFvkWukiHvowCZFR { width:7.5rem;height:1.462675rem;top:7.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwiWRT0UOPeP3Bw7axkbM2TI0NWTfnWZ { width:3.875rem;height:3.875rem;top:72.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loTgl9k0RURTIRQfSQ0BgmVSw49ElGT6 { width:7.5rem;height:1.462675rem;top:76.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnL9CzSp2Fyxdbkeqlxz62vkSngTTal { width:16.875rem;height:4.21875rem;top:78.375rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VXzIm4gdJ544PZxLcnFSrTQeNyPndnxG { width:3.875rem;height:3.875rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOlCSnikvRRXlCb2D8mLsiomTzh1ohvb { width:7.5rem;height:1.462675rem;top:23.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVUcrlN7IMmnKEAMw246iTbgiw7Hv5HL { width:16.875rem;height:4.21875rem;top:25.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ta2aOXCUAIeHIddaPPpG3hTfnhtR883x { width:3.875rem;height:3.875rem;top:47.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orwzvpTeqvdLyhxNM25D8gG3myk5riyS { width:7.5rem;height:1.462675rem;top:51.0625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Oo1y2i8I91cF6asNv9y7Xw40LlKz9L { width:16.875rem;height:5.625rem;top:53.125rem;left:0.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2yFqCR7mo6AmQhTNsCe0GyhWCfgcKXh { width:20rem;height:5.625rem;top:88.9375rem;left:0rem;font-size:0.9375rem;z-index:15007;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #c42UkFe1OLr60PmpfxJDagRdI45fnP9Z { display:block; }#c42UkFe1OLr60PmpfxJDagRdI45fnP9Z > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6C0IN05zrr6KDaH5EIiUpixgIoD1m0G { width:20rem;height:2.2744125rem;top:5.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GONS50pR8pKF4ObV5BB40By1lToFh4uo { width:20rem;height:14.0625rem;top:10.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9osQzTh5BIdlTRwdbxakpAWpGZmcL6K { width:20rem;height:17.128280297099rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5oHmLZLkrg0D2FdMNaoLTSm0LliNa0M { width:9.375rem;height:0.0625rem;top:9.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 { display:block; }#xqTTy85Gh2r9nJR3C3t9FD2Ogs1EaDF4 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 { background-color:#ffffff;background-image:none;display:block; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { background-color: transparent; background-image: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container > .video-iframe-container { display: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row > .video-iframe-container { display: none; }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .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); }#PRshsytaoHnWGL2cRHzdvO2f8DFyOwL2 > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcztNy31g5noI8EAMZaHz8ZA1sINrC4B { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ei2gkpOlgxnCvofQRz8gGi91cTSX55tm { width:9.375rem;height:0.0625rem;top:10.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv { width:20rem;height:26.5625rem;top:11.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15000;display:block; }#FhtMTPkUll8sfFhe1MrtJTh66uS8xkDv li:before{  }
 }@media only screen and (max-width: 763px) { #TXS2vXg1o43aEEw4u4VGxWU2DVUyAG01 { top:56.6875rem;left:0rem;width:20rem;height:19.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b00cd9e2-053c-4566-bb4d-f1e2b3b556e8/Group419.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.adaptive-delivery-prevent-bg, #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.lazyload, #O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a.lazyloading { background-image: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { background-color: transparent; background-image: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container > .video-iframe-container { display: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row > .video-iframe-container { display: none; }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .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); }#O9v7hTHmwfwBPpuvIrWyxbC6uwPNBe4a > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naKHcGN9JBsmws70mIA847PvSTmCGRGr { width:20rem;height:5.19921875rem;top:5.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyFD43g4HAL9a6mJBqBJh6AeT435THqt { width:9.375rem;height:0.125rem;top:11.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4iN3A5ANHQ3m5Vc5LicoVTg34DCLKt7 { width:20rem;height:14.0625rem;top:12.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML { display:block; }#TEGuGaBW9XUXbhnoRfPqSMHdhVKR8uML > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri { display:block; }#tdnmV6lCDH5R1TxdnIDT3EiHtXlI74Ri > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZEdA12pJmTETHZQNOsWTXK387bymp4y { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XN74FNL6UQT53eG8SgRX9TVVCZMQsZZ7 { width:9.375rem;height:0.125rem;top:5.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmBhaoi8FhJQ0JxAf3nr2hxGMsuDqF5m { width:20rem;height:17.526315789474rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bugoyrTkTMf3Sul6qoWTxxzDCVI5LbDA { width:20rem;height:18.093023255814rem;top:25.212875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHECHE7bWsux4eRn5elac0Csn7ASeHfN { width:20rem;height:14.224625rem;top:53.6796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWcseuZA5hlKUtUpXAR01TlNfVwhIbgg { width:20rem;height:4.21875rem;top:48.4921875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neiz4x0P0KE7OIK7FhDXaItWePpuQrS8 { width:16.25rem;height:10.5rem;top:69.341796875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO { display:block; }#ZzV94wGQTC2Bq9qhHQbUn4Fzf2KTMPvO > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUu2CduU58PDqhDFJ9Owo0vLJ1x7EJrM { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxSN8UuaKpDQhhlbipbfbf7r9yeXop3a { width:9.375rem;height:0.0625rem;top:9.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXnEya75kgtCQlS689fAK8HZxiUm7OV6 { width:3.5rem;height:1.8684875rem;top:15.4951171875rem;left:0.375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxXkHdo3Hs0OB3mvTnRMl8RrBSS3k0iG { width:13.375rem;height:2.2734375rem;top:15.2763671875rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i7QKCA6k7nF027huutiWKmWTLf3VFLrb { width:3.1875rem;height:1.8684875rem;top:21.53125rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqNR2ygdJSaM4Bg5nTTZMeP3FDOE1x8V { width:3.5625rem;height:1.8684875rem;top:27.46875rem;left:0.34375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVUM8rWNNM2P7GpyPUu6PG2wFCELtUmX { width:3.1875rem;height:1.8684875rem;top:33.40625rem;left:0.53125rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #xgD8MnAf7MflH8KHVNMrLxR4gKF5fT7u { width:3.3125rem;height:1.8684875rem;top:39.28125rem;left:0.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQXmZxVJbTVwgcFPzmsg64qGePLU4hTK { width:4.25rem;height:4.25rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR3JWJTHhAsr36Hk3couwQlk3zDpTSbJ { width:4.25rem;height:4.25rem;top:14.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH74z40TyNdlb9dhr35xCw7XlWb6SkTV { width:4.25rem;height:4.25rem;top:20.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5RTt1LvoQwSrtf8GE230BOmuAtVvwOg { width:4.25rem;height:4.25rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADpC0SGkqwwRPx35oAwQW4XALVUUITI2 { width:11.625rem;height:3.41015625rem;top:20.75rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bMwrPqoLJysVKnV16Svb95btu7wUC8cy { width:4.25rem;height:4.25rem;top:26.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGbrXV7QXFVSRn2yshX97kGh2HaRKCE { width:4.25rem;height:4.25rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOxFzoGMtNGXPCBHpH0WNF4aAx6H8CH { width:13.5rem;height:3.41015625rem;top:26.6875rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0cdTl2N8glzvPKU6B9vdndQJ9dFxTyS { width:4.25rem;height:4.25rem;top:32.1875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNUlFBkNP3CRHzikXAUm430dJbw8T5U { width:4.25rem;height:4.25rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btabAKpavH0zTIh5NaS0lbV3bIMOl5nJ { width:12.4375rem;height:3.41015625rem;top:32.625rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FoKgTRZq7Rx4a2UQ9Vr2Ib67VuKv47Hb { width:4.25rem;height:4.25rem;top:38.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKZvp2omGXMCp07TmGvhdFUH9HkG9oKL { width:4.25rem;height:4.25rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znadgsTk4kXZ5w6llkvAy07DWbdU7gV8 { width:13.125rem;height:4.546875rem;top:37.9375rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC { display:block; }#Te4VQTV2dViQQCseuAlsPxQkMS3w0WiC > .row .container { width:20rem;height:206.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mcaUlSZuCpN9vEGP3vHtOoWkAkbuvSGv { width:20rem;height:1.94921875rem;top:4rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wPa476GfBO7TVXeb3d3uge2Ngwoow3VI { width:20rem;height:30.0625rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }#wPa476GfBO7TVXeb3d3uge2Ngwoow3VI li:before{  }
 }@media only screen and (max-width: 763px) { #CQcIotgNnROtcETGK3rQmb1xMC7oz5lA { width:20rem;height:16.771084337349rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSNAXVeLIW8sTrmnRl4Pek1U5ngggXS { width:20rem;height:1.94921875rem;top:60.625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs { width:20rem;height:18.9375rem;top:63.5rem;left:0rem;font-size:1rem;display:block; }#hoM3WFuOuKWI7F7VpHBaeyDKDQ9qVEcs li:before{  }
 }@media only screen and (max-width: 763px) { #gnwvHHkVbZaIKHHKr9246CrgcUcJ1d2Q { width:20rem;height:1.94921875rem;top:106.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ { width:20rem;height:34.25rem;top:110.1875rem;left:0rem;font-size:1rem;display:block; }#KA66J3U4RVZxTBL6pxvUZ2l3HSevLABZ li:before{  }
 }@media only screen and (max-width: 763px) { #U0aiDO6AoBAeWQpae7UqaHrgtXLxhBdX { width:20rem;height:20.057636887608rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEpHvpTVWzMnaf0zRIgx6nS6q0c72WN { width:20rem;height:1.94921875rem;top:167.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 { width:20rem;height:11.125rem;top:171.1875rem;left:0rem;font-size:1rem;display:block; }#xna1sKULfPWbtkrdth9f4ki2w0BxW5i7 li:before{  }
 }@media only screen and (max-width: 763px) { #Uvo4AMuVQv3hrxywCny7K6O9GQZ6VUOQ { width:20rem;height:20rem;top:183.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6fpzpypb2y9TAgOyf3yaJKi8kJRlF2n { width:20rem;height:15.625rem;top:146.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP { display:block; }#harWTF4SrStrN4CsZgrQ8GDZ9z6ZXxCP > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KohBy6LzQJTbTpulC9gkApqaNBzTSSwG { width:9.375rem;height:0.0625rem;top:8.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McX2J41GgaW4iGkBWn9IJKSPb8LluDip { width:20rem;height:2.5996125rem;top:4.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auF6yoVQZrdOf2Svzs778BOLU3QamsOT { display:block; }#auF6yoVQZrdOf2Svzs778BOLU3QamsOT > .row .container { width:20rem;height:375.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVqBFtTxptespFzgxSMy9rJPl5D37Ack { width:20rem;height:31.5rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPX4hxhkMwuow7ZP82eLcTdsTecZpgXh { width:20rem;height:4.548825rem;top:19.625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtzaHKXaIyVLkqzmdJLDVMwHxy0HAyUE { width:20rem;height:5.84765625rem;top:84.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m { width:20rem;height:18.9375rem;top:91rem;left:0rem;font-size:1rem;display:block; }#Zs4mB4hdnvGrs6wP5IlMhdStSCuxbK0m li:before{  }
 }@media only screen and (max-width: 763px) { #bJ858atkgUEqnpnZZzPJp0uAp7rgvZK1 { width:20rem;height:13.5rem;top:111.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y51s4UTtKO4Qb03gzqbII1LtI3ngKNOW { width:20rem;height:13.5rem;top:150rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNmI1iBxvwBacUabh8KfxWCzACMSAU4S { width:20rem;height:3.57421875rem;top:187.75rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LUPy3uQA0TDWr42aTWH4ffslnadrQWTl { width:20rem;height:21rem;top:192.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7mmrgkfu64B9NIdxCs2KTPTtm9mDyUz { width:20rem;height:2.11230625rem;top:309.625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xk0R4n2bhNbyd8V3ewbtXVSe0ZUu5mJ2 { width:20rem;height:9rem;top:315.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0xSps2Ag6RPr3KHgaFLnBsnS5icRs4R { width:20rem;height:19.284009546539rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKPpuFRfZ7PtC37ItbwKq1im3NUvfzte { width:20rem;height:20.119125rem;top:126.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4T4arw0eCfkReqg2Sx3KFNqF14dgz0y { width:6.5rem;height:12.0625rem;top:218.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8wTvpdVIEy47o1fD335OIl4Ev1UlxvS { width:5.25rem;height:1.50065rem;top:230.8125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEWnKvdEMUFuXiNVL6zgxS549ZwTylQf { width:6.5rem;height:12.0625rem;top:218.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTfqAVptZ3pvTPOldSV3uNJVwRRWblHS { width:5.25rem;height:1.50065rem;top:230.8125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkmcyElRC0319JzvAbQeLpZZ3WwyHtSu { width:6.5rem;height:12.0625rem;top:235.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klLC5Z671Me2V3v9VWKzhBP4egOvyM8N { width:5.25rem;height:1.50065rem;top:247.875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwKqwghx7WBFF3z59gkHUJLcX5apHsRS { width:6.5rem;height:12.0625rem;top:235.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHda3fu8vrnwlELiKScXWHI0ATCg1Uoo { width:6.5rem;height:12.0625rem;top:252.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP7yuHW3upCapLklvaOe0rpDI7FXFFnP { width:6.5rem;height:12.0625rem;top:252.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHswgX4h4mwapTzldZWhKsVhp6lB750b { width:8.3125rem;height:1.50065rem;top:247.875rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgEN0KDRgkHGrHIKfcfdDWaTfDaSXG4R { width:6.75rem;height:1.50065rem;top:264.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbwdnOeMDL2GmqZeiV8HCbIze6MWe3Kc { width:8.0625rem;height:1.50065rem;top:264.9375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MRey2R3G7mbvWggr1L4t8FVtRxhf0i { width:20rem;height:18.025375rem;top:350.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyLz12TAqGOrEpf00QLg1Hk7LK3UUUb { width:20rem;height:19.9150625rem;top:163.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnhtckd33ZGFr9pJf3EvViWMDPOHA1e2 { width:14.9375rem;height:2.0625rem;top:313.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKJOTm2Ghhe0BRgD0OXZb07sVrD3xRPT { width:20rem;height:4.5rem;top:329.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RseDfhPnJJMycPp1DSLKPBLnLHvUNZfN { width:14.9375rem;height:2.0625rem;top:327.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzt6cxRlFAchQ8LPx1s3z2Jv551Z2qmt { width:14.9375rem;height:2.0625rem;top:338.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhK9HfHLJPLHt9TXEf6SPGu7G6ltsGt5 { width:20rem;height:6rem;top:341.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0MP7bxEu51KBS1FHauq591aX4SPMxwN { width:9.375rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrG81R7BW12STR0H4VhElZ07MNpDIepy { display:block; }
 }@media only screen and (max-width: 763px) { #byqln5AZiCDnxw3ubJvbi1dQzG4ThQZE { width:9.375rem;height:2.5rem;top:5.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8GprAZrMNXSdRRqkMZIAI11tdElvnB { display:block; }
 }@media only screen and (max-width: 763px) { #rgc1t48HLTToqlPidQRA4yrVW0uApLRk { width:9.375rem;height:2.5rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSV7uai6vZ333X3se63WLRLhdssrHxDO { display:block; }
 }@media only screen and (max-width: 763px) { #SdaD4aBn25Kv44OtPMTkXTceMZLSfK2u { width:9.375rem;height:2.5rem;top:9.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yILtPZnWeenL5yHpUAu1A65CPio46NDd { display:block; }
 }@media only screen and (max-width: 763px) { #Ne0fnNQ7etJBqXFHycxv0gQ5lVt5Pvls { width:9.375rem;height:2.5rem;top:13.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfo6403bIKw3d3hdhB2kGCIVzIvSTt8U { display:block; }
 }@media only screen and (max-width: 763px) { #uUqiHv8nmRSVUs50N3HfluCAfhdXMVEg { width:13.375rem;height:1.3125rem;top:1.8125rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8oDfegtkex916zAM9EHtH2KxW88yxly { width:1.5rem;height:1.5rem;top:2.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9qJQLhiptrBoUk42JNMOySblOlxmZ9 { width:20rem;height:3.57421875rem;top:273.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mypDN1hNb7ynqkCyLATLrLD4qcE3fJyM { width:20rem;height:24.5rem;top:278.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0GFCq4Bom50cbVFpwR2lTxMg9XclOex { display:block; }#K0GFCq4Bom50cbVFpwR2lTxMg9XclOex > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1ZD9Ox8MX9995471VOER1s8mQza7k6R { display:block; }#N1ZD9Ox8MX9995471VOER1s8mQza7k6R > .row .container { width:20rem;height:109.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaM3kOCQwermd3HMNGFNTNHb2zU1PVXX { width:7.0625rem;height:9.375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny26BfZtDel407oLgTxBQQ3BpFPzAgpK { width:7.0625rem;height:9.375rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqgTSvcfvBzHNqZRrhA1SxLVTBptXyTU { width:19.9375rem;height:26.5rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ4OSFoUCfTTmGODiH1NMKpk90wXTExb { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMU744zW0ktdd41EQ4bLONatXQzAsOoy { width:9.375rem;height:0.0625rem;top:5.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcaGgM4I85XVCxD82lqfmd2hMIFJgLDc { width:20rem;height:14.4375rem;top:6.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na { display:block; }#t2N5xOX8fZGfkOWKLWog8q4qdHX5a8na > .row .container { width:20rem;height:129.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJ5bahnlsD5odsKvsoXGBzbJaZO5xu6T { width:17.0625rem;height:6.4995625rem;top:14rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #skR6iyGdSPlExUU39dzSIUT5F9Gxa8lp { width:16.0625rem;height:1.462675rem;top:11.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWJCnwu1osMTJzTe6a5TkwIH15H4mVO { width:3.875rem;height:3.875rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EUkZQzKdmvZCqgKHvko2HaUnI68GL9 { width:20rem;height:5.19921875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbmMQTk6VvZhMo8xfQd9nk3eTLTiyeXy { width:9.375rem;height:0.0625rem;top:6.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWtFmPvbK1kL3QPghCx5OCUNVuCipnX { width:3.875rem;height:3.875rem;top:60.25rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBuicsUyyJJNEEhQ4asJWyTS9RQK3cL { width:3.875rem;height:3.875rem;top:84.875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmVskO3ZE0rIWqB7THcqHw72qTqamyW0 { width:3.875rem;height:3.875rem;top:105.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkSLvFBi3guZiuqtv0bmOyouuSVyRzI3 { width:12.6875rem;height:1.462675rem;top:64.125rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmfD8f9mOOC40I1QKoiavpkEnzDhXl1v { width:7.8125rem;height:1.462675rem;top:88.75rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL0NNJUicqs5iSXcPbA0CekVNT7JW2Oi { width:7.875rem;height:1.462675rem;top:109.3125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxOJDmTSTMJ8PXzg6rL6dVw68e70XeJi { width:13.625rem;height:3.8997375rem;top:66.1875rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcHPs3JdSVUbQaNpv1aR8C7pvXMNJ3kX { width:16rem;height:2.599825rem;top:90.8125rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dM6mgf7uMqIo5lUhVtskOMfbSabX603F { width:13.625rem;height:2.599825rem;top:110.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGPLmMqONELEVOHQSrpOIWiTNwlSD2JB { width:3.875rem;height:3.875rem;top:22.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFUV6rFP7e2FHx0QlNs7Q1Q7vumQ02X { width:3.875rem;height:3.875rem;top:71.8125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvxfZEv6bx6yWheBNuM6H14HigqHF6gG { width:3.875rem;height:3.875rem;top:95.125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqalEaA1pKnJisf9RO5iaupJNZmcIqOu { width:3.875rem;height:3.875rem;top:115.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUlmFa3t8VQTUwQalTuzGoPd4bW0a5EK { width:7.9375rem;height:1.462675rem;top:26rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tifl6Wrg9DtgCGwILZclw6tphpGWmyqo { width:7.9375rem;height:1.462675rem;top:75.6875rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97cGwlDDgsOJT8e8qwG1D8elPcOcqmf { width:7.9375rem;height:1.462675rem;top:99rem;left:1.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVVTrnyF3TUu6UmlCNyBRXpneZu6sFxF { width:7.9375rem;height:1.462675rem;top:119rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO40fbNfnyVX0ib0KdSsngRN3qORATsC { width:13.625rem;height:3.8997375rem;top:28.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVOWPMK1oPhmqIBRh7yprrXqcwME3hPw { width:13.625rem;height:3.8997375rem;top:77.75rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4OeFlchPKuyUBDLOLRXMK7HVRE0MhV { width:13.625rem;height:3.8997375rem;top:101.0625rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKGtQyB4r6Ix96Wu3mhMvUOZO6KK9v87 { width:15.3125rem;height:5.19965625rem;top:121.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxXRcrxIn0qGlUTan5WalyHqTVvapAyX { width:3.875rem;height:3.875rem;top:33.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTSDrVZKA0pgi6vwiIlFrTSn1pM5nCdU { width:7.9375rem;height:1.462675rem;top:37.5625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5WxOJghbi7htBvalw55OC7qGPc71yw { width:18.6875rem;height:11.69825rem;top:39.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX { display:block; }#hvGa2EpcVeyQXsHqIN9RN6yKxUslxWxX > .row .container { width:20rem;height:152.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swa8BOmZ5vNzwDc8HOIuNL3OVGNTTnuD { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #su9qpxdp6XVZ2LRIQ9GtJqAr37dWhuMA { width:9.375rem;height:0.0625rem;top:4.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDS1mlfkX2bq7ADWySBTlo0p1Fk3qoLf { width:13.625rem;height:2.599825rem;top:14.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2B0LP3NUfk8PLaQHQRx9qwcE0IEP96E { width:4.4375rem;height:1.462675rem;top:12.6875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znt8GEXMNQnOiHNsh2tc3qIJ4IS9cEp0 { width:3.875rem;height:3.875rem;top:8.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsOCeSMFzA06nn1pewZu776OQ3JhAkzt { width:3.875rem;height:3.875rem;top:51.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOhNvzp96iWRERNgcyX44wttuKU5Ukh4 { width:3.875rem;height:3.875rem;top:82.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3aJcNKAUG1El62y6sihUl1LWifyuKIe { width:3.875rem;height:3.875rem;top:117.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOcJcATmDc4yR7Ii9uthEqB6wshzpdf { width:7.4375rem;height:1.462675rem;top:55.1875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWC5pAghTuskUvLIRnwXmHrQ0nWqaBy { width:14.3125rem;height:3.8997375rem;top:57.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTp0fwTsBoTfBT7gTZifTXTCGmOXk7yb { width:13.625rem;height:2.599825rem;top:88.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jan0Og5b8g84p1k6UXwugCQSW3cIOv9K { width:16rem;height:2.599825rem;top:123.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA3JMSad4NLxR5WL85Jt2R4bv6yBUhiE { width:4.4375rem;height:1.462675rem;top:86.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEX9HERfGKDP3CkTPcLGOTKFvnUwekqU { width:4.4375rem;height:1.462675rem;top:121.3125rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0K41iggAfceSPQeTd6AT3DTUFl6rXe { width:3.875rem;height:3.875rem;top:19.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRKcao3SE2JfXA7X6h1kNm5wK273E4rB { width:3.875rem;height:3.875rem;top:62.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5QvrckBPPRmPzOkxyttN5ZVO77SUuVl { width:3.875rem;height:3.875rem;top:93.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzwUzCLVVyDr8bAThvwJMHrJ8JMKceQk { width:3.875rem;height:3.875rem;top:127.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oarWLlvw7o9OkCV5MMSStaRuTi5uaJMX { width:6.1875rem;height:1.462675rem;top:23rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRA62wlXVDGo0Qvk30O83Nwif6SeC8Px { width:14.5rem;height:1.2999125rem;top:25.0625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fKdSA5iG11SPC9TfzxaTgxuLxp1Qgl { width:10.4375rem;height:1.462675rem;top:66.75rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlppuqX0WkuUgwsHMTmbT9PGoLFotaQ { width:15.1875rem;height:3.8997375rem;top:68.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5rwomXsC4Pfxrmx4FBvkBtied5TZL4q { width:12rem;height:1.462675rem;top:96.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKsKVSOP5H9GRvpBAqNillFLeU2K9pA6 { width:16.5625rem;height:5.19965625rem;top:99rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP0n8F4IuffWAL9TDnZEiKWtZOvtWpwZ { width:4.4375rem;height:1.462675rem;top:131.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb8D3rPNSsDD6TK5VTQrk5qP4CT4bSXU { width:15.9375rem;height:2.599825rem;top:133.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfUD8EwdUmz9mfxu1c3iaxc5tx0bOndX { width:3.875rem;height:3.875rem;top:28.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtTv6Lmgni5gbUeRSk7SoJzIATpnugD { width:3.875rem;height:3.875rem;top:74.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp9IqLTqF0FsqxyrlvK3rvJ2kKRTnT8c { width:3.875rem;height:3.875rem;top:105.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLxCsNOTS934C2Wf9m0R2ktb2JFeIIc { width:3.875rem;height:3.875rem;top:138.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XN2W8nTHBUJX9QmhJedAGUuhgG3hdU { width:6.1875rem;height:1.462675rem;top:32.0625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g58dwGbHvoXbpIZATo6VTL5Abs1THqfa { width:9.1875rem;height:1.462675rem;top:78.1875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwEWomRZlLFcRF59tw36IwK69tl5HCXG { width:10.4375rem;height:1.462675rem;top:109.75rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50GtOVgEQX4TXBZUUzDFfBg15pUrDHx { width:17.0625rem;height:2.923825rem;top:141.9375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVyTzrbwwkHCfUekTz71NgBLRCZNSFTk { width:15.1875rem;height:3.8997375rem;top:34.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGwvvDG4DsdVPTvNPm2CPiuf85avpusQ { width:15.1875rem;height:1.2999125rem;top:80.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJfRJ4V9QhdsVzTlw0N1xOMlHPraZ3TI { width:15.1875rem;height:3.8997375rem;top:111.8125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBcON0WbxLZuyZKnTxGeWVo12A8a4LP { width:17.25rem;height:5.19965625rem;top:144.8603515625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPqDEozBKoAdnHTrxZwzRTRU9Ad9We3z { width:3.875rem;height:3.875rem;top:39.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNhodubAHqPgxsRoG2xTyP23HJ1Wzqr { width:16.875rem;height:1.462675rem;top:43.625rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP0eQXLoQxL1FzibXmXMAav782Wff3Lu { width:16.6875rem;height:3.8997375rem;top:45.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d { display:block; }#DIhx83N6abNC8CL1c4tqdB2iUkRkUm6d > .row .container { width:20rem;height:102.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDo4OOElOvyIIQW2ZHnI8NQs0JRT84Ie { width:20rem;height:2.2744125rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tun9Ck3RGbn9h2TKmTCfpck2PTRtm8k9 { width:20rem;height:27rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et7uikDGTTEoV2uPoksHggauB1ErPd70 { width:20rem;height:2.2744125rem;top:50.9375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXt6sbSLXQ7LsGaPT3VekKg9DkU2oow7 { width:20rem;height:33rem;top:53.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ockpg4Mtmm306icsqrlAwxLSyH2Iknav { width:20rem;height:13.1171875rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thwnnx16wqAxU2NU10uWXQrd78rxiv4Q { width:12.5rem;height:14rem;top:88rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn { display:block; }#eBMnnfh1vr7HC7aAkanolIfdIPKzz4bn > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Quvugv6w69vaMyv5DHncM8lrwI95gQpT { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIIEVMb4ZT6zlJdfnUr04CODkUWHEAXG { width:9.375rem;height:0.125rem;top:10.297875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBWTeETOvXKSpHRcHuZ4BM3RiEJ0sgm4 { width:19.9375rem;height:6.499rem;top:11.672875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf2wBchaTiFa33nqsgmaimFR4Ffr6f7U { width:20rem;height:25rem;top:19.4209375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kghvFSa9mWT74rn7CIqVpJHnTSCeAaEV { width:18.5625rem;height:19.3125rem;top:22.3574609375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma { display:block; }#BTZrmLk9BPVTdN7XxOcIfxIrgQcfc6ma > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xreCilNT4DVVA6eFX95PqUoDD6e8aTNT { width:20rem;height:2.955075rem;top:16.857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEJURpx61SatwOH0dZ0yd7CKDxcwgxRm { width:10.625rem;height:1.75rem;top:10.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzsaAICU9hyJc5d5bASIpc52v5fdq6tZ { display:block; }
 }@media only screen and (max-width: 763px) { #CL169m5uaoScwDCTvT4LtFWeiVm3v40T { width:4.6875rem;height:1.6875rem;top:12.9375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3xp9wXBL1ALvyGHUX32fAXvAXqULFgz { display:block; }
 }@media only screen and (max-width: 763px) { #X1V7KDQKogtMaLSuQ9NdKD92wJlykz2z { width:5.625rem;height:1.6875rem;top:12.9375rem;left:6.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um7ts8rPU6ycdEwwk94MFlOrZmvsI4g8 { display:block; }
 }@media only screen and (max-width: 763px) { #eKpMlyu0Ep5x9mtegZT1Nl6N93eGTIGD { width:5.625rem;height:1.6875rem;top:13rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lozlxkaLUi1gPm3fXT8a3b6GXohsc9ko { display:block; }
 }@media only screen and (max-width: 763px) { #NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON { display:block; }#NQsHtWpyKRbzTCwyyN7drQ8yLdGglUON > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooJPDrg3lpyR7BbboFvSD3n11eNNIPeT { width:20rem;height:2.25rem;top:1.1416015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }