.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm { 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; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container { background-color: transparent; background-image: none; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container > .video-iframe-container { display: none; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row > .video-iframe-container { display: none; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .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); }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container { border-width: 0; border-radius: 0; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#VGVhyqTil3oQxxIeRax6XPERIZP9OO1A { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.4375rem;left:12.625rem;display:block; }
#xg1k5dHmILAyHA1wgpMqPxBa9FxsnOAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmEPAyGtuTXBMqzeHfx2WINWyBwJIpBG { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:1.4375rem;left:20.625rem;display:block; }
#Td2osk25nNH7F0HwA9W0M4cSgEIz956a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdCTGMp8fMfi81ub9xaA40Cmac0f36yR { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:1.4375rem;left:27.3125rem;display:block; }
#JAOJs4bViwI4ZHe7vG8Sl5zKyTp9KR0H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuEizUMR7ENBl6bJQtSgPpgbyeaX8TIu { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:1.4375rem;left:35.75rem;display:block; }
#ODXQMtQnFcOaAw5TQnDui8bJNhFW7DT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6desv9MaBgH0sStpcOofCzATzWwyy6g { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:1.4375rem;left:42.5625rem;display:block; }
#XuOC5B8AG9wOcCiw1Hrsg7eHe9KI8KGJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgGfRuMpOC8oFZVUJecCaHNbNkOr2o8A { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:1.4375rem;left:49.4375rem;display:block; }
#M2ueQwHzwHnvVu9d9p0CXavDUkL2T7f4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lnDRk5xxARuBGoPi3FsDa3BtRkeX8DQd { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.625rem;left:57.875rem;display:block; }
#HnVy2JUN8NbTWeA3SyiO9Ul0ITTz1SDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URZxSKuOKHoPLtuL7gsB5luNGUQLLTih { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:right;text-align-last:right;top:1.46875rem;left:70.9375rem;display:block; }
#BwupNZJmTszuIHwWS0m8nSKVFMS4KrAu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa { position:relative;display:none; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa { border-width: 0; border-radius: 0; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .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; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lnDvTbMq69uq0QD7Wrk9masAT8c67PLy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#IDDhdfHtsyi88EMTuSscpC474MDCTR2g { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:3.4375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.4375rem;left:15.8125rem;display:none; }
#FD4bzJ9Mcp9la5wxc1B44Rh8M0AVqQBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UROXtElNdEXi088qI7DOFsavuM9SSxdB { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:1.4375rem;left:52.625rem;display:none; }
#g91mq5KpGTzsPGHTe5H6g19SU3z9xJC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNWvikPyqIeFyTzXMXgRDZ3txaLTETiA { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:1.4375rem;left:45.75rem;display:none; }
#LD0B08f6VcgJMTSbGF5GUirqmMPs21NI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyWQ8XBQXQIrTkEdiFZ9WkDQ3meJvHDy { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3.4375rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:1.4375rem;left:38.9375rem;display:none; }
#h0EXXifVRqX0Zw85we0Kh2yop81wHreq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWCBor7n43Q3M3U6ZtG72qzGXE2PZNEr { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:1.4375rem;left:30.5rem;display:none; }
#TSa01yvxZfVnubquAgFE1tRmnA9HaqsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o47BQMcDflx0J0enAAMvI7RE18wdliBq { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:1.4375rem;left:23.8125rem;display:none; }
#kuEaIPUNxcOAQoTdsfTKTMH6ZCLfuEFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WC7QllTgMhoAn2hDoWdCTh9WhoABk1a1 { 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:1.25rem;width:4.875rem;top:0.625rem;left:0rem;overflow:hidden;display:none; }
#DdAilvxaq2iXhRFSoouPlQTJOETwt0wy { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.625rem;left:62.5rem;display:none; }
#vxXnoTRHfOumieOxPbA6Tkn9UCgMb282 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E2WLImifhrBL2ldZufeUTHQhy6HXA6aV { background-color:transparent;background-image:none;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.4375rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:1.4375rem;left:52.625rem;display:none; }
#gkse5QpfGVKB1PigLC11x8pr6hX6OePZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh { position:relative;display:block; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh { background-color: transparent; background-image: none; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row .container > .video-iframe-container { display: none; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row > .video-iframe-container { display: none; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .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); }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh { border-width: 0; border-radius: 0; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .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; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .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:6.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; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ { position:relative;display:none; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ { border-width: 0; border-radius: 0; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ > .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; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57a541dc-043e-4bd9-9feb-fc18df139612/bg5.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.adaptive-delivery-prevent-bg, #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.lazyload, #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.lazyloading { background-image: none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container { background-color: transparent; background-image: none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container > .video-iframe-container { display: none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row > .video-iframe-container { display: none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .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); }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container { border-width: 0; border-radius: 0; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#lXy5Gd2z7ZIG0EAnJKseTtITLbczygKS { color:#1e1e1e;display:block;width:7.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#zX1ACJpgIPnPTOpRA6KuomNDhF2c8yZW { color:#1e1e1e;display:block;width:42.3125rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:.95;letter-spacing:0;top:10.5625rem;left:0rem;height:6.875rem;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; }
#T3KXIm809T4zH5cypynt3wdVVA68MSFy { color:#1e1e1e;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:20.3125rem;left:0rem;height:12rem;font-style:normal;display:block; }
#J3HZBr8LPTMeMurEkcpCZcM1Res1fhQz { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:35.375rem;left:18.03125rem;display:block; }
#EPCZwrfUoUDsCMhzUvevFbvEASZSPCkC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiHldEwXTXxFxdzTMmecmtuqCapMgyCC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lgceGFsGTTOVJTk3C2fzlN4303ukUBDO { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.625rem;left:22.125rem;height:0;font-style:normal;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:none; }
#Urt7BcBCkmkMSkDZ7kEwNSgP4rTHWt7T { position:absolute;display:block;z-index:15059;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:41.375rem;width:62.3125rem;top:9.3125rem;left:18.5625rem;overflow:hidden;display:none; }
#ucOT7WPOAOOvHym3qVBsUPOLgb4G66Fo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.375rem;left:0rem;display:block; }
#ZUw9FftCDpE18qdLirXe8LSSfkWDnlE4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNDCz3gEGIICu4M7eyfs5cPT9O2mear1 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:39.125rem;left:14.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#n96Wd5IDc4F4cfdfNgJuhuX5c7xoxO6R { position:absolute;display:block;z-index:15058;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:28.0625rem;width:28.0625rem;top:10.787109375rem;left:52.25rem;overflow:hidden;display:none; }
#zElPLQ8AzDzDCVt8lyVUVs8OTwZpCdby { box-sizing:content-box;height:1.875rem;width:13.125rem;position:absolute;display:block;z-index:15060;background-color:#ec9726;background-image:none;top:7.03125rem;left:7.3125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#XFScuxNtP6SJpq0XlJaZS5cg3l5povxP { color:#1e1e1e;display:block;width:15.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:7.40625rem;left:6.125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XX2L1FQlKgeC5BGDOU7V6DEToD6usWeT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57a541dc-043e-4bd9-9feb-fc18df139612/bg5.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl.adaptive-delivery-prevent-bg, #IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl.lazyload, #IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl.lazyloading { background-image: none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container { border-width: 0; border-radius: 0; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:none; }#poxozSKbR33rrohiyrSPPnhPLFAR2uKE { color:#1e1e1e;display:block;width:15.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#f1MeDUUT9TSWtXmOOHkOxAv4XEOnbUyw { color:#1e1e1e;display:block;width:42.3125rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:.95;letter-spacing:0;top:10.5625rem;left:0rem;height:6.875rem;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; }
#KyNcvku5L93TxMZpZLZTCGxp8wtZZGS0 { color:#1e1e1e;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:20.3125rem;left:0rem;height:12rem;font-style:normal;display:block; }
#A0HhqGkThOd53LqJALx8hrVQaSoRpkGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FvFzdpDuN87D43xUcSVeImpzfGiht1Sx { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.625rem;left:22.125rem;height:0;font-style:normal;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:none; }
#NuEGulJ4IyhZS6guqlbV0xhLeMXwDnru { position:absolute;display:block;z-index:15059;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:41.375rem;width:62.3125rem;top:9.3125rem;left:18.5625rem;overflow:hidden;display:none; }
#H9xKU4CT8tCkWUWi6lcr1vGXxqIxD9sy { position:absolute;display:block;z-index:15058;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:28.0625rem;width:28.0625rem;top:10.787109375rem;left:52.25rem;overflow:hidden;display:none; }
#p0aoezMmpmWO34RN96TePLuEhFyEzGxF { box-sizing:content-box;height:1.875rem;width:13.125rem;position:absolute;display:block;z-index:15060;background-color:#ec9726;background-image:none;top:7.03125rem;left:16.6875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#FUgcIhpEbkQkTczZifH0f91Z9TfAH1o2 { color:#1e1e1e;display:block;width:15.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:7.40625rem;left:15.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nt0Lqv9yUUPecxnlSuBrXJeFuvUM6h4H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iVKS7aUXBy6DacMK5sKNM1nQSJ5zHtGy { 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:45.1875rem;width:56.75rem;display:none; }
#WXTyWJ488RdbWIAlpoHwlDNiTaeQR0pX { color:#1e1e1e;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:20.3125rem;left:0rem;height:12rem;font-style:normal;display:none; }
#NpPi8m16BL2gQJ7J9tbQQQVoExHEkEfw { color:#1e1e1e;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:20.3125rem;left:0rem;height:12rem;font-style:normal;display:none; }
#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe { position:relative;display:none; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe { border-width: 0; border-radius: 0; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .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; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LA83N4QLhNkcUaCaS3EyAonETnNKkXn4 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:39.125rem;left:14.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:none; }
#MGUIVzBeH16dpoRPpizigdtnqKgS8b0w { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:35.375rem;left:18.03125rem;display:none; }
#xnREn7rHOarMcfQbq2CSOhQXOf9cmLzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPvTQ4H8qSQtKJV3ssOkHLVr2fFOEoET { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:35.375rem;left:0rem;display:none; }
#ftfLhaH4SLnyuqkOVZiy72vTTwWg1wye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu > .row .container { border-width: 0; border-radius: 0; }#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu > .row .container { font-size:0.875rem;font-family:"open sans";height:19.6875rem;width:75rem;position:relative;display:none; }#iDNyBMxTnsiXxe0hw6422cDK4JHONwg5 { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:6.3125rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2Z8nvgycu6Jb1dQSXBGVNtBs43GeAgU { color:#ec9726;display:block;width:30.625rem;position:absolute;font-family:ss4;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:4.8125rem;left:6.3125rem;height:3.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.03875rem;padding-right:0.939375rem;padding-bottom:1.03875rem;padding-left:0.939375rem;display:block;align-items:center;width:5.638125rem;min-width:5.638125rem;height:5.584375rem;position:relative;font-family:"source sans pro";font-size:4.1575rem;font-weight:400;line-height:89.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.649375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.5175rem;height:2.205rem;position:relative;font-family:"source sans pro";font-size:1.559375rem;font-weight:400;line-height:35.28px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:34.0625rem;height:10.51625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.5rem;left:4.5rem;z-index:15008; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #OtnOhinO0SRg89A3OvoGVeJcoIXe5F5F { display:flex;position:relative;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #vmvLOq4uGxWNvLHIb3uX3xTUUD71S5eA { width:auto; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #oOuhOhlAdaKemqGGnFTrThLAGskk3FUP {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #DX4a3w9Z7w7H8v6noTTIPkOf1VEpkwTS { display:flex;position:relative;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #NI4AFbiLCtZoLa40zzWA7gQr4P4UFTvD {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #iwVVl7X7xxoFhy76zEph6mr90oOuRTSP {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #wR7ze9LtqeQSTTm3qhnn3HBBXM1wirm8 { display:flex;position:relative;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ldgPNTQXFGZF6UgLzwhBvCfoU5ZEqsKu {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #gGqcKT7gTGTpRB51rd8OmTNMUWcdPi4Q {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #lJsJ56y0qRM18nOIgWsH0NyH6GbWTLcG { display:flex;position:relative;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #kGgAWM50OT3TZsf9FGxSfDvLybOZwPO6 {  }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ulIuTkfKsC8lA7nAif5dLV6QFfD6aAR9 {  }
#mf65RIRAwleqFgHMFifhsgl9AbO8J9Rp { 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:16.8125rem;width:26.1875rem;top:2.84375rem;left:43.6875rem;overflow:hidden;display:block; }
#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;background-image:url("https://images.assets-landingi.com/uc/54ffc5cb-9dd5-4619-b55a-2b3b6122f083/ozdobnik.svg");background-position:bottom 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; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC.adaptive-delivery-prevent-bg, #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC.lazyload, #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC.lazyloading { background-image: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { background-color: transparent; background-image: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .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); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { border-width: 0; border-radius: 0; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#Gh9bs4E2r7N5b41F6aPdu3xUmMhGIRtG { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:ss4;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.1875rem;left:14.5625rem;height:10.875rem;text-align:center;text-align-last:center;display:block; }
#B6rTb0yeU8NvT208NunOH9K8TGToubzU { position:relative;display:block; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU { background-color: transparent; background-image: none; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row .container > .video-iframe-container { display: none; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row > .video-iframe-container { display: none; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .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); }#B6rTb0yeU8NvT208NunOH9K8TGToubzU { border-width: 0; border-radius: 0; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .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; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .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:41.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; }#ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { color:#1e1e1e;display:block;width:34.375rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:9.75rem;left:38.5rem;height:7.875rem;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:left;text-align-last:left;display:block; }
#XH1FN8XOfTPa5t7tIf7GnABFCRZH6UQ3 { color:#1e1e1e;display:block;width:30.0625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.125rem;left:38.625rem;height:15rem;font-style:normal;display:block; }
#vQ8AqCmwqqQ59ZtiUQVHxWm0VzGzfVQc { 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:30rem;width:26.9375rem;top:7.125rem;left:6.3125rem;overflow:hidden;display:block; }
#iK1OIFmGJ2Z2rvXo9W2gl1G20BmTveAQ { 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:13.5625rem;width:13.5rem;top:1.375rem;left:25.0625rem;overflow:hidden;display:block; }
#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container { background-color: transparent; background-image: none; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container > .video-iframe-container { display: none; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row > .video-iframe-container { display: none; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .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); }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container { border-width: 0; border-radius: 0; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#xPB0CxwOoW8q7TJqoqDsDeMgerSbLu9Z { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9765625rem;left:8.59375rem;height:4.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTH3eziRSTmeuzMDLBv6EfJJfWbW7nUQ { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:30.609375rem;left:31.25rem;display:block; }
#zNp8iiLwIW42XD0TkJJf6ftbMLx516sZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ee6seQose1OFWLGTRoZLdHTJLDNCRd0C { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:12.9375rem;left:0.125rem;overflow:hidden;display:block; }
#HB0LKy9NEZBsomv5L1ocOmF7E8yLRJO1 { position:absolute;display:block;z-index:15037;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:9.625rem;width:9.625rem;top:12.9375rem;left:16.625rem;overflow:hidden;display:block; }
#GmHl0Nsftcr26NVP0ll80Ke2HkxJsf3U { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:12.9375rem;left:32.6875rem;overflow:hidden;display:block; }
#nHLnC9O744MILF6661Xm07SwBnTHhvJW { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:12.9375rem;left:49.40625rem;overflow:hidden;display:block; }
#rxPw6ZD6BIIurf8Vh01xJOQ6HftGQowI { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:12.9375rem;left:65.375rem;overflow:hidden;display:block; }
#iV1MVVOm9vEKqVvOpJQ4rHrENFUcd8SK { color:#1e1e1e;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvOq4KPkKgP0WR3ni9HKTlOHWykmJxX2 { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5625rem;left:16.125rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6TW7yC7WWs5m45wNyohpe7HAPRXbUR6 { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:22.5625rem;left:32.1875rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fL4ytcIGrRJkt15cAqOSVJyWJx3hc9OD { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.5625rem;left:48.90625rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwKo6Zc3tzgQvrlyrfsF1qZthTceikcT { color:#1e1e1e;display:block;width:8.3125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.5625rem;left:66.03125rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a0bp114GPTx44ZZJEh46nQAE3r0o3XXh { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.5625rem;left:16.125rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DPUDNOW3TuFOfS87AeIgOA27hHBhi5Rz { color:#1e1e1e;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#INyzysXzytLZ4N4APQeZqItyFtqHTG71 { color:#1e1e1e;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#idNxo14DTthqvL0Q4wq7W9vAEWXUJTzl { color:#1e1e1e;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GOepUhMhG217X243expJ2zrpg9pz3tQg { color:#1e1e1e;display:block;width:9.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:22.5625rem;left:0rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/acdbff20-d157-4755-aa38-340556508ad8/blue.svg");background-position:center right !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; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF.adaptive-delivery-prevent-bg, #PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF.lazyload, #PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF.lazyloading { background-image: none; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container { background-color: transparent; background-image: none; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container > .video-iframe-container { display: none; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row > .video-iframe-container { display: none; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .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); }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container { border-width: 0; border-radius: 0; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#tHxG8GgWbUxb4bCpGQGzlckOUOPh49OV { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9375rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvsLz06ptOUT2LF5RIVaEn2Za7pgwoTK { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:7.875rem;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; }
#ggTq9E1EXSZSTvs0UDzTZLakO7lz2RIk { color:#1e1e1e;display:block;width:38.9375rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.25rem;left:25rem;height:4.875rem;font-style:normal;display:block; }
#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/acdbff20-d157-4755-aa38-340556508ad8/blue.svg");background-position:center right !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:none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W.adaptive-delivery-prevent-bg, #GZWXGWVNleanqvGQIToUPJnNRo3ufp2W.lazyload, #GZWXGWVNleanqvGQIToUPJnNRo3ufp2W.lazyloading { background-image: none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container { border-width: 0; border-radius: 0; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:none; }#zQN4R0RVZLfKrXhzEQdJPlFvv7sgTEPt { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9375rem;left:0rem;height:1.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XGL8IkTn3WXvybG1KMIVN93w1rHQfPrF { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#hntuDbHA6pD8OgUgdlJWQyDp6UQVVRJh { color:#1e1e1e;display:block;width:38.9375rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.25rem;left:25rem;height:4.875rem;font-style:normal;display:block; }
#TOPioFVi06pShWyOuS2vFxC3inQpgviW { position:relative;display:block; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW { background-color: transparent; background-image: none; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row .container > .video-iframe-container { display: none; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row > .video-iframe-container { display: none; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .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); }#TOPioFVi06pShWyOuS2vFxC3inQpgviW { border-width: 0; border-radius: 0; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .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; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .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:14.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; }#lTMPIDtpmRvwU3gGCgMadIwKTQiaFMBf { color:#8b264b;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5rem;height:2.0625rem;font-style:normal;display:block; }
#m8VlTTThXcQzTZJQIqC6CytSwmBVz54r { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:3.625rem;left:2.5rem;display:block; }
#nohJqsW23ylTdf93FZCzMTtHQsq43kym { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.5rem;height:3.5rem;font-style:normal;display:block; }
#pOH1AEXpIUztGEIeXbdCGC29Tco2agd0 { 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:1.625rem;width:1.25rem;top:1.4619140625rem;left:33.9375rem;overflow:hidden;display:block; }
#BdyuCOxl5FeL6yMNJSwcqLXKOraZLeOe { color:#8b264b;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1875rem;left:39.9375rem;height:2.0625rem;font-style:normal;display:block; }
#x4ak8sVffCnfWokyUyDRHVWhfZzxmp2a { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:3.625rem;left:39.9375rem;display:block; }
#vF4HfeEXfC02TF3vscnI7Fz7q4wVdxKM { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.1875rem;left:39.9375rem;height:5.0625rem;font-style:normal;display:block; }
#RRTtpAik0EcKiXJsbzXo7zCH1ocso8Pb { 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:1.625rem;width:1.25rem;top:1.4375rem;left:71.375rem;overflow:hidden;display:block; }
#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst { position:relative;display:block; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst { background-color: transparent; background-image: none; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row .container > .video-iframe-container { display: none; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row > .video-iframe-container { display: none; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .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); }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst { border-width: 0; border-radius: 0; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .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; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .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:12.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ExZEIdwltLTyX58gEBn0rdU2bOteZ5uk { color:#8b264b;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:2.5rem;height:2.0625rem;font-style:normal;display:block; }
#XOGxtqphVOKQflLR4vtACPQZFsf3un1J { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:3rem;left:2.5rem;display:block; }
#vUe5hhfdRnAz1luhTKIKkm5TWPcs8xTU { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.5rem;height:3.5rem;font-style:normal;display:block; }
#f5LtQxvy8cSeOK9oWAuWBlWxqXKvuwG4 { 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:1.625rem;width:1.25rem;top:0.8369140625rem;left:33.9375rem;overflow:hidden;display:block; }
#p4cBDDS8KJnWUI4wx9ObdCTzKFlpf5ty { color:#8b264b;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:39.9375rem;height:2.0625rem;font-style:normal;display:block; }
#d7TQTxNqT4IyGbJRecfVXNBohFSwbJbX { box-sizing:content-box;height:0.0625rem;width:32.5rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:3rem;left:39.9375rem;display:block; }
#LNAntVgQraxUhdidukC3hscsrN6uHH6F { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5625rem;left:39.9375rem;height:3.375rem;font-style:normal;display:block; }
#DQIit5L4RpPsnHxcbnoLLlpsMR4FSbM8 { 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:1.625rem;width:1.25rem;top:0.8125rem;left:71.375rem;overflow:hidden;display:block; }
#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR { position:relative;display:block; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR { background-color: transparent; background-image: none; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row .container > .video-iframe-container { display: none; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row > .video-iframe-container { display: none; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .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); }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR { border-width: 0; border-radius: 0; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .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; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .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:32.3125rem;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; }#Jzi6b4WTRVtU1vR43bJVU2F9AdxUu2t5 { 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:32.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h > .row .container { border-width: 0; border-radius: 0; }#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#q5Sm0d648DTekfU5TrbMaRza5UxPl43V { 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:18.125rem;width:32.625rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#z7y2r1PvQ629iJx3fWSiT9rES3Ct7BH1 { color:#1e1e1e;display:block;width:37.1875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:3.8125rem;left:37.4375rem;height:5.75rem;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:left;text-align-last:left;display:block; }
#WzNtpq6BTyT28KtnOm52ooH1uJqhScDT { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:37.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rWE0UfdNo9ln3FFH5wo7ldxHp1Sme9Cv { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:37.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c9beb82-d401-46b1-bc65-3f677e065991/bgflower2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq.adaptive-delivery-prevent-bg, #iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq.lazyload, #iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq.lazyloading { background-image: none; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container { background-color: transparent; background-image: none; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container > .video-iframe-container { display: none; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.68); }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row > .video-iframe-container { display: none; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .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); }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container { border-width: 0; border-radius: 0; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#r9qGHa601tyGkleWPP7d89KfgzTSbTzZ { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:ss4;font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:11.5625rem;left:8.625rem;height:6.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5xTX7o4AXRm8kiR5mgQCevx800qw9bB { 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:2.75rem;width:38.125rem;top:6.25rem;left:18.4375rem;overflow:hidden;display:block; }
#TCA7HVJOJnzFABCpNOBEwszeyVURnSAs { 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:9.625rem;width:9.625rem;top:23.0625rem;left:15.625rem;overflow:hidden;display:block; }
#bvz2F86UVGguSfpODcJ9WdnMelwgMGaO { 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:9.625rem;width:9.625rem;top:23.0625rem;left:49.8125rem;overflow:hidden;display:block; }
#Qx4eq7P8T1IUnKflUcJ9XCxpK69lfLCR { 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:1rem;width:15.3125rem;top:27.375rem;left:29.84375rem;overflow:hidden;display:block; }
#E0UbFEzpZFCLzcbOGD1Zombr5Js9rN6b { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:33.875rem;left:15.125rem;height:5.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcGC3AtdGDZ6AR5MvqvFx5I2J6HO2NOT { color:#1e1e1e;display:block;width:18.9375rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:33.875rem;left:45.15625rem;height:9.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hw0Z1pk6XrR98JbDFvOEgQXcBrxwArvf { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:43.68359375rem;left:31.25rem;display:block; }
#hSZk1a8XfqRaS456IZOkNEXVQ0PcL5k6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1dzIfOIVUy4cwuht0BLGEccUi9V3TMP { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.625rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.109375rem;left:31.1875rem;display:none; }
#bmXGsBmxMTbdpfXctOOlaHzZEKdrZ1AV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6liHT7WkVD7MSdHn1Hef1QoVfXoZGCP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { background-color: transparent; background-image: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container > .video-iframe-container { display: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container { display: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .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); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { border-width: 0; border-radius: 0; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#kaLsMlb2uGBTUKDVUcxP7cLlXcwxJ4rd { color:#1e1e1e;display:block;width:14.6875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9375rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqrixMxKVXXaaKoZuvi7ZaUoKT7WQlWx { color:#000000;display:block;width:53.5rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:7.875rem;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; }
#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { background-color: transparent; background-image: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container > .video-iframe-container { display: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container { display: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .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); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { border-width: 0; border-radius: 0; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#R6hxxOWsd9RCoc6JF5XPba8CWDBirnfD { color:#000000;display:block;width:37.5rem;position:absolute;font-family:ss4;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:37.5rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#qzzfbTRpuxNKBcL2sJxSTDu2RSgwBytE { color:#1e1e1e;display:block;width:34.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.34375rem;left:37.5rem;height:26.25rem;font-style:normal;display:block; }
#qWuSATHipzn1UNDGIAZHIifTcuBBsTBN { 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:37.5625rem;width:18.75rem;top:0rem;left:2.01953125rem;overflow:hidden;display:block; }
#pUB7IXUwn16SmLGKNQevMZTwql3pIw1O { 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:43.8125rem;width:36.125rem;top:2.5rem;left:3.2294921875rem;overflow:hidden;display:block; }
#HsR1090yBtUuga5ud917klb181eRpg7f { color:#1e1e1e;display:block;width:34.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.34375rem;left:37.5rem;height:26.25rem;font-style:normal;display:none; }
#AzOTqXyt0Lpoo7WSoUaQ9wakxX0WdusA { color:#1e1e1e;display:block;width:34.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.34375rem;left:37.5rem;height:26.25rem;font-style:normal;display:none; }
#U05S27OOqCBnzs9a0TS9TvaixLCk2yqs { color:#1e1e1e;display:block;width:34.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.34375rem;left:37.5rem;height:26.25rem;font-style:normal;display:none; }
#zCdrFNJfzM5uExqSMRZIJ8lXydVrdyTX { color:#1e1e1e;display:block;width:34.6875rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:13.34375rem;left:37.5rem;height:26.25rem;font-style:normal;display:none; }
#WkvBdPIZPO4d6JLOkTs86QXc3mv5kKdm { 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:43.8125rem;width:27.0625rem;top:2.5rem;left:3.2294921875rem;overflow:hidden;display:none; }
#voQc37Gu50CNP9HLTrvL2B09L70E87fS { position:relative;display:block; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS { background-color: transparent; background-image: none; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row .container > .video-iframe-container { display: none; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row > .video-iframe-container { display: none; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .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); }#voQc37Gu50CNP9HLTrvL2B09L70E87fS { border-width: 0; border-radius: 0; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .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; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .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:27.1875rem;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; }#MWCesvaDeUaJykOWNPUWDTHU9LSLU1sy { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.9375rem;left:0rem;height:3.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWH0ntN3J1M2VWyOCbIPJUZrL8O9mUta { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:6.25rem;left:25rem;height:7.875rem;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; }
#rnlqoZzr4IH5nvvEDTyQiRLxCpVGtCad { color:#1e1e1e;display:block;width:47.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.25rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }
#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 { position:relative;display:block; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 { background-color: transparent; background-image: none; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row .container > .video-iframe-container { display: none; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row > .video-iframe-container { display: none; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .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); }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 { border-width: 0; border-radius: 0; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .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; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#v5leUU5J6icirTgIqMbTUscXwhg43g6g { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#IGz2WJsacFUpRgm6DJPO6sCDZI1xgAnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#eVFXMPNdutvKAgqw9sKCWcQMDyCRAeTQ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#Sl6VL73tgo9UQLmX3yd2wTICHCCqVrUq { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmsCRXEPC97u6hQrhrgpPvdv3gJZi2g8 { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15062;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ { position:relative;display:block; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ { background-color: transparent; background-image: none; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row .container > .video-iframe-container { display: none; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row > .video-iframe-container { display: none; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .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); }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ { border-width: 0; border-radius: 0; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .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; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .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:19.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; }#BD7kf9PiclRUToFqDyL6HTOQMvVDqMRd { 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:1.6875rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#KTcfHBCuztHMQ3FDrt6qoUwiNfBdtdEs { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#SDfkidMpx05bcEmfc30rUr4MkDDw7gzl { 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:1.6875rem;width:1.375rem;top:4.3125rem;left:2.8125rem;overflow:hidden;display:block; }
#wORh9bPricvzUESbvvzwM4r8ymF9ty31 { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#iC0a7W79WSP8MJD9PXckr2U7pk7V5xhM { 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:1.75rem;width:1.375rem;top:6.625rem;left:2.8125rem;overflow:hidden;display:block; }
#JcLMf0wcHv5epDPxzvFcCOgloDXrcPrJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#dle0ThGDn1SOqQ4R2o4SOuktvzDe5HuT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#tMph0P7SJkPhN3RbmPCfAcDRZXxkcxJT { 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.75rem;width:1.375rem;top:9rem;left:2.8125rem;overflow:hidden;display:block; }
#PN6GmXTTU6kaPgKpCGbXW34ffTbnx1Ih { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#k5ZTCykSTB7nKsJdy9lQh4bCvWNVe7er { 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.75rem;width:1.375rem;top:11.375rem;left:2.8125rem;overflow:hidden;display:block; }
#iru90oIFZLT6Gl9tenz3vqPSVhEbnoNG { 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.75rem;width:1.375rem;top:13.75rem;left:2.8125rem;overflow:hidden;display:block; }
#KPId219e0GS0a4QDhfmoK3fbG0uhCJzz { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Tr7dUrATIXtF4L7QKCrGEhmfQn8seMyd { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#LWU69FtNNvnBKMszzNkTLoKHcfDZbDQN { 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:1.75rem;width:1.375rem;top:16.125rem;left:2.8125rem;overflow:hidden;display:block; }
#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP { position:relative;display:block; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP { background-color: transparent; background-image: none; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row .container > .video-iframe-container { display: none; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row > .video-iframe-container { display: none; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .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); }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP { border-width: 0; border-radius: 0; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .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; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#BvJVn8xoGAPXRqJWqgPvbwK4VATn5g9q { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#wu7F7pqOtnv7Opxyglh01MXOqL2yRLSM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#GBUPG38bfZ2JG27zJlwiUvtIUpTyQ7LL { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#vmEHm5VQxKK1BVE57mHNy78a0uHwtI3M { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpVPFoEtQzOqnfOC0G6GkRfpiCdQJDZR { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15064;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b { position:relative;display:block; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b { background-color: transparent; background-image: none; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row .container > .video-iframe-container { display: none; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row > .video-iframe-container { display: none; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .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); }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b { border-width: 0; border-radius: 0; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .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; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .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.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rKW4QR4ZqRQWts2Oipzzsm8qzNzSmC1E { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#OlTOr59OyMeSZLTZxt8s4PrU5OtGiQOk { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#hEtNZFC3V1ZVTIlv9LJdEsKXJTyTTCxd { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#UrnGPSpKku5048eko3f0a0BQ4NuZVLU1 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#llXrmJHs4nZE1Tkwfmmsxt0etTr4UkO5 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#wVogoRMc66gpWaHwz9NRTSCI54Pm2GRf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#NwWPkiPQO5zElJb0sFbEz1KKeo8KT0Zi { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#ngXC2nsrhdUTMhOOXFlhQT1qEAW5RbTo { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#US4PQaJi20W1TXRrecOlC1v1TZCSJLqC { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Pm2rZRaIECip16sISX48MLUTh0SaEBTI { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#AoGZPFM9nQHJHZ99DfD5N4Fh86NK7KKM { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#KRRMeBGVb02dHeZekIb2M5VUftJPDwHp { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#uU1pJOmWfRbdyS90T9GQiAa0vfXdDSAT { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#S18vdpNaTOQUJm1VEPlo39TvInP9IFMJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#glgUSDMZITqaOuNJTCHtH9Mim59eT9KQ { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#XTKOaao2SUxkE6Jag5qAupivsI421IH9 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ic68G0ghSvFwuZ7JLLlHH0dT5TozqNvp { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#TFVuJ1y0AGqFBPHbV8ir2LrUMMHS5niu { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#DVqx331Vxudu84Vs0pxeGKWGPo2taVFW { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#o6ut8NVrmrTfaO18vIRWTMq3bxA1hB2P { position:absolute;display:block;z-index:15018;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:1.375rem;top:23.375rem;left:2.8125rem;overflow:hidden;display:block; }
#F4wwi6MTKvUUIm9EdMUTIfBaVIciNI8B { 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:1.75rem;width:1.375rem;top:25.75rem;left:2.8125rem;overflow:hidden;display:block; }
#gUop9PH28TIt360lH6vQ1xO8QITlKEGi { 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:1.75rem;width:1.375rem;top:28.125rem;left:2.8125rem;overflow:hidden;display:block; }
#sD7X5bWDevzqokbTsltlXcdxn0hssqgx { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#CZwy78Fc5FfTvTrwEKlIp59iRfKIiON0 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#tkorhsPhVQkonOL95fzNp0F0o73UsLEz { position:relative;display:block; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz { background-color: transparent; background-image: none; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row .container > .video-iframe-container { display: none; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row > .video-iframe-container { display: none; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .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); }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz { border-width: 0; border-radius: 0; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .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; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#z1hFaFxcB0xn2FBmTEfE8EVArdA7gLmd { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#Ks7otUQnRHaVb7MUsqqiAvh62OrAT8Ts { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#NAwWRlD8uyC8iyHylDrTVeQTUe13iKIy { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#lMvXOWcW3y3tl5pFcm5NyauP9ZyslFNn { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CluVLfCUTfVygNip8z1AiK7L9KBcnP6m { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15066;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B { position:relative;display:block; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B { background-color: transparent; background-image: none; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row .container > .video-iframe-container { display: none; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row > .video-iframe-container { display: none; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .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); }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B { border-width: 0; border-radius: 0; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .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; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .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:10.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; }#ohfqh39AK6gKvDdKFy0HTWwXDFVp5wtm { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#mQwLX2V0pWtbQ0T7wVy1yZKV4P7nx131 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#PTHPLdu8nJ8UEQJ8GfnbZB64BwrmL2Iw { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#orSk8xHddE0rS3BUchAQoO05kcgTRDx2 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#teNPgXpJlGdJU2UXqqiakbq99qVs0iNf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#TsiOkCx4bWEvdDeXwTKtD6ZB7WUEmi3C { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA { position:relative;display:block; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA { background-color: transparent; background-image: none; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row .container > .video-iframe-container { display: none; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row > .video-iframe-container { display: none; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .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); }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA { border-width: 0; border-radius: 0; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .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; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#IGAkaTD4TEpQz1qHedLT5VfT5LRICTwL { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#Ho0aMf6NFvCQnrZSbarJFInXRvtuVfIS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#HyNAROI1Rxs2sGQ1LvnGKaJAs86UB4ui { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#GEad35NOHwFlvgQxxZkZVCya7Jz3SXo9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSXHfoPSFGaLzZm5iUzZyZtzb913PqFS { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15068;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer { position:relative;display:block; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer { background-color: transparent; background-image: none; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row .container > .video-iframe-container { display: none; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row > .video-iframe-container { display: none; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .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); }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer { border-width: 0; border-radius: 0; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .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; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .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:17.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EGR64RrLbs0pzhMSqnrBakRaNDE6f8sy { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#oZE88K7G1J22mGHpbwvLfXdWvda4azJh { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ZAIz1JLXoD6BwBwSVT6Jq8l1BGBhqZMC { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#dFl4q8QrU7DZh5FfTq02fFVPAlbf6MUT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Eoq6RT6PD0WBKGLrsiDTMu4UquVh5dFM { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#oyHNI4W7iXgIrkQ4HIG6I5XQmWIvIw9O { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#zmP98QgQxwd2lIFzvABB6otLFAT0FTMX { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#mymdmeurx5VbdvFgH0m3yrdwJ8QQb1sa { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#pTxxk6U5EKM3h8zsBNRqhpT1o4Q1Q7dU { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#aDeCxJO8rw9zXBrc3Tu5NTrVgESPNziH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#iNyAPiWXOnpxv3wus9Wk0ye4yp2DBny5 { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#JHCIJn1q8aFKomAOF6McV75ooph3AWnw { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt { position:relative;display:block; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt { background-color: transparent; background-image: none; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row .container > .video-iframe-container { display: none; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row > .video-iframe-container { display: none; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .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); }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt { border-width: 0; border-radius: 0; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .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; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#DEm4Eyvqa2yQu65UuzfoLCXk44XMewWf { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#qWfVIODPQarGrmhoiKsfr4C1aduvOzxf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#HcUJnXDqVvXwbtskX3R3JSqSpsqMheIF { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#NxTwDJsdvoJstE9W9WksukuFm7skSaMa { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlhzzfFmaayWzt45zBcWoFn58oZNBXPX { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15070;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK { position:relative;display:block; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK { background-color: transparent; background-image: none; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row .container > .video-iframe-container { display: none; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row > .video-iframe-container { display: none; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .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); }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK { border-width: 0; border-radius: 0; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .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; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eUXuszQQic7VSPH7wF8q1tzTvKavqLgJ { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#zumNrbztRqeHxVDbDTNNGK2ppX3RsFtQ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#uTxkOyLtvKTRIDemE06hXzcrvXaZWCEI { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#EZae2S5LxJSDxTaSar9lDI5HEqryMTmf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#zSqC9tlnZgvvig5qe0JDQSNTca8QM5OA { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ETFhTHMoQzPJl4DMABDWqzbncLXTy9XL { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#B3G7pxswv3ybnUnGHZdQR4lIqcH6FM3U { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#XAnuFgctxaLZLE1XAtQLXZ1cr4R5Ps37 { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#qdOXhJlzt6Ko4DWuR2V3iQdUIcB9p8BC { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#sKTvtKC3bm43Z1z852gV361hogipldAb { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#EAb54ZoGCAcMAg8MfbarnRKItFOS7tRZ { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#mtmbgoofTHZVXmQk0Cr9rOuXMTtTAT4z { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#CeOKzO1y5nodszGIiRbWlmOT3PH9SroH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#zMx7hTOsBlPwO9C05gJh99yhFSL5xxfQ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#TcbvTA0181cly8osx1wD2BKWJaCxa2mH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#RNMqyCBGWvhKRygIXkJGJQozJ8vfGqLr { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#bl39ryrkwy58hMIEqpnnkxLKG8Jz5CIy { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#W1TatKJ7598ie8bKThdMdahClAfAFzIB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ { position:relative;display:block; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ { background-color: transparent; background-image: none; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row .container > .video-iframe-container { display: none; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row > .video-iframe-container { display: none; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .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); }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ { border-width: 0; border-radius: 0; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .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; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#VnJeUFdaqoT4d96rUqFMbkwB8oqnnlbG { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#x5wF1L4Di5LcC3Bz87STsRE1MWMaPI1F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#oWKpXRPEQ2mGDDsKTtLTb4N76dwzrcce { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#RmzHNqDSpX50f3neDFJMRxOn3iqBZxJG { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3orZUdmTHTdTqduVyg7AogOSK6KNAMh { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15072;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM { position:relative;display:block; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM { background-color: transparent; background-image: none; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row .container > .video-iframe-container { display: none; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row > .video-iframe-container { display: none; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .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); }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM { border-width: 0; border-radius: 0; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .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; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .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:27.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; }#acxhRV4mrmT8H9hUVrLocfgsOZv8vETs { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#hoS6DbNeHlAbs84bL0Q1d52I8rU0bUaI { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Sp0SR1LFQJy4InJLM3eABe2SaHerDc0C { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#LTmvPwCAk3HP73mzhNCXRJPd3gMROpt4 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#y3ow9JrmwwFctX8mpsQHQ8leVTbXZZzd { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#SgW0Ecm5OJFhhFRsnukHHkWC9roKN1Iw { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#h9OAJPNgXzEb1q6CiDq2o3ZVbTP7cCxi { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#RGQDSWGaQtk4973SqsufxmaorHX2oFIX { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#ItNSAQBwg9Ii38U2EFLzrEhh7rGHAc1M { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#P8ppoVMgI5hZ4SV9mDUVN69sBRL2d6il { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#UFrzvGChbLi8Tcz3EpeLwuWUAt80RnXt { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#XmwHm25XnhIG97T4S2KdrhxT38fHzNQf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ZBCcheMSPJOUWcpNoTchr1T9xMl3DNGU { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#shczgWqttv7cfmiI5uGQ5BrLKsfMGLw6 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#waCBZ1Pf4fi9hTrMLwHce2tmrCQfbeMf { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#D1Zcyt0PzDIkFQbPRIvRxdWPkrSzdpmq { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#KGtxHZK65tUp6TKJ71w8dTiIX8PZCzKs { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#ClN0Ed35tUDfz5RlyHvQqGdsM63T2yuI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#b23m2LyDQV5vsoPXME3EXUvhzLJBePyv { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#whQlewuAkDgrCtzI47n4X4hzOUQ6e5Rq { position:absolute;display:block;z-index:15018;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:1.375rem;top:23.375rem;left:2.8125rem;overflow:hidden;display:block; }
#exTbTwXlhW7HcyNbkhl6TX86PTbIrntS { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:none; }
#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L { position:relative;display:block; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L { background-color: transparent; background-image: none; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row .container > .video-iframe-container { display: none; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row > .video-iframe-container { display: none; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .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); }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L { border-width: 0; border-radius: 0; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .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; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#sSnnE8Vapo1bLPuxf76WzBMefLZiC4cM { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#xKFQmiHwTFMLxumTU3hgwRik6sGvhx7b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#J6TF9MPFLg7qZ4EBuvlmw7olWuyk7XNF { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#ib1OKrUZPnKK3TAIAWAmPThPC0AyzyeF { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGQl5HiWTXrVMBVik5fwUTgWhxvOPNIX { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15074;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP { position:relative;display:block; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP { background-color: transparent; background-image: none; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row .container > .video-iframe-container { display: none; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row > .video-iframe-container { display: none; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .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); }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP { border-width: 0; border-radius: 0; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .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; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .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.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zvt2Nh1szyPokMH6O0IOgs1nqXfpafSt { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#JyDi103aJlx1G9U0F2qhtkxTOdwdsoH7 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#w4bcTAbCgbPCPp1tRmovJqolledhmSgD { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#lR0hqx029iZ27k3t5h9Df8ohpTLIW4s4 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#KKFhdPqFFeRre8ycPoEwnZquf2Q9ohLV { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#lOLG8JpLWIxMfphtcmlKmPQEevkWyGi3 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#bh5GTPwgT0226wh72sIl9DTRgBqHoPrO { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#db6deXVZdQ5yC54p9KBKWT7JsAvHvdCd { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#hTdWdDzxObqBc0TZ6mq3K2S6KI0iUX3f { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#tQ4ypU8nXyf5S6y0s94cr7mSRc64oEeJ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#PNChtydIGZhNMKZTHP7IWT2UyUPFDPEm { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#FQh3yCnqOscyGTAT28TZ5doD8UoJllN4 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#QQyGOsNIlCG5MaCWkA2fMGIu3H2Ax6mo { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#xyyfAKZ9IQUSbiI4Xt5nGNPS3DVT3P13 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#WHBUQwCTo4Vk5c7fCvmlvBEnZVOqFAgr { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#LMuleg9DIwB3MMXptD5cDdfBtwzvcQlH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#IEuORQST02ka5a0Pz9XuhX18vMN7t5mA { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#anxQDHIzWMogGq8FivUqVdWT3uzvRIQr { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#wMgv6a6XT8ykVZ4Lk8hsgpd85rw3bBDs { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#N11oZzWFqqvb0mVDD2VeF4l9rXl6NoEE { position:absolute;display:block;z-index:15018;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:1.375rem;top:23.375rem;left:2.8125rem;overflow:hidden;display:block; }
#agB2QNg7QVRqBUDANVyPxyATMxm8z0gN { 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:1.75rem;width:1.375rem;top:25.75rem;left:2.8125rem;overflow:hidden;display:block; }
#VoUIT2hLpueQ0IXl5hfoiqMox0VsDmKh { 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:1.75rem;width:1.375rem;top:28.125rem;left:2.8125rem;overflow:hidden;display:block; }
#RqpmwuHpUIkI365OQo0TNmrLf0WNHTgg { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#dHWBSEXMtd8TsH4MaIk9QoJ4BXzPHmaV { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ { position:relative;display:block; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ { background-color: transparent; background-image: none; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row .container > .video-iframe-container { display: none; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row > .video-iframe-container { display: none; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .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); }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ { border-width: 0; border-radius: 0; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .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; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#XHIJbfe3gcDqQohHSK418FVFIxDHzf5R { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#CTtqPeH6Nw9Csp9kJonw2w8RuJqADQ1B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#ctiRU55BW8HflgVbVXNvTLy3113xvehf { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#AmSb9CPFEhTe6yyalXl8MxV0onCMbvEH { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15076;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#RqxulFKLZcRAGAtDOhJOltDXnelm8CbI { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 { position:relative;display:block; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 { background-color: transparent; background-image: none; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row .container > .video-iframe-container { display: none; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row > .video-iframe-container { display: none; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .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); }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 { border-width: 0; border-radius: 0; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .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; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .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.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qKX4tadH3lrwUTZZLD2rITiO3h10xnVH { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#J5p3grF7JyJGVHZfa2rNonkbT0FCZ1lt { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#XbCLXb52HzTNqavP16wQaJIt2Hw1ezqs { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#Hh1kCr7AbbnNPuy9iJZF8mFPNnmIH0NW { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#D6gf3EvHlG5O29RRdpFXSrAtOnRfZCng { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#lszzBCbOTJ1536Gwl4Z7rR5XFyNsGC8p { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#x1BiTbCfyZ3HcVzCO48pFCwW7fZ8FoMp { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#rE48CXGiTtIwcNyWuAX9tzEa6r6loPQb { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#rIqi3tVbe02cxScVrVr6ZzplDGUWFilB { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#C4St2ycHypDW8nhmalVG4q6TZZv5Eqmv { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#o64EyB34S3Tcf2v8aCFNGDMd8XmXDOnV { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#PRRHAifPpvuHbV93aPrHNtUc5l16cW6t { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#kvtLhXJkve73tDGEq85HqVEbPldhLpE0 { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#ZN57ewDMkimdcqqhbOXvM2wXSc1TTMFT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#NxR8QWS0GefKEtiHJnOCgb6gyddo0DtS { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#ObUDinwxT0F5BezLRCBfOopQeNcTxB1x { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#xdw3oESprGfXrdeGVC9Iht8UEXFyg865 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#KtCwThHJalzvEhqon9XRWhfVTlwA58vC { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Hl8VsaOfc1dKDqoAFaVg4FMbnpBsFQIH { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#IT8U0mwMwhBqy9edS6kz4yoDXlNyWCaJ { position:absolute;display:block;z-index:15018;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:1.375rem;top:23.375rem;left:2.8125rem;overflow:hidden;display:block; }
#dIWQKSzR2cvFRgrxVgi3rTHGKltVJHTU { 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:1.75rem;width:1.375rem;top:25.75rem;left:2.8125rem;overflow:hidden;display:block; }
#eRCJtmzPWziCOEeVhDE73dHv99zhWW2e { 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:1.75rem;width:1.375rem;top:28.125rem;left:2.8125rem;overflow:hidden;display:block; }
#F90trXBakHHfkVHHtOq7iEPTXKkx2xCP { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#WQLiCubNr83MJTf1AB59q6kQsAqFwIdd { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh { position:relative;display:block; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh { background-color: transparent; background-image: none; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row .container > .video-iframe-container { display: none; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row > .video-iframe-container { display: none; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .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); }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh { border-width: 0; border-radius: 0; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .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; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#IZDwRhObr7qk3efFx41Zv0V3BkwQxpRL { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#eqbU6rn767QHZQJ5qDPKa8WhPDRSsfRN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#ZfE16FSLavXpZppdu3pCUvfC6CBBQDdM { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#TJRbqp2hnf7kWpgnn4t4yDsfvn6TfOx6 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy3cN2NCJm0OSUl5qJbBTtulirsXkOPu { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15078;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq { position:relative;display:block; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq { background-color: transparent; background-image: none; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row .container > .video-iframe-container { display: none; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row > .video-iframe-container { display: none; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .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); }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq { border-width: 0; border-radius: 0; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .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; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .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:29.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; }#aOI7W2erOil2m7uGMqZ9AVdU2snhTBUd { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#tV2ymFqTv1HATXMOzDZE55AZo1OOK23J { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ukQZRqKJm6xXq61gLiVBhVAc3ZB5AEHD { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#dJiiBAGNgM117qWizTJTcdV4yB80JFyq { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#bhkQAnn7mZbBlADkEiRMgo0Ruze1qIDz { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#cAenixbK3ubHgbdJZS80p66FfqxiUzv8 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#tH1tRhdoOyDKNywF8MG10HkwI7sMRNXx { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#orDKrErCeBLV8NsW0PKh2S7U0PAvIrya { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#hFPumf30LWH9nOTnvuo9IBdw4dLxtzo3 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#SAmeh8peIw2RwIclXlBLclCB3P2D5TTJ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#cLn9fMHEoVUbJqxngx3GtQpHIeKccJ3m { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#CqT3Sm77fwMETMa5ITOf2ZsB3cS3EHtT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#OfZRNZT3ErHvcMKKTiKP1DpW0Kwgett4 { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#S6BeNHMCnakhN9I00dQGfvc8CpaHQ9tA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#buGIZ2h3zDeQSr46A9qHrPoKTzTL5UTy { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#iwPVuW0zkT7FbRVveUvTAzMeo8kEK8KA { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#pUPpT76qB5K2PVcR2nIcoPXDwEyTFtzh { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#RyRF3CKat2ApyXAkifTNcPHzg991TvJn { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#WQLtMaKCmuzhGD5Inv8R6IQ5VmxZMG3x { position:absolute;display:block;z-index:15018;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:1.375rem;top:23.375rem;left:2.8125rem;overflow:hidden;display:block; }
#MkM0fkcogSMI5Q3EqTzEZtErUzWgcPMr { 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:1.75rem;width:1.375rem;top:25.75rem;left:2.8125rem;overflow:hidden;display:block; }
#ODeJ5kNTbKzaEBmetAH13UZnLrOAQR2N { 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:1.75rem;width:1.375rem;top:21rem;left:2.8125rem;overflow:hidden;display:block; }
#eSSPOdd6ISmFrumu6qV4UKzHRi2DorO6 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#nRzdivayAFtKzHefUQiiX89znwr75T94 { position:relative;display:block; }#nRzdivayAFtKzHefUQiiX89znwr75T94 { background-color: transparent; background-image: none; }#nRzdivayAFtKzHefUQiiX89znwr75T94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row .container > .video-iframe-container { display: none; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row > .video-iframe-container { display: none; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .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); }#nRzdivayAFtKzHefUQiiX89znwr75T94 { border-width: 0; border-radius: 0; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .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; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#p3MFXEuoqHzJ9sc4f7wG5H0CdrGMkXc9 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#oT6Ev3z8cz1TJTIfgaJCrPbBAdNJWsqv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#Mi0P65hSvCZIpcSTZRchmvbr2CT2Z1L1 { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#epxW8Z5afAvCIOAyvib1TrR0yanmLsht { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15080;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#zey7WM1u5sgNguT5H5WNeG3VO4Vidx3q { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 { position:relative;display:block; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 { background-color: transparent; background-image: none; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row .container > .video-iframe-container { display: none; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row > .video-iframe-container { display: none; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .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); }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 { border-width: 0; border-radius: 0; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .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; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .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:22.3125rem;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; }#oTczlyDxDz0roLzToG4SSTOmKd5fHdr0 { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#xVgd1TkI1T51nIM1uzTufg2TT3OLf9fR { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#lMTo7plaa7c2cLWTeQuRU72iX2TVSMzu { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#xP1bvbo6OzTHCKTN6PnkRmlX0wbNTBbF { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#h3w1zvMDST4x39pWimDDmc4DnOtKGiOR { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#DFTT2NZhcWTgFrPkei8VCnOGmNvPmmIB { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#De26I2gxTEzPfiddIdT99ntLi2ULemGE { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#zLiPVraya1dTWPq2QXfe2PyZKlubO4ca { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#lpRXlfDpVLs0CyVOowd3T4TahxMTOOxT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#guX5xTw1KHDHHFkOHao4a5Ogf7FIu7VA { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#TtzlReZd7EFLXQEA3fSZc6TyJsFI5uhe { 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.75rem;width:1.375rem;top:13.875rem;left:2.8125rem;overflow:hidden;display:block; }
#QN0CmSrcUlhgftWPOZTqf5POJ3Eu6ehz { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.9375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#hevm001LXLX0M5aev9imSlol8VKvFEBM { 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:1.75rem;width:1.375rem;top:16.25rem;left:2.8125rem;overflow:hidden;display:block; }
#W47Tgt2w1IFnXzXkH2NTrPBvHxGmQm9U { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.375rem;top:18.625rem;left:2.8125rem;overflow:hidden;display:block; }
#mF5arwvzTCrSmTsfqBToLRrBFak2eo48 { 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.75rem;width:1.375rem;top:11.5rem;left:2.8125rem;overflow:hidden;display:block; }
#Je5erREIgzVC5MoTwcgqvDqVU9TLkiWG { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP { position:relative;display:block; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP { background-color: transparent; background-image: none; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row .container > .video-iframe-container { display: none; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row > .video-iframe-container { display: none; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .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); }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP { border-width: 0; border-radius: 0; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .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; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#vzNvZIpcQhnDIkGGL2hXDnQqZI3QQpTy { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#dHCCzzi1CCyOQI1HKf0DGCFCk6H0qOig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#GcqoEIFRR58nw7v27prblLOXy15BdUiE { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:66.25rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#HdaCuHaQamSG3tnhyCwycLb0r39g0wK7 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:2.125rem;left:58.8125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZfwyKnRqL2KBztrenHTE6XaVGAAXQrk { box-sizing:content-box;height:1.5625rem;width:6.25rem;position:absolute;display:block;z-index:15082;background-color:#b80b49;background-image:none;top:1.9375rem;left:59.4375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu { position:relative;display:block; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu { background-color: transparent; background-image: none; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row .container > .video-iframe-container { display: none; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row > .video-iframe-container { display: none; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .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); }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu { border-width: 0; border-radius: 0; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .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; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .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:12.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dDx16SoSC28FJIiMXv1K885KlsJ5nVZl { 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:1.75rem;width:1.375rem;top:2rem;left:2.8125rem;overflow:hidden;display:block; }
#XEsN3M8nccVOf07w0VoUPOH4Tl2LFoxD { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.03125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Viig3pyVUTS7hMnG40bHp2KOr0cHHaGh { 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:1.75rem;width:1.375rem;top:4.375rem;left:2.8125rem;overflow:hidden;display:block; }
#OeO8Tow1wNqKJ7cmIW2JZVs5uWPO1ERs { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#hUWEuhRAcN1nC9GhWmL6gUcDQsXycRi8 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#Q98flJg666Mlrr8GB1crL5FKI0Puo8rp { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.9375rem;height:1.6875rem;font-style:normal;display:block; }
#CiTmB4TM0Fy2uMaiTOSRXpzCs6WInzkt { 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:1.75rem;width:1.375rem;top:6.75rem;left:2.8125rem;overflow:hidden;display:block; }
#RXMMl8UfzMwOIS4KP7Tg4hiwJdGipEDq { 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.75rem;width:1.375rem;top:9.125rem;left:2.8125rem;overflow:hidden;display:block; }
#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { 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; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { background-color: transparent; background-image: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container > .video-iframe-container { display: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container { display: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .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); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { border-width: 0; border-radius: 0; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#tF077rDatOeIDKKFBJTNCU6l2r913Kb6 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QJ0OOMBffGbHn8muSaMnrHSSDndrZ7OW { 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:22.25rem;width:22.1875rem;top:19rem;left:5.4375rem;overflow:hidden;display:block; }
#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg { position:relative;display:block; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg { background-color: transparent; background-image: none; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row .container > .video-iframe-container { display: none; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row > .video-iframe-container { display: none; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .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); }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg { border-width: 0; border-radius: 0; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .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; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .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:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TgVmqgHwJyh7bxTnMSAIHif80soNsIxd { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TddDDZsoiNpFmIL9moQOKtTMxzBidCCe { color:#1e1e1e;display:block;width:47.5rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.25rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }
#zgOrIGzfAL8fxA4I3v4cwZ9cCCE7gWAo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:35.1875rem;top:18.625rem;left:0rem;display:block; }
#F3IJKiWSsQdKrzanVLTMH1gidW5JswgV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.625rem;width:34.9375rem;top:18.625rem;left:40.0625rem;display:block; }
#WvIBnXfv4ZKiHo3VH9r3KomcERt8RTqZ { color:#1e1e1e;display:block;width:31.8125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:38.875rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UlmfqybrlXwRB88PEQvCCZ6UsFsQMPLu { color:#1e1e1e;display:block;width:27.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.875rem;left:40.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p4T5MV1CWvnm6DWO4A8tkJTPkuZMeq9c { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:47.75rem;left:27.53125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#EXRIk3UMdyuDBGwN0EMnyvIbN2i5laQw { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:44.0625rem;left:31.25rem;display:block; }
#K7PPGtDpy3Hrye5dNmRXsb2yMeF5nBRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myO14hWU6BzMnshG3ero9zPTzTxJhADw { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.625rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.109375rem;left:31.1875rem;display:none; }
#tJaIQECnd6vwwimoEkXCbT2mK3Ilc2Da { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJdNwmpsxbeRh5fp6Txnt2UWubpeESXE { 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:22.25rem;width:22.1875rem;top:19rem;left:5.4375rem;overflow:hidden;display:none; }
#C1GaQslfuGTS0ZTQSU2JAmS7G2IckrNZ { color:#1e1e1e;display:block;width:31.8125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:38.875rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kSaMCW4xd8liSScJFrZfkr2NVss5kGCW { color:#1e1e1e;display:block;width:27.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.875rem;left:40.0625rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container { background-color: transparent; background-image: none; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container > .video-iframe-container { display: none; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row > .video-iframe-container { display: none; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .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); }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container { border-width: 0; border-radius: 0; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#x27cIOdX63bu7w4hHoSStBzoG6xpCWdh { color:#222222;display:block;width:38.0625rem;position:absolute;font-family:ss4;font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.0625rem;height:3.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IVgwU27uRyGwpThv0VrVbi837DaqBRLl { color:rgba(34,34,34,0.8);display:block;width:66rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.46875rem;left:5.0625rem;height:37.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mdOSzOBJ4zgmrTUlEhIBKwwmgHQanxnt { color:#222222;display:block;width:57.375rem;position:absolute;font-family:ss4;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:10.375rem;left:11.25rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#UXQA5Q1TxJPQbBSJpdBfaVewcpchcM0e { color:rgba(34,34,34,0.5);display:block;width:53.875rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:11.25rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TMDKCwrlktANvcSznqWVC9ZZeLUFgBAP { position:absolute;display:block;z-index:15009;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:4.875rem;width:5rem;top:9.25rem;left:5.0625rem;overflow:hidden;display:block; }
#v9zX7nrq6OVNrT8bifDPpLPRFWa6ykFx { box-sizing:content-box;height:0.1875rem;width:42.9375rem;position:absolute;display:block;z-index:15010;background-color:#3fb9b8;background-image:none;top:5.21875rem;left:27.3125rem;display:block; }
#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ { 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; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { background-color: transparent; background-image: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container > .video-iframe-container { display: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row > .video-iframe-container { display: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .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); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { border-width: 0; border-radius: 0; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#HQKCbFK4sqbBCrRPtlXcLabSvF5vpggC { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:8.625rem;height:4.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8C96mxvhlVHJ3irz4IWqUomgQs2HmeD { 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:2.75rem;width:38.125rem;top:3.6875rem;left:18.4375rem;overflow:hidden;display:block; }
#dibsKG8UU3a4fq65WVi59E6Xv3LSs3J4 { box-sizing:content-box;height:21.0625rem;width:68.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:16.09375rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Ftsg3eQwKIbvxCSIqwfqEiIRUk9vxuAf { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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:20.125rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:31.8125rem;left:47.4375rem;display:block; }
#sUsS6eMouWoepBNcmXG7oGOX4LfiL9Zz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQwB3zbqN8J0vNzeuUHkWZQ7FJTds063 { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:54.1875rem;left:12.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#poKF0oX2HukbizK857kZGcSM07DkfpU2 { 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:18.9375rem;width:17.1875rem;top:0.3125rem;left:63.162647058825rem;overflow:hidden;display:block; }
#t4TiRFUbhO6IOCKmLAKD7SgyBWz9F4b5 { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.625rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.109375rem;left:31.1875rem;display:none; }
#sy688BIH0iDXnrTJK4E9c2dASDJQZNlQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7kg996cwSGI4nUryunvdFB1UW3RFrSF { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:21.375rem;left:30rem;height:10.1875rem;font-style:normal;overflow:hidden;display:block; }#i7kg996cwSGI4nUryunvdFB1UW3RFrSF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i7kg996cwSGI4nUryunvdFB1UW3RFrSF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f55e77052c329d9b6a7531edacb4ff32a431c214.svg); }
#hOHCo2q6AkqhXC5HmBDE7WdHL2XGMT59 { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.625rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.109375rem;left:31.1875rem;display:none; }
#u6pv80fOU75oix9Q66ZfEWJOa1QpSwlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#huoVd0ClNgwBuAIqbtZiD41TQneUWprP { box-sizing:content-box;height:40.625rem;width:20.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:21.125rem;left:27.1875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:none; }
#e60GZFbZJmHErsx1ANH7ItQzlOnskdRz { box-sizing:content-box;height:40.625rem;width:20.5625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:21.125rem;left:27.1875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:none; }
#fd31DTrNVIxKiBDQz0rJ1Rr82rPmki1h { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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.625rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.109375rem;left:31.1875rem;display:none; }
#KB0ceZHL5mzd2Fv7rgwXFnSQQAitoBWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGg5AmINvuhpEoGwP2J5qXtd98lqaLwD { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"source sans pro";font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:35rem;left:49rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TATmREhZgioTzacPC4EsGQz0Ca2gQTB4 { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:54.25rem;left:37.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oeQCHuzqXb8LyTB8iqT6Es0sauprr4iM { color:#000000;display:block;width:4.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:54.21875rem;left:62.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kTA5QEBzh5xoo42rqsomeguoQkHTTW0L { color:#1e1e1e;display:block;width:68.6875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:62.9375rem;left:3.15625rem;height:0;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:none; }
#ymZZUuTDLiWeBcTDDG7M9Jb67AKsJLQy { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.34375rem;left:30rem;height:1.9375rem;font-style:normal;display:block; }
#q6ufdDwB3klV3u9fcyb5GotXxhqKfFZh { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:30rem;left:51.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bxdwqFQT7Ows7p7rBh5XaNJ1PIDoB3ft { position:absolute;display:block;z-index:15066;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.1875rem;width:28.3125rem;top:16.09375rem;left:0rem;overflow:hidden;display:block; }
#ZGPNyzyEDibXlWaXh4zZKCBnE746XWts { color:#000000;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.34375rem;left:30rem;height:1.9375rem;font-style:normal;display:none; }
#McR3LmRVKgbJnTtJctEu14Rznz6JENtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;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; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container { background-color: transparent; background-image: none; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container > .video-iframe-container { display: none; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row > .video-iframe-container { display: none; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .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); }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container { border-width: 0; border-radius: 0; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container { font-size:0.875rem;font-family:"open sans";height:2.25rem;width:75rem;position:relative;display:block; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/175c5e6c-3cd0-4d88-807f-0a3e0b9eb158/mandalayellow.svg");background-position:bottom right !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; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.adaptive-delivery-prevent-bg, #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.lazyload, #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.lazyloading { background-image: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { background-color: transparent; background-image: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container > .video-iframe-container { display: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row > .video-iframe-container { display: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .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); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { border-width: 0; border-radius: 0; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#GG1TVe3wX04wGe0HyFvlT1hxGwOZlDEq { color:#1e1e1e;display:block;width:10.625rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:5.625rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rFDaqTQmF10cXzZ0QhgBSIBqNGBT5dLC { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:ss4;font-size:3.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:25rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#eS80vCn1xbCfIP5NAJ5w7VF7tbzhpmsh { color:#1e1e1e;display:block;width:38.9375rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.125rem;left:25rem;height:2.4375rem;font-style:normal;display:block; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-form-header {  }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:30.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3fb9b8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.25rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.25rem;height:3.0625rem;font-family:montserrat;overflow:hidden; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"source sans pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:29.125rem;overflow:hidden;font-style:normal; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-container:first-of-type{padding-top:0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-container:last-of-type{padding-bottom:0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.28125rem;left:23.6875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.5rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-info-text { display:block;height:auto;font-family:"source sans pro";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y {display:block;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.28125rem;left:23.6875rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #UdrAyPbwDpl1WpHZiRSR4Tg9KTrMHJkV { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #cvNEZlMEMRGmeIWcEohsyroJtH2VvELt { position:relative;display:block; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Sw3UkvvVNQFVCpsQPNsGmX3vPTE7isBQ { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #erO7Bvq7EyNwXR75W2KB1qMzxtEQ1rlk { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #ZFLCwib8LQU66KJF95ArqXXMnHtp3ELT { position:relative;display:block; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Pps7DFempJmqf4B1KPPRgdqa6ccSELwS { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #xuCmV8t3qaFCZMz0rQNGkuVkEu3OlNas { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #RIaohPopsCsNmSIIlQLKgOMvpw5qCEK0 { position:relative;display:block; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #W57f4HUNX4p9RI5pCkRmpxTWuDkNWKrd { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #z4FvDeR4aU0X9ekub1VTPETBnTDu8iAp { position:relative; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #M2k9Uhoat1MxHXn7kBTFJeNzBvawdI1X { position:relative; }
#GOo7Tc86g5T9wcXAkNgPKVFcuFxx9WD5 { 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:30.25rem;width:22.5625rem;top:15.75rem;left:0rem;overflow:hidden;display:block; }
#fJHupHCFcmEHOmvhNFQWQVWt9oNtUGeG { 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:20.125rem;width:20rem;top:31.3125rem;left:-13.003941715805rem;overflow:hidden;display:block; }
#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel { position:relative;display:block; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel { background-color: transparent; background-image: none; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row .container > .video-iframe-container { display: none; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row > .video-iframe-container { display: none; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .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); }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel { border-width: 0; border-radius: 0; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .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; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .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:15.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OdBovvIiWXOu2eibc6Oo0oiHrsmNAfRS { color:#1e1e1e;display:block;width:12.875rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.25rem;left:0rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnlrrloH3h1QxQe4zsgtApJ9mbexSmP2 { color:#1e1e1e;display:block;width:49.8125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.25rem;left:25rem;height:4.875rem;font-style:normal;display:block; }
#QcEiu6mIgK64ursZ81HPeHCL7ipNJM2t { color:#1e1e1e;display:block;width:49.8125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.25rem;left:25rem;height:4.875rem;font-style:normal;display:none; }
#wTqPUibTyUaTTwR2UazOUBSGU7HpSqXi { color:#1e1e1e;display:block;width:49.8125rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.25rem;left:25rem;height:4.875rem;font-style:normal;display:none; }
#zd685s943C5ASRWEaGxJPq2esWiMHvrk { position:relative;display:block; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk { background-color: transparent; background-image: none; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row .container > .video-iframe-container { display: none; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row > .video-iframe-container { display: none; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .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); }#zd685s943C5ASRWEaGxJPq2esWiMHvrk { border-width: 0; border-radius: 0; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .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; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#to68EVA2MbSVyuyIIVhAGGWBxdKLePK1 { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#gV0vtTABBWUH8EwcCcVwKSV6zR1Bib2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#mm5GJi1wuViRxEkXfygWsSeFQzOLWztJ { color:#000000;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.875rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ { position:relative;display:block; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ { background-color: transparent; background-image: none; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row .container > .video-iframe-container { display: none; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row > .video-iframe-container { display: none; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .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); }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ { border-width: 0; border-radius: 0; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .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; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .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:7.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zRWiiMrmgO58EuOw3mH8qlWi3CTMlNxe { color:#000000;display:block;width:49.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:1.25rem;height:3.375rem;font-style:normal;display:block; }
#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe { position:relative;display:block; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe { background-color: transparent; background-image: none; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row .container > .video-iframe-container { display: none; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row > .video-iframe-container { display: none; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .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); }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe { border-width: 0; border-radius: 0; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .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; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#E96vfPrO8Sukl0TQJgwdTOxcNh8szTu3 { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#OtfQurCK1bZvtdy5OiIZQ7scZ9FBvUF6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#HFiO4zzv1XrW2566commrM1uaCK9uruL { color:#000000;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.875rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 { position:relative;display:block; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 { background-color: transparent; background-image: none; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row .container > .video-iframe-container { display: none; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row > .video-iframe-container { display: none; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .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); }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 { border-width: 0; border-radius: 0; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .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; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .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:5.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; }#pHvGd5p9kfEd2NC0KLeA43XvRhzSWuOR { color:#000000;display:block;width:58.8125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb { position:relative;display:block; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb { background-color: transparent; background-image: none; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row .container > .video-iframe-container { display: none; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row > .video-iframe-container { display: none; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .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); }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb { border-width: 0; border-radius: 0; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .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; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#rqS3uhyUN2NoRW1JPy248uubc9kE8Ogv { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#aJvC0TgI3NTTE0m3w96uvqRn02T0T5ok { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#yUSE7J1BBzCynSCXBIrL8o0BgW3Gn2ZI { color:#000000;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.875rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV { position:relative;display:block; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV { background-color: transparent; background-image: none; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row .container > .video-iframe-container { display: none; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row > .video-iframe-container { display: none; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .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); }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV { border-width: 0; border-radius: 0; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .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; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .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:9.3125rem;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; }#GHdunMPtwioWJgbQHLq1JtekOPkkehfM { color:#000000;display:block;width:49.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:1.25rem;height:5.0625rem;font-style:normal;display:block; }
#bJPyRTmVX6yUsgZERClguaorGnZrJHPT { position:relative;display:block; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT { background-color: transparent; background-image: none; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row .container > .video-iframe-container { display: none; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row > .video-iframe-container { display: none; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .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); }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT { border-width: 0; border-radius: 0; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .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; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #000000;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#aEuZczq3A2aHy8nWO41u5X3NLAnnMoo5 { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:1.25rem;height:1.9375rem;font-style:normal;display:block; }
#X31ALV4y88wxEyCLVP1w7LMZpmaqLnTQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.125rem;left:71.875rem; }
#Gt45QrXw0WcsgCspi6oWOq4i7Do7U7SJ { color:#000000;display:block;width:9rem;position:absolute;font-family:"source sans pro";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.875rem;height:1rem;text-align:right;text-align-last:right;display:block; }
#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW { position:relative;display:block; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW { background-color: transparent; background-image: none; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row .container > .video-iframe-container { display: none; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row > .video-iframe-container { display: none; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .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); }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW { border-width: 0; border-radius: 0; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .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; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .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:7.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; }#tVB4RknzltgExuc0UDyTXQptcwToANhk { color:#000000;display:block;width:49.125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:1.25rem;height:3.375rem;font-style:normal;display:block; }
#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ { position:relative;display:block; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ { background-color: transparent; background-image: none; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row .container > .video-iframe-container { display: none; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row > .video-iframe-container { display: none; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .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); }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ { border-width: 0; border-radius: 0; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .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; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .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:10.6875rem;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; }#badr8zZls57d5UnFlwPVGGJiin0NAF21 { background-color:#b80b49;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f5f5f3;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:25.125rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.8125rem;left:24.9375rem;display:block; }
#QO7VklTU2uhDoUVTGTFK7Lo5FBiRCr6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H38rR7qdDdkACbCoRezrqz4TZaqwKKdh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:21.25rem;top:1.6875rem;left:53.75rem;overflow:hidden;display:block; }
#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;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; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { background-color: transparent; background-image: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container > .video-iframe-container { display: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container { display: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .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); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { border-width: 0; border-radius: 0; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { position:absolute;display:block;z-index:15008;background-color:#ec9726;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:67.5rem;top:16.125rem;left:3.75rem;display:block; }
#w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:22.8125rem;left:3.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.6875rem;left:25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sA74bBwLhfNKFT41zab1t9IIRdhitnlr { color:#f5f5f3;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.6875rem;left:45.125rem;height:1.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:6.875rem;top:5rem;left:6.15625rem;overflow:hidden;display:block; }
#KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { color:#f5f5f3;display:block;width:21.6875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:3.75rem;left:19.6875rem;height:2.625rem;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:left;text-align-last:left;display:block; }
#VbvPSRJebTUbpVrxSimL5tehgfpboMET { color:#f5f5f3;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:24.3125rem;height:1.4375rem;font-style:normal;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; }
#aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3rem;top:9.6875rem;left:19.625rem;overflow:hidden;display:block; }
#CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:10.75rem;left:24.3125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { position:absolute;display:block;z-index:15045;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:3rem;top:9.625rem;left:40.8125rem;overflow:hidden;display:block; }
#JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { color:#f5f5f3;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.875rem;left:45.125rem;height:1.4375rem;font-style:normal;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; }
#eibr8xl31ZVlteND33INh18MB0n75QFd { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:10.75rem;left:45.125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { position:absolute;display:block;z-index:15046;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:1.375rem;top:3.78125rem;left:41.6875rem;overflow:hidden;display:block; }
#wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5625rem;left:44.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iDHeKu081UvmKMxDV619tX14eSMTLxfN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.375rem;top:3.78125rem;left:51.8125rem;overflow:hidden;display:block; }
#q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5625rem;left:55.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U30ivafHOmVu48sTS5rrGEerGUcswK8M { position:absolute;display:block;z-index:15048;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:2.9375rem;top:4.0625rem;left:62.9375rem;overflow:hidden;display:block; }
#vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm { display:block; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { top:1.75rem;left:0rem;width:12.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGVhyqTil3oQxxIeRax6XPERIZP9OO1A { width:7.4375rem;height:3.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg1k5dHmILAyHA1wgpMqPxBa9FxsnOAs { display:block; }
 }@media only screen and (max-width: 763px) { #CmEPAyGtuTXBMqzeHfx2WINWyBwJIpBG { width:6.3125rem;height:3.4375rem;top:1.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td2osk25nNH7F0HwA9W0M4cSgEIz956a { display:block; }
 }@media only screen and (max-width: 763px) { #ZdCTGMp8fMfi81ub9xaA40Cmac0f36yR { width:7.5rem;height:3.4375rem;top:1.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOJs4bViwI4ZHe7vG8Sl5zKyTp9KR0H { display:block; }
 }@media only screen and (max-width: 763px) { #TuEizUMR7ENBl6bJQtSgPpgbyeaX8TIu { width:6.375rem;height:3.4375rem;top:1.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXQMtQnFcOaAw5TQnDui8bJNhFW7DT3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q6desv9MaBgH0sStpcOofCzATzWwyy6g { width:6.4375rem;height:3.4375rem;top:1.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOC5B8AG9wOcCiw1Hrsg7eHe9KI8KGJ { display:block; }
 }@media only screen and (max-width: 763px) { #UgGfRuMpOC8oFZVUJecCaHNbNkOr2o8A { width:8.3125rem;height:3.4375rem;top:1.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ueQwHzwHnvVu9d9p0CXavDUkL2T7f4 { display:block; }
 }@media only screen and (max-width: 763px) { #lnDRk5xxARuBGoPi3FsDa3BtRkeX8DQd { width:12.5rem;height:3.125rem;top:1.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnVy2JUN8NbTWeA3SyiO9Ul0ITTz1SDZ { display:block; }
 }@media only screen and (max-width: 763px) { #URZxSKuOKHoPLtuL7gsB5luNGUQLLTih { width:4.0625rem;height:3.4375rem;top:1.4375rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwupNZJmTszuIHwWS0m8nSKVFMS4KrAu { display:block; }
 }@media only screen and (max-width: 763px) { #ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa { display:none; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnDvTbMq69uq0QD7Wrk9masAT8c67PLy { display:none; }
 }@media only screen and (max-width: 763px) { #IDDhdfHtsyi88EMTuSscpC474MDCTR2g { width:7.4375rem;height:3.4375rem;top:1.4375rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FD4bzJ9Mcp9la5wxc1B44Rh8M0AVqQBl { display:block; }
 }@media only screen and (max-width: 763px) { #UROXtElNdEXi088qI7DOFsavuM9SSxdB { width:8.3125rem;height:3.4375rem;top:1.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #g91mq5KpGTzsPGHTe5H6g19SU3z9xJC4 { display:block; }
 }@media only screen and (max-width: 763px) { #KNWvikPyqIeFyTzXMXgRDZ3txaLTETiA { width:6.4375rem;height:3.4375rem;top:1.4375rem;left:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD0B08f6VcgJMTSbGF5GUirqmMPs21NI { display:block; }
 }@media only screen and (max-width: 763px) { #SyWQ8XBQXQIrTkEdiFZ9WkDQ3meJvHDy { width:6.375rem;height:3.4375rem;top:1.4375rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h0EXXifVRqX0Zw85we0Kh2yop81wHreq { display:block; }
 }@media only screen and (max-width: 763px) { #oWCBor7n43Q3M3U6ZtG72qzGXE2PZNEr { width:7.5rem;height:3.4375rem;top:1.4375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSa01yvxZfVnubquAgFE1tRmnA9HaqsU { display:block; }
 }@media only screen and (max-width: 763px) { #o47BQMcDflx0J0enAAMvI7RE18wdliBq { width:6.3125rem;height:3.4375rem;top:1.4375rem;left:10.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuEaIPUNxcOAQoTdsfTKTMH6ZCLfuEFV { display:block; }
 }@media only screen and (max-width: 763px) { #WC7QllTgMhoAn2hDoWdCTh9WhoABk1a1 { top:0.625rem;left:0rem;width:4.875rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdAilvxaq2iXhRFSoouPlQTJOETwt0wy { width:12.5rem;height:3.125rem;top:1.625rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vxXnoTRHfOumieOxPbA6Tkn9UCgMb282 { display:block; }
 }@media only screen and (max-width: 763px) { #E2WLImifhrBL2ldZufeUTHQhy6HXA6aV { width:8.3125rem;height:3.4375rem;top:1.4375rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkse5QpfGVKB1PigLC11x8pr6hX6OePZ { display:block; }
 }@media only screen and (max-width: 763px) { #M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh { display:block; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ { display:none; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi { display:block; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lXy5Gd2z7ZIG0EAnJKseTtITLbczygKS { top:7.25rem;left:0rem;width:7.625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1ACJpgIPnPTOpRA6KuomNDhF2c8yZW { top:10.5625rem;left:0rem;width:42.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KXIm809T4zH5cypynt3wdVVA68MSFy { top:20.3125rem;left:0rem;width:36.375rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3HZBr8LPTMeMurEkcpCZcM1Res1fhQz { width:12.5rem;height:3.125rem;top:35.375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCZwrfUoUDsCMhzUvevFbvEASZSPCkC { display:block; }
 }@media only screen and (max-width: 763px) { #GiHldEwXTXxFxdzTMmecmtuqCapMgyCC { display:none; }
 }@media only screen and (max-width: 763px) { #lgceGFsGTTOVJTk3C2fzlN4303ukUBDO { top:33.625rem;left:8.5rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urt7BcBCkmkMSkDZ7kEwNSgP4rTHWt7T { top:9.3125rem;left:0rem;width:47.75rem;height:31.705616850552rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOT7WPOAOOvHym3qVBsUPOLgb4G66Fo { width:16.3125rem;height:3.125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUw9FftCDpE18qdLirXe8LSSfkWDnlE4 { display:block; }
 }@media only screen and (max-width: 763px) { #uNDCz3gEGIICu4M7eyfs5cPT9O2mear1 { top:39.125rem;left:0.6875rem;width:19.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n96Wd5IDc4F4cfdfNgJuhuX5c7xoxO6R { top:10.75rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zElPLQ8AzDzDCVt8lyVUVs8OTwZpCdby { top:7rem;left:0rem;width:13.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFScuxNtP6SJpq0XlJaZS5cg3l5povxP { top:7.375rem;left:0rem;width:15.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX2L1FQlKgeC5BGDOU7V6DEToD6usWeT { display:none; }
 }@media only screen and (max-width: 763px) { #IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl { display:none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #poxozSKbR33rrohiyrSPPnhPLFAR2uKE { top:0.9375rem;left:0rem;width:19.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1MeDUUT9TSWtXmOOHkOxAv4XEOnbUyw { top:10.5625rem;left:0rem;width:42.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyNcvku5L93TxMZpZLZTCGxp8wtZZGS0 { top:20.3125rem;left:0rem;width:36.375rem;height:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0HhqGkThOd53LqJALx8hrVQaSoRpkGA { display:none; }
 }@media only screen and (max-width: 763px) { #FvFzdpDuN87D43xUcSVeImpzfGiht1Sx { top:33.625rem;left:8.5rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuEGulJ4IyhZS6guqlbV0xhLeMXwDnru { top:9.3125rem;left:0rem;width:47.75rem;height:31.705616850552rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9xKU4CT8tCkWUWi6lcr1vGXxqIxD9sy { top:10.75rem;left:19.6875rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0aoezMmpmWO34RN96TePLuEhFyEzGxF { top:7rem;left:3.0625rem;width:13.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgcIhpEbkQkTczZifH0f91Z9TfAH1o2 { top:7.375rem;left:1.875rem;width:15.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt0Lqv9yUUPecxnlSuBrXJeFuvUM6h4H { display:none; }
 }@media only screen and (max-width: 763px) { #iVKS7aUXBy6DacMK5sKNM1nQSJ5zHtGy { width:47.75rem;height:38rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXTyWJ488RdbWIAlpoHwlDNiTaeQR0pX { top:12.1875rem;left:0rem;width:18.5625rem;height:3.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpPi8m16BL2gQJ7J9tbQQQVoExHEkEfw { top:24rem;left:0rem;width:18.5625rem;height:8.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe { display:none; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LA83N4QLhNkcUaCaS3EyAonETnNKkXn4 { top:6.9375rem;left:0rem;width:10.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGUIVzBeH16dpoRPpizigdtnqKgS8b0w { width:12.5rem;height:3.125rem;top:35.375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnREn7rHOarMcfQbq2CSOhQXOf9cmLzn { display:block; }
 }@media only screen and (max-width: 763px) { #DPvTQ4H8qSQtKJV3ssOkHLVr2fFOEoET { width:16.3125rem;height:3.125rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftfLhaH4SLnyuqkOVZiy72vTTwWg1wye { display:block; }
 }@media only screen and (max-width: 763px) { #V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu { display:block; }#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDNyBMxTnsiXxe0hw6422cDK4JHONwg5 { width:30.625rem;height:1.9375rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Z8nvgycu6Jb1dQSXBGVNtBs43GeAgU { width:30.625rem;height:3.0625rem;top:4.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq { display:flex;width:18rem;height:5.0625rem;top:5.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #OtnOhinO0SRg89A3OvoGVeJcoIXe5F5F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #vmvLOq4uGxWNvLHIb3uX3xTUUD71S5eA {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #oOuhOhlAdaKemqGGnFTrThLAGskk3FUP {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #DX4a3w9Z7w7H8v6noTTIPkOf1VEpkwTS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #NI4AFbiLCtZoLa40zzWA7gQr4P4UFTvD {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #iwVVl7X7xxoFhy76zEph6mr90oOuRTSP {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #wR7ze9LtqeQSTTm3qhnn3HBBXM1wirm8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ldgPNTQXFGZF6UgLzwhBvCfoU5ZEqsKu {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #gGqcKT7gTGTpRB51rd8OmTNMUWcdPi4Q {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #lJsJ56y0qRM18nOIgWsH0NyH6GbWTLcG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #kGgAWM50OT3TZsf9FGxSfDvLybOZwPO6 {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ulIuTkfKsC8lA7nAif5dLV6QFfD6aAR9 {  }
 }@media only screen and (max-width: 763px) { #mf65RIRAwleqFgHMFifhsgl9AbO8J9Rp { top:2.8125rem;left:21.5625rem;width:26.1875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { display:block; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh9bs4E2r7N5b41F6aPdu3xUmMhGIRtG { top:5.1875rem;left:0.9375rem;width:45.875rem;height:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6rTb0yeU8NvT208NunOH9K8TGToubzU { display:block; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { top:9.75rem;left:13.375rem;width:34.375rem;height:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH1FN8XOfTPa5t7tIf7GnABFCRZH6UQ3 { top:19.125rem;left:17.6875rem;width:30.0625rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8AqCmwqqQ59ZtiUQVHxWm0VzGzfVQc { top:7.125rem;left:0rem;width:26.9375rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1OIFmGJ2Z2rvXo9W2gl1G20BmTveAQ { top:1.375rem;left:11.4375rem;width:13.5rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 { display:block; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPB0CxwOoW8q7TJqoqDsDeMgerSbLu9Z { top:4.9375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTH3eziRSTmeuzMDLBv6EfJJfWbW7nUQ { width:12.5rem;height:3.0625rem;top:30.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNp8iiLwIW42XD0TkJJf6ftbMLx516sZ { display:block; }
 }@media only screen and (max-width: 763px) { #ee6seQose1OFWLGTRoZLdHTJLDNCRd0C { top:12.9375rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB0LKy9NEZBsomv5L1ocOmF7E8yLRJO1 { top:12.9375rem;left:3rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmHl0Nsftcr26NVP0ll80Ke2HkxJsf3U { top:12.9375rem;left:19.0625rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHLnC9O744MILF6661Xm07SwBnTHhvJW { top:12.9375rem;left:35.78125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxPw6ZD6BIIurf8Vh01xJOQ6HftGQowI { top:12.9375rem;left:38.125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1MVVOm9vEKqVvOpJQ4rHrENFUcd8SK { top:22.5625rem;left:0rem;width:9.875rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvOq4KPkKgP0WR3ni9HKTlOHWykmJxX2 { top:22.5625rem;left:2.5rem;width:10.625rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6TW7yC7WWs5m45wNyohpe7HAPRXbUR6 { top:22.5625rem;left:18.5625rem;width:10.625rem;height:5.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL4ytcIGrRJkt15cAqOSVJyWJx3hc9OD { top:22.5625rem;left:35.28125rem;width:10.625rem;height:5.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwKo6Zc3tzgQvrlyrfsF1qZthTceikcT { top:22.5625rem;left:39.4375rem;width:8.3125rem;height:5.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bp114GPTx44ZZJEh46nQAE3r0o3XXh { top:11.25rem;left:0rem;width:9.375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPUDNOW3TuFOfS87AeIgOA27hHBhi5Rz { top:11.25rem;left:0rem;width:9.375rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #INyzysXzytLZ4N4APQeZqItyFtqHTG71 { top:19.25rem;left:0rem;width:9.375rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #idNxo14DTthqvL0Q4wq7W9vAEWXUJTzl { top:19.25rem;left:0rem;width:9.375rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOepUhMhG217X243expJ2zrpg9pz3tQg { top:27.375rem;left:0rem;width:9.375rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF { display:block; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHxG8GgWbUxb4bCpGQGzlckOUOPh49OV { top:6.9375rem;left:0rem;width:10.625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvsLz06ptOUT2LF5RIVaEn2Za7pgwoTK { top:6.25rem;left:0rem;width:40.4375rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTq9E1EXSZSTvs0UDzTZLakO7lz2RIk { top:16.25rem;left:0rem;width:38.9375rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWXGWVNleanqvGQIToUPJnNRo3ufp2W { display:none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zQN4R0RVZLfKrXhzEQdJPlFvv7sgTEPt { top:6.9375rem;left:0rem;width:10.625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGL8IkTn3WXvybG1KMIVN93w1rHQfPrF { top:6.25rem;left:0rem;width:40.4375rem;height:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hntuDbHA6pD8OgUgdlJWQyDp6UQVVRJh { top:16.25rem;left:0rem;width:38.9375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOPioFVi06pShWyOuS2vFxC3inQpgviW { display:block; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMPIDtpmRvwU3gGCgMadIwKTQiaFMBf { top:1.1875rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VlTTThXcQzTZJQIqC6CytSwmBVz54r { top:3.625rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohJqsW23ylTdf93FZCzMTtHQsq43kym { top:6.1875rem;left:0rem;width:32.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOH1AEXpIUztGEIeXbdCGC29Tco2agd0 { top:1.4375rem;left:22.625rem;width:1.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdyuCOxl5FeL6yMNJSwcqLXKOraZLeOe { top:1.1875rem;left:15.1875rem;width:32.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ak8sVffCnfWokyUyDRHVWhfZzxmp2a { top:3.625rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4HfeEXfC02TF3vscnI7Fz7q4wVdxKM { top:6.1875rem;left:15.1875rem;width:32.5625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRTtpAik0EcKiXJsbzXo7zCH1ocso8Pb { top:1.4375rem;left:46.5rem;width:1.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst { display:block; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExZEIdwltLTyX58gEBn0rdU2bOteZ5uk { top:0.5625rem;left:0rem;width:32.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGxtqphVOKQflLR4vtACPQZFsf3un1J { top:3rem;left:0rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUe5hhfdRnAz1luhTKIKkm5TWPcs8xTU { top:5.5625rem;left:0rem;width:32.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5LtQxvy8cSeOK9oWAuWBlWxqXKvuwG4 { top:0.8125rem;left:22.625rem;width:1.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4cBDDS8KJnWUI4wx9ObdCTzKFlpf5ty { top:0.5625rem;left:15.1875rem;width:32.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TQTxNqT4IyGbJRecfVXNBohFSwbJbX { top:3rem;left:15.25rem;width:32.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNAntVgQraxUhdidukC3hscsrN6uHH6F { top:5.5625rem;left:15.1875rem;width:32.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIit5L4RpPsnHxcbnoLLlpsMR4FSbM8 { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqa0KIiC2FAli0xTNaRxherNyQIruIKR { display:block; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jzi6b4WTRVtU1vR43bJVU2F9AdxUu2t5 { top:0rem;left:0rem;width:47.75rem;height:20.612083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h { display:block; }#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5Sm0d648DTekfU5TrbMaRza5UxPl43V { top:3.375rem;left:0rem;width:32.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7y2r1PvQ629iJx3fWSiT9rES3Ct7BH1 { top:3.8125rem;left:10.5625rem;width:37.1875rem;height:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzNtpq6BTyT28KtnOm52ooH1uJqhScDT { top:11.25rem;left:10.8125rem;width:36.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWE0UfdNo9ln3FFH5wo7ldxHp1Sme9Cv { top:16.25rem;left:10.8125rem;width:36.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq { display:block; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9qGHa601tyGkleWPP7d89KfgzTSbTzZ { top:11.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5xTX7o4AXRm8kiR5mgQCevx800qw9bB { top:6.25rem;left:4.8125rem;width:38.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCA7HVJOJnzFABCpNOBEwszeyVURnSAs { top:23.0625rem;left:2rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvz2F86UVGguSfpODcJ9WdnMelwgMGaO { top:23.0625rem;left:36.1875rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4eq7P8T1IUnKflUcJ9XCxpK69lfLCR { top:27.375rem;left:16.21875rem;width:15.3125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0UbFEzpZFCLzcbOGD1Zombr5Js9rN6b { top:33.875rem;left:1.5rem;width:10.625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcGC3AtdGDZ6AR5MvqvFx5I2J6HO2NOT { top:33.875rem;left:28.8125rem;width:18.9375rem;height:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0Z1pk6XrR98JbDFvOEgQXcBrxwArvf { width:12.5rem;height:3.0625rem;top:43.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSZk1a8XfqRaS456IZOkNEXVQ0PcL5k6 { display:block; }
 }@media only screen and (max-width: 763px) { #J1dzIfOIVUy4cwuht0BLGEccUi9V3TMP { width:12.625rem;height:3.0625rem;top:33.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmXGsBmxMTbdpfXctOOlaHzZEKdrZ1AV { display:block; }
 }@media only screen and (max-width: 763px) { #M6liHT7WkVD7MSdHn1Hef1QoVfXoZGCP { display:none; }
 }@media only screen and (max-width: 763px) { #iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v { display:block; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaLsMlb2uGBTUKDVUcxP7cLlXcwxJ4rd { top:6.9375rem;left:0rem;width:14.6875rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqrixMxKVXXaaKoZuvi7ZaUoKT7WQlWx { top:6.25rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ { display:block; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6hxxOWsd9RCoc6JF5XPba8CWDBirnfD { top:6.25rem;left:0rem;width:37.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzfbTRpuxNKBcL2sJxSTDu2RSgwBytE { top:13.3125rem;left:1.125rem;width:34.6875rem;height:26.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWuSATHipzn1UNDGIAZHIifTcuBBsTBN { top:0rem;left:0rem;width:18.75rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUB7IXUwn16SmLGKNQevMZTwql3pIw1O { top:2.5rem;left:0rem;width:36.125rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsR1090yBtUuga5ud917klb181eRpg7f { top:3.3125rem;left:0rem;width:17.25rem;height:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzOTqXyt0Lpoo7WSoUaQ9wakxX0WdusA { top:9.4375rem;left:0rem;width:17.25rem;height:9.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U05S27OOqCBnzs9a0TS9TvaixLCk2yqs { top:19.0625rem;left:0rem;width:16.6875rem;height:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCdrFNJfzM5uExqSMRZIJ8lXydVrdyTX { top:31.5rem;left:0rem;width:16.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkvBdPIZPO4d6JLOkTs86QXc3mv5kKdm { top:2.5rem;left:0rem;width:27.0625rem;height:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #voQc37Gu50CNP9HLTrvL2B09L70E87fS { display:block; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWCesvaDeUaJykOWNPUWDTHU9LSLU1sy { top:6.9375rem;left:0rem;width:10.625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWH0ntN3J1M2VWyOCbIPJUZrL8O9mUta { top:6.25rem;left:0rem;width:40.4375rem;height:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnlqoZzr4IH5nvvEDTyQiRLxCpVGtCad { top:16.25rem;left:0rem;width:47.5rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 { display:block; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5leUU5J6icirTgIqMbTUscXwhg43g6g { top:1.6875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGz2WJsacFUpRgm6DJPO6sCDZI1xgAnR { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVFXMPNdutvKAgqw9sKCWcQMDyCRAeTQ { top:2.1875rem;left:35.25rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6VL73tgo9UQLmX3yd2wTICHCCqVrUq { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmsCRXEPC97u6hQrhrgpPvdv3gJZi2g8 { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ { display:block; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD7kf9PiclRUToFqDyL6HTOQMvVDqMRd { top:2rem;left:0rem;width:1.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTcfHBCuztHMQ3FDrt6qoUwiNfBdtdEs { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDfkidMpx05bcEmfc30rUr4MkDDw7gzl { top:4.3125rem;left:0rem;width:1.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORh9bPricvzUESbvvzwM4r8ymF9ty31 { top:4.3125rem;left:0rem;width:32.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC0a7W79WSP8MJD9PXckr2U7pk7V5xhM { top:6.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcLMf0wcHv5epDPxzvFcCOgloDXrcPrJ { top:6.6875rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dle0ThGDn1SOqQ4R2o4SOuktvzDe5HuT { top:9.0625rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMph0P7SJkPhN3RbmPCfAcDRZXxkcxJT { top:9rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6GmXTTU6kaPgKpCGbXW34ffTbnx1Ih { top:11.4375rem;left:0rem;width:32.3125rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ZTCykSTB7nKsJdy9lQh4bCvWNVe7er { top:11.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iru90oIFZLT6Gl9tenz3vqPSVhEbnoNG { top:13.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPId219e0GS0a4QDhfmoK3fbG0uhCJzz { top:13.8125rem;left:0rem;width:32.3125rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7dUrATIXtF4L7QKCrGEhmfQn8seMyd { top:16.1875rem;left:0rem;width:32.3125rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWU69FtNNvnBKMszzNkTLoKHcfDZbDQN { top:16.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP { display:block; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvJVn8xoGAPXRqJWqgPvbwK4VATn5g9q { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu7F7pqOtnv7Opxyglh01MXOqL2yRLSM { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBUPG38bfZ2JG27zJlwiUvtIUpTyQ7LL { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEHm5VQxKK1BVE57mHNy78a0uHwtI3M { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVPFoEtQzOqnfOC0G6GkRfpiCdQJDZR { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b { display:block; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKW4QR4ZqRQWts2Oipzzsm8qzNzSmC1E { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTOr59OyMeSZLTZxt8s4PrU5OtGiQOk { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEtNZFC3V1ZVTIlv9LJdEsKXJTyTTCxd { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrnGPSpKku5048eko3f0a0BQ4NuZVLU1 { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llXrmJHs4nZE1Tkwfmmsxt0etTr4UkO5 { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVogoRMc66gpWaHwz9NRTSCI54Pm2GRf { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwWPkiPQO5zElJb0sFbEz1KKeo8KT0Zi { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngXC2nsrhdUTMhOOXFlhQT1qEAW5RbTo { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US4PQaJi20W1TXRrecOlC1v1TZCSJLqC { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2rZRaIECip16sISX48MLUTh0SaEBTI { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGZPFM9nQHJHZ99DfD5N4Fh86NK7KKM { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRRMeBGVb02dHeZekIb2M5VUftJPDwHp { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1pJOmWfRbdyS90T9GQiAa0vfXdDSAT { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S18vdpNaTOQUJm1VEPlo39TvInP9IFMJ { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgUSDMZITqaOuNJTCHtH9Mim59eT9KQ { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKOaao2SUxkE6Jag5qAupivsI421IH9 { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic68G0ghSvFwuZ7JLLlHH0dT5TozqNvp { top:28.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVuJ1y0AGqFBPHbV8ir2LrUMMHS5niu { top:25.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVqx331Vxudu84Vs0pxeGKWGPo2taVFW { top:23.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ut8NVrmrTfaO18vIRWTMq3bxA1hB2P { top:23.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wwi6MTKvUUIm9EdMUTIfBaVIciNI8B { top:25.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUop9PH28TIt360lH6vQ1xO8QITlKEGi { top:28.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD7X5bWDevzqokbTsltlXcdxn0hssqgx { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZwy78Fc5FfTvTrwEKlIp59iRfKIiON0 { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkorhsPhVQkonOL95fzNp0F0o73UsLEz { display:block; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hFaFxcB0xn2FBmTEfE8EVArdA7gLmd { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks7otUQnRHaVb7MUsqqiAvh62OrAT8Ts { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAwWRlD8uyC8iyHylDrTVeQTUe13iKIy { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMvXOWcW3y3tl5pFcm5NyauP9ZyslFNn { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CluVLfCUTfVygNip8z1AiK7L9KBcnP6m { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B { display:block; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohfqh39AK6gKvDdKFy0HTWwXDFVp5wtm { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQwLX2V0pWtbQ0T7wVy1yZKV4P7nx131 { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTHPLdu8nJ8UEQJ8GfnbZB64BwrmL2Iw { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orSk8xHddE0rS3BUchAQoO05kcgTRDx2 { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNPgXpJlGdJU2UXqqiakbq99qVs0iNf { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiOkCx4bWEvdDeXwTKtD6ZB7WUEmi3C { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA { display:block; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAkaTD4TEpQz1qHedLT5VfT5LRICTwL { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho0aMf6NFvCQnrZSbarJFInXRvtuVfIS { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNAROI1Rxs2sGQ1LvnGKaJAs86UB4ui { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEad35NOHwFlvgQxxZkZVCya7Jz3SXo9 { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSXHfoPSFGaLzZm5iUzZyZtzb913PqFS { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer { display:block; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGR64RrLbs0pzhMSqnrBakRaNDE6f8sy { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZE88K7G1J22mGHpbwvLfXdWvda4azJh { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIz1JLXoD6BwBwSVT6Jq8l1BGBhqZMC { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFl4q8QrU7DZh5FfTq02fFVPAlbf6MUT { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoq6RT6PD0WBKGLrsiDTMu4UquVh5dFM { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyHNI4W7iXgIrkQ4HIG6I5XQmWIvIw9O { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmP98QgQxwd2lIFzvABB6otLFAT0FTMX { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymdmeurx5VbdvFgH0m3yrdwJ8QQb1sa { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxxk6U5EKM3h8zsBNRqhpT1o4Q1Q7dU { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDeCxJO8rw9zXBrc3Tu5NTrVgESPNziH { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNyAPiWXOnpxv3wus9Wk0ye4yp2DBny5 { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHCIJn1q8aFKomAOF6McV75ooph3AWnw { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt { display:block; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEm4Eyvqa2yQu65UuzfoLCXk44XMewWf { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfVIODPQarGrmhoiKsfr4C1aduvOzxf { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcUJnXDqVvXwbtskX3R3JSqSpsqMheIF { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTwDJsdvoJstE9W9WksukuFm7skSaMa { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlhzzfFmaayWzt45zBcWoFn58oZNBXPX { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK { display:block; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUXuszQQic7VSPH7wF8q1tzTvKavqLgJ { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zumNrbztRqeHxVDbDTNNGK2ppX3RsFtQ { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxkOyLtvKTRIDemE06hXzcrvXaZWCEI { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZae2S5LxJSDxTaSar9lDI5HEqryMTmf { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSqC9tlnZgvvig5qe0JDQSNTca8QM5OA { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFhTHMoQzPJl4DMABDWqzbncLXTy9XL { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3G7pxswv3ybnUnGHZdQR4lIqcH6FM3U { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnuFgctxaLZLE1XAtQLXZ1cr4R5Ps37 { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOXhJlzt6Ko4DWuR2V3iQdUIcB9p8BC { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTvtKC3bm43Z1z852gV361hogipldAb { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAb54ZoGCAcMAg8MfbarnRKItFOS7tRZ { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtmbgoofTHZVXmQk0Cr9rOuXMTtTAT4z { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeOKzO1y5nodszGIiRbWlmOT3PH9SroH { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMx7hTOsBlPwO9C05gJh99yhFSL5xxfQ { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbvTA0181cly8osx1wD2BKWJaCxa2mH { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMqyCBGWvhKRygIXkJGJQozJ8vfGqLr { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl39ryrkwy58hMIEqpnnkxLKG8Jz5CIy { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1TatKJ7598ie8bKThdMdahClAfAFzIB { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ { display:block; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnJeUFdaqoT4d96rUqFMbkwB8oqnnlbG { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5wF1L4Di5LcC3Bz87STsRE1MWMaPI1F { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWKpXRPEQ2mGDDsKTtLTb4N76dwzrcce { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzHNqDSpX50f3neDFJMRxOn3iqBZxJG { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3orZUdmTHTdTqduVyg7AogOSK6KNAMh { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM { display:block; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acxhRV4mrmT8H9hUVrLocfgsOZv8vETs { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoS6DbNeHlAbs84bL0Q1d52I8rU0bUaI { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0SR1LFQJy4InJLM3eABe2SaHerDc0C { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmvPwCAk3HP73mzhNCXRJPd3gMROpt4 { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ow9JrmwwFctX8mpsQHQ8leVTbXZZzd { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgW0Ecm5OJFhhFRsnukHHkWC9roKN1Iw { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9OAJPNgXzEb1q6CiDq2o3ZVbTP7cCxi { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQDSWGaQtk4973SqsufxmaorHX2oFIX { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNSAQBwg9Ii38U2EFLzrEhh7rGHAc1M { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ppoVMgI5hZ4SV9mDUVN69sBRL2d6il { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrzvGChbLi8Tcz3EpeLwuWUAt80RnXt { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmwHm25XnhIG97T4S2KdrhxT38fHzNQf { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCcheMSPJOUWcpNoTchr1T9xMl3DNGU { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shczgWqttv7cfmiI5uGQ5BrLKsfMGLw6 { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waCBZ1Pf4fi9hTrMLwHce2tmrCQfbeMf { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Zcyt0PzDIkFQbPRIvRxdWPkrSzdpmq { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtxHZK65tUp6TKJ71w8dTiIX8PZCzKs { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClN0Ed35tUDfz5RlyHvQqGdsM63T2yuI { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b23m2LyDQV5vsoPXME3EXUvhzLJBePyv { top:23.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whQlewuAkDgrCtzI47n4X4hzOUQ6e5Rq { top:23.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTbTwXlhW7HcyNbkhl6TX86PTbIrntS { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L { display:block; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSnnE8Vapo1bLPuxf76WzBMefLZiC4cM { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKFQmiHwTFMLxumTU3hgwRik6sGvhx7b { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6TF9MPFLg7qZ4EBuvlmw7olWuyk7XNF { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1OKrUZPnKK3TAIAWAmPThPC0AyzyeF { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGQl5HiWTXrVMBVik5fwUTgWhxvOPNIX { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP { display:block; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvt2Nh1szyPokMH6O0IOgs1nqXfpafSt { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyDi103aJlx1G9U0F2qhtkxTOdwdsoH7 { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bcTAbCgbPCPp1tRmovJqolledhmSgD { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0hqx029iZ27k3t5h9Df8ohpTLIW4s4 { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKFhdPqFFeRre8ycPoEwnZquf2Q9ohLV { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLG8JpLWIxMfphtcmlKmPQEevkWyGi3 { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5GTPwgT0226wh72sIl9DTRgBqHoPrO { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #db6deXVZdQ5yC54p9KBKWT7JsAvHvdCd { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdWdDzxObqBc0TZ6mq3K2S6KI0iUX3f { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4ypU8nXyf5S6y0s94cr7mSRc64oEeJ { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNChtydIGZhNMKZTHP7IWT2UyUPFDPEm { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQh3yCnqOscyGTAT28TZ5doD8UoJllN4 { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyGOsNIlCG5MaCWkA2fMGIu3H2Ax6mo { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyfAKZ9IQUSbiI4Xt5nGNPS3DVT3P13 { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBUQwCTo4Vk5c7fCvmlvBEnZVOqFAgr { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMuleg9DIwB3MMXptD5cDdfBtwzvcQlH { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuORQST02ka5a0Pz9XuhX18vMN7t5mA { top:28.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxQDHIzWMogGq8FivUqVdWT3uzvRIQr { top:25.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgv6a6XT8ykVZ4Lk8hsgpd85rw3bBDs { top:23.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N11oZzWFqqvb0mVDD2VeF4l9rXl6NoEE { top:23.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agB2QNg7QVRqBUDANVyPxyATMxm8z0gN { top:25.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoUIT2hLpueQ0IXl5hfoiqMox0VsDmKh { top:28.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqpmwuHpUIkI365OQo0TNmrLf0WNHTgg { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHWBSEXMtd8TsH4MaIk9QoJ4BXzPHmaV { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ { display:block; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHIJbfe3gcDqQohHSK418FVFIxDHzf5R { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtqPeH6Nw9Csp9kJonw2w8RuJqADQ1B { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctiRU55BW8HflgVbVXNvTLy3113xvehf { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmSb9CPFEhTe6yyalXl8MxV0onCMbvEH { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqxulFKLZcRAGAtDOhJOltDXnelm8CbI { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 { display:block; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKX4tadH3lrwUTZZLD2rITiO3h10xnVH { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5p3grF7JyJGVHZfa2rNonkbT0FCZ1lt { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCLXb52HzTNqavP16wQaJIt2Hw1ezqs { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1kCr7AbbnNPuy9iJZF8mFPNnmIH0NW { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gf3EvHlG5O29RRdpFXSrAtOnRfZCng { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lszzBCbOTJ1536Gwl4Z7rR5XFyNsGC8p { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BiTbCfyZ3HcVzCO48pFCwW7fZ8FoMp { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE48CXGiTtIwcNyWuAX9tzEa6r6loPQb { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIqi3tVbe02cxScVrVr6ZzplDGUWFilB { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4St2ycHypDW8nhmalVG4q6TZZv5Eqmv { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o64EyB34S3Tcf2v8aCFNGDMd8XmXDOnV { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRRHAifPpvuHbV93aPrHNtUc5l16cW6t { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtLhXJkve73tDGEq85HqVEbPldhLpE0 { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN57ewDMkimdcqqhbOXvM2wXSc1TTMFT { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxR8QWS0GefKEtiHJnOCgb6gyddo0DtS { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUDinwxT0F5BezLRCBfOopQeNcTxB1x { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdw3oESprGfXrdeGVC9Iht8UEXFyg865 { top:28.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCwThHJalzvEhqon9XRWhfVTlwA58vC { top:25.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8VsaOfc1dKDqoAFaVg4FMbnpBsFQIH { top:23.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8U0mwMwhBqy9edS6kz4yoDXlNyWCaJ { top:23.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWQKSzR2cvFRgrxVgi3rTHGKltVJHTU { top:25.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCJtmzPWziCOEeVhDE73dHv99zhWW2e { top:28.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F90trXBakHHfkVHHtOq7iEPTXKkx2xCP { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLiCubNr83MJTf1AB59q6kQsAqFwIdd { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh { display:block; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZDwRhObr7qk3efFx41Zv0V3BkwQxpRL { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqbU6rn767QHZQJ5qDPKa8WhPDRSsfRN { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfE16FSLavXpZppdu3pCUvfC6CBBQDdM { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRbqp2hnf7kWpgnn4t4yDsfvn6TfOx6 { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy3cN2NCJm0OSUl5qJbBTtulirsXkOPu { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq { display:block; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOI7W2erOil2m7uGMqZ9AVdU2snhTBUd { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV2ymFqTv1HATXMOzDZE55AZo1OOK23J { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukQZRqKJm6xXq61gLiVBhVAc3ZB5AEHD { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiiBAGNgM117qWizTJTcdV4yB80JFyq { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkQAnn7mZbBlADkEiRMgo0Ruze1qIDz { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAenixbK3ubHgbdJZS80p66FfqxiUzv8 { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH1tRhdoOyDKNywF8MG10HkwI7sMRNXx { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orDKrErCeBLV8NsW0PKh2S7U0PAvIrya { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFPumf30LWH9nOTnvuo9IBdw4dLxtzo3 { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAmeh8peIw2RwIclXlBLclCB3P2D5TTJ { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLn9fMHEoVUbJqxngx3GtQpHIeKccJ3m { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqT3Sm77fwMETMa5ITOf2ZsB3cS3EHtT { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZRNZT3ErHvcMKKTiKP1DpW0Kwgett4 { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6BeNHMCnakhN9I00dQGfvc8CpaHQ9tA { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGIZ2h3zDeQSr46A9qHrPoKTzTL5UTy { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPVuW0zkT7FbRVveUvTAzMeo8kEK8KA { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPpT76qB5K2PVcR2nIcoPXDwEyTFtzh { top:25.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRF3CKat2ApyXAkifTNcPHzg991TvJn { top:23.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLtMaKCmuzhGD5Inv8R6IQ5VmxZMG3x { top:23.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkM0fkcogSMI5Q3EqTzEZtErUzWgcPMr { top:25.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODeJ5kNTbKzaEBmetAH13UZnLrOAQR2N { top:21rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSSPOdd6ISmFrumu6qV4UKzHRi2DorO6 { top:21.0625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzdivayAFtKzHefUQiiX89znwr75T94 { display:block; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3MFXEuoqHzJ9sc4f7wG5H0CdrGMkXc9 { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6Ev3z8cz1TJTIfgaJCrPbBAdNJWsqv { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi0P65hSvCZIpcSTZRchmvbr2CT2Z1L1 { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxW8Z5afAvCIOAyvib1TrR0yanmLsht { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zey7WM1u5sgNguT5H5WNeG3VO4Vidx3q { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 { display:block; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTczlyDxDz0roLzToG4SSTOmKd5fHdr0 { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgd1TkI1T51nIM1uzTufg2TT3OLf9fR { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTo7plaa7c2cLWTeQuRU72iX2TVSMzu { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP1bvbo6OzTHCKTN6PnkRmlX0wbNTBbF { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3w1zvMDST4x39pWimDDmc4DnOtKGiOR { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTT2NZhcWTgFrPkei8VCnOGmNvPmmIB { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De26I2gxTEzPfiddIdT99ntLi2ULemGE { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLiPVraya1dTWPq2QXfe2PyZKlubO4ca { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpRXlfDpVLs0CyVOowd3T4TahxMTOOxT { top:18.6875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guX5xTw1KHDHHFkOHao4a5Ogf7FIu7VA { top:16.3125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzlReZd7EFLXQEA3fSZc6TyJsFI5uhe { top:13.875rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN0CmSrcUlhgftWPOZTqf5POJ3Eu6ehz { top:13.9375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevm001LXLX0M5aev9imSlol8VKvFEBM { top:16.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Tgt2w1IFnXzXkH2NTrPBvHxGmQm9U { top:18.625rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5arwvzTCrSmTsfqBToLRrBFak2eo48 { top:11.5rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5erREIgzVC5MoTwcgqvDqVU9TLkiWG { top:11.5625rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfQZv8bSLV360b7SiZtzV7LywS3gHsP { display:block; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzNvZIpcQhnDIkGGL2hXDnQqZI3QQpTy { top:1.6875rem;left:0rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHCCzzi1CCyOQI1HKf0DGCFCk6H0qOig { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcqoEIFRR58nw7v27prblLOXy15BdUiE { top:2.1875rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdaCuHaQamSG3tnhyCwycLb0r39g0wK7 { top:2.125rem;left:40.25rem;width:7.5rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZfwyKnRqL2KBztrenHTE6XaVGAAXQrk { top:1.9375rem;left:41.5rem;width:6.25rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu { display:block; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDx16SoSC28FJIiMXv1K885KlsJ5nVZl { top:2rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEsN3M8nccVOf07w0VoUPOH4Tl2LFoxD { top:2rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viig3pyVUTS7hMnG40bHp2KOr0cHHaGh { top:4.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeO8Tow1wNqKJ7cmIW2JZVs5uWPO1ERs { top:4.4375rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWEuhRAcN1nC9GhWmL6gUcDQsXycRi8 { top:6.8125rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98flJg666Mlrr8GB1crL5FKI0Puo8rp { top:9.1875rem;left:0rem;width:31.5rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiTmB4TM0Fy2uMaiTOSRXpzCs6WInzkt { top:6.75rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMMl8UfzMwOIS4KP7Tg4hiwJdGipEDq { top:9.125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { display:block; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF077rDatOeIDKKFBJTNCU6l2r913Kb6 { top:0rem;left:0rem;width:47.75rem;height:20.612083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0OOMBffGbHn8muSaMnrHSSDndrZ7OW { top:19rem;left:0rem;width:22.1875rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg { display:block; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgVmqgHwJyh7bxTnMSAIHif80soNsIxd { top:6.25rem;left:0rem;width:10.625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TddDDZsoiNpFmIL9moQOKtTMxzBidCCe { top:6.25rem;left:0rem;width:47.5rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgOrIGzfAL8fxA4I3v4cwZ9cCCE7gWAo { top:18.625rem;left:0rem;width:35.1875rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3IJKiWSsQdKrzanVLTMH1gidW5JswgV { top:18.625rem;left:0rem;width:34.9375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIBnXfv4ZKiHo3VH9r3KomcERt8RTqZ { top:38.875rem;left:0rem;width:31.8125rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlmfqybrlXwRB88PEQvCCZ6UsFsQMPLu { top:38.875rem;left:15.125rem;width:27.125rem;height:3.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4T5MV1CWvnm6DWO4A8tkJTPkuZMeq9c { top:47.75rem;left:11.8125rem;width:19.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXRIk3UMdyuDBGwN0EMnyvIbN2i5laQw { width:12.5rem;height:3.0625rem;top:44.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7PPGtDpy3Hrye5dNmRXsb2yMeF5nBRp { display:block; }
 }@media only screen and (max-width: 763px) { #myO14hWU6BzMnshG3ero9zPTzTxJhADw { width:12.625rem;height:3.0625rem;top:33.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJaIQECnd6vwwimoEkXCbT2mK3Ilc2Da { display:block; }
 }@media only screen and (max-width: 763px) { #LJdNwmpsxbeRh5fp6Txnt2UWubpeESXE { top:19rem;left:0rem;width:22.1875rem;height:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1GaQslfuGTS0ZTQSU2JAmS7G2IckrNZ { top:27.6875rem;left:0rem;width:19.1875rem;height:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSaMCW4xd8liSScJFrZfkr2NVss5kGCW { top:39.1875rem;left:0rem;width:16.625rem;height:2.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK { display:block; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x27cIOdX63bu7w4hHoSStBzoG6xpCWdh { width:38.0625rem;height:3.625rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVgwU27uRyGwpThv0VrVbi837DaqBRLl { width:47.75rem;height:35.9375rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdOSzOBJ4zgmrTUlEhIBKwwmgHQanxnt { width:47.75rem;height:1.25rem;top:10.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXQA5Q1TxJPQbBSJpdBfaVewcpchcM0e { width:47.75rem;height:1.125rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMDKCwrlktANvcSznqWVC9ZZeLUFgBAP { top:9.25rem;left:0rem;width:5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9zX7nrq6OVNrT8bifDPpLPRFWa6ykFx { top:5.1875rem;left:4.8125rem;width:42.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ { display:block; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQKCbFK4sqbBCrRPtlXcLabSvF5vpggC { top:8.75rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8C96mxvhlVHJ3irz4IWqUomgQs2HmeD { top:3.6875rem;left:4.8125rem;width:38.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dibsKG8UU3a4fq65WVi59E6Xv3LSs3J4 { top:16.0625rem;left:0rem;width:47.625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftsg3eQwKIbvxCSIqwfqEiIRUk9vxuAf { width:20.125rem;height:3.0625rem;top:31.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUsS6eMouWoepBNcmXG7oGOX4LfiL9Zz { display:block; }
 }@media only screen and (max-width: 763px) { #WQwB3zbqN8J0vNzeuUHkWZQ7FJTds063 { top:54.1875rem;left:0rem;width:4.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poKF0oX2HukbizK857kZGcSM07DkfpU2 { top:0.3125rem;left:30.5625rem;width:17.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TiRFUbhO6IOCKmLAKD7SgyBWz9F4b5 { width:12.625rem;height:3.0625rem;top:33.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sy688BIH0iDXnrTJK4E9c2dASDJQZNlQ { display:block; }
 }@media only screen and (max-width: 763px) { #i7kg996cwSGI4nUryunvdFB1UW3RFrSF { top:21.375rem;left:14.1875rem;width:33.5625rem;height:10.1875rem;font-size:0.9375rem;display:block; }#i7kg996cwSGI4nUryunvdFB1UW3RFrSF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f55e77052c329d9b6a7531edacb4ff32a431c214.svg); }
 }@media only screen and (max-width: 763px) { #hOHCo2q6AkqhXC5HmBDE7WdHL2XGMT59 { width:12.625rem;height:3.0625rem;top:33.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6pv80fOU75oix9Q66ZfEWJOa1QpSwlT { display:block; }
 }@media only screen and (max-width: 763px) { #huoVd0ClNgwBuAIqbtZiD41TQneUWprP { top:21.125rem;left:13.5625rem;width:20.5625rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e60GZFbZJmHErsx1ANH7ItQzlOnskdRz { top:21.125rem;left:13.5625rem;width:20.5625rem;height:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fd31DTrNVIxKiBDQz0rJ1Rr82rPmki1h { width:12.625rem;height:3.0625rem;top:33.0625rem;left:17.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KB0ceZHL5mzd2Fv7rgwXFnSQQAitoBWf { display:block; }
 }@media only screen and (max-width: 763px) { #vGg5AmINvuhpEoGwP2J5qXtd98lqaLwD { top:35rem;left:29.125rem;width:18.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATmREhZgioTzacPC4EsGQz0Ca2gQTB4 { top:54.25rem;left:23.75rem;width:4.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeQCHuzqXb8LyTB8iqT6Es0sauprr4iM { top:54.1875rem;left:42.875rem;width:4.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTA5QEBzh5xoo42rqsomeguoQkHTTW0L { top:62.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymZZUuTDLiWeBcTDDG7M9Jb67AKsJLQy { top:18.3125rem;left:11.25rem;width:36.5rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6ufdDwB3klV3u9fcyb5GotXxhqKfFZh { top:30rem;left:32rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdwqFQT7Ows7p7rBh5XaNJ1PIDoB3ft { top:16.0625rem;left:0rem;width:28.3125rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPNyzyEDibXlWaXh4zZKCBnE746XWts { top:27.875rem;left:0rem;width:18rem;height:2.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #McR3LmRVKgbJnTtJctEu14Rznz6JENtf { display:block; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF { display:block; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG1TVe3wX04wGe0HyFvlT1hxGwOZlDEq { top:5.625rem;left:0rem;width:10.625rem;height:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFDaqTQmF10cXzZ0QhgBSIBqNGBT5dLC { top:4.9375rem;left:0rem;width:40.4375rem;height:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS80vCn1xbCfIP5NAJ5w7VF7tbzhpmsh { top:10.125rem;left:0rem;width:38.9375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-regular-label { width:30.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-textarea { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-checkbox-label { width:29.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y  { width:30.5rem;height:auto;top:15.25rem;left:0rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .radio-container { width:30.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y {display:block;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y { width:30.5rem;height:auto;top:15.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #UdrAyPbwDpl1WpHZiRSR4Tg9KTrMHJkV {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #cvNEZlMEMRGmeIWcEohsyroJtH2VvELt {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Sw3UkvvVNQFVCpsQPNsGmX3vPTE7isBQ {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #erO7Bvq7EyNwXR75W2KB1qMzxtEQ1rlk {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #ZFLCwib8LQU66KJF95ArqXXMnHtp3ELT {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Pps7DFempJmqf4B1KPPRgdqa6ccSELwS {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #xuCmV8t3qaFCZMz0rQNGkuVkEu3OlNas {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #RIaohPopsCsNmSIIlQLKgOMvpw5qCEK0 {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #W57f4HUNX4p9RI5pCkRmpxTWuDkNWKrd {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #z4FvDeR4aU0X9ekub1VTPETBnTDu8iAp {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #M2k9Uhoat1MxHXn7kBTFJeNzBvawdI1X {  }
 }@media only screen and (max-width: 763px) { #GOo7Tc86g5T9wcXAkNgPKVFcuFxx9WD5 { top:15.75rem;left:0rem;width:22.5625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHupHCFcmEHOmvhNFQWQVWt9oNtUGeG { top:31.3125rem;left:0rem;width:20rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel { display:block; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdBovvIiWXOu2eibc6Oo0oiHrsmNAfRS { top:6.25rem;left:0rem;width:12.875rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnlrrloH3h1QxQe4zsgtApJ9mbexSmP2 { top:6.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcEiu6mIgK64ursZ81HPeHCL7ipNJM2t { top:3.375rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTqPUibTyUaTTwR2UazOUBSGU7HpSqXi { top:2.8125rem;left:0rem;width:20rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zd685s943C5ASRWEaGxJPq2esWiMHvrk { display:block; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to68EVA2MbSVyuyIIVhAGGWBxdKLePK1 { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0vtTABBWUH8EwcCcVwKSV6zR1Bib2R { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5GJi1wuViRxEkXfygWsSeFQzOLWztJ { top:2.1875rem;left:38.75rem;width:9rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ { display:block; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRWiiMrmgO58EuOw3mH8qlWi3CTMlNxe { top:2rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe { display:block; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E96vfPrO8Sukl0TQJgwdTOxcNh8szTu3 { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtfQurCK1bZvtdy5OiIZQ7scZ9FBvUF6 { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFiO4zzv1XrW2566commrM1uaCK9uruL { top:2.1875rem;left:38.75rem;width:9rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 { display:block; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHvGd5p9kfEd2NC0KLeA43XvRhzSWuOR { top:2rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfPSnlXhVVxMx8PVLURUw2zsffC1omcb { display:block; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqS3uhyUN2NoRW1JPy248uubc9kE8Ogv { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJvC0TgI3NTTE0m3w96uvqRn02T0T5ok { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUSE7J1BBzCynSCXBIrL8o0BgW3Gn2ZI { top:2.1875rem;left:38.75rem;width:9rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV { display:block; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHdunMPtwioWJgbQHLq1JtekOPkkehfM { top:2rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJPyRTmVX6yUsgZERClguaorGnZrJHPT { display:block; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEuZczq3A2aHy8nWO41u5X3NLAnnMoo5 { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31ALV4y88wxEyCLVP1w7LMZpmaqLnTQ { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt45QrXw0WcsgCspi6oWOq4i7Do7U7SJ { top:2.1875rem;left:38.75rem;width:9rem;height:1rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW { display:block; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVB4RknzltgExuc0UDyTXQptcwToANhk { top:2rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ { display:block; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #badr8zZls57d5UnFlwPVGGJiin0NAF21 { width:25.125rem;height:3.0625rem;top:3.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7VklTU2uhDoUVTGTFK7Lo5FBiRCr6G { display:block; }
 }@media only screen and (max-width: 763px) { #H38rR7qdDdkACbCoRezrqz4TZaqwKKdh { top:1.6875rem;left:26.5rem;width:21.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { display:block; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { top:16.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { top:18.6875rem;left:0rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { top:22.8125rem;left:0rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { top:18.6875rem;left:11.375rem;width:19.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA74bBwLhfNKFT41zab1t9IIRdhitnlr { top:18.6875rem;left:22.875rem;width:24.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { top:5rem;left:0rem;width:6.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { top:3.75rem;left:6.0625rem;width:21.6875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbvPSRJebTUbpVrxSimL5tehgfpboMET { top:8.875rem;left:10.6875rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { top:9.6875rem;left:6rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { top:10.75rem;left:10.6875rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { top:9.625rem;left:27.1875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { top:8.875rem;left:23.25rem;width:24.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibr8xl31ZVlteND33INh18MB0n75QFd { top:10.75rem;left:27.9375rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { top:3.75rem;left:28.0625rem;width:1.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { top:4.5625rem;left:30.625rem;width:6.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDHeKu081UvmKMxDV619tX14eSMTLxfN { top:3.75rem;left:38.1875rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { top:4.5625rem;left:41.5rem;width:6.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30ivafHOmVu48sTS5rrGEerGUcswK8M { top:4.0625rem;left:44.8125rem;width:2.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { top:4.5625rem;left:41.5rem;width:6.25rem;height:1.125rem;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) { #IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm { position:relative;z-index:auto;display:none; }#IfT7pyLQzSqlrpdopnKPe1nPyLkxdOqm > .row .container { width:20rem;height:10.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { width:4.875rem;height:1.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGVhyqTil3oQxxIeRax6XPERIZP9OO1A { width:8.3125rem;height:3.4375rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg1k5dHmILAyHA1wgpMqPxBa9FxsnOAs { display:block; }
 }@media only screen and (max-width: 763px) { #CmEPAyGtuTXBMqzeHfx2WINWyBwJIpBG { width:8.3125rem;height:3.4375rem;top:0.78125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td2osk25nNH7F0HwA9W0M4cSgEIz956a { display:block; }
 }@media only screen and (max-width: 763px) { #ZdCTGMp8fMfi81ub9xaA40Cmac0f36yR { width:8.3125rem;height:3.4375rem;top:0.78125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOJs4bViwI4ZHe7vG8Sl5zKyTp9KR0H { display:block; }
 }@media only screen and (max-width: 763px) { #TuEizUMR7ENBl6bJQtSgPpgbyeaX8TIu { width:8.3125rem;height:3.4375rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXQMtQnFcOaAw5TQnDui8bJNhFW7DT3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q6desv9MaBgH0sStpcOofCzATzWwyy6g { width:8.3125rem;height:3.4375rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuOC5B8AG9wOcCiw1Hrsg7eHe9KI8KGJ { display:block; }
 }@media only screen and (max-width: 763px) { #UgGfRuMpOC8oFZVUJecCaHNbNkOr2o8A { width:8.3125rem;height:3.4375rem;top:0.78125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ueQwHzwHnvVu9d9p0CXavDUkL2T7f4 { display:block; }
 }@media only screen and (max-width: 763px) { #lnDRk5xxARuBGoPi3FsDa3BtRkeX8DQd { width:12.5rem;height:3.125rem;top:0.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnVy2JUN8NbTWeA3SyiO9Ul0ITTz1SDZ { display:block; }
 }@media only screen and (max-width: 763px) { #URZxSKuOKHoPLtuL7gsB5luNGUQLLTih { width:6.3125rem;height:3.4375rem;top:6.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwupNZJmTszuIHwWS0m8nSKVFMS4KrAu { display:block; }
 }@media only screen and (max-width: 763px) { #ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container { background-color: transparent; background-image: none; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container > .video-iframe-container { display: none; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row > .video-iframe-container { display: none; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .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); }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container { border-width: 0; border-radius: 0; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ecLAM8FUBCH5M0AHxhhogHfk3FT2ZPwa > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnDvTbMq69uq0QD7Wrk9masAT8c67PLy { display:flex;top:0.625rem;left:17.1875rem;width:2.8125rem;height:2.8125rem;z-index:15000;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #IDDhdfHtsyi88EMTuSscpC474MDCTR2g { width:8.3125rem;height:1.875rem;top:3.9375rem;left:11.6875rem;z-index:15058;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FD4bzJ9Mcp9la5wxc1B44Rh8M0AVqQBl { display:block; }
 }@media only screen and (max-width: 763px) { #UROXtElNdEXi088qI7DOFsavuM9SSxdB { width:8.3125rem;height:1.875rem;top:16.4375rem;left:11.6875rem;z-index:15063;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #g91mq5KpGTzsPGHTe5H6g19SU3z9xJC4 { display:block; }
 }@media only screen and (max-width: 763px) { #KNWvikPyqIeFyTzXMXgRDZ3txaLTETiA { width:8.3125rem;height:1.875rem;top:13.9375rem;left:11.6875rem;z-index:15062;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #LD0B08f6VcgJMTSbGF5GUirqmMPs21NI { display:block; }
 }@media only screen and (max-width: 763px) { #SyWQ8XBQXQIrTkEdiFZ9WkDQ3meJvHDy { width:8.3125rem;height:1.875rem;top:11.4375rem;left:11.6875rem;z-index:15061;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h0EXXifVRqX0Zw85we0Kh2yop81wHreq { display:block; }
 }@media only screen and (max-width: 763px) { #oWCBor7n43Q3M3U6ZtG72qzGXE2PZNEr { width:8.3125rem;height:1.875rem;top:8.9375rem;left:11.6875rem;z-index:15060;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TSa01yvxZfVnubquAgFE1tRmnA9HaqsU { display:block; }
 }@media only screen and (max-width: 763px) { #o47BQMcDflx0J0enAAMvI7RE18wdliBq { width:8.3125rem;height:1.875rem;top:6.4375rem;left:11.6875rem;z-index:15059;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kuEaIPUNxcOAQoTdsfTKTMH6ZCLfuEFV { display:block; }
 }@media only screen and (max-width: 763px) { #WC7QllTgMhoAn2hDoWdCTh9WhoABk1a1 { width:7.5625rem;height:1.8125rem;top:1.125rem;left:0rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DdAilvxaq2iXhRFSoouPlQTJOETwt0wy { width:8.125rem;height:1.8125rem;top:1.125rem;left:8.3125rem;z-index:15001;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxXnoTRHfOumieOxPbA6Tkn9UCgMb282 { display:block; }
 }@media only screen and (max-width: 763px) { #E2WLImifhrBL2ldZufeUTHQhy6HXA6aV { width:8.3125rem;height:1.875rem;top:18.9375rem;left:11.6875rem;z-index:15064;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gkse5QpfGVKB1PigLC11x8pr6hX6OePZ { display:block; }
 }@media only screen and (max-width: 763px) { #M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh { display:none; }#M6pEoB1BFx8H2Ey09ouHEbTLhgvp62Hh > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ { display:block; }#BuuPGC4SfEK1qALCSWs2xxm2T35AdkhJ > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57a541dc-043e-4bd9-9feb-fc18df139612/bg5.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.adaptive-delivery-prevent-bg, #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.lazyload, #zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi.lazyloading { background-image: none; }#zCCzkfKZThSzziAvMRt7TMVvzF8kLmhi > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lXy5Gd2z7ZIG0EAnJKseTtITLbczygKS { width:19.125rem;height:0.9375rem;top:0.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zX1ACJpgIPnPTOpRA6KuomNDhF2c8yZW { width:17.9375rem;height:5.625rem;top:2.625rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3KXIm809T4zH5cypynt3wdVVA68MSFy { width:18.5625rem;height:14rem;top:17.4375rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3HZBr8LPTMeMurEkcpCZcM1Res1fhQz { width:10.8125rem;height:2.25rem;top:22.4248046875rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPCZwrfUoUDsCMhzUvevFbvEASZSPCkC { display:block; }
 }@media only screen and (max-width: 763px) { #GiHldEwXTXxFxdzTMmecmtuqCapMgyCC { display:flex;top:1.125rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15000;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgceGFsGTTOVJTk3C2fzlN4303ukUBDO { width:20rem;height:0;top:49.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Urt7BcBCkmkMSkDZ7kEwNSgP4rTHWt7T { width:20rem;height:13.1875rem;top:8.0498046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucOT7WPOAOOvHym3qVBsUPOLgb4G66Fo { width:10.8125rem;height:2.1875rem;top:19.4873046875rem;left:9.1875rem;font-size:0.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZUw9FftCDpE18qdLirXe8LSSfkWDnlE4 { display:block; }
 }@media only screen and (max-width: 763px) { #uNDCz3gEGIICu4M7eyfs5cPT9O2mear1 { width:10.8125rem;height:0.9375rem;top:24.6748046875rem;left:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n96Wd5IDc4F4cfdfNgJuhuX5c7xoxO6R { width:14.125rem;height:14.125rem;top:119.997071875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zElPLQ8AzDzDCVt8lyVUVs8OTwZpCdby { width:7.6875rem;height:1.1875rem;top:9.0625rem;left:6.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFScuxNtP6SJpq0XlJaZS5cg3l5povxP { width:7.125rem;height:0.6875rem;top:9.25rem;left:6.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX2L1FQlKgeC5BGDOU7V6DEToD6usWeT { display:flex;top:0.5625rem;left:17.125rem;width:2.875rem;height:2.875rem;z-index:15062;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl { background-color:#ffffff;background-image:none;display:block; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container { background-color: transparent; background-image: none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container > .video-iframe-container { display: none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row > .video-iframe-container { display: none; }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .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); }#IKkx6AOntUxhQC6MSA7I82ePmCa8qHFl > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poxozSKbR33rrohiyrSPPnhPLFAR2uKE { width:19.125rem;height:1.125rem;top:0.9375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f1MeDUUT9TSWtXmOOHkOxAv4XEOnbUyw { width:17.9375rem;height:5.625rem;top:2.625rem;left:1.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyNcvku5L93TxMZpZLZTCGxp8wtZZGS0 { width:18.5625rem;height:0;top:25.5625rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A0HhqGkThOd53LqJALx8hrVQaSoRpkGA { display:flex;top:1.125rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15000;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvFzdpDuN87D43xUcSVeImpzfGiht1Sx { width:20rem;height:0;top:49.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NuEGulJ4IyhZS6guqlbV0xhLeMXwDnru { width:20rem;height:13.1875rem;top:8.0498046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9xKU4CT8tCkWUWi6lcr1vGXxqIxD9sy { width:14.125rem;height:14.125rem;top:119.997071875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0aoezMmpmWO34RN96TePLuEhFyEzGxF { width:9.8125rem;height:1.1875rem;top:9.625rem;left:5.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUgcIhpEbkQkTczZifH0f91Z9TfAH1o2 { width:9.125rem;height:0.875rem;top:9.8125rem;left:5.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nt0Lqv9yUUPecxnlSuBrXJeFuvUM6h4H { display:flex;top:0.5625rem;left:17.125rem;width:2.875rem;height:2.875rem;z-index:15062;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVKS7aUXBy6DacMK5sKNM1nQSJ5zHtGy { top:25.875rem;left:0rem;width:20rem;height:15.875rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WXTyWJ488RdbWIAlpoHwlDNiTaeQR0pX { width:18.5625rem;height:2.5rem;top:12.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NpPi8m16BL2gQJ7J9tbQQQVoExHEkEfw { width:18.5625rem;height:8.75rem;top:15.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe { background-color:#f5f5f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container { background-color: transparent; background-image: none; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container > .video-iframe-container { display: none; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row > .video-iframe-container { display: none; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .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); }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container { border-width: 0; border-radius: 0; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZ21NsXIWikKDbBqGZpxJ3BNJgcBwabe > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LA83N4QLhNkcUaCaS3EyAonETnNKkXn4 { width:10.8125rem;height:0.9375rem;top:6.9375rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGUIVzBeH16dpoRPpizigdtnqKgS8b0w { width:12.5rem;height:2.25rem;top:4.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnREn7rHOarMcfQbq2CSOhQXOf9cmLzn { display:block; }
 }@media only screen and (max-width: 763px) { #DPvTQ4H8qSQtKJV3ssOkHLVr2fFOEoET { width:12.5rem;height:2.3125rem;top:1.4375rem;left:3.75rem;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ftfLhaH4SLnyuqkOVZiy72vTTwWg1wye { display:block; }
 }@media only screen and (max-width: 763px) { #V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu { display:none; }#V83ad6A80MSAXLTG4e1FGfM1ePWGFBbu > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDNyBMxTnsiXxe0hw6422cDK4JHONwg5 { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Z8nvgycu6Jb1dQSXBGVNtBs43GeAgU { width:20rem;height:2.0625rem;top:2.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#E9VnnpcZw9xewc96tPbk4V3nSDypXehq { display:flex;width:18rem;height:5.0625rem;top:4.568359375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #OtnOhinO0SRg89A3OvoGVeJcoIXe5F5F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #vmvLOq4uGxWNvLHIb3uX3xTUUD71S5eA {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #oOuhOhlAdaKemqGGnFTrThLAGskk3FUP {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #DX4a3w9Z7w7H8v6noTTIPkOf1VEpkwTS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #NI4AFbiLCtZoLa40zzWA7gQr4P4UFTvD {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #iwVVl7X7xxoFhy76zEph6mr90oOuRTSP {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #wR7ze9LtqeQSTTm3qhnn3HBBXM1wirm8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ldgPNTQXFGZF6UgLzwhBvCfoU5ZEqsKu {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #gGqcKT7gTGTpRB51rd8OmTNMUWcdPi4Q {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #lJsJ56y0qRM18nOIgWsH0NyH6GbWTLcG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #kGgAWM50OT3TZsf9FGxSfDvLybOZwPO6 {  }
 }@media only screen and (max-width: 763px) { #E9VnnpcZw9xewc96tPbk4V3nSDypXehq #ulIuTkfKsC8lA7nAif5dLV6QFfD6aAR9 {  }
 }@media only screen and (max-width: 763px) { #mf65RIRAwleqFgHMFifhsgl9AbO8J9Rp { width:6.75rem;height:4.3125rem;top:9.755859375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { background-color:#221a32;background-image:none;display:block; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { background-color: transparent; background-image: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .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); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gh9bs4E2r7N5b41F6aPdu3xUmMhGIRtG { width:18.75rem;height:7.75rem;top:1.40625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6rTb0yeU8NvT208NunOH9K8TGToubzU { display:block; }#B6rTb0yeU8NvT208NunOH9K8TGToubzU > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { width:16.9375rem;height:3.25rem;top:19.3359375rem;left:2.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XH1FN8XOfTPa5t7tIf7GnABFCRZH6UQ3 { width:16.5625rem;height:13.75rem;top:23.3984375rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQ8AqCmwqqQ59ZtiUQVHxWm0VzGzfVQc { width:13.3125rem;height:14.8125rem;top:2.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1OIFmGJ2Z2rvXo9W2gl1G20BmTveAQ { width:8.4375rem;height:8.5625rem;top:13.2109375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 { display:block; }#BcTEQdxmPp33ZyJktsg3mLo6zJhRrIP1 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPB0CxwOoW8q7TJqoqDsDeMgerSbLu9Z { width:17.4375rem;height:3.25rem;top:1.75rem;left:1.28125rem;font-size:1.5rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTH3eziRSTmeuzMDLBv6EfJJfWbW7nUQ { width:12.5rem;height:2.25rem;top:32.546875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNp8iiLwIW42XD0TkJJf6ftbMLx516sZ { display:block; }
 }@media only screen and (max-width: 763px) { #ee6seQose1OFWLGTRoZLdHTJLDNCRd0C { width:5.625rem;height:5.625rem;top:6.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB0LKy9NEZBsomv5L1ocOmF7E8yLRJO1 { width:5.625rem;height:5.625rem;top:6.3125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmHl0Nsftcr26NVP0ll80Ke2HkxJsf3U { width:5.625rem;height:5.625rem;top:14.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHLnC9O744MILF6661Xm07SwBnTHhvJW { width:5.625rem;height:5.625rem;top:14.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxPw6ZD6BIIurf8Vh01xJOQ6HftGQowI { width:5.625rem;height:5.625rem;top:22.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV1MVVOm9vEKqVvOpJQ4rHrENFUcd8SK { width:9.375rem;height:0;top:11.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DvOq4KPkKgP0WR3ni9HKTlOHWykmJxX2 { width:9.375rem;height:0;top:11.1875rem;left:10rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n6TW7yC7WWs5m45wNyohpe7HAPRXbUR6 { width:3.75rem;height:0;top:20.125rem;left:5.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fL4ytcIGrRJkt15cAqOSVJyWJx3hc9OD { width:3.75rem;height:0;top:20.125rem;left:8.8125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FwKo6Zc3tzgQvrlyrfsF1qZthTceikcT { width:3.75rem;height:0;top:27.25rem;left:12.5625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #a0bp114GPTx44ZZJEh46nQAE3r0o3XXh { width:9.375rem;height:2.375rem;top:11.5625rem;left:10rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DPUDNOW3TuFOfS87AeIgOA27hHBhi5Rz { width:9.375rem;height:2.375rem;top:11.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #INyzysXzytLZ4N4APQeZqItyFtqHTG71 { width:9.375rem;height:2.375rem;top:19.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15007;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #idNxo14DTthqvL0Q4wq7W9vAEWXUJTzl { width:9.375rem;height:2.375rem;top:19.875rem;left:10rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15008;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GOepUhMhG217X243expJ2zrpg9pz3tQg { width:9.375rem;height:2.375rem;top:28.1875rem;left:5.3125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF { display:none; }#PKxy25PooqOb5uqfWeMnBWEW3Zb9EXNF > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tHxG8GgWbUxb4bCpGQGzlckOUOPh49OV { width:10.625rem;height:1.1875rem;top:1.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HvsLz06ptOUT2LF5RIVaEn2Za7pgwoTK { width:14.625rem;height:2.75rem;top:3.75rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggTq9E1EXSZSTvs0UDzTZLakO7lz2RIk { width:14.625rem;height:3.375rem;top:7.5rem;left:2.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GZWXGWVNleanqvGQIToUPJnNRo3ufp2W { background-color:#ffffff;background-image:none;display:block; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container { background-color: transparent; background-image: none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container > .video-iframe-container { display: none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row > .video-iframe-container { display: none; }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .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); }#GZWXGWVNleanqvGQIToUPJnNRo3ufp2W > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQN4R0RVZLfKrXhzEQdJPlFvv7sgTEPt { width:10.625rem;height:1.1875rem;top:1.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XGL8IkTn3WXvybG1KMIVN93w1rHQfPrF { width:17.5rem;height:3.25rem;top:4.375rem;left:2.5rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hntuDbHA6pD8OgUgdlJWQyDp6UQVVRJh { width:15.375rem;height:4.125rem;top:8.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOPioFVi06pShWyOuS2vFxC3inQpgviW { display:block; }#TOPioFVi06pShWyOuS2vFxC3inQpgviW > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTMPIDtpmRvwU3gGCgMadIwKTQiaFMBf { width:20rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8VlTTThXcQzTZJQIqC6CytSwmBVz54r { width:20rem;height:0.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohJqsW23ylTdf93FZCzMTtHQsq43kym { width:20rem;height:3.75rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOH1AEXpIUztGEIeXbdCGC29Tco2agd0 { width:1.25rem;height:1.6875rem;top:0.125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdyuCOxl5FeL6yMNJSwcqLXKOraZLeOe { width:20rem;height:1.9375rem;top:8.1953125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4ak8sVffCnfWokyUyDRHVWhfZzxmp2a { width:20rem;height:0.0625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF4HfeEXfC02TF3vscnI7Fz7q4wVdxKM { width:20rem;height:3.75rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRTtpAik0EcKiXJsbzXo7zCH1ocso8Pb { width:1.25rem;height:1.6875rem;top:8.3203125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst { display:block; }#Z1UEOFPFHuhpcdcvXvEE5mpU9arrFJst > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExZEIdwltLTyX58gEBn0rdU2bOteZ5uk { width:17.5rem;height:1.9375rem;top:0rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOGxtqphVOKQflLR4vtACPQZFsf3un1J { width:20rem;height:0.0625rem;top:2.4296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUe5hhfdRnAz1luhTKIKkm5TWPcs8xTU { width:20rem;height:3.75rem;top:3.1171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5LtQxvy8cSeOK9oWAuWBlWxqXKvuwG4 { width:1.25rem;height:1.6875rem;top:0rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4cBDDS8KJnWUI4wx9ObdCTzKFlpf5ty { width:17.4375rem;height:1.9375rem;top:8.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7TQTxNqT4IyGbJRecfVXNBohFSwbJbX { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNAntVgQraxUhdidukC3hscsrN6uHH6F { width:18.875rem;height:2.5rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIit5L4RpPsnHxcbnoLLlpsMR4FSbM8 { width:1.25rem;height:1.6875rem;top:8.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqa0KIiC2FAli0xTNaRxherNyQIruIKR { display:block; }#Uqa0KIiC2FAli0xTNaRxherNyQIruIKR > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jzi6b4WTRVtU1vR43bJVU2F9AdxUu2t5 { width:20rem;height:8.6328125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h { display:none; }#etuLgq8oZaEvc4weN2pnHm8O0gHdfz0h > .row .container { width:20rem;height:38.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q5Sm0d648DTekfU5TrbMaRza5UxPl43V { width:20rem;height:11.111111111111rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7y2r1PvQ629iJx3fWSiT9rES3Ct7BH1 { width:17.4375rem;height:5.25rem;top:1.25rem;left:1.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WzNtpq6BTyT28KtnOm52ooH1uJqhScDT { width:19.5625rem;height:7.5rem;top:20.7353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWE0UfdNo9ln3FFH5wo7ldxHp1Sme9Cv { width:19.6875rem;height:7.5rem;top:29.4853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq { display:block; }#iuZPD3rVCHK3QmthS6KXKLKAHbcXCWQq > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9qGHa601tyGkleWPP7d89KfgzTSbTzZ { width:17.25rem;height:7rem;top:4.2763671875rem;left:1.375rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #t5xTX7o4AXRm8kiR5mgQCevx800qw9bB { width:12.9375rem;height:0.9375rem;top:1.646484375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCA7HVJOJnzFABCpNOBEwszeyVURnSAs { width:5.875rem;height:5.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvz2F86UVGguSfpODcJ9WdnMelwgMGaO { width:5.625rem;height:5.625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx4eq7P8T1IUnKflUcJ9XCxpK69lfLCR { width:3.75rem;height:0.375rem;top:11.3125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0UbFEzpZFCLzcbOGD1Zombr5Js9rN6b { width:13rem;height:2.75rem;top:14.5625rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcGC3AtdGDZ6AR5MvqvFx5I2J6HO2NOT { width:13.8125rem;height:6.875rem;top:23.25rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hw0Z1pk6XrR98JbDFvOEgQXcBrxwArvf { width:12.625rem;height:3.0625rem;top:33.44436875rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSZk1a8XfqRaS456IZOkNEXVQ0PcL5k6 { display:block; }
 }@media only screen and (max-width: 763px) { #J1dzIfOIVUy4cwuht0BLGEccUi9V3TMP { width:12.5rem;height:2.25rem;top:31.9375rem;left:3.75rem;font-size:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bmXGsBmxMTbdpfXctOOlaHzZEKdrZ1AV { display:block; }
 }@media only screen and (max-width: 763px) { #M6liHT7WkVD7MSdHn1Hef1QoVfXoZGCP { display:flex;top:18.5625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v { background-color:#f5f5f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { background-color: transparent; background-image: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container > .video-iframe-container { display: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container { display: none; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .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); }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { border-width: 0; border-radius: 0; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIJBsx34JxABKR4OPmWa4iabFCZ5XV2v > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaLsMlb2uGBTUKDVUcxP7cLlXcwxJ4rd { width:10.625rem;height:1.1875rem;top:1.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqrixMxKVXXaaKoZuvi7ZaUoKT7WQlWx { width:15.8125rem;height:3.25rem;top:4.5rem;left:2.5302734375rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ { background-color:#f5f5f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { background-color: transparent; background-image: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container > .video-iframe-container { display: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container { display: none; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .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); }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { border-width: 0; border-radius: 0; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTFH34nZDCKwEhCvx6SiRTpTb21DfzLZ > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6hxxOWsd9RCoc6JF5XPba8CWDBirnfD { width:16.8125rem;height:1.6875rem;top:1rem;left:2.5rem;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qzzfbTRpuxNKBcL2sJxSTDu2RSgwBytE { width:15rem;height:0;top:3.07421875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qWuSATHipzn1UNDGIAZHIifTcuBBsTBN { width:8.625rem;height:17.75rem;top:23rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUB7IXUwn16SmLGKNQevMZTwql3pIw1O { width:16.125rem;height:19.625rem;top:24.75rem;left:3.7724358974359rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsR1090yBtUuga5ud917klb181eRpg7f { width:16.8125rem;height:6.875rem;top:3.3125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #AzOTqXyt0Lpoo7WSoUaQ9wakxX0WdusA { width:16.8125rem;height:11rem;top:10.8125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #U05S27OOqCBnzs9a0TS9TvaixLCk2yqs { width:8.25rem;height:8.25rem;top:22.40625rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zCdrFNJfzM5uExqSMRZIJ8lXydVrdyTX { width:7.4375rem;height:6.875rem;top:31.28125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WkvBdPIZPO4d6JLOkTs86QXc3mv5kKdm { width:12.125rem;height:19.625rem;top:21.125rem;left:7.875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #voQc37Gu50CNP9HLTrvL2B09L70E87fS { display:block; }#voQc37Gu50CNP9HLTrvL2B09L70E87fS > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWCesvaDeUaJykOWNPUWDTHU9LSLU1sy { width:10.625rem;height:1.1875rem;top:1.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WWH0ntN3J1M2VWyOCbIPJUZrL8O9mUta { width:16.0625rem;height:3.25rem;top:4.474609375rem;left:2.28125rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rnlqoZzr4IH5nvvEDTyQiRLxCpVGtCad { width:16.1875rem;height:6.875rem;top:8.875rem;left:2.28125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 { display:block; }#z3BcTzCUh1osVa9yHUCxGuTEKs3VPnI9 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5leUU5J6icirTgIqMbTUscXwhg43g6g { width:12.5rem;height:1rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGz2WJsacFUpRgm6DJPO6sCDZI1xgAnR { display:flex;width:1.25rem;height:1.25rem;top:1.02734375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eVFXMPNdutvKAgqw9sKCWcQMDyCRAeTQ { width:3.75rem;height:0.6875rem;top:1.287109375rem;left:15.125rem;font-size:0.5625rem;z-index:15064;color:#000000;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6VL73tgo9UQLmX3yd2wTICHCCqVrUq { width:3.5625rem;height:0.6875rem;top:1.3125rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmsCRXEPC97u6hQrhrgpPvdv3gJZi2g8 { width:4rem;height:0.9375rem;top:1.1875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ { display:block; }#lZPT1zLkNrnw89aUgLlLEtn7pHSNArlJ > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD7kf9PiclRUToFqDyL6HTOQMvVDqMRd { width:0.75rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTcfHBCuztHMQ3FDrt6qoUwiNfBdtdEs { width:10.125rem;height:1rem;top:1.125rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDfkidMpx05bcEmfc30rUr4MkDDw7gzl { width:0.75rem;height:0.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORh9bPricvzUESbvvzwM4r8ymF9ty31 { width:13.4375rem;height:1rem;top:2.4375rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC0a7W79WSP8MJD9PXckr2U7pk7V5xhM { width:0.6875rem;height:0.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcLMf0wcHv5epDPxzvFcCOgloDXrcPrJ { width:12.5rem;height:1rem;top:3.75rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dle0ThGDn1SOqQ4R2o4SOuktvzDe5HuT { width:18.75rem;height:1rem;top:5.125rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMph0P7SJkPhN3RbmPCfAcDRZXxkcxJT { width:0.6875rem;height:0.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN6GmXTTU6kaPgKpCGbXW34ffTbnx1Ih { width:13.9375rem;height:1rem;top:6.5625rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k5ZTCykSTB7nKsJdy9lQh4bCvWNVe7er { width:0.6875rem;height:0.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iru90oIFZLT6Gl9tenz3vqPSVhEbnoNG { width:0.6875rem;height:0.9375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPId219e0GS0a4QDhfmoK3fbG0uhCJzz { width:15rem;height:1rem;top:8rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7dUrATIXtF4L7QKCrGEhmfQn8seMyd { width:17.3125rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWU69FtNNvnBKMszzNkTLoKHcfDZbDQN { width:0.6875rem;height:0.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP { display:block; }#vQwauHGRtShQeJ0AseGuJ0E6Sla7uVlP > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BvJVn8xoGAPXRqJWqgPvbwK4VATn5g9q { width:10.5625rem;height:1.75rem;top:1.25rem;left:0rem;font-size:0.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wu7F7pqOtnv7Opxyglh01MXOqL2yRLSM { display:flex;width:1.25rem;height:1.25rem;top:1.5rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GBUPG38bfZ2JG27zJlwiUvtIUpTyQ7LL { width:3.75rem;height:0.6875rem;top:1.8125rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEHm5VQxKK1BVE57mHNy78a0uHwtI3M { width:3.5625rem;height:0.6875rem;top:1.8125rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpVPFoEtQzOqnfOC0G6GkRfpiCdQJDZR { width:4rem;height:0.9375rem;top:1.6875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b { display:block; }#aHcXvZFDHyt9zg4UKsxIoHQqhZCuCX9b > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKW4QR4ZqRQWts2Oipzzsm8qzNzSmC1E { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlTOr59OyMeSZLTZxt8s4PrU5OtGiQOk { width:14.4375rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEtNZFC3V1ZVTIlv9LJdEsKXJTyTTCxd { width:0.6875rem;height:0.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrnGPSpKku5048eko3f0a0BQ4NuZVLU1 { width:16.5rem;height:1rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llXrmJHs4nZE1Tkwfmmsxt0etTr4UkO5 { width:18.4375rem;height:1rem;top:3.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVogoRMc66gpWaHwz9NRTSCI54Pm2GRf { width:18.625rem;height:1rem;top:5.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwWPkiPQO5zElJb0sFbEz1KKeo8KT0Zi { width:0.6875rem;height:0.9375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngXC2nsrhdUTMhOOXFlhQT1qEAW5RbTo { width:0.6875rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #US4PQaJi20W1TXRrecOlC1v1TZCSJLqC { width:14.875rem;height:1rem;top:10.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm2rZRaIECip16sISX48MLUTh0SaEBTI { width:16.375rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGZPFM9nQHJHZ99DfD5N4Fh86NK7KKM { width:0.6875rem;height:0.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRRMeBGVb02dHeZekIb2M5VUftJPDwHp { width:10.9375rem;height:1rem;top:7.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1pJOmWfRbdyS90T9GQiAa0vfXdDSAT { width:0.6875rem;height:0.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S18vdpNaTOQUJm1VEPlo39TvInP9IFMJ { width:0.6875rem;height:0.9375rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgUSDMZITqaOuNJTCHtH9Mim59eT9KQ { width:0.6875rem;height:0.9375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKOaao2SUxkE6Jag5qAupivsI421IH9 { width:11.8125rem;height:1rem;top:6.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic68G0ghSvFwuZ7JLLlHH0dT5TozqNvp { width:10.6875rem;height:1rem;top:16.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVuJ1y0AGqFBPHbV8ir2LrUMMHS5niu { width:11.6875rem;height:1rem;top:14.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVqx331Vxudu84Vs0pxeGKWGPo2taVFW { width:16.5625rem;height:1rem;top:13.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ut8NVrmrTfaO18vIRWTMq3bxA1hB2P { width:0.6875rem;height:0.9375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wwi6MTKvUUIm9EdMUTIfBaVIciNI8B { width:0.6875rem;height:0.9375rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUop9PH28TIt360lH6vQ1xO8QITlKEGi { width:0.6875rem;height:0.9375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD7X5bWDevzqokbTsltlXcdxn0hssqgx { width:0.6875rem;height:0.9375rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZwy78Fc5FfTvTrwEKlIp59iRfKIiON0 { width:12.8125rem;height:1rem;top:12.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkorhsPhVQkonOL95fzNp0F0o73UsLEz { display:block; }#tkorhsPhVQkonOL95fzNp0F0o73UsLEz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1hFaFxcB0xn2FBmTEfE8EVArdA7gLmd { width:12.0625rem;height:2rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks7otUQnRHaVb7MUsqqiAvh62OrAT8Ts { display:flex;width:1.25rem;height:1.25rem;top:1.5625rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NAwWRlD8uyC8iyHylDrTVeQTUe13iKIy { width:3.75rem;height:0.6875rem;top:1.875rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMvXOWcW3y3tl5pFcm5NyauP9ZyslFNn { width:3.5625rem;height:0.6875rem;top:1.875rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CluVLfCUTfVygNip8z1AiK7L9KBcnP6m { width:4rem;height:0.9375rem;top:1.75rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B { display:block; }#b0fzvnB5eNnrLeSFqbVFsOW8LHT5ko6B > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohfqh39AK6gKvDdKFy0HTWwXDFVp5wtm { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQwLX2V0pWtbQ0T7wVy1yZKV4P7nx131 { width:13.5625rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTHPLdu8nJ8UEQJ8GfnbZB64BwrmL2Iw { width:0.6875rem;height:0.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orSk8xHddE0rS3BUchAQoO05kcgTRDx2 { width:11.375rem;height:1rem;top:2.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #teNPgXpJlGdJU2UXqqiakbq99qVs0iNf { width:9rem;height:1rem;top:3.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsiOkCx4bWEvdDeXwTKtD6ZB7WUEmi3C { width:0.6875rem;height:0.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA { display:block; }#VG1TBxeKauxGEx0JbKgqe67mkV1Zp8fA > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGAkaTD4TEpQz1qHedLT5VfT5LRICTwL { width:11.625rem;height:2rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho0aMf6NFvCQnrZSbarJFInXRvtuVfIS { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HyNAROI1Rxs2sGQ1LvnGKaJAs86UB4ui { width:3.75rem;height:0.6875rem;top:2rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEad35NOHwFlvgQxxZkZVCya7Jz3SXo9 { width:3.5625rem;height:0.6875rem;top:2rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSXHfoPSFGaLzZm5iUzZyZtzb913PqFS { width:4rem;height:0.9375rem;top:1.875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer { display:block; }#vXCTS8ltLH1DbWvBSb399xbTeLL1Jzer > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGR64RrLbs0pzhMSqnrBakRaNDE6f8sy { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZE88K7G1J22mGHpbwvLfXdWvda4azJh { width:15.1875rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAIz1JLXoD6BwBwSVT6Jq8l1BGBhqZMC { width:0.6875rem;height:0.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFl4q8QrU7DZh5FfTq02fFVPAlbf6MUT { width:13.875rem;height:1rem;top:2.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eoq6RT6PD0WBKGLrsiDTMu4UquVh5dFM { width:15.3125rem;height:1rem;top:3.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyHNI4W7iXgIrkQ4HIG6I5XQmWIvIw9O { width:15.375rem;height:1rem;top:5.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmP98QgQxwd2lIFzvABB6otLFAT0FTMX { width:0.6875rem;height:0.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mymdmeurx5VbdvFgH0m3yrdwJ8QQb1sa { width:0.6875rem;height:0.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTxxk6U5EKM3h8zsBNRqhpT1o4Q1Q7dU { width:0.6875rem;height:0.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDeCxJO8rw9zXBrc3Tu5NTrVgESPNziH { width:14.0625rem;height:1rem;top:8rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNyAPiWXOnpxv3wus9Wk0ye4yp2DBny5 { width:0.6875rem;height:0.9375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHCIJn1q8aFKomAOF6McV75ooph3AWnw { width:8.875rem;height:1rem;top:6.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt { display:block; }#X0yWCGQaf3tzQQ8JgFtAqgPA90zCzDlt > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEm4Eyvqa2yQu65UuzfoLCXk44XMewWf { width:10.3125rem;height:1rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfVIODPQarGrmhoiKsfr4C1aduvOzxf { display:flex;width:1.25rem;height:1.25rem;top:1.02734375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HcUJnXDqVvXwbtskX3R3JSqSpsqMheIF { width:3.75rem;height:0.6875rem;top:1.3125rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxTwDJsdvoJstE9W9WksukuFm7skSaMa { width:3.5625rem;height:0.6875rem;top:1.3125rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlhzzfFmaayWzt45zBcWoFn58oZNBXPX { width:4rem;height:0.9375rem;top:1.1875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK { display:block; }#Jfm2vmTrWQQPJG9T31NI3nSK4ErN7dkK > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUXuszQQic7VSPH7wF8q1tzTvKavqLgJ { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zumNrbztRqeHxVDbDTNNGK2ppX3RsFtQ { width:14.4375rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTxkOyLtvKTRIDemE06hXzcrvXaZWCEI { width:0.6875rem;height:0.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZae2S5LxJSDxTaSar9lDI5HEqryMTmf { width:12.25rem;height:1rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSqC9tlnZgvvig5qe0JDQSNTca8QM5OA { width:13rem;height:1rem;top:3.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFhTHMoQzPJl4DMABDWqzbncLXTy9XL { width:13.0625rem;height:1rem;top:5.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3G7pxswv3ybnUnGHZdQR4lIqcH6FM3U { width:0.6875rem;height:0.9375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAnuFgctxaLZLE1XAtQLXZ1cr4R5Ps37 { width:0.6875rem;height:0.9375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdOXhJlzt6Ko4DWuR2V3iQdUIcB9p8BC { width:0.6875rem;height:0.9375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKTvtKC3bm43Z1z852gV361hogipldAb { width:16.125rem;height:1rem;top:8rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAb54ZoGCAcMAg8MfbarnRKItFOS7tRZ { width:0.6875rem;height:0.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtmbgoofTHZVXmQk0Cr9rOuXMTtTAT4z { width:13.5rem;height:1rem;top:6.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeOKzO1y5nodszGIiRbWlmOT3PH9SroH { width:18.1875rem;height:1rem;top:12.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMx7hTOsBlPwO9C05gJh99yhFSL5xxfQ { width:17rem;height:1rem;top:10.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbvTA0181cly8osx1wD2BKWJaCxa2mH { width:16.3125rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMqyCBGWvhKRygIXkJGJQozJ8vfGqLr { width:0.6875rem;height:0.9375rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl39ryrkwy58hMIEqpnnkxLKG8Jz5CIy { width:0.6875rem;height:0.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1TatKJ7598ie8bKThdMdahClAfAFzIB { width:0.6875rem;height:0.9375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ { display:block; }#nXZiQ13spNrWQXG4nofLEZbShN2AGMkQ > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnJeUFdaqoT4d96rUqFMbkwB8oqnnlbG { width:10.625rem;height:2rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5wF1L4Di5LcC3Bz87STsRE1MWMaPI1F { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #oWKpXRPEQ2mGDDsKTtLTb4N76dwzrcce { width:3.75rem;height:0.6875rem;top:2rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmzHNqDSpX50f3neDFJMRxOn3iqBZxJG { width:3.5625rem;height:0.6875rem;top:2rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3orZUdmTHTdTqduVyg7AogOSK6KNAMh { width:4rem;height:0.9375rem;top:1.875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM { display:block; }#fe3guGkVcxqwsJV81o9U49mJWQ7c8TIM > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acxhRV4mrmT8H9hUVrLocfgsOZv8vETs { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoS6DbNeHlAbs84bL0Q1d52I8rU0bUaI { width:17.3125rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0SR1LFQJy4InJLM3eABe2SaHerDc0C { width:0.9375rem;height:0.9375rem;top:1.43359375rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTmvPwCAk3HP73mzhNCXRJPd3gMROpt4 { width:17.0625rem;height:1rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ow9JrmwwFctX8mpsQHQ8leVTbXZZzd { width:12.625rem;height:1rem;top:3.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgW0Ecm5OJFhhFRsnukHHkWC9roKN1Iw { width:13.3125rem;height:1rem;top:5.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9OAJPNgXzEb1q6CiDq2o3ZVbTP7cCxi { width:0.625rem;height:0.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQDSWGaQtk4973SqsufxmaorHX2oFIX { width:0.6875rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNSAQBwg9Ii38U2EFLzrEhh7rGHAc1M { width:0.6875rem;height:0.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ppoVMgI5hZ4SV9mDUVN69sBRL2d6il { width:18.625rem;height:1rem;top:8rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFrzvGChbLi8Tcz3EpeLwuWUAt80RnXt { width:0.6875rem;height:0.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmwHm25XnhIG97T4S2KdrhxT38fHzNQf { width:17.8125rem;height:1rem;top:6.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBCcheMSPJOUWcpNoTchr1T9xMl3DNGU { width:17rem;height:1rem;top:12.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shczgWqttv7cfmiI5uGQ5BrLKsfMGLw6 { width:17.9375rem;height:1rem;top:10.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waCBZ1Pf4fi9hTrMLwHce2tmrCQfbeMf { width:16.5rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Zcyt0PzDIkFQbPRIvRxdWPkrSzdpmq { width:0.6875rem;height:0.9375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGtxHZK65tUp6TKJ71w8dTiIX8PZCzKs { width:0.6875rem;height:0.9375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClN0Ed35tUDfz5RlyHvQqGdsM63T2yuI { width:0.6875rem;height:0.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b23m2LyDQV5vsoPXME3EXUvhzLJBePyv { width:17.125rem;height:1rem;top:13.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whQlewuAkDgrCtzI47n4X4hzOUQ6e5Rq { width:0.6875rem;height:0.9375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #exTbTwXlhW7HcyNbkhl6TX86PTbIrntS { width:0.625rem;height:0.9375rem;top:2.5625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L { display:block; }#LiNJDAxsTMeOWs2vvtFGKHuMUlTO8E2L > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSnnE8Vapo1bLPuxf76WzBMefLZiC4cM { width:10.5625rem;height:3rem;top:1.21875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKFQmiHwTFMLxumTU3hgwRik6sGvhx7b { display:flex;width:1.25rem;height:1.25rem;top:2.125rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J6TF9MPFLg7qZ4EBuvlmw7olWuyk7XNF { width:3.75rem;height:0.6875rem;top:2.375rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1OKrUZPnKK3TAIAWAmPThPC0AyzyeF { width:3.5625rem;height:0.6875rem;top:2.4375rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SGQl5HiWTXrVMBVik5fwUTgWhxvOPNIX { width:4rem;height:0.9375rem;top:2.3125rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP { display:block; }#KXyRu18ZImwaOF7C8NlRVlKbI6hKvysP > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvt2Nh1szyPokMH6O0IOgs1nqXfpafSt { width:0.6875rem;height:0.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyDi103aJlx1G9U0F2qhtkxTOdwdsoH7 { width:17.6875rem;height:0.9375rem;top:1.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4bcTAbCgbPCPp1tRmovJqolledhmSgD { width:0.6875rem;height:0.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR0hqx029iZ27k3t5h9Df8ohpTLIW4s4 { width:15.4375rem;height:1rem;top:2.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKFhdPqFFeRre8ycPoEwnZquf2Q9ohLV { width:17.25rem;height:1rem;top:3.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLG8JpLWIxMfphtcmlKmPQEevkWyGi3 { width:17.4375rem;height:1rem;top:5.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5GTPwgT0226wh72sIl9DTRgBqHoPrO { width:0.6875rem;height:0.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #db6deXVZdQ5yC54p9KBKWT7JsAvHvdCd { width:0.6875rem;height:0.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdWdDzxObqBc0TZ6mq3K2S6KI0iUX3f { width:14.3125rem;height:1rem;top:10.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ4ypU8nXyf5S6y0s94cr7mSRc64oEeJ { width:17rem;height:1rem;top:9.3125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNChtydIGZhNMKZTHP7IWT2UyUPFDPEm { width:0.6875rem;height:0.9375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQh3yCnqOscyGTAT28TZ5doD8UoJllN4 { width:16.9375rem;height:1rem;top:7.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQyGOsNIlCG5MaCWkA2fMGIu3H2Ax6mo { width:0.6875rem;height:0.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyfAKZ9IQUSbiI4Xt5nGNPS3DVT3P13 { width:0.6875rem;height:0.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBUQwCTo4Vk5c7fCvmlvBEnZVOqFAgr { width:0.6875rem;height:0.9375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMuleg9DIwB3MMXptD5cDdfBtwzvcQlH { width:15.5625rem;height:1rem;top:6.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEuORQST02ka5a0Pz9XuhX18vMN7t5mA { width:15.25rem;height:1rem;top:16.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxQDHIzWMogGq8FivUqVdWT3uzvRIQr { width:10.875rem;height:1rem;top:14.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgv6a6XT8ykVZ4Lk8hsgpd85rw3bBDs { width:17.375rem;height:1rem;top:13.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N11oZzWFqqvb0mVDD2VeF4l9rXl6NoEE { width:0.6875rem;height:0.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agB2QNg7QVRqBUDANVyPxyATMxm8z0gN { width:0.6875rem;height:0.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoUIT2hLpueQ0IXl5hfoiqMox0VsDmKh { width:0.6875rem;height:0.9375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqpmwuHpUIkI365OQo0TNmrLf0WNHTgg { width:0.6875rem;height:0.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHWBSEXMtd8TsH4MaIk9QoJ4BXzPHmaV { width:15.3125rem;height:1rem;top:12.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ { display:block; }#zagdyzd9TWEoJKLOcvD9akeI8zJGktmQ > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHIJbfe3gcDqQohHSK418FVFIxDHzf5R { width:10.0625rem;height:1rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTtqPeH6Nw9Csp9kJonw2w8RuJqADQ1B { display:flex;width:1.25rem;height:1.25rem;top:1rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ctiRU55BW8HflgVbVXNvTLy3113xvehf { width:3.75rem;height:0.6875rem;top:1.287109375rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmSb9CPFEhTe6yyalXl8MxV0onCMbvEH { width:4rem;height:0.9375rem;top:1.1875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqxulFKLZcRAGAtDOhJOltDXnelm8CbI { width:3.5625rem;height:0.6875rem;top:1.3125rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 { display:block; }#XQ38norIIOt2qxq15mlhvzvFC6fDkJH0 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKX4tadH3lrwUTZZLD2rITiO3h10xnVH { width:0.6875rem;height:0.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5p3grF7JyJGVHZfa2rNonkbT0FCZ1lt { width:13.9375rem;height:1rem;top:1.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbCLXb52HzTNqavP16wQaJIt2Hw1ezqs { width:0.6875rem;height:0.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh1kCr7AbbnNPuy9iJZF8mFPNnmIH0NW { width:17rem;height:1rem;top:2.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gf3EvHlG5O29RRdpFXSrAtOnRfZCng { width:18rem;height:1rem;top:3.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lszzBCbOTJ1536Gwl4Z7rR5XFyNsGC8p { width:14.8125rem;height:1rem;top:5.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1BiTbCfyZ3HcVzCO48pFCwW7fZ8FoMp { width:0.6875rem;height:0.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE48CXGiTtIwcNyWuAX9tzEa6r6loPQb { width:0.6875rem;height:0.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIqi3tVbe02cxScVrVr6ZzplDGUWFilB { width:13.6875rem;height:1rem;top:10.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4St2ycHypDW8nhmalVG4q6TZZv5Eqmv { width:13.9375rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o64EyB34S3Tcf2v8aCFNGDMd8XmXDOnV { width:0.6875rem;height:0.9375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRRHAifPpvuHbV93aPrHNtUc5l16cW6t { width:15.1875rem;height:1rem;top:7.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvtLhXJkve73tDGEq85HqVEbPldhLpE0 { width:0.6875rem;height:0.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN57ewDMkimdcqqhbOXvM2wXSc1TTMFT { width:0.6875rem;height:0.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxR8QWS0GefKEtiHJnOCgb6gyddo0DtS { width:0.6875rem;height:0.9375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObUDinwxT0F5BezLRCBfOopQeNcTxB1x { width:14.3125rem;height:1rem;top:6.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdw3oESprGfXrdeGVC9Iht8UEXFyg865 { width:14.375rem;height:1rem;top:16.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtCwThHJalzvEhqon9XRWhfVTlwA58vC { width:17.125rem;height:1rem;top:14.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hl8VsaOfc1dKDqoAFaVg4FMbnpBsFQIH { width:13.1875rem;height:1rem;top:13.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT8U0mwMwhBqy9edS6kz4yoDXlNyWCaJ { width:0.6875rem;height:0.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWQKSzR2cvFRgrxVgi3rTHGKltVJHTU { width:0.6875rem;height:0.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRCJtmzPWziCOEeVhDE73dHv99zhWW2e { width:0.6875rem;height:0.9375rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F90trXBakHHfkVHHtOq7iEPTXKkx2xCP { width:0.6875rem;height:0.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLiCubNr83MJTf1AB59q6kQsAqFwIdd { width:13.4375rem;height:1rem;top:12.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh { display:block; }#mSOu4r1hab7WgCz6X2AgIU9BkPGPHQgh > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZDwRhObr7qk3efFx41Zv0V3BkwQxpRL { width:7.4375rem;height:3rem;top:1.15625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqbU6rn767QHZQJ5qDPKa8WhPDRSsfRN { display:flex;width:1.25rem;height:1.25rem;top:2.0625rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZfE16FSLavXpZppdu3pCUvfC6CBBQDdM { width:3.75rem;height:0.6875rem;top:2.375rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRbqp2hnf7kWpgnn4t4yDsfvn6TfOx6 { width:3.5625rem;height:0.6875rem;top:2.375rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy3cN2NCJm0OSUl5qJbBTtulirsXkOPu { width:4rem;height:0.9375rem;top:2.25rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq { display:block; }#d68BoOlHoHaItbhyoJvWfyiMmdR9M5Oq > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOI7W2erOil2m7uGMqZ9AVdU2snhTBUd { width:0.6875rem;height:0.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV2ymFqTv1HATXMOzDZE55AZo1OOK23J { width:16.75rem;height:1rem;top:1.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukQZRqKJm6xXq61gLiVBhVAc3ZB5AEHD { width:0.6875rem;height:0.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJiiBAGNgM117qWizTJTcdV4yB80JFyq { width:17.1875rem;height:1rem;top:2.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkQAnn7mZbBlADkEiRMgo0Ruze1qIDz { width:17.0625rem;height:1rem;top:3.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAenixbK3ubHgbdJZS80p66FfqxiUzv8 { width:14.375rem;height:1rem;top:5.1875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH1tRhdoOyDKNywF8MG10HkwI7sMRNXx { width:0.6875rem;height:0.9375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orDKrErCeBLV8NsW0PKh2S7U0PAvIrya { width:0.6875rem;height:0.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFPumf30LWH9nOTnvuo9IBdw4dLxtzo3 { width:18.375rem;height:1rem;top:10.6875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAmeh8peIw2RwIclXlBLclCB3P2D5TTJ { width:17.25rem;height:1rem;top:9.25rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLn9fMHEoVUbJqxngx3GtQpHIeKccJ3m { width:0.6875rem;height:0.9375rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqT3Sm77fwMETMa5ITOf2ZsB3cS3EHtT { width:12.8125rem;height:1rem;top:7.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfZRNZT3ErHvcMKKTiKP1DpW0Kwgett4 { width:0.6875rem;height:0.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6BeNHMCnakhN9I00dQGfvc8CpaHQ9tA { width:0.6875rem;height:0.9375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buGIZ2h3zDeQSr46A9qHrPoKTzTL5UTy { width:0.6875rem;height:0.9375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPVuW0zkT7FbRVveUvTAzMeo8kEK8KA { width:13.875rem;height:1rem;top:6.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPpT76qB5K2PVcR2nIcoPXDwEyTFtzh { width:15.9375rem;height:1rem;top:14.8125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyRF3CKat2ApyXAkifTNcPHzg991TvJn { width:13.125rem;height:1rem;top:13.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLtMaKCmuzhGD5Inv8R6IQ5VmxZMG3x { width:0.6875rem;height:0.9375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkM0fkcogSMI5Q3EqTzEZtErUzWgcPMr { width:0.6875rem;height:0.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODeJ5kNTbKzaEBmetAH13UZnLrOAQR2N { width:0.6875rem;height:0.9375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSSPOdd6ISmFrumu6qV4UKzHRi2DorO6 { width:18rem;height:1rem;top:12.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRzdivayAFtKzHefUQiiX89znwr75T94 { display:block; }#nRzdivayAFtKzHefUQiiX89znwr75T94 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3MFXEuoqHzJ9sc4f7wG5H0CdrGMkXc9 { width:9.3125rem;height:2rem;top:1.125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oT6Ev3z8cz1TJTIfgaJCrPbBAdNJWsqv { display:flex;width:1.25rem;height:1.25rem;top:1.5625rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Mi0P65hSvCZIpcSTZRchmvbr2CT2Z1L1 { width:3.75rem;height:0.6875rem;top:1.875rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxW8Z5afAvCIOAyvib1TrR0yanmLsht { width:4rem;height:0.9375rem;top:1.75rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zey7WM1u5sgNguT5H5WNeG3VO4Vidx3q { width:3.5625rem;height:0.6875rem;top:1.875rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 { display:block; }#qNzULuWaRUlwuvVW8WQWBzK6qvVM6I08 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTczlyDxDz0roLzToG4SSTOmKd5fHdr0 { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgd1TkI1T51nIM1uzTufg2TT3OLf9fR { width:17.875rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMTo7plaa7c2cLWTeQuRU72iX2TVSMzu { width:0.6875rem;height:0.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP1bvbo6OzTHCKTN6PnkRmlX0wbNTBbF { width:18rem;height:1rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3w1zvMDST4x39pWimDDmc4DnOtKGiOR { width:18.75rem;height:1rem;top:3.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFTT2NZhcWTgFrPkei8VCnOGmNvPmmIB { width:13.25rem;height:1rem;top:5.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #De26I2gxTEzPfiddIdT99ntLi2ULemGE { width:0.6875rem;height:0.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLiPVraya1dTWPq2QXfe2PyZKlubO4ca { width:0.6875rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpRXlfDpVLs0CyVOowd3T4TahxMTOOxT { width:10rem;height:1rem;top:10.75rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guX5xTw1KHDHHFkOHao4a5Ogf7FIu7VA { width:13.125rem;height:1rem;top:9.375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtzlReZd7EFLXQEA3fSZc6TyJsFI5uhe { width:0.6875rem;height:0.9375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN0CmSrcUlhgftWPOZTqf5POJ3Eu6ehz { width:16.3125rem;height:1rem;top:8rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevm001LXLX0M5aev9imSlol8VKvFEBM { width:0.6875rem;height:0.9375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Tgt2w1IFnXzXkH2NTrPBvHxGmQm9U { width:0.6875rem;height:0.9375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5arwvzTCrSmTsfqBToLRrBFak2eo48 { width:0.6875rem;height:0.9375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5erREIgzVC5MoTwcgqvDqVU9TLkiWG { width:17.125rem;height:1rem;top:6.625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExfQZv8bSLV360b7SiZtzV7LywS3gHsP { display:block; }#ExfQZv8bSLV360b7SiZtzV7LywS3gHsP > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzNvZIpcQhnDIkGGL2hXDnQqZI3QQpTy { width:8.625rem;height:1rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHCCzzi1CCyOQI1HKf0DGCFCk6H0qOig { display:flex;width:1.25rem;height:1.25rem;top:1.02734375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #GcqoEIFRR58nw7v27prblLOXy15BdUiE { width:3.75rem;height:0.6875rem;top:1.3125rem;left:15.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdaCuHaQamSG3tnhyCwycLb0r39g0wK7 { width:3.5625rem;height:0.6875rem;top:1.3125rem;left:11.125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZfwyKnRqL2KBztrenHTE6XaVGAAXQrk { width:4rem;height:0.9375rem;top:1.1875rem;left:10.875rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu { display:block; }#dlaeJxIvNGfWTBwREhpMUHBDoJZHtwsu > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dDx16SoSC28FJIiMXv1K885KlsJ5nVZl { width:0.6875rem;height:0.9375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEsN3M8nccVOf07w0VoUPOH4Tl2LFoxD { width:17.625rem;height:1rem;top:1.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viig3pyVUTS7hMnG40bHp2KOr0cHHaGh { width:0.6875rem;height:0.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeO8Tow1wNqKJ7cmIW2JZVs5uWPO1ERs { width:18.375rem;height:1rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUWEuhRAcN1nC9GhWmL6gUcDQsXycRi8 { width:18.25rem;height:1rem;top:3.875rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q98flJg666Mlrr8GB1crL5FKI0Puo8rp { width:17.75rem;height:1rem;top:5.25rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiTmB4TM0Fy2uMaiTOSRXpzCs6WInzkt { width:0.6875rem;height:0.9375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXMMl8UfzMwOIS4KP7Tg4hiwJdGipEDq { width:0.6875rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { display:block; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tF077rDatOeIDKKFBJTNCU6l2r913Kb6 { width:20rem;height:8.6328125rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QJ0OOMBffGbHn8muSaMnrHSSDndrZ7OW { width:10.9375rem;height:11rem;top:1.3125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg { display:block; }#uWw1xtRPn3W2UTDBgcRtEmeT3r88lfKg > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgVmqgHwJyh7bxTnMSAIHif80soNsIxd { width:10.625rem;height:1.1875rem;top:1.0244140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TddDDZsoiNpFmIL9moQOKtTMxzBidCCe { width:16.4375rem;height:6.875rem;top:3.6875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgOrIGzfAL8fxA4I3v4cwZ9cCCE7gWAo { height:11.1543125rem;width:20rem;top:28.072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3IJKiWSsQdKrzanVLTMH1gidW5JswgV { height:11.233375rem;width:20rem;top:13.029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIBnXfv4ZKiHo3VH9r3KomcERt8RTqZ { width:19.1875rem;height:0;top:25.32421875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UlmfqybrlXwRB88PEQvCCZ6UsFsQMPLu { width:16.625rem;height:0;top:40.501953125rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #p4T5MV1CWvnm6DWO4A8tkJTPkuZMeq9c { width:19.9375rem;height:1rem;top:45.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXRIk3UMdyuDBGwN0EMnyvIbN2i5laQw { width:12.625rem;height:3.0625rem;top:39.900390625rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7PPGtDpy3Hrye5dNmRXsb2yMeF5nBRp { display:block; }
 }@media only screen and (max-width: 763px) { #myO14hWU6BzMnshG3ero9zPTzTxJhADw { width:12.5rem;height:2.25rem;top:43.5rem;left:3.75rem;font-size:0.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tJaIQECnd6vwwimoEkXCbT2mK3Ilc2Da { display:block; }
 }@media only screen and (max-width: 763px) { #LJdNwmpsxbeRh5fp6Txnt2UWubpeESXE { width:10.875rem;height:10.875rem;top:1.0244140625rem;left:9.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #C1GaQslfuGTS0ZTQSU2JAmS7G2IckrNZ { width:19.1875rem;height:2.375rem;top:24.51171875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kSaMCW4xd8liSScJFrZfkr2NVss5kGCW { width:16.625rem;height:2.375rem;top:39.4765625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK { display:block; }#H7WeDq992Nu6NIb0w6o0Nwqakzn04VhK > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x27cIOdX63bu7w4hHoSStBzoG6xpCWdh { width:20rem;height:2rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVgwU27uRyGwpThv0VrVbi837DaqBRLl { width:20rem;height:70rem;top:11.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mdOSzOBJ4zgmrTUlEhIBKwwmgHQanxnt { width:9.375rem;height:1.375rem;top:5.1875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXQA5Q1TxJPQbBSJpdBfaVewcpchcM0e { width:12.5rem;height:2.5rem;top:6.75rem;left:6.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TMDKCwrlktANvcSznqWVC9ZZeLUFgBAP { width:5rem;height:4.875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9zX7nrq6OVNrT8bifDPpLPRFWa6ykFx { width:20rem;height:0.1875rem;top:118.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef73e02e-03f5-4e63-89cb-73ec7a655a54/mandala2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ.adaptive-delivery-prevent-bg, #x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ.lazyload, #x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ.lazyloading { background-image: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { background-color: transparent; background-image: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container > .video-iframe-container { display: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row > .video-iframe-container { display: none; }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .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); }#x7gdbRuzebwlpp0FO8586dVTF03W2ZCQ > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQKCbFK4sqbBCrRPtlXcLabSvF5vpggC { width:20rem;height:1.9375rem;top:3.4423828125rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S8C96mxvhlVHJ3irz4IWqUomgQs2HmeD { width:15.25rem;height:1.25rem;top:1.4423828125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dibsKG8UU3a4fq65WVi59E6Xv3LSs3J4 { width:19.5rem;height:43.75rem;top:128.9853515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftsg3eQwKIbvxCSIqwfqEiIRUk9vxuAf { width:12.625rem;height:3.0625rem;top:83.0166rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUsS6eMouWoepBNcmXG7oGOX4LfiL9Zz { display:block; }
 }@media only screen and (max-width: 763px) { #WQwB3zbqN8J0vNzeuUHkWZQ7FJTds063 { width:4.875rem;height:1.625rem;top:32.125rem;left:9.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #poKF0oX2HukbizK857kZGcSM07DkfpU2 { width:20rem;height:21.987577639751rem;top:180.3916rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4TiRFUbhO6IOCKmLAKD7SgyBWz9F4b5 { width:16.3125rem;height:2.25rem;top:40.375rem;left:1.84375rem;font-size:0.875rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sy688BIH0iDXnrTJK4E9c2dASDJQZNlQ { display:block; }
 }@media only screen and (max-width: 763px) { #i7kg996cwSGI4nUryunvdFB1UW3RFrSF { width:14.875rem;height:11.375rem;top:25.5966796875rem;left:2.5625rem;font-size:0.875rem;line-height:1.4;display:block; }#i7kg996cwSGI4nUryunvdFB1UW3RFrSF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f55e77052c329d9b6a7531edacb4ff32a431c214.svg); }
 }@media only screen and (max-width: 763px) { #hOHCo2q6AkqhXC5HmBDE7WdHL2XGMT59 { width:12.5rem;height:2.25rem;top:66.8125rem;left:3.75rem;font-size:0.875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #u6pv80fOU75oix9Q66ZfEWJOa1QpSwlT { display:block; }
 }@media only screen and (max-width: 763px) { #huoVd0ClNgwBuAIqbtZiD41TQneUWprP { width:18.0625rem;height:37.6875rem;top:7.0966796875rem;left:0.90625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #e60GZFbZJmHErsx1ANH7ItQzlOnskdRz { width:18.0625rem;height:30.875rem;top:71.3125rem;left:0.90625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #fd31DTrNVIxKiBDQz0rJ1Rr82rPmki1h { width:12.5rem;height:2.25rem;top:99.125rem;left:3.75rem;font-size:0.875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #KB0ceZHL5mzd2Fv7rgwXFnSQQAitoBWf { display:block; }
 }@media only screen and (max-width: 763px) { #vGg5AmINvuhpEoGwP2J5qXtd98lqaLwD { width:16.5rem;height:1.125rem;top:42.8125rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATmREhZgioTzacPC4EsGQz0Ca2gQTB4 { width:4.875rem;height:1.625rem;top:64.8125rem;left:9.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oeQCHuzqXb8LyTB8iqT6Es0sauprr4iM { width:4.875rem;height:1.625rem;top:97.1875rem;left:9.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTA5QEBzh5xoo42rqsomeguoQkHTTW0L { width:17.4375rem;height:4.6875rem;top:103.0625rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ymZZUuTDLiWeBcTDDG7M9Jb67AKsJLQy { width:20rem;height:0;top:24.779296875rem;left:0rem;font-size:0.8125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #q6ufdDwB3klV3u9fcyb5GotXxhqKfFZh { width:15.75rem;height:1.4375rem;top:38.8125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdwqFQT7Ows7p7rBh5XaNJ1PIDoB3ft { width:18.1875rem;height:13.5rem;top:7.0966796875rem;left:0.92934782608694rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGPNyzyEDibXlWaXh4zZKCBnE746XWts { width:17.5rem;height:2.875rem;top:21.25rem;left:1.25rem;font-size:1.3125rem;line-height:1.1;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #McR3LmRVKgbJnTtJctEu14Rznz6JENtf { display:block; }#McR3LmRVKgbJnTtJctEu14Rznz6JENtf > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/175c5e6c-3cd0-4d88-807f-0a3e0b9eb158/mandalayellow.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.adaptive-delivery-prevent-bg, #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.lazyload, #hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF.lazyloading { background-image: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { background-color: transparent; background-image: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container > .video-iframe-container { display: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row > .video-iframe-container { display: none; }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .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); }#hvJCBbF7MZ9feDXXpoeTXuw9CufB9ZtF > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG1TVe3wX04wGe0HyFvlT1hxGwOZlDEq { width:10.625rem;height:1.1875rem;top:2.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rFDaqTQmF10cXzZ0QhgBSIBqNGBT5dLC { width:9.625rem;height:1.9375rem;top:4.974609375rem;left:2.53125rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eS80vCn1xbCfIP5NAJ5w7VF7tbzhpmsh { width:14.9375rem;height:2.5rem;top:7.537109375rem;left:2.53125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-text {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-select {padding-top: 0; padding-bottom: 0;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y  { width:17.5rem;height:auto;top:28.7724609375rem;left:0rem; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y {display:block;}#lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y { width:17.5rem;height:auto;top:28.7724609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #UdrAyPbwDpl1WpHZiRSR4Tg9KTrMHJkV {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #cvNEZlMEMRGmeIWcEohsyroJtH2VvELt {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Sw3UkvvVNQFVCpsQPNsGmX3vPTE7isBQ {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #erO7Bvq7EyNwXR75W2KB1qMzxtEQ1rlk {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #ZFLCwib8LQU66KJF95ArqXXMnHtp3ELT {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #Pps7DFempJmqf4B1KPPRgdqa6ccSELwS {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #xuCmV8t3qaFCZMz0rQNGkuVkEu3OlNas {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #RIaohPopsCsNmSIIlQLKgOMvpw5qCEK0 {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #W57f4HUNX4p9RI5pCkRmpxTWuDkNWKrd {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #z4FvDeR4aU0X9ekub1VTPETBnTDu8iAp {  }
 }@media only screen and (max-width: 763px) { #lfMGv0qsLS9CXThVHq2Tl4ZwCWWCXQ6y #M2k9Uhoat1MxHXn7kBTFJeNzBvawdI1X {  }
 }@media only screen and (max-width: 763px) { #GOo7Tc86g5T9wcXAkNgPKVFcuFxx9WD5 { width:12.5625rem;height:16.9375rem;top:11.0849609375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJHupHCFcmEHOmvhNFQWQVWt9oNtUGeG { width:11.1875rem;height:11.25rem;top:3.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel { display:block; }#Bbl7DoVnDfGRLSyKPTXzyg6iuixQBwel > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdBovvIiWXOu2eibc6Oo0oiHrsmNAfRS { width:19.4375rem;height:1.1875rem;top:1rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NnlrrloH3h1QxQe4zsgtApJ9mbexSmP2 { width:17.5625rem;height:0;top:3.75rem;left:2.34375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QcEiu6mIgK64ursZ81HPeHCL7ipNJM2t { width:20rem;height:2.375rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wTqPUibTyUaTTwR2UazOUBSGU7HpSqXi { width:20rem;height:1.375rem;top:2.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zd685s943C5ASRWEaGxJPq2esWiMHvrk { display:block; }#zd685s943C5ASRWEaGxJPq2esWiMHvrk > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to68EVA2MbSVyuyIIVhAGGWBxdKLePK1 { width:12.6875rem;height:1rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV0vtTABBWUH8EwcCcVwKSV6zR1Bib2R { display:flex;width:1.25rem;height:1.25rem;top:1.15234375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mm5GJi1wuViRxEkXfygWsSeFQzOLWztJ { width:5rem;height:0.6875rem;top:1.412109375rem;left:13.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ { display:block; }#dlnfDrw7Erb9iAhDK4iUhTM9cegtqPnQ > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRWiiMrmgO58EuOw3mH8qlWi3CTMlNxe { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe { display:block; }#EOzuVnwCXMkihXaSFsm1g5tTa8TDVoGe > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E96vfPrO8Sukl0TQJgwdTOxcNh8szTu3 { width:14.25rem;height:1rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtfQurCK1bZvtdy5OiIZQ7scZ9FBvUF6 { display:flex;width:1.25rem;height:1.25rem;top:1.15234375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HFiO4zzv1XrW2566commrM1uaCK9uruL { width:5rem;height:0.6875rem;top:1.4375rem;left:13.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 { display:block; }#Xo4LuGc6DEqETLVI82ZAmIsOhhWbFTC4 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHvGd5p9kfEd2NC0KLeA43XvRhzSWuOR { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfPSnlXhVVxMx8PVLURUw2zsffC1omcb { display:block; }#yfPSnlXhVVxMx8PVLURUw2zsffC1omcb > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqS3uhyUN2NoRW1JPy248uubc9kE8Ogv { width:10rem;height:1rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJvC0TgI3NTTE0m3w96uvqRn02T0T5ok { display:flex;width:1.25rem;height:1.25rem;top:1.15234375rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #yUSE7J1BBzCynSCXBIrL8o0BgW3Gn2ZI { width:5rem;height:0.6875rem;top:1.4375rem;left:13.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV { display:block; }#FJ5qk95zT4MsGAO3WOhrnh3BfXSa9wsV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHdunMPtwioWJgbQHLq1JtekOPkkehfM { width:20rem;height:5rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJPyRTmVX6yUsgZERClguaorGnZrJHPT { display:block; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT { border-width: 0; border-radius: 0; }#bJPyRTmVX6yUsgZERClguaorGnZrJHPT > .row .container { width:20rem;height:4.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEuZczq3A2aHy8nWO41u5X3NLAnnMoo5 { width:12.5625rem;height:2rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X31ALV4y88wxEyCLVP1w7LMZpmaqLnTQ { display:flex;width:1.25rem;height:1.25rem;top:1.25rem;left:18.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Gt45QrXw0WcsgCspi6oWOq4i7Do7U7SJ { width:5rem;height:0.6875rem;top:1.4375rem;left:13.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW { display:block; }#NoG2fOQ0D9QtZbuP07T5xqCHnnkB2gVW > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVB4RknzltgExuc0UDyTXQptcwToANhk { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ { display:block; }#V1PyNW9hsVFebUgziaunLaDCy9B7CcGJ > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #badr8zZls57d5UnFlwPVGGJiin0NAF21 { width:20rem;height:2.25rem;top:1.748046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7VklTU2uhDoUVTGTFK7Lo5FBiRCr6G { display:block; }
 }@media only screen and (max-width: 763px) { #H38rR7qdDdkACbCoRezrqz4TZaqwKKdh { width:8rem;height:8rem;top:26.18359375rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { display:block; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { width:20rem;height:0.125rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { width:19.8125rem;height:2.875rem;top:37.78125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { width:19.8125rem;height:2.875rem;top:42.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { width:19.8125rem;height:4.3125rem;top:46.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sA74bBwLhfNKFT41zab1t9IIRdhitnlr { width:20rem;height:2.875rem;top:52.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { width:6.8125rem;height:7.375rem;top:1.0625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { width:20rem;height:1.75rem;top:10rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbvPSRJebTUbpVrxSimL5tehgfpboMET { width:14rem;height:1.4375rem;top:17.8125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { width:3rem;height:3.0625rem;top:18.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { width:14rem;height:2.875rem;top:19.8125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { width:3rem;height:3.0625rem;top:27rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { width:14rem;height:1.4375rem;top:24.625rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eibr8xl31ZVlteND33INh18MB0n75QFd { width:11.625rem;height:5.75rem;top:26.6875rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { width:1rem;height:1.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { width:5.9375rem;height:0.9375rem;top:13.96875rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDHeKu081UvmKMxDV619tX14eSMTLxfN { width:1.5625rem;height:1.75rem;top:13.5625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { width:5.3125rem;height:0.9375rem;top:13.96875rem;left:8.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U30ivafHOmVu48sTS5rrGEerGUcswK8M { width:1.8125rem;height:1.25rem;top:13.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { width:4.5625rem;height:0.9375rem;top:13.96875rem;left:15.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }