.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: 959px) {
    html {
        width: 960px;
    }
}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); }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA { 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; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container { background-color: transparent; background-image: none; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container > .video-iframe-container { display: none; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row > .video-iframe-container { display: none; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .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); }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container { border-width: 0; border-radius: 0; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#cz7Hy1EuEstQkZcEMwTdH6LHn2oLv7dy { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#gRT2vhA5mZBC5cPm89BruIFq5AVJm7TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JtzrlivEFFBS35SfsaeQ9ph0fsIQLy82 { color:#000000;display:block;width:12.309375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#R53GTTtGUzxk2dIzCTGWhqTPqfuIZWJW { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.5rem;left:22.0625rem;display:block; }
#wEUqvw9FyiyN2nkr9qAuJSQ7DzBVPhwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVW03G74rCnpdSggRQhBzyHii8ggWN6x { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.4375rem;left:27.9375rem;display:block; }
#FSTkBZTALalpTz1KHc5KxR0Wkz4KIeMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WpLSSFKMSIT3Dv6ohFI82uR0AEDPNwgG { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.5rem;left:33.0625rem;display:block; }
#XcM8CmbW8NnyT55mNRpAR2TKbQtyX8x9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dz0KBBpq0sPnSIwsa1xsDG8u9DmAnKyf { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.5rem;left:39.3125rem;display:block; }
#kdv4LJCZgFUl4iPt1UOP4q6EK97GZful { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIpEZXCt9zsgUwwBc3gZtFAXlATeCrT5 { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#CqcwsuGHXVroGoxtHp7a7kQIU2ar2qu6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxAMN8hMU1TKR4QZ8atPWhUyRcHqSkCi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ { position:relative;display:block; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ { background-color: transparent; background-image: none; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row .container > .video-iframe-container { display: none; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row > .video-iframe-container { display: none; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .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); }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ { border-width: 0; border-radius: 0; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .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; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .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.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TebA8W5Auz52DpRW6OJS5t1N6FqAHxBC { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#N3oM6eduvnQu9a5BS2uOtBgz0mIOq8o7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkJiSZyBwWBqPl1gndErT77OLp37WyW6 { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#avhGg4i1Hs7Xz22eAR2V4txic1W1sKor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7pTCu6w2SmZfVMwbxFkmP33GBAD6Vm3 { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#cJAsJxOG6i7dTvKs7qT2AkWpklbLOcrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5LmgzA5OVRbh3sTEWlwlkQLdRUollXB { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#ZJA6ZT73EKxmzALy64VMOlTxdXi2sG5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLkJv15tcJNOnaqMcFVVUZbHQs8PCo1y { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#wg0bibvpQ6kZcgAwm0NfXOiGgNuL1PSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv1qayhJG5iL2AOHBD7X1zhD8bu1mixe { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#Hrzn1LQGrXG37bUWIzWL16xmGx5H8TdE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwobMdsnZ9CFMolEKtLbyxE2T0gIrgmz { 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:#000000;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#BRRmhhEpF3PFJpm6FrcMTfTNF5GzBpKZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#abcuZtQ7zz2ilWAhW0Q9h6lVWIwoRP1w { color:#000000;display:block;width:40.249rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:2.75rem;left:9.0625rem;height:5.8496125rem;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; }
#Xr5mAFmK9hiRG81hwTrTWRxHlybkLSiI { color:#000000;display:block;width:27.6230625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:12.412109375rem;left:16.1875rem;height:2.11230625rem;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; }
#kzHBpDoERlwpEgx6eS7r50JprzcMWT79 { color:#000000;display:block;width:43.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:16.3369140625rem;left:8.25rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#MRxWCWkXtn2lmCkMuKW1GV3WdoiD9Scq { color:#000000;display:block;width:27.6230625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:24.47265625rem;left:15.375rem;height:2.11230625rem;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; }
#BJD3iK7N5GB8aLDHVTRyF4mUQICrJpcT { color:#000000;display:block;width:42.0615rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:28.4599609375rem;left:8.9677734375rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#dR3SNVdq7D4K6XWPtdOquZoMvM6JaBKE { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15081;background-color:#e3e3e3;background-image:none;top:1rem;left:0rem;display:block; }
#HV6yS1FEIox9mRMPx6KMGCJhUObtzGF8 { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:none;top:36rem;left:0rem;display:block; }
#AI96kMcqSCX8FU32BC91xBkvicGQlIUd { position:relative;display:block; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd { background-color: transparent; background-image: none; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row .container > .video-iframe-container { display: none; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row > .video-iframe-container { display: none; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .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); }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd { border-width: 0; border-radius: 0; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .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; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .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:17rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ayGlO3TWMu7SJ63Zkho2FHHDcLTIbxck { color:#00b3b3;display:block;width:14.5605625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.75rem;height:1.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:center;text-align-last:center;display:block; }
#LcwnCUxstlzdDwIIVIngbm10m3qOsc1i { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.875rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#qX8MeF0m0Odu8GRyUk2hcaOaV8bTHP8N { color:#000000;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:4.3125rem;left:22.0625rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#xbtwFgnGy1ehAh2zeWixdm0agyEnv1KN { color:#00b3b3;display:block;width:14.5615rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:1.875rem;left:22.6875rem;height:1.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:center;text-align-last:center;display:block; }
#ivC7QGB4HvgaTuzOZITtVTd1vukHdmFl { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:4.3125rem;left:42.21875rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#JFhU1skabexJX652V2NrMO5hGJapG3tk { color:#00b3b3;display:block;width:16.374rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:1.875rem;left:41.8125rem;height:1.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:center;text-align-last:center;display:block; }
#FqvaIAOy1e5RPmVpU0XiDbXcUk2T0QSv { box-sizing:content-box;height:12.5rem;width:0.3125rem;position:absolute;display:block;z-index:15079;background-color:#e3e3e3;background-image:none;top:2.25rem;left:19.875rem;display:block; }
#qwVa10lH8BIuGnDiH81lQn3GceVO29Ne { box-sizing:content-box;height:12.5rem;width:0.3125rem;position:absolute;display:block;z-index:15080;background-color:#e3e3e3;background-image:none;top:2.4482421875rem;left:40rem;display:block; }
#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68d1f02b-a2f2-41ca-b7bc-3b83f3977ccd/4.crop_3375x1522_0,0.preview.png");background-position: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; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n.adaptive-delivery-prevent-bg, #leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n.lazyload, #leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n.lazyloading { background-image: none; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container { background-color: transparent; background-image: none; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.11); }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container > .video-iframe-container { display: none; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.11); }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row > .video-iframe-container { display: none; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .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); }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container { border-width: 0; border-radius: 0; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n::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; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#X4DVzT1g2JThW7PKICvwbg0WuW4Rxc6A { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:4.625rem;left:19.0625rem;display:block; }
#ecMbA3tm6Bh3H8zeMrqRiNX6KSaR7Phr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI { position:relative;display:block; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI { background-color: transparent; background-image: none; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row .container > .video-iframe-container { display: none; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row > .video-iframe-container { display: none; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .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); }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI { border-width: 0; border-radius: 0; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .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; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .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:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bR7zVQQrGfU0LzIZVOLuK2geaqPuGKh5 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#JWLfPheX63oLFuMrMcCCL3MmC39WZRMb { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#mp56wAVkAHcROXrfyQePM8pZwfzgT3GX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#mp56wAVkAHcROXrfyQePM8pZwfzgT3GX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#FPMVTMltB7aaT3UZix1z2pPfT9W7TGHy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#R9PUTfeW228JL1UE8zw028UTfoDvWTSy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#ATkvldan3J8NcJgRvcDshyDNvRk6E0uo { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#mZyOb90KFS5zKTPvnviQdxzTNybFEQ6U { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#LAKCBMF7Qec1E6s2VPGJ7bI0QOXUpmOD { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#yZGMRznsphBppdtM1ee2bOh5ugkhFdc4 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#WsuBNCXgVW9f7yR6xvxgxeTZLhBJUh3Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#cnMclS1BDxwZg4Ms1MabSmE14LoahdBk { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#zqLXTEG0TC2hOXRQXCoQQIIm2bHpVgrH { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#rqKRubcSVFInCTBJEPcQBBNBHlNXhMVb { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#OZmw4CaudXWWEHc0StfN4IlwLTEyvo9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akOFBJGAnhFs7G52QvxAM2PlgCPeB4k1 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#cwGelEy2RQ8gyTLXWvHQFCeT0iGxym4o { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#FFnpezSPLfQumv8KicTrdwThutQHoAc0 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#IK3DRamnBJtRvOuoL9JXAkFU0Xv6vimJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L1Bua50bR3U465pzAO2JelqfnOPXLMmA { display:block; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz7Hy1EuEstQkZcEMwTdH6LHn2oLv7dy { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRT2vhA5mZBC5cPm89BruIFq5AVJm7TC { display:block; }
 }@media only screen and (max-width: 763px) { #JtzrlivEFFBS35SfsaeQ9ph0fsIQLy82 { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53GTTtGUzxk2dIzCTGWhqTPqfuIZWJW { width:4.625rem;height:2.3125rem;top:2.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEUqvw9FyiyN2nkr9qAuJSQ7DzBVPhwz { display:block; }
 }@media only screen and (max-width: 763px) { #iVW03G74rCnpdSggRQhBzyHii8ggWN6x { width:3.875rem;height:2.3125rem;top:2.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTkBZTALalpTz1KHc5KxR0Wkz4KIeMm { display:block; }
 }@media only screen and (max-width: 763px) { #WpLSSFKMSIT3Dv6ohFI82uR0AEDPNwgG { width:5rem;height:2.3125rem;top:2.5rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcM8CmbW8NnyT55mNRpAR2TKbQtyX8x9 { display:block; }
 }@media only screen and (max-width: 763px) { #dz0KBBpq0sPnSIwsa1xsDG8u9DmAnKyf { width:4.5625rem;height:2.3125rem;top:2.5rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdv4LJCZgFUl4iPt1UOP4q6EK97GZful { display:block; }
 }@media only screen and (max-width: 763px) { #WIpEZXCt9zsgUwwBc3gZtFAXlATeCrT5 { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcwsuGHXVroGoxtHp7a7kQIU2ar2qu6 { display:block; }
 }@media only screen and (max-width: 763px) { #hxAMN8hMU1TKR4QZ8atPWhUyRcHqSkCi { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L087DF9yXNkaMOLyMe3oK4oo556JNnLQ { display:block; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TebA8W5Auz52DpRW6OJS5t1N6FqAHxBC { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3oM6eduvnQu9a5BS2uOtBgz0mIOq8o7 { display:block; }
 }@media only screen and (max-width: 763px) { #qkJiSZyBwWBqPl1gndErT77OLp37WyW6 { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhGg4i1Hs7Xz22eAR2V4txic1W1sKor { display:block; }
 }@media only screen and (max-width: 763px) { #O7pTCu6w2SmZfVMwbxFkmP33GBAD6Vm3 { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJAsJxOG6i7dTvKs7qT2AkWpklbLOcrn { display:block; }
 }@media only screen and (max-width: 763px) { #U5LmgzA5OVRbh3sTEWlwlkQLdRUollXB { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJA6ZT73EKxmzALy64VMOlTxdXi2sG5T { display:block; }
 }@media only screen and (max-width: 763px) { #BLkJv15tcJNOnaqMcFVVUZbHQs8PCo1y { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg0bibvpQ6kZcgAwm0NfXOiGgNuL1PSM { display:block; }
 }@media only screen and (max-width: 763px) { #cv1qayhJG5iL2AOHBD7X1zhD8bu1mixe { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrzn1LQGrXG37bUWIzWL16xmGx5H8TdE { display:block; }
 }@media only screen and (max-width: 763px) { #SwobMdsnZ9CFMolEKtLbyxE2T0gIrgmz { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRRmhhEpF3PFJpm6FrcMTfTNF5GzBpKZ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abcuZtQ7zz2ilWAhW0Q9h6lVWIwoRP1w { top:2.75rem;left:2.9375rem;width:40.1875rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5mAFmK9hiRG81hwTrTWRxHlybkLSiI { top:12.375rem;left:10.0625rem;width:27.5625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzHBpDoERlwpEgx6eS7r50JprzcMWT79 { top:16.3125rem;left:2.125rem;width:43.5rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRxWCWkXtn2lmCkMuKW1GV3WdoiD9Scq { top:24.4375rem;left:9.25rem;width:27.5625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJD3iK7N5GB8aLDHVTRyF4mUQICrJpcT { top:28.4375rem;left:2.8427734375rem;width:42rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR3SNVdq7D4K6XWPtdOquZoMvM6JaBKE { top:1rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6yS1FEIox9mRMPx6KMGCJhUObtzGF8 { top:36rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI96kMcqSCX8FU32BC91xBkvicGQlIUd { display:block; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGlO3TWMu7SJ63Zkho2FHHDcLTIbxck { top:1.875rem;left:0.6875rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcwnCUxstlzdDwIIVIngbm10m3qOsc1i { top:4.3125rem;left:0rem;width:16.25rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8MeF0m0Odu8GRyUk2hcaOaV8bTHP8N { top:4.3125rem;left:15.875rem;width:15.875rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbtwFgnGy1ehAh2zeWixdm0agyEnv1KN { top:1.875rem;left:16.5rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivC7QGB4HvgaTuzOZITtVTd1vukHdmFl { top:4.3125rem;left:31.90625rem;width:15.5625rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhU1skabexJX652V2NrMO5hGJapG3tk { top:1.875rem;left:31.3125rem;width:16.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvaIAOy1e5RPmVpU0XiDbXcUk2T0QSv { top:2.25rem;left:15.5625rem;width:0.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVa10lH8BIuGnDiH81lQn3GceVO29Ne { top:2.4375rem;left:31.75rem;width:0.3125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n { display:block; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4DVzT1g2JThW7PKICvwbg0WuW4Rxc6A { width:21.875rem;height:3.4375rem;top:4.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMbA3tm6Bh3H8zeMrqRiNX6KSaR7Phr { display:block; }
 }@media only screen and (max-width: 763px) { #oxXuuXTzDG8syXff8PA9XGF52J3l5LnI { display:block; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bR7zVQQrGfU0LzIZVOLuK2geaqPuGKh5 { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLfPheX63oLFuMrMcCCL3MmC39WZRMb { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mp56wAVkAHcROXrfyQePM8pZwfzgT3GX { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#mp56wAVkAHcROXrfyQePM8pZwfzgT3GX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #FPMVTMltB7aaT3UZix1z2pPfT9W7TGHy { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9PUTfeW228JL1UE8zw028UTfoDvWTSy { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkvldan3J8NcJgRvcDshyDNvRk6E0uo { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyOb90KFS5zKTPvnviQdxzTNybFEQ6U { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAKCBMF7Qec1E6s2VPGJ7bI0QOXUpmOD { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZGMRznsphBppdtM1ee2bOh5ugkhFdc4 { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsuBNCXgVW9f7yR6xvxgxeTZLhBJUh3Q { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnMclS1BDxwZg4Ms1MabSmE14LoahdBk { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqLXTEG0TC2hOXRQXCoQQIIm2bHpVgrH { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqKRubcSVFInCTBJEPcQBBNBHlNXhMVb { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZmw4CaudXWWEHc0StfN4IlwLTEyvo9C { display:block; }
 }@media only screen and (max-width: 763px) { #akOFBJGAnhFs7G52QvxAM2PlgCPeB4k1 { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwGelEy2RQ8gyTLXWvHQFCeT0iGxym4o { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFnpezSPLfQumv8KicTrdwThutQHoAc0 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK3DRamnBJtRvOuoL9JXAkFU0Xv6vimJ { display:none; }
 }@media only screen and (max-width: 763px) { #RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L1Bua50bR3U465pzAO2JelqfnOPXLMmA { position:relative;z-index:auto;display:block; }#L1Bua50bR3U465pzAO2JelqfnOPXLMmA > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz7Hy1EuEstQkZcEMwTdH6LHn2oLv7dy { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRT2vhA5mZBC5cPm89BruIFq5AVJm7TC { display:block; }
 }@media only screen and (max-width: 763px) { #JtzrlivEFFBS35SfsaeQ9ph0fsIQLy82 { width:14.0625rem;height:1.7875rem;top:1.1812499761581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R53GTTtGUzxk2dIzCTGWhqTPqfuIZWJW { width:4.625rem;height:2.625rem;top:3.375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEUqvw9FyiyN2nkr9qAuJSQ7DzBVPhwz { display:block; }
 }@media only screen and (max-width: 763px) { #iVW03G74rCnpdSggRQhBzyHii8ggWN6x { width:3.1875rem;height:2.625rem;top:3.375rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSTkBZTALalpTz1KHc5KxR0Wkz4KIeMm { display:block; }
 }@media only screen and (max-width: 763px) { #WpLSSFKMSIT3Dv6ohFI82uR0AEDPNwgG { width:5.75rem;height:2.625rem;top:3.375rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcM8CmbW8NnyT55mNRpAR2TKbQtyX8x9 { display:block; }
 }@media only screen and (max-width: 763px) { #dz0KBBpq0sPnSIwsa1xsDG8u9DmAnKyf { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdv4LJCZgFUl4iPt1UOP4q6EK97GZful { display:block; }
 }@media only screen and (max-width: 763px) { #WIpEZXCt9zsgUwwBc3gZtFAXlATeCrT5 { width:3.5rem;height:2.625rem;top:5.125rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqcwsuGHXVroGoxtHp7a7kQIU2ar2qu6 { display:block; }
 }@media only screen and (max-width: 763px) { #hxAMN8hMU1TKR4QZ8atPWhUyRcHqSkCi { display:flex;width:1.25rem;height:1.25rem;top:5.8125rem;left:4.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #L087DF9yXNkaMOLyMe3oK4oo556JNnLQ { display:block; }#L087DF9yXNkaMOLyMe3oK4oo556JNnLQ > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TebA8W5Auz52DpRW6OJS5t1N6FqAHxBC { width:11.0625rem;height:2.3125rem;top:6.96875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3oM6eduvnQu9a5BS2uOtBgz0mIOq8o7 { display:block; }
 }@media only screen and (max-width: 763px) { #qkJiSZyBwWBqPl1gndErT77OLp37WyW6 { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avhGg4i1Hs7Xz22eAR2V4txic1W1sKor { display:block; }
 }@media only screen and (max-width: 763px) { #O7pTCu6w2SmZfVMwbxFkmP33GBAD6Vm3 { width:5.125rem;height:2.3125rem;top:0rem;left:1.5927734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJAsJxOG6i7dTvKs7qT2AkWpklbLOcrn { display:block; }
 }@media only screen and (max-width: 763px) { #U5LmgzA5OVRbh3sTEWlwlkQLdRUollXB { width:3.875rem;height:2.3125rem;top:11.625rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJA6ZT73EKxmzALy64VMOlTxdXi2sG5T { display:block; }
 }@media only screen and (max-width: 763px) { #BLkJv15tcJNOnaqMcFVVUZbHQs8PCo1y { width:3.625rem;height:2.3125rem;top:13.9375rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg0bibvpQ6kZcgAwm0NfXOiGgNuL1PSM { display:block; }
 }@media only screen and (max-width: 763px) { #cv1qayhJG5iL2AOHBD7X1zhD8bu1mixe { width:9.375rem;height:2.3125rem;top:4.71875rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrzn1LQGrXG37bUWIzWL16xmGx5H8TdE { display:block; }
 }@media only screen and (max-width: 763px) { #SwobMdsnZ9CFMolEKtLbyxE2T0gIrgmz { width:7.75rem;height:2.3125rem;top:2.3125rem;left:1.6552734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRRmhhEpF3PFJpm6FrcMTfTNF5GzBpKZ { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abcuZtQ7zz2ilWAhW0Q9h6lVWIwoRP1w { width:20rem;height:3.25rem;top:2.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5mAFmK9hiRG81hwTrTWRxHlybkLSiI { width:20rem;height:1.21875rem;top:7.3359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzHBpDoERlwpEgx6eS7r50JprzcMWT79 { width:18.3125rem;height:6.8203125rem;top:9.4921875rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRxWCWkXtn2lmCkMuKW1GV3WdoiD9Scq { width:20rem;height:1.21875rem;top:18.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJD3iK7N5GB8aLDHVTRyF4mUQICrJpcT { width:17.5rem;height:5.68359375rem;top:20.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR3SNVdq7D4K6XWPtdOquZoMvM6JaBKE { width:20rem;height:0.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV6yS1FEIox9mRMPx6KMGCJhUObtzGF8 { width:20rem;height:0.3125rem;top:28.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI96kMcqSCX8FU32BC91xBkvicGQlIUd { display:block; }#AI96kMcqSCX8FU32BC91xBkvicGQlIUd > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ayGlO3TWMu7SJ63Zkho2FHHDcLTIbxck { width:14.5rem;height:1.625rem;top:1.4375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcwnCUxstlzdDwIIVIngbm10m3qOsc1i { width:15.75rem;height:5.68359375rem;top:4rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8MeF0m0Odu8GRyUk2hcaOaV8bTHP8N { width:16.9375rem;height:4.546875rem;top:14.12109375rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbtwFgnGy1ehAh2zeWixdm0agyEnv1KN { width:14.5rem;height:1.625rem;top:11.55859375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivC7QGB4HvgaTuzOZITtVTd1vukHdmFl { width:18rem;height:4.546875rem;top:23.125rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFhU1skabexJX652V2NrMO5hGJapG3tk { width:16.3125rem;height:1.625rem;top:20.5625rem;left:1.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqvaIAOy1e5RPmVpU0XiDbXcUk2T0QSv { width:0.3125rem;height:12.5rem;top:1.4375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qwVa10lH8BIuGnDiH81lQn3GceVO29Ne { width:0.3125rem;height:12.5rem;top:8.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n { display:block; }#leiM8JHg1UuXCp5ZphToeqXUF0wfoa2n > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4DVzT1g2JThW7PKICvwbg0WuW4Rxc6A { width:19rem;height:3.4375rem;top:0.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecMbA3tm6Bh3H8zeMrqRiNX6KSaR7Phr { display:block; }
 }@media only screen and (max-width: 763px) { #oxXuuXTzDG8syXff8PA9XGF52J3l5LnI { display:block; }#oxXuuXTzDG8syXff8PA9XGF52J3l5LnI > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bR7zVQQrGfU0LzIZVOLuK2geaqPuGKh5 { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWLfPheX63oLFuMrMcCCL3MmC39WZRMb { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#T2gJgM3NbTPq0C4nF1hPiad6v1U8fAEK > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #mp56wAVkAHcROXrfyQePM8pZwfzgT3GX { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#mp56wAVkAHcROXrfyQePM8pZwfzgT3GX > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#OmBVF1CFaMudJd3AgTHQK17Vo92wVZuJ > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#Err3ZU7t0X95NJ0ZMaKEKzpQbQCGVSSH > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #FPMVTMltB7aaT3UZix1z2pPfT9W7TGHy { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R9PUTfeW228JL1UE8zw028UTfoDvWTSy { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATkvldan3J8NcJgRvcDshyDNvRk6E0uo { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZyOb90KFS5zKTPvnviQdxzTNybFEQ6U { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAKCBMF7Qec1E6s2VPGJ7bI0QOXUpmOD { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yZGMRznsphBppdtM1ee2bOh5ugkhFdc4 { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WsuBNCXgVW9f7yR6xvxgxeTZLhBJUh3Q { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cnMclS1BDxwZg4Ms1MabSmE14LoahdBk { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zqLXTEG0TC2hOXRQXCoQQIIm2bHpVgrH { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqKRubcSVFInCTBJEPcQBBNBHlNXhMVb { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZmw4CaudXWWEHc0StfN4IlwLTEyvo9C { display:block; }
 }@media only screen and (max-width: 763px) { #akOFBJGAnhFs7G52QvxAM2PlgCPeB4k1 { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwGelEy2RQ8gyTLXWvHQFCeT0iGxym4o { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFnpezSPLfQumv8KicTrdwThutQHoAc0 { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IK3DRamnBJtRvOuoL9JXAkFU0Xv6vimJ { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#RTyDUqxZTwGsTJfT6hQElSUIcFO23sCI > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }