.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq { 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; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container { background-color: transparent; background-image: none; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container > .video-iframe-container { display: none; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row > .video-iframe-container { display: none; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .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); }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container { border-width: 0; border-radius: 0; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#SZhkntUNmiKmriDT2bWAEl9bGC3I7H0b { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.375rem;left:59.625rem;display:block; }
#mBCSzreMGsEsv1HWhc5pk8Ogara37C55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CsJgrCkziqAta0N9UVLQzuGlHgrSAqrD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.375rem;left:49rem;display:block; }
#MiDC5dzRZ8mfoAHzM5QL2qEQtkZy3Xc2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NP4JTHn8iLk6yDRZTVaUn9CMfKTrJHqZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#QNSkITGW1mJzn8Cf7OwNaaXdTTCuViVK { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.6247825622559rem;left:71.8125038147rem;display:block; }
#caiz4TwaQ7NXoCVD5kpfaBmUnvkGeAqB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#bzro8nEzO8xbaHQqQZkn5wnV5t5cADD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uvFIuKe7Ck4J2iggMI1ztTiEi6ZvNy1S { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#uMl9CD4G07G0IafoXoXpqULlKkMT8mCu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P6oAKOavVdt8R13UTeRwF4JkXoTlawDD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#brOtO7S3LJ4VspbDJGMTTzK2TIwd2e4M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cMo4Bm4hFF9SM7pEIV0WBp5UrRozKe0O { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:25.4990234375rem;height:1.13671875rem;font-style:normal;display:block; }
#g8Sg4vuANyx6ic7azkvT4g39pZDWo8RQ { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.6865234375rem;left:38.75rem;height:1.13671875rem;font-style:normal;display:block; }
#xtMTl3IsMDP60uO0fbhe5pXfcNU83pvV { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.4990234375rem;left:23.8115234375rem;display:block; }
#DDGAsNfGflcHfdeQ7mlBoIoOgXsk4oPi { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.4990234375rem;left:37.1875rem;display:block; }
#S3sov0NLD7yuN3X9155WxuChCHT64wSr { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#LTRLlUz6SQq5r2UOJiQ89g2JnDqEvOou { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.2480506897rem;display:block; }
#sAWaNHzhckXQFezc6XTkkA5cVkZJbTaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ms4JTRoTM4NDzLDU8lciv5mGyb1a6m6J { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:block; }
#BHhVlSh8RBoTvCe3NsQRTfrgdb6laDwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container { border-width: 0; border-radius: 0; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:none; }#WUU5scaUTgvAg0toGiqELTCmt4AWIUDu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.25rem;left:60.6875rem;display:block; }
#oUNHRrzo5sPQN4e4BBcEFoB24CmLegu3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dGSLmvZ7Iz64XsvJutP8dZcElsLhDo4F { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.25rem;left:55.5625rem;display:block; }
#ed6v5JyP8ppnBLeTgevqDxkaU1MsmIOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v3fyXSrv7U2UsxO7UrTllut2zdKiNevt { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:17.8125rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#mgyR2QzT7GQfP7OgMRiXcmOHNaGTzyGf { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.625rem;left:57.84375rem;display:block; }
#pHuJW8JZOiH1swe52ztSRaRpTqAkbtZU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#dkprEdBRfFw8oJSOtbGX78skak9a95L5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BgtNNzH5I5t8Uuh1D0gOifXOPIAdlDAc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#VcTiVZugvD1hLbUEeuO5N1iNvsaTO88B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZmXELULwN4Ks9O7gOOhsfveW4zNHoU0N { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#Xm08bBbGC1EFFZkCpVfx0tik6ruFRCVL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pTZnKp7FFzQ92Q014AOGwgAvHUnL4nIE { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.75rem;left:27.40625rem;height:1.13736875rem;font-style:normal;display:block; }
#o649XqISZMFlyRq4dsHMV3wk7GIr2lVW { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.65625rem;height:1.13736875rem;font-style:normal;display:block; }
#X7J1XCsCKi04wfvmTQvINZT8LzrE3aSN { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.5625rem;left:25.71875rem;display:block; }
#ZtDce0A7hEkBmDJMLvPeu2cg18D4yple { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:1.5625rem;left:39.09375rem;display:block; }
#l9kTtsmNRV9rOTQiJKpOTG9Mbdp9gDZe { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#GGhU3XJ7qQhbJXGPt2tvr9woJeR7auIJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.374783039093rem;left:64.2480506897rem;display:none; }
#qLG53ZBhlid178VfVGxnRxmTBDb8vICP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cTlN5U5Zzsgwbtitogue4x2oTS8iK4HC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.374783039093rem;left:69.373920440675rem;display:none; }
#DwpX4CI9AadzkMD8Bi8DutzZGcwNuqbv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { position:relative;display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { background-color: transparent; background-image: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container > .video-iframe-container { display: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row > .video-iframe-container { display: none; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .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); }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { border-width: 0; border-radius: 0; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .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; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .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:53.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; }#JBVRc0rTQauueIoqxDMfrw8Z5kkh1QyB { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:34.498700618744rem;left:2.8743495941162rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#r0N5MzS0Mec268UOLtL3IQxQPyq7GqxD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:27.875rem;left:0rem;overflow:hidden;display:block; }
#s4pEvl1heiuyDS4Kxav0WzV9JsUkDmtZ { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { color:#000000;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:8.375rem;left:16.3125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:9.375rem;top:13.25rem;left:32.375rem;display:block; }
#haTIDuLLeoUre1LlTTATg8wVD1zArwaM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.5620625rem;width:36.6873125rem;top:27.874351024628rem;left:37.905818939209rem;display:block; }
#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb { position:relative;display:block; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb { background-color: transparent; background-image: none; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row .container > .video-iframe-container { display: none; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row > .video-iframe-container { display: none; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .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); }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb { border-width: 0; border-radius: 0; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .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; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .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:28.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; }#VspLFxtTTFWyGUdS7bSpKXNTcQbM3Kn7 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:10.4375rem;left:42.875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Ikt8zN5tU67tfGhH2O8SvytTcMegpCBz { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:42.875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3A9aNyeIhecpAaGpWNDz35JdLbnTW2a { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:3.8125rem;left:40rem;overflow:hidden;display:block; }
#tvh3h42mWG6vMFFQTmxsw2UGNk8aIJTl { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.561rem;width:36.6873125rem;top:3.2486991882324rem;left:0.40581703186035rem;display:block; }
#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 { position:relative;display:block; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 { background-color: transparent; background-image: none; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row .container > .video-iframe-container { display: none; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row > .video-iframe-container { display: none; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .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); }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 { border-width: 0; border-radius: 0; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .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; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .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:28.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; }#E9UlL6JuPwR31L9HXzUlzxGdOr8n3isF { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:9.875rem;left:2.875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#DdGoHlTOU69ZsTHJBGvq4nGqFzD0GN7z { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.875rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxSETpdGar8gZT3vWbyrtE19lc2BTQxJ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#QnKdf53dTTT4K7fJWMgUEXKJzAlB4ZPz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.561rem;width:36.6873125rem;top:3.9062557220459rem;left:37.905818939209rem;display:block; }
#dl7ZT9yNnfh5fEqndb53qF1udylmirGL { position:relative;display:block; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL { background-color: transparent; background-image: none; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row .container > .video-iframe-container { display: none; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row > .video-iframe-container { display: none; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .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); }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL { border-width: 0; border-radius: 0; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .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; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .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:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eQegQXxMgNJHqWw3eaTXCRir0GOBTVq6 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:10.437282562256rem;left:42.874355316162rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#KAn0iVDeNeD5Endz0TRE43VIRofNI0Jz { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.8118476867676rem;left:42.874355316162rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FxUhP8H1N6mRF4CFPMWDOyKmTeRP3Dgv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:1.3125rem;top:3.8118476867676rem;left:40.000003814698rem;overflow:hidden;display:block; }
#fksNdk1H7zAtXw6yESDNcZ5zrt657TCl { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.561rem;width:36.6873125rem;top:3.2486991882324rem;left:0.40581703186035rem;display:block; }
#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c37ebb76-08c3-470a-85e7-3531e5ad6b32/heroimage.preview.flip.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw.adaptive-delivery-prevent-bg, #LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw.lazyload, #LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw.lazyloading { background-image: none; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container { background-color: transparent; background-image: none; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container > .video-iframe-container { display: none; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row > .video-iframe-container { display: none; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .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); }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container { border-width: 0; border-radius: 0; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#GBAPs4CqQGS4MiLHI3BS6fL1dqBKDQP2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:25.375rem;top:14.0625rem;left:0rem;overflow:hidden;display:block; }
#ZlCXqXArAWXNxyJALzgJomR2Rw1ow3rG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:15.0625rem;left:48.1259765625rem;display:block; }
#mzLA3tJQwSEdl0S9cxbOaG607IpwqAoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OIbQKeTz4h89ThJyiWd7I9TALg6h5Iux { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.749025rem;height:1.749025rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:15.0625rem;left:59.1259765625rem;display:block; }
#qwFJJARW4XzM4TvFzGWpMaMcwUOXB4Kr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hZAgw65wCghZvx34miB9NAoeWLOPzPCF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.0625rem;left:63.8125rem;display:block; }
#M2CD4Dhb7yLTdTUfAIdLBs6siXmT1I1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kqqQX053rCp3wPUTbCv3uXXz8TnppsOo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.74805rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:15.0625rem;left:69.375rem;display:block; }
#ny9F9vcvpkfTP2KCMmzokQ5be3UFegue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sGboGox8IEod3AFddhgeMFBbUORT34Fu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container { background-color: transparent; background-image: none; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container > .video-iframe-container { display: none; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row > .video-iframe-container { display: none; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .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); }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container { border-width: 0; border-radius: 0; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#quUAhfVzbUtxa0Qz5mqNSlbbErwK72sC { color:#ffffff;display:block;width:49rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:0.28125rem;left:13rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq { display:block; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZhkntUNmiKmriDT2bWAEl9bGC3I7H0b { width:4.6875rem;height:1.6875rem;top:1.375rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBCSzreMGsEsv1HWhc5pk8Ogara37C55 { display:block; }
 }@media only screen and (max-width: 763px) { #CsJgrCkziqAta0N9UVLQzuGlHgrSAqrD { width:10.625rem;height:1.75rem;top:1.375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiDC5dzRZ8mfoAHzM5QL2qEQtkZy3Xc2 { display:block; }
 }@media only screen and (max-width: 763px) { #NP4JTHn8iLk6yDRZTVaUn9CMfKTrJHqZ { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNSkITGW1mJzn8Cf7OwNaaXdTTCuViVK { top:2.5625rem;left:47.125rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caiz4TwaQ7NXoCVD5kpfaBmUnvkGeAqB { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzro8nEzO8xbaHQqQZkn5wnV5t5cADD8 { display:block; }
 }@media only screen and (max-width: 763px) { #uvFIuKe7Ck4J2iggMI1ztTiEi6ZvNy1S { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMl9CD4G07G0IafoXoXpqULlKkMT8mCu { display:block; }
 }@media only screen and (max-width: 763px) { #P6oAKOavVdt8R13UTeRwF4JkXoTlawDD { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #brOtO7S3LJ4VspbDJGMTTzK2TIwd2e4M { display:block; }
 }@media only screen and (max-width: 763px) { #cMo4Bm4hFF9SM7pEIV0WBp5UrRozKe0O { top:1.625rem;left:11.8740234375rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Sg4vuANyx6ic7azkvT4g39pZDWo8RQ { top:1.625rem;left:25.125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtMTl3IsMDP60uO0fbhe5pXfcNU83pvV { top:1.4375rem;left:10.1865234375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGAsNfGflcHfdeQ7mlBoIoOgXsk4oPi { top:1.4375rem;left:23.5625rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3sov0NLD7yuN3X9155WxuChCHT64wSr { display:none; }
 }@media only screen and (max-width: 763px) { #LTRLlUz6SQq5r2UOJiQ89g2JnDqEvOou { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAWaNHzhckXQFezc6XTkkA5cVkZJbTaP { display:block; }
 }@media only screen and (max-width: 763px) { #Ms4JTRoTM4NDzLDU8lciv5mGyb1a6m6J { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHhVlSh8RBoTvCe3NsQRTfrgdb6laDwR { display:block; }
 }@media only screen and (max-width: 763px) { #lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 { display:none; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WUU5scaUTgvAg0toGiqELTCmt4AWIUDu { width:6.25rem;height:1.75rem;top:1.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUNHRrzo5sPQN4e4BBcEFoB24CmLegu3 { display:block; }
 }@media only screen and (max-width: 763px) { #dGSLmvZ7Iz64XsvJutP8dZcElsLhDo4F { width:5.1875rem;height:1.75rem;top:1.25rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed6v5JyP8ppnBLeTgevqDxkaU1MsmIOL { display:block; }
 }@media only screen and (max-width: 763px) { #v3fyXSrv7U2UsxO7UrTllut2zdKiNevt { top:0.9375rem;left:0rem;width:17.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgyR2QzT7GQfP7OgMRiXcmOHNaGTzyGf { top:2.625rem;left:44.21875rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHuJW8JZOiH1swe52ztSRaRpTqAkbtZU { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkprEdBRfFw8oJSOtbGX78skak9a95L5 { display:block; }
 }@media only screen and (max-width: 763px) { #BgtNNzH5I5t8Uuh1D0gOifXOPIAdlDAc { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcTiVZugvD1hLbUEeuO5N1iNvsaTO88B { display:block; }
 }@media only screen and (max-width: 763px) { #ZmXELULwN4Ks9O7gOOhsfveW4zNHoU0N { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xm08bBbGC1EFFZkCpVfx0tik6ruFRCVL { display:block; }
 }@media only screen and (max-width: 763px) { #pTZnKp7FFzQ92Q014AOGwgAvHUnL4nIE { top:1.75rem;left:13.78125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o649XqISZMFlyRq4dsHMV3wk7GIr2lVW { top:1.75rem;left:27.03125rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7J1XCsCKi04wfvmTQvINZT8LzrE3aSN { top:1.5625rem;left:12.09375rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDce0A7hEkBmDJMLvPeu2cg18D4yple { top:1.5625rem;left:25.46875rem;width:1.5rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9kTtsmNRV9rOTQiJKpOTG9Mbdp9gDZe { display:none; }
 }@media only screen and (max-width: 763px) { #GGhU3XJ7qQhbJXGPt2tvr9woJeR7auIJ { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLG53ZBhlid178VfVGxnRxmTBDb8vICP { display:block; }
 }@media only screen and (max-width: 763px) { #cTlN5U5Zzsgwbtitogue4x2oTS8iK4HC { width:5.625rem;height:1.6875rem;top:1.3125rem;left:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwpX4CI9AadzkMD8Bi8DutzZGcwNuqbv { display:block; }
 }@media only screen and (max-width: 763px) { #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVRc0rTQauueIoqxDMfrw8Z5kkh1QyB { top:34.4375rem;left:0rem;width:25.8125rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0N5MzS0Mec268UOLtL3IQxQPyq7GqxD { top:27.875rem;left:0rem;width:1.25rem;height:3.5731981552769rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pEvl1heiuyDS4Kxav0WzV9JsUkDmtZ { top:27.875rem;left:0rem;width:26.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { top:8.375rem;left:0rem;width:41.5rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { top:13.25rem;left:14.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTIDuLLeoUre1LlTTATg8wVD1zArwaM { top:27.8125rem;left:11.0625rem;width:36.625rem;height:20.527138341422rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb { display:block; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VspLFxtTTFWyGUdS7bSpKXNTcQbM3Kn7 { top:10.4375rem;left:22rem;width:25.75rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikt8zN5tU67tfGhH2O8SvytTcMegpCBz { top:3.8125rem;left:21.25rem;width:26.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3A9aNyeIhecpAaGpWNDz35JdLbnTW2a { top:3.8125rem;left:23.875rem;width:1.25rem;height:3.5731981552769rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvh3h42mWG6vMFFQTmxsw2UGNk8aIJTl { top:3.1875rem;left:0rem;width:36.625rem;height:20.526077646052rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 { display:block; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9UlL6JuPwR31L9HXzUlzxGdOr8n3isF { top:9.875rem;left:0rem;width:25.75rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdGoHlTOU69ZsTHJBGvq4nGqFzD0GN7z { top:3.25rem;left:0rem;width:26.5rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSETpdGar8gZT3vWbyrtE19lc2BTQxJ { top:3.25rem;left:0rem;width:1.25rem;height:3.5731981552769rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKdf53dTTT4K7fJWMgUEXKJzAlB4ZPz { top:3.875rem;left:11.125rem;width:36.625rem;height:20.526077646052rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7ZT9yNnfh5fEqndb53qF1udylmirGL { display:block; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQegQXxMgNJHqWw3eaTXCRir0GOBTVq6 { top:10.375rem;left:22rem;width:25.75rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAn0iVDeNeD5Endz0TRE43VIRofNI0Jz { top:3.75rem;left:22.6875rem;width:25.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxUhP8H1N6mRF4CFPMWDOyKmTeRP3Dgv { top:3.75rem;left:23.875rem;width:1.25rem;height:3.5731981552769rem;display:block; }
 }@media only screen and (max-width: 763px) { #fksNdk1H7zAtXw6yESDNcZ5zrt657TCl { top:3.1875rem;left:0rem;width:36.625rem;height:20.526077646052rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw { display:block; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBAPs4CqQGS4MiLHI3BS6fL1dqBKDQP2 { top:14.0625rem;left:0rem;width:25.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCXqXArAWXNxyJALzgJomR2Rw1ow3rG { width:10.625rem;height:1.75rem;top:15.0625rem;left:34.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzLA3tJQwSEdl0S9cxbOaG607IpwqAoT { display:block; }
 }@media only screen and (max-width: 763px) { #OIbQKeTz4h89ThJyiWd7I9TALg6h5Iux { width:4.6875rem;height:1.6875rem;top:15.0625rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFJJARW4XzM4TvFzGWpMaMcwUOXB4Kr { display:block; }
 }@media only screen and (max-width: 763px) { #hZAgw65wCghZvx34miB9NAoeWLOPzPCF { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2CD4Dhb7yLTdTUfAIdLBs6siXmT1I1k { display:block; }
 }@media only screen and (max-width: 763px) { #kqqQX053rCp3wPUTbCv3uXXz8TnppsOo { width:5.625rem;height:1.6875rem;top:15.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny9F9vcvpkfTP2KCMmzokQ5be3UFegue { display:block; }
 }@media only screen and (max-width: 763px) { #sGboGox8IEod3AFddhgeMFBbUORT34Fu { display:block; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quUAhfVzbUtxa0Qz5mqNSlbbErwK72sC { top:0.25rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq { position:relative;z-index:auto;background-color:transparent;background-image:none;display:none; }#PR6x7m8d7ErirQdVKdBISdlaNUeXwKDq > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SZhkntUNmiKmriDT2bWAEl9bGC3I7H0b { width:7.8125rem;height:2.5rem;top:8.7801847457888rem;left:10.937499582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBCSzreMGsEsv1HWhc5pk8Ogara37C55 { display:block; }
 }@media only screen and (max-width: 763px) { #CsJgrCkziqAta0N9UVLQzuGlHgrSAqrD { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiDC5dzRZ8mfoAHzM5QL2qEQtkZy3Xc2 { display:block; }
 }@media only screen and (max-width: 763px) { #NP4JTHn8iLk6yDRZTVaUn9CMfKTrJHqZ { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #QNSkITGW1mJzn8Cf7OwNaaXdTTCuViVK { width:0.625rem;height:0.625rem;top:2.5625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #caiz4TwaQ7NXoCVD5kpfaBmUnvkGeAqB { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #bzro8nEzO8xbaHQqQZkn5wnV5t5cADD8 { display:block; }
 }@media only screen and (max-width: 763px) { #uvFIuKe7Ck4J2iggMI1ztTiEi6ZvNy1S { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #uMl9CD4G07G0IafoXoXpqULlKkMT8mCu { display:block; }
 }@media only screen and (max-width: 763px) { #P6oAKOavVdt8R13UTeRwF4JkXoTlawDD { width:6.25rem;height:2.5rem;top:8.7801847457888rem;left:2.9367895722389rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #brOtO7S3LJ4VspbDJGMTTzK2TIwd2e4M { display:block; }
 }@media only screen and (max-width: 763px) { #cMo4Bm4hFF9SM7pEIV0WBp5UrRozKe0O { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8Sg4vuANyx6ic7azkvT4g39pZDWo8RQ { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xtMTl3IsMDP60uO0fbhe5pXfcNU83pvV { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDGAsNfGflcHfdeQ7mlBoIoOgXsk4oPi { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3sov0NLD7yuN3X9155WxuChCHT64wSr { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LTRLlUz6SQq5r2UOJiQ89g2JnDqEvOou { width:5.625rem;height:1.6875rem;top:15.466796875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAWaNHzhckXQFezc6XTkkA5cVkZJbTaP { display:block; }
 }@media only screen and (max-width: 763px) { #Ms4JTRoTM4NDzLDU8lciv5mGyb1a6m6J { width:5.625rem;height:1.6875rem;top:18.404296875rem;left:7.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHhVlSh8RBoTvCe3NsQRTfrgdb6laDwR { display:block; }
 }@media only screen and (max-width: 763px) { #lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container { background-color: transparent; background-image: none; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container > .video-iframe-container { display: none; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row > .video-iframe-container { display: none; }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .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); }#lgeSww6Oe92zD6uHN4QUebHClpOXV1T3 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUU5scaUTgvAg0toGiqELTCmt4AWIUDu { width:4.375rem;height:2.5rem;top:11.6875rem;left:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUNHRrzo5sPQN4e4BBcEFoB24CmLegu3 { display:block; }
 }@media only screen and (max-width: 763px) { #dGSLmvZ7Iz64XsvJutP8dZcElsLhDo4F { width:8.75rem;height:1.75rem;top:5.125rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ed6v5JyP8ppnBLeTgevqDxkaU1MsmIOL { display:block; }
 }@media only screen and (max-width: 763px) { #v3fyXSrv7U2UsxO7UrTllut2zdKiNevt { width:16.5625rem;height:2.375rem;top:0.8125rem;left:1.25rem;overflow:hidden;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #mgyR2QzT7GQfP7OgMRiXcmOHNaGTzyGf { width:0.625rem;height:0.625rem;top:2.625rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHuJW8JZOiH1swe52ztSRaRpTqAkbtZU { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #dkprEdBRfFw8oJSOtbGX78skak9a95L5 { display:block; }
 }@media only screen and (max-width: 763px) { #BgtNNzH5I5t8Uuh1D0gOifXOPIAdlDAc { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #VcTiVZugvD1hLbUEeuO5N1iNvsaTO88B { display:block; }
 }@media only screen and (max-width: 763px) { #ZmXELULwN4Ks9O7gOOhsfveW4zNHoU0N { width:11.1875rem;height:2.5rem;top:8.5rem;left:4.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Xm08bBbGC1EFFZkCpVfx0tik6ruFRCVL { display:block; }
 }@media only screen and (max-width: 763px) { #pTZnKp7FFzQ92Q014AOGwgAvHUnL4nIE { width:10.9375rem;height:1.13671875rem;top:5.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o649XqISZMFlyRq4dsHMV3wk7GIr2lVW { width:8.8125rem;height:1.13671875rem;top:5.875rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7J1XCsCKi04wfvmTQvINZT8LzrE3aSN { width:1.5rem;height:1.5rem;top:4.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDce0A7hEkBmDJMLvPeu2cg18D4yple { width:1.5rem;height:1.5rem;top:4.3125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9kTtsmNRV9rOTQiJKpOTG9Mbdp9gDZe { top:7.5625rem;left:-0.03125rem;width:20rem;height:0.0625rem;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GGhU3XJ7qQhbJXGPt2tvr9woJeR7auIJ { width:3.75rem;height:2.5rem;top:11.6875rem;left:7.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #qLG53ZBhlid178VfVGxnRxmTBDb8vICP { display:block; }
 }@media only screen and (max-width: 763px) { #cTlN5U5Zzsgwbtitogue4x2oTS8iK4HC { width:5.06185rem;height:2.5rem;top:11.6875rem;left:12.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DwpX4CI9AadzkMD8Bi8DutzZGcwNuqbv { display:block; }
 }@media only screen and (max-width: 763px) { #FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 { display:block; }#FdHIA4AOxxT9MJaioIBCQZuOf9eQbaL7 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBVRc0rTQauueIoqxDMfrw8Z5kkh1QyB { width:18.0625rem;height:6rem;top:18.811850547791rem;left:2.1245661377907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r0N5MzS0Mec268UOLtL3IQxQPyq7GqxD { width:1.3125rem;height:3.75rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pEvl1heiuyDS4Kxav0WzV9JsUkDmtZ { width:17.625rem;height:6.82325rem;top:10.999351501465rem;left:1.9368489384651rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z0NsgWC9TGrLMQmPIQcWNoU70SqI58TE { width:20rem;height:2.5996125rem;top:3.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avO5bpoAqyhLbTTEQ4P9P6x3dNQgO43b { width:9.375rem;height:0.0625rem;top:7.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTIDuLLeoUre1LlTTATg8wVD1zArwaM { height:11.209358821254rem;width:20rem;top:27.560765266419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb { display:block; }#VNcpoeN51g1Pk7rAAS4yp0G4md58HRwb > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VspLFxtTTFWyGUdS7bSpKXNTcQbM3Kn7 { width:18.125rem;height:4.5rem;top:11.1875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ikt8zN5tU67tfGhH2O8SvytTcMegpCBz { width:18.0620625rem;height:6.82325rem;top:3.1875rem;left:1.9375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3A9aNyeIhecpAaGpWNDz35JdLbnTW2a { width:1.25rem;height:3.5731981552769rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvh3h42mWG6vMFFQTmxsw2UGNk8aIJTl { height:11.20877960194rem;width:20rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 { display:block; }#DBmVPKuIRiZJ3mH9Tyz9lTnGAcAl6052 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9UlL6JuPwR31L9HXzUlzxGdOr8n3isF { width:18.125rem;height:6rem;top:12.419706344604rem;left:1.8739150166511rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdGoHlTOU69ZsTHJBGvq4nGqFzD0GN7z { width:18.125rem;height:9.097625rem;top:2.5651035308838rem;left:1.8739150166511rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxSETpdGar8gZT3vWbyrtE19lc2BTQxJ { width:1.25rem;height:3.5731981552769rem;top:2.5672760009766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnKdf53dTTT4K7fJWMgUEXKJzAlB4ZPz { height:11.20877960194rem;width:20rem;top:20.104166030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl7ZT9yNnfh5fEqndb53qF1udylmirGL { display:block; }#dl7ZT9yNnfh5fEqndb53qF1udylmirGL > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQegQXxMgNJHqWw3eaTXCRir0GOBTVq6 { width:18.125rem;height:9rem;top:8.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KAn0iVDeNeD5Endz0TRE43VIRofNI0Jz { width:18.125rem;height:4.548825rem;top:2.5625rem;left:1.875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FxUhP8H1N6mRF4CFPMWDOyKmTeRP3Dgv { width:1.25rem;height:3.5731981552769rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fksNdk1H7zAtXw6yESDNcZ5zrt657TCl { height:11.20877960194rem;width:20rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw { display:block; }#LRZaFKRVdflvDevN6hqU6bwGC9ryrmzw > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBAPs4CqQGS4MiLHI3BS6fL1dqBKDQP2 { width:20rem;height:2.955075rem;top:16.857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlCXqXArAWXNxyJALzgJomR2Rw1ow3rG { width:10.625rem;height:1.75rem;top:10.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzLA3tJQwSEdl0S9cxbOaG607IpwqAoT { display:block; }
 }@media only screen and (max-width: 763px) { #OIbQKeTz4h89ThJyiWd7I9TALg6h5Iux { width:4.6875rem;height:1.6875rem;top:12.9375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFJJARW4XzM4TvFzGWpMaMcwUOXB4Kr { display:block; }
 }@media only screen and (max-width: 763px) { #hZAgw65wCghZvx34miB9NAoeWLOPzPCF { width:5.625rem;height:1.6875rem;top:12.9375rem;left:6.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2CD4Dhb7yLTdTUfAIdLBs6siXmT1I1k { display:block; }
 }@media only screen and (max-width: 763px) { #kqqQX053rCp3wPUTbCv3uXXz8TnppsOo { width:5.625rem;height:1.6875rem;top:13rem;left:12.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny9F9vcvpkfTP2KCMmzokQ5be3UFegue { display:block; }
 }@media only screen and (max-width: 763px) { #sGboGox8IEod3AFddhgeMFBbUORT34Fu { display:block; }#sGboGox8IEod3AFddhgeMFBbUORT34Fu > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quUAhfVzbUtxa0Qz5mqNSlbbErwK72sC { width:20rem;height:2.25rem;top:1.1416015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }