.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); }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i { 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; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container { background-color: transparent; background-image: none; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container > .video-iframe-container { display: none; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row > .video-iframe-container { display: none; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .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); }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container { border-width: 0; border-radius: 0; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#xOfVfJ4S3QqpTuliBoi5EuCTJKZCGEpM { 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; }
#kuABrCo8aQBCOAEIg2OQ357JAVkWOcw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xWQbTVJC5Mi3dir7IFzymVChgF9b37LP { color:#000000;display:block;width:11.625rem;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; }
#k0A0rLsn9OAXMMt3HyMKaNQ0f2myBJL4 { 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.46875rem;left:24.375rem;display:block; }
#EBnVIalnwQGyeBLnhGGAvu0D7Bhe4VUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FMJPUsDyhiRSWMOQTRWhVhBBXgu0KzJn { 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.46875rem;left:29.625rem;display:block; }
#wARawfTQrbJkMG7dHyz5K5LASi41vTyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4hyVCTIb3X0t5wTNRZQ4vbaez6Blgcm { 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.46875rem;left:34.3125rem;display:block; }
#OoZqD59qBDadfsEn06wfVavaud673tgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3qIG8W0unVa1vdpxUAf08TaPA4TpXn7 { 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.46875rem;left:40.0625rem;display:block; }
#uziNeSAvpO9f1lCsL0fzo3qQT3SagnWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usNalkw5bsSnmFVfi77pf2ck3Ry9zxvt { 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; }
#slESoTrSCqR8mS8dTsSUIJm5h4Toy3x7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfA7z9nBQ6d52isz2PyiiN0yWHwv9Vk4 { 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; }
#A2NEqib161OtfPsO05CdQ38cLc8iSbQt { 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.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#FtilReDVQrPZ2bHL4BQHOQvp0TZmJlRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga { position:relative;display:block; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga { background-color: transparent; background-image: none; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row .container > .video-iframe-container { display: none; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row > .video-iframe-container { display: none; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .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); }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga { border-width: 0; border-radius: 0; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .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; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .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; }#B9U1dM3Mh1RZRqc0AG659Z35wJKqFPwM { 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; }
#rBrh9ukP5WTgM41ChHzmKH0gpgWEwkUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAqR7N6R9Nd9gW7iROgIVyCBzK2QkwV3 { 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; }
#xARJHfcvKfXHQxrGmDE9W7Sy18cCCGZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#clMQZ6Qzm2Fq72ae909HIKEWM0ikuwAW { 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; }
#k4dOJ9LCNgsWv8ieeEnPshdEVdpXlV3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMZu8rmPyBeqPVHn3IISf6yKEwpC9NtK { 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; }
#oIfgSAvt8LS85Pvk5fQS231XyodcKsyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LogGC1sCuS0KnEAZPBqQTurnXHeq1XxN { 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; }
#GVQf2SPs1LNfrwdydH2vEOcszUrzeEq5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izBLb3zqnhkDl6TRRvNoIA4AkFE0AHRQ { 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; }
#gQunNwWMQZHhhzIDPQVlD7esnkww5wFA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uCwyJ4G0KlkMWwcBQJuxR2lEOQD1qLNc { 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; }
#msgKtXTk6fnNm23xRFy6wR2SHhmPNi51 { 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:39.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#tEssdJ3d5Fln1s3f7r4vSQBPkox8QIHF { color:#000000;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.0625rem;height:3.25rem;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; }
#FLAtvwsBvVVTtvJoa5K35n8ItnToFGrN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:29.375rem;width:21.875rem;top:5.4990234375rem;left:35.8740234375rem;overflow:hidden;display:block; }
#DzaRhkCwk2iKrw8wD5XEabp1SI2V03W9 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:15.30859375rem;left:2.060546875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p5Fz70IQPnzu2QDDNOze4DMHOvMpLWC3 { 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:1rem;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:15020;text-align:center;text-align-last:center;top:26.75rem;left:2.0625rem;display:block; }
#QV9SO0Ez3IJTXyiLfewHSE6wiO9XoQve { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pK4gTBkm5hPObd3EoQ9g4Mwo258UuIPN { position:absolute;display:block;z-index:15076;background-color:#3f3f3f;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6875rem;width:8.6875rem;top:24.125rem;left:32.8125rem;display:block; }
#C4XuyhUUTTXH5GTTwyLFB8EzwJITmkdE { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:24.125rem;left:33.125rem;overflow:hidden;display:block; }
#Tr4BbhATkhIV2wgeZQ2GIxg0Muf16C3r { color:#000000;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:35.5810546875rem;left:49.6865234375rem;height:0.73046875rem;display:block; }
#sl86Za8GRGWiStwCBIChcMHM0tLZzP7H { color:#000000;display:block;width:32.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.0625rem;height:1.94921875rem;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; }
#LNtVoPdopAT1JCzTTznaMqn1057ErgZk { position:relative;display:block; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk { background-color: transparent; background-image: none; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row .container > .video-iframe-container { display: none; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row > .video-iframe-container { display: none; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .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); }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk { border-width: 0; border-radius: 0; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .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; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;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; }#UWKTgFppzquxqiUFCNVqfm0cIi5cqNKu { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#Ipu8KzS7cy0LTJ9Qu8HnQiSzSk5NcgdR { color:#000000;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:15.625rem;height:1.29980625rem;font-style:normal;display:block; }
#VodJFbM92GBmb1V0EFIuFvs5eqDgR1dr { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#KEX0Ark803OTezbFgEqrpTfXdD36AING { color:#000000;display:block;width:9.124rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:48.125rem;height:1.29980625rem;font-style:normal;display:block; }
#ywILykRaekXXCkB0dvg7lxZzIMRbISZc { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:block; }
#Sehg1FeK6NWtWapVRBlPPnVH5farNCiO { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:5.3115234375rem;left:0rem;display:block; }
#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 { position:relative;display:block; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 { background-color: transparent; background-image: none; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row .container > .video-iframe-container { display: none; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row > .video-iframe-container { display: none; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .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); }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 { border-width: 0; border-radius: 0; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .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; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .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:60.25rem;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; }#fV5IBai43zKPqUJ8u4ztkWdBluTs1eyL { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:3.36328125rem;left:2.71875rem;height:4.3125rem;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; }
#Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.169921875rem;left:2.59375rem;height:20.88475rem;font-style:normal;display:block; }#Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f6bdca8a0d9a0982fc349fb575967bd2e4f7b70.svg); }
#xFzrbOLffeav0XcpWF5dJh1dowZp7wWx { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:33.5625rem;left:1.90625rem;height:5.736325rem;font-style:normal;display:block; }
#uR8yfJpb7QWubGsu3UGcSP4N9NVOIJ3v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:24.9375rem;top:43.3125rem;left:32rem;overflow:hidden;display:block; }
#xZk828N2IHspP2vUdx0kFH6iMzxHuTap { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(9,14,44,0.1);border-left:0.0625rem solid rgba(9,14,44,0.1);border-right:0.0625rem solid rgba(9,14,44,0.1);border-bottom:0.0625rem solid rgba(9,14,44,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:28.3125rem;top:43.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad8aa4d9-0ca2-477b-a2aa-684e71993321/4909528.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ.adaptive-delivery-prevent-bg, #yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ.lazyload, #yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ.lazyloading { background-image: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { background-color: transparent; background-image: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container > .video-iframe-container { display: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row > .video-iframe-container { display: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .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); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { border-width: 0; border-radius: 0; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#lzrmSTmMTiMzgOb8uEGMAhQ8H9y84q8L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(21,24,36,0.3) ;height:23.75rem;width:41.6875rem;top:16.8125rem;left:0rem;display:block; }
#W3P4I6t2eVaHFs5mwouMbprdToJJEG3f { position:absolute;display:block;z-index:15001;background-color:#151824;background-image:none;background-position:top left !important;background-repeat: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: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.3) ;height:19.25rem;width:17.875rem;top:19rem;left:41.625rem;display:block; }
#BtEuRBB5X8KnFLXwwwKnAKk992dh8ZGO { position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;background-position:top left !important;background-repeat: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:8.75rem;width:0.5rem;top:26.75rem;left:59.5rem;display:block; }
#QzHdZqJUbIUKSaV0D6v7EVlmSuQ088Go { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.6875rem;left:42.5625rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEiTIS6aLTBu02eQolPwZTKkUhwfoUFA { color:#000000;display:block;width:36.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.8125rem;height:3.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rU9PwHZEUtTfa03k70IaepUqCUmRinLw { color:#000000;display:block;width:48.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:8.875rem;left:5.9375rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#HuTCH5CalS7kXwwkbqwHJ8fLRXm6PlJ0 { background-color:#00b3b3;background-image:none;border-top:0.125rem solid #00b3b3;border-left:0.125rem solid #00b3b3;border-right:0.125rem solid #00b3b3;border-bottom:0.1875rem solid #00b3b3;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.1875rem;left:43.0625rem;display:block; }
#i9OFq7F24baxIUDC60mZKQA9F9Q8PxdL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz { position:relative;display:block; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz { background-color: transparent; background-image: none; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row .container > .video-iframe-container { display: none; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row > .video-iframe-container { display: none; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .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); }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz { border-width: 0; border-radius: 0; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .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; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .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:44.8125rem;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; }#qC3huTPTQ8tPNOwXinA4iGdAsqyb8Sgp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:30.1875rem;width:20.1875rem;top:2.5rem;left:3.490234375rem;overflow:hidden;display:block; }
#l6x9wFoLCg5IM50FST09BLvM4G42MzCB { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.0625rem;left:26.341148376465rem;height:6.5rem;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;text-align:left;text-align-last:left;display:block; }
#xNJAybONyLByf12G3liV02V0sT2HN4KM { color:#000000;display:block;width:24.3105625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:32.625rem;left:26.3408203125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#KzJQWnwSxPWD9fVnThQEeHfuieVw35Op { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:13.875rem;left:26.3125rem; }
#D0w6GQV34i4M95OmyRWr5I188qoJIxRA { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:2.5;letter-spacing:0;top:10.46875rem;left:28.0908203125rem;height:20rem;display:block; }
#ADyH5S1bdosG796KAQTRwPFyDQn2h7JV { 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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.4375rem;left:30.25rem;display:block; }
#vbTOaWzCV2cCT2NBchGiODpKQ8iF0Zhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdIVfgZl9w3z9hXAiFF2U9mQ1QQem47f { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:44.5rem;left:0rem;display:block; }
#UC640gZZNW94Fa3vJ7lbFpbZIsEw9y94 { box-sizing:content-box;height:30.1875rem;width:20.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0.1);background-image:none;top:2.5rem;left:3.490234375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UXFay1XN2LvhyU5TT7lI8vnhrsJQW8oT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.375rem;left:26.3408203125rem; }
#r5tZm6EeCzrt7A2woTHKgXK2XPww6lK8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.875rem;left:26.3125rem; }
#EbBn3puzIcldmEePTEVTnLoWfKirHZQU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:16.375rem;left:26.375rem; }
#AXL3uNQiaDxQO5FcWZUPB4tk6rAVzPmB { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.875rem;left:26.3125rem; }
#HCvvIbTvk2cRQBkssaWFoEmdKITs1DaF { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.375rem;left:26.375rem; }
#XzROX2c7lPG774WtHFhVTKwOEQ9vO8Tp { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:28.875rem;left:26.3125rem; }
#ypKDJM7N4BkZ1HA1Hyzpc3FZsdXA0O9f { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:26.375rem;left:26.375rem; }
#pAS9iX913c76nlewCUFbqiXgTJ4y26JS { position:relative;display:block; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS { background-color: transparent; background-image: none; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row .container > .video-iframe-container { display: none; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row > .video-iframe-container { display: none; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .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); }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS { border-width: 0; border-radius: 0; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .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; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .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; }#loefnCp9GtsLlthIqNWXF8zOrTIoNfJ3 { color:#000000;display:block;width:45rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5673828125rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH { position:relative;display:block; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH { background-color: transparent; background-image: none; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row .container > .video-iframe-container { display: none; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row > .video-iframe-container { display: none; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .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); }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH { border-width: 0; border-radius: 0; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .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; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#FoUAOsSz7erGy0a34O0iLdkeHkwInyep { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.37109375rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWHq1ccpwnpCcqXRzL5uCnUmyyzbZHqi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.123699188233rem;left:1.25rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#vqJdsGG3H40dkUrsaO1QrnQIyFBFbsAX { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.1875rem;left:50.25rem; }
#F6OJO2t1aVvqIoATTkFt3QbFRINws5Us { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.1875rem;left:52.875rem; }
#b0xlGyEU9UJzXuSV1O69zXGZcEKkVaPo { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.375rem;left:7.0625rem; }
#lWaUOLoTNb96iPq2F58IuaPr3s7kQW7J { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.375rem;left:5.5rem; }
#Jt58nkNw6QxbTKxvq8QyAfPycKzH6dsF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.1875rem;left:6.1875rem; }
#ivz5TAP8GF1J15KTL33CAOqslikiV0yh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.123046875rem;left:16.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#MdHsTrAbTLQExVnhfMfAiDwz8c85sLNn { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.55859375rem;left:15.9375rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWyFg56Rq66wQ7hlWTs9B3EtTaWeN670 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.37109375rem;left:30rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WwgMbLiU3c59wTsk57kkJVpoGmPfM0Xm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.123699188233rem;left:31.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#L0PTMW98GLGKKTLockEJILTKCfZCoVQF { color:#000000;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:6.37109375rem;left:45.625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itvJfP5PCLaAOfZQqSHz0h7zcu3dq3OQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.123699188233rem;left:46.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#qXntvuwBzBm83xCrWXFSnvlHAo1cXJvb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.1875rem;top:0.93359375rem;left:19.40625rem;overflow:hidden;display:block; }
#tux2GfK7TGIJ5tz9uHNqgcccTuFieJI7 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:4rem;top:1.1875rem;left:35.5rem;overflow:hidden;display:block; }
#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { position:relative;display:block; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { background-color: transparent; background-image: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container > .video-iframe-container { display: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row > .video-iframe-container { display: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .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); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { border-width: 0; border-radius: 0; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .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; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .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:8.625rem;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; }#Q5t2fhZU6nDaEUVfCKpTAeAsTXRRLzTH { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2P899w2oRyWVFIMtoTzT6WOE5lNZvvw { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:block; }
#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 { position:relative;display:block; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 { background-color: transparent; background-image: none; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row .container > .video-iframe-container { display: none; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row > .video-iframe-container { display: none; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .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); }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 { border-width: 0; border-radius: 0; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .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; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#GFMFPuefEJyGoehMRxT49IU285xDoyrI { color:#000000;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:11.6875rem;left:1.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#xG43C85MLcT8Dync7yBNnPVibIvp0279 { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:9.4375rem;left:2.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#BGgTVFScPG4OfxmEh5l3OgyeHKnCs8VI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.6875rem;top:5.8125rem;left:7.625rem;overflow:hidden;display:block; }
#Qa5o4X9ALwXe95ARO5oSqy8bI1JBg6PF { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.625rem;top:1.875rem;left:6.6875rem;overflow:hidden;display:block; }
#w8fX4uA6ZgOe2xDzdpPHf6B3ZRQ96XEz { color:#000000;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.6875rem;left:22.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#fRZMCGPodTGqQWMGTJMxlD4tZzKgXLFy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.6875rem;top:5.875rem;left:27.6875rem;overflow:hidden;display:block; }
#SszlSkKFqLcNm9yXETmuCV0wg5TJ4Nwv { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:9.5rem;left:22.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#WQ4PLGQAcTekBRgGTstp6eZxB3tbu98a { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99956875rem;width:7.999125rem;top:1.9375rem;left:26rem;overflow:hidden;display:block; }
#Hbp2FpTPdGqMsgx53AfRF7l9K7yeMZGg { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:11.6875rem;left:42.1875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Zh15kPwDnOKrFQMEOoqXTm6sekMwhZWD { color:#000000;display:block;width:14.749375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:9.5rem;left:42.6875rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#dDgPN32OOdp9hnJK9JZu96Kvr7HVwXLk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.6875rem;top:5.875rem;left:47.25rem;overflow:hidden;display:block; }
#Txl1P5S01gZgZNWw2ntV5NsaLHIgDf3x { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.0625rem;top:1.9375rem;left:47.5625rem;overflow:hidden;display:block; }
#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 { position:relative;display:block; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 { background-color: transparent; background-image: none; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row .container > .video-iframe-container { display: none; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row > .video-iframe-container { display: none; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .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); }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 { border-width: 0; border-radius: 0; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .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; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .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:92.1875rem;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; }#sK1mWDWhS2V3BFW3RbT3yrrRIGTdcwnA { color:#000000;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsVQloLE8pHKezDFGhT5NqyzOHJF1yqz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.8125rem;top:9.375rem;left:4.25rem;overflow:hidden;display:block; }
#E9rTgvtTQWT5B15mAMSkf6PbVXSEXTUb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.8125rem;top:9.375rem;left:14.625rem;overflow:hidden;display:block; }
#yZJveD9kvKLIMSDQs78NqLZVha11Vrs1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.75rem;top:9.375rem;left:25.0625rem;overflow:hidden;display:block; }
#rNZns5ygpSqpmTqTkdgM7X0k18TPurKg { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.5rem;top:9.375rem;left:35.625rem;overflow:hidden;display:block; }
#fc3gGkqTWOUFnDyHPryQs8SQ0NJoPWnQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.625rem;top:9.375rem;left:46rem;overflow:hidden;display:block; }
#O6EOIllqCE27tFsdV8nUJF3mKsw8fGMO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.875rem;top:21.1875rem;left:4.25rem;overflow:hidden;display:block; }
#SxmPL9JQRhIA6gUEQ6T8Vu8Qa9pmTPes { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.8125rem;top:21.1875rem;left:14.625rem;overflow:hidden;display:block; }
#MyWN68LIldu8Gki83KyRN5Xhd5DV3u6H { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.3125rem;top:21.1875rem;left:25.0625rem;overflow:hidden;display:block; }
#su7iAhyufoAtr76ZR1iDXd4dN7xSN5hD { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:9.8125rem;top:21.1875rem;left:35.625rem;overflow:hidden;display:block; }
#yZq7GeTRMEzPhFeVv3X1TmOfXcSR9TAe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.8125rem;top:21.1875rem;left:46rem;overflow:hidden;display:block; }
#fXvWNM7VgZOb48bVGmlfx3AlnRNWi6bS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.875rem;top:33.3125rem;left:4.21875rem;overflow:hidden;display:block; }
#cLuUh3CfKPn9cGatfNW3Qehcm3AJ7fAT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.875rem;top:33.3125rem;left:14.59375rem;overflow:hidden;display:block; }
#O6QaCdAMLXuNxCcPECUwR3I6iOxcGeA3 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.375rem;top:33.3125rem;left:25.0625rem;overflow:hidden;display:block; }
#hM96EuwO2TEkIR0zTA95TdQ0dV7OFxom { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.875rem;top:33.3125rem;left:35.4375rem;overflow:hidden;display:block; }
#WsvwJg15TuTwwhLSeJu8PmFDGchsnPOT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:8.875rem;top:33.3125rem;left:46.375rem;overflow:hidden;display:block; }
#P4XLkM0FxpzuazCJKG9Ps35oNTJq7o86 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:9.875rem;top:45.5rem;left:4.21875rem;overflow:hidden;display:block; }
#FUUvUtAJK0QlIx0Tub7qcOh5RXc0Heix { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:9.875rem;top:45.5rem;left:15.25rem;overflow:hidden;display:block; }
#XyOBW9F70zwkCmmXXiVkiVE548BDxI59 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.875rem;top:45.5rem;left:25.0625rem;overflow:hidden;display:block; }
#WFdgQ5cDu5QMayIPqm8HI2NouBhlDAmT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.5625rem;top:45.5rem;left:35.4375rem;overflow:hidden;display:block; }
#DxnPzbFg9EuBDU519UVp4I0wRL7teBJF { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:9.875rem;top:45.5rem;left:46.375rem;overflow:hidden;display:block; }
#cNQpy6EZRQhbhfdt4eUX2D0zi0lvFO4L { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.875rem;top:57.625rem;left:15rem;overflow:hidden;display:block; }
#G1VOpbKZ8izcCnKyReNhn2TQQHqWHpQH { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9.875rem;top:57.625rem;left:24.8125rem;overflow:hidden;display:block; }
#y6Noqk1HgQnsGrEybB26DZe4MdBEhtBM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.875rem;top:57.625rem;left:35.1875rem;overflow:hidden;display:block; }
#RCcTg8LkLxIELMnIEProJTstkwiki6Mw { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:57.625rem;left:46.125rem;overflow:hidden;display:block; }
#eK56rlnUmLbxVo10uCXC8gCy0lbaPudK { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:9.875rem;top:57.625rem;left:4rem;overflow:hidden;display:block; }
#B5fB55s4prdlyr4cxaGhOOa6q823dsdM { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.875rem;top:68.8125rem;left:15rem;overflow:hidden;display:block; }
#OyKMmeDXFwNUH7ZtFXlkcnXlcgghcfwk { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.875rem;top:68.8125rem;left:4rem;overflow:hidden;display:block; }
#HUWyUxsr9aBliP5QDpB2rTDuh68tJ6MK { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.875rem;top:68.8125rem;left:35.1875rem;overflow:hidden;display:block; }
#bQwM2NScqvmtCqQd291PvfOOkSxCpOvP { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:9.875rem;top:68.8125rem;left:24.8125rem;overflow:hidden;display:block; }
#o9qkGqsM5tN9mluCbZwG2JLkxZfAJFrL { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.875rem;top:68.8125rem;left:46.125rem;overflow:hidden;display:block; }
#Bpkr6ud3B0aiioEz5UQNWNLyThFo4f4d { 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3105625rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:84.40625rem;left:15.84375rem;display:block; }
#cff2SgV7xOTmEZMIV479TubRxzAAmOgK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ARQHztCdPk7vXR1zHn3dWSdXQTi6CvdT { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:none; }
#WD8DozQkTvIv289Z3Sm2EW6oF9h2gf42 { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:none; }
#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH { 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; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container { background-color: transparent; background-image: none; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container > .video-iframe-container { display: none; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row > .video-iframe-container { display: none; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .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); }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container { border-width: 0; border-radius: 0; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#edIpg1O3GtVoFh8o6HslrtKdhBu5gkC0 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat: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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:9.125rem;left:1.875rem;display:block; }#qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.adaptive-delivery-prevent-bg, #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.lazyload, #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.lazyloading { background-image: none; }
#KrVFzuTr2l1RvOM3Un1UfPKy8OGWmmoo { color:#000000;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:26.375rem;left:3.75rem;height:6.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQP4Qkcg4f4TnOsHDKtwdUIQ1nIy5bQQ { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24rem;left:3.75rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxv1BEvqntoI14RaSFoKiv17dnlnOUUx { color:#00b3b3;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.21875rem;left:3.34375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vATnf7N56kOuHOnGehqDxypFp3ALevoP { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat: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: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:9.125rem;left:32.5625rem;display:block; }#vATnf7N56kOuHOnGehqDxypFp3ALevoP.adaptive-delivery-prevent-bg, #vATnf7N56kOuHOnGehqDxypFp3ALevoP.lazyload, #vATnf7N56kOuHOnGehqDxypFp3ALevoP.lazyloading { background-image: none; }
#h2KfRpG7ZUxyh2B2gxRiBE02GJKBZdvW { color:#000000;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:26.375rem;left:34.46875rem;height:6.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toJmLDwpBIykFfkEpCx5taAzJcey8UVt { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.0625rem;left:34.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHnn6K759pJE94N0BrbFPsQwWtVNlBNh { color:#00b3b3;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.21875rem;left:34.46875rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puDrPcfsiIPwvHn5afI3lQ9LQ7c0SlPm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.625rem;top:13.3125rem;left:11.375rem;overflow:hidden;display:block; }
#eBGCaxOJAI1ti94PCHdwUkIRa0ayUKJq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;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.999025rem;width:7.999rem;top:13.3125rem;left:41.3125rem;overflow:hidden;display:block; }
#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE { position:relative;display:block; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE { background-color: transparent; background-image: none; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row .container > .video-iframe-container { display: none; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row > .video-iframe-container { display: none; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .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); }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE { border-width: 0; border-radius: 0; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .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; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .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: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; }#TLHn5xpNrGLf4A43eQBkMT5w9WI3MWtb { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w2yBlzLfZTfAN1IFzzHMl5RdPCcgaVA5 { color:#000000;display:block;width:48.5615rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:7.2470703125rem;left:5.7177734375rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dudpWArMpkGlpMLaoCZcBELJ17qPZT9P { background-color:transparent;background-image:none;border-top:0.125rem solid #00b3b3;border-left:0.125rem solid #00b3b3;border-right:0.125rem solid #00b3b3;border-bottom:0.1875rem solid #00b3b3;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.54861125rem;height:3.416666875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.934245347977rem;left:14.21875rem;display:block; }
#to4Afz3mBItHUCQUrixrpaK1uvFA5Lac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XXByIeX9J4bDtFNVqdq085VFm08vd2aS { position:relative;display:block; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS { background-color: transparent; background-image: none; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row .container > .video-iframe-container { display: none; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row > .video-iframe-container { display: none; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .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); }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS { border-width: 0; border-radius: 0; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .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; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .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:1.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; }#NT5ozoHkKTEU40TtiPwwMXTsa6FmbaL2 { box-sizing:content-box;height:0.4375rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#00b3b3;background-image:none;top:0.5rem;left:0rem;display:block; }
#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT { position:relative;display:block; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT { background-color: transparent; background-image: none; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row .container > .video-iframe-container { display: none; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row > .video-iframe-container { display: none; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .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); }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT { border-width: 0; border-radius: 0; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .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; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .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; }#aHX9B17oBApayJCdb33ThEs0yFyU4d0f { 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; }
#OnVwdFL8WGrquc9alk9U1whl2xJ0FKhF { 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; }
#lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu { 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; }
#lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H { 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; }
#KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH { 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; }
#TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD { 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; }
#LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#GPcIq6cCIbCOvnMDPre36uqXvsB8IVol { 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; }
#lJ0FV2JFClStBVWMcNSaltDLzKAw7WT5 { 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; }
#xfzXwnp0VsxUFQJB8vT0h098zZ3tV6cp { 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; }
#pipeqMTxSTLBnBd7su0kHUr5NJ8sZfIL { 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; }
#x7omlA9aA1AvTkUJ7AbOI2H57O2C5G01 { 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; }
#PFz7LyGqsshhsomolXBXbaFT4IQHgFC4 { 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; }
#Xm6eyQBmte9umXTEdT9X8hLOleG8IsLs { 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; }
#sgKPChu8HQBnqg1IrHSJQ0QNwktOnNsn { 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; }
#vb99gbF2EXEQNtM7kTkHxv6eWBfFqWDb { 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; }
#Qpsch94RRmpJ1ylFV3OLgqTsgqdkfoQp { 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; }
#pEeNlTUWtJFoFC0rt7vOTHJriLtpmrDB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITf23GlxONNO4EAqxrVTzVzNipviemBt { 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; }
#iH4rimOoezu1nKAM6ZafDy5t327Hsqk5 { 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; }
#RKXILfdLWxlMb7azx2WMXx6tLeAZAsI4 { 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; }
#WrxhM34Nb1a1aZaIbtByLxgRr6WECDJH { 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; }
#FQ3M7sBFN9Kob87DzzOABganrn1APSV4 { 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; }
#FQ3M7sBFN9Kob87DzzOABganrn1APSV4 > 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) { #CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i { display:block; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOfVfJ4S3QqpTuliBoi5EuCTJKZCGEpM { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuABrCo8aQBCOAEIg2OQ357JAVkWOcw1 { display:block; }
 }@media only screen and (max-width: 763px) { #xWQbTVJC5Mi3dir7IFzymVChgF9b37LP { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0A0rLsn9OAXMMt3HyMKaNQ0f2myBJL4 { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBnVIalnwQGyeBLnhGGAvu0D7Bhe4VUD { display:block; }
 }@media only screen and (max-width: 763px) { #FMJPUsDyhiRSWMOQTRWhVhBBXgu0KzJn { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARawfTQrbJkMG7dHyz5K5LASi41vTyJ { display:block; }
 }@media only screen and (max-width: 763px) { #v4hyVCTIb3X0t5wTNRZQ4vbaez6Blgcm { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZqD59qBDadfsEn06wfVavaud673tgJ { display:block; }
 }@media only screen and (max-width: 763px) { #T3qIG8W0unVa1vdpxUAf08TaPA4TpXn7 { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uziNeSAvpO9f1lCsL0fzo3qQT3SagnWh { display:block; }
 }@media only screen and (max-width: 763px) { #usNalkw5bsSnmFVfi77pf2ck3Ry9zxvt { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slESoTrSCqR8mS8dTsSUIJm5h4Toy3x7 { display:block; }
 }@media only screen and (max-width: 763px) { #tfA7z9nBQ6d52isz2PyiiN0yWHwv9Vk4 { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2NEqib161OtfPsO05CdQ38cLc8iSbQt { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtilReDVQrPZ2bHL4BQHOQvp0TZmJlRX { display:block; }
 }@media only screen and (max-width: 763px) { #ISzEvuFzlwItcTzULxSC8peMAQVFu4ga { display:block; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9U1dM3Mh1RZRqc0AG659Z35wJKqFPwM { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBrh9ukP5WTgM41ChHzmKH0gpgWEwkUp { display:block; }
 }@media only screen and (max-width: 763px) { #SAqR7N6R9Nd9gW7iROgIVyCBzK2QkwV3 { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xARJHfcvKfXHQxrGmDE9W7Sy18cCCGZb { display:block; }
 }@media only screen and (max-width: 763px) { #clMQZ6Qzm2Fq72ae909HIKEWM0ikuwAW { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4dOJ9LCNgsWv8ieeEnPshdEVdpXlV3E { display:block; }
 }@media only screen and (max-width: 763px) { #sMZu8rmPyBeqPVHn3IISf6yKEwpC9NtK { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIfgSAvt8LS85Pvk5fQS231XyodcKsyD { display:block; }
 }@media only screen and (max-width: 763px) { #LogGC1sCuS0KnEAZPBqQTurnXHeq1XxN { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVQf2SPs1LNfrwdydH2vEOcszUrzeEq5 { display:block; }
 }@media only screen and (max-width: 763px) { #izBLb3zqnhkDl6TRRvNoIA4AkFE0AHRQ { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQunNwWMQZHhhzIDPQVlD7esnkww5wFA { display:block; }
 }@media only screen and (max-width: 763px) { #uCwyJ4G0KlkMWwcBQJuxR2lEOQD1qLNc { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msgKtXTk6fnNm23xRFy6wR2SHhmPNi51 { 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) { #tEssdJ3d5Fln1s3f7r4vSQBPkox8QIHF { top:5.5rem;left:0rem;width:32.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLAtvwsBvVVTtvJoa5K35n8ItnToFGrN { top:5.4375rem;left:25.875rem;width:21.875rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzaRhkCwk2iKrw8wD5XEabp1SI2V03W9 { top:15.25rem;left:0rem;width:31.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Fz70IQPnzu2QDDNOze4DMHOvMpLWC3 { width:21.875rem;height:3.4375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9SO0Ez3IJTXyiLfewHSE6wiO9XoQve { display:block; }
 }@media only screen and (max-width: 763px) { #pK4gTBkm5hPObd3EoQ9g4Mwo258UuIPN { width:8.6875rem;height:8.6875rem;top:24.125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4XuyhUUTTXH5GTTwyLFB8EzwJITmkdE { top:24.125rem;left:27rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4BbhATkhIV2wgeZQ2GIxg0Muf16C3r { top:35.5625rem;left:40.625rem;width:7.125rem;height:0.6875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl86Za8GRGWiStwCBIChcMHM0tLZzP7H { top:8.75rem;left:0rem;width:32.25rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNtVoPdopAT1JCzTTznaMqn1057ErgZk { display:block; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWKTgFppzquxqiUFCNVqfm0cIi5cqNKu { top:2.25rem;left:0rem;width:11.25rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu8KzS7cy0LTJ9Qu8HnQiSzSk5NcgdR { top:2.25rem;left:9.5rem;width:14.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VodJFbM92GBmb1V0EFIuFvs5eqDgR1dr { top:2.1875rem;left:26.3125rem;width:13.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEX0Ark803OTezbFgEqrpTfXdD36AING { top:2.25rem;left:38.6875rem;width:9.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywILykRaekXXCkB0dvg7lxZzIMRbISZc { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sehg1FeK6NWtWapVRBlPPnVH5farNCiO { top:5.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 { display:block; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV5IBai43zKPqUJ8u4ztkWdBluTs1eyL { width:47.75rem;height:4.25rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ { width:47.75rem;height:;top:9.125rem;left:0rem;font-size:0.875rem;display:block; }#Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f6bdca8a0d9a0982fc349fb575967bd2e4f7b70.svg); }
 }@media only screen and (max-width: 763px) { #xFzrbOLffeav0XcpWF5dJh1dowZp7wWx { width:47.75rem;height:5.6875rem;top:33.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8yfJpb7QWubGsu3UGcSP4N9NVOIJ3v { top:43.3125rem;left:22.8125rem;width:24.9375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZk828N2IHspP2vUdx0kFH6iMzxHuTap { top:43.3125rem;left:0rem;width:28.3125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ { display:block; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzrmSTmMTiMzgOb8uEGMAhQ8H9y84q8L { width:41.6875rem;height:23.75rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3P4I6t2eVaHFs5mwouMbprdToJJEG3f { width:17.875rem;height:19.25rem;top:19rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtEuRBB5X8KnFLXwwwKnAKk992dh8ZGO { width:0.5rem;height:8.75rem;top:26.75rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHdZqJUbIUKSaV0D6v7EVlmSuQ088Go { width:16.0625rem;height:4.1875rem;top:23.6875rem;left:31.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEiTIS6aLTBu02eQolPwZTKkUhwfoUFA { width:36.375rem;height:3.25rem;top:2.0625rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rU9PwHZEUtTfa03k70IaepUqCUmRinLw { width:47.75rem;height:3.8125rem;top:8.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTCH5CalS7kXwwkbqwHJ8fLRXm6PlJ0 { width:15.0625rem;height:3.4375rem;top:31.1875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OFq7F24baxIUDC60mZKQA9F9Q8PxdL { display:block; }
 }@media only screen and (max-width: 763px) { #GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz { display:block; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC3huTPTQ8tPNOwXinA4iGdAsqyb8Sgp { top:2.5rem;left:0rem;width:20.1875rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6x9wFoLCg5IM50FST09BLvM4G42MzCB { top:2.0625rem;left:17.0625rem;width:30.6875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNJAybONyLByf12G3liV02V0sT2HN4KM { top:32.625rem;left:20.2158203125rem;width:24.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzJQWnwSxPWD9fVnThQEeHfuieVw35Op { top:13.875rem;left:20.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0w6GQV34i4M95OmyRWr5I188qoJIxRA { top:10.4375rem;left:19.75rem;width:28rem;height:20rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADyH5S1bdosG796KAQTRwPFyDQn2h7JV { width:17.5rem;height:3.4375rem;top:36.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTOaWzCV2cCT2NBchGiODpKQ8iF0Zhw { display:block; }
 }@media only screen and (max-width: 763px) { #BdIVfgZl9w3z9hXAiFF2U9mQ1QQem47f { top:44.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC640gZZNW94Fa3vJ7lbFpbZIsEw9y94 { top:2.5rem;left:0rem;width:20.25rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFay1XN2LvhyU5TT7lI8vnhrsJQW8oT { top:11.375rem;left:20.2158203125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5tZm6EeCzrt7A2woTHKgXK2XPww6lK8 { top:18.875rem;left:20.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbBn3puzIcldmEePTEVTnLoWfKirHZQU { top:16.375rem;left:20.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXL3uNQiaDxQO5FcWZUPB4tk6rAVzPmB { top:23.875rem;left:20.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvvIbTvk2cRQBkssaWFoEmdKITs1DaF { top:21.375rem;left:20.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzROX2c7lPG774WtHFhVTKwOEQ9vO8Tp { top:28.875rem;left:20.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypKDJM7N4BkZ1HA1Hyzpc3FZsdXA0O9f { top:26.375rem;left:20.25rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAS9iX913c76nlewCUFbqiXgTJ4y26JS { display:block; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loefnCp9GtsLlthIqNWXF8zOrTIoNfJ3 { top:1.5625rem;left:1.375rem;width:45rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH { display:block; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoUAOsSz7erGy0a34O0iLdkeHkwInyep { top:6.3125rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWHq1ccpwnpCcqXRzL5uCnUmyyzbZHqi { top:10.0625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJdsGG3H40dkUrsaO1QrnQIyFBFbsAX { top:1.1875rem;left:39.53125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6OJO2t1aVvqIoATTkFt3QbFRINws5Us { top:1.1875rem;left:42.15625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0xlGyEU9UJzXuSV1O69zXGZcEKkVaPo { top:2.375rem;left:5.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWaUOLoTNb96iPq2F58IuaPr3s7kQW7J { top:2.375rem;left:3.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt58nkNw6QxbTKxvq8QyAfPycKzH6dsF { top:1.1875rem;left:4.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivz5TAP8GF1J15KTL33CAOqslikiV0yh { top:10.0625rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdHsTrAbTLQExVnhfMfAiDwz8c85sLNn { top:5.5rem;left:10.75rem;width:13.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyFg56Rq66wQ7hlWTs9B3EtTaWeN670 { top:6.3125rem;left:22.0625rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgMbLiU3c59wTsk57kkJVpoGmPfM0Xm { top:10.0625rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0PTMW98GLGKKTLockEJILTKCfZCoVQF { top:6.3125rem;left:34rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvJfP5PCLaAOfZQqSHz0h7zcu3dq3OQ { top:10.0625rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXntvuwBzBm83xCrWXFSnvlHAo1cXJvb { top:0.875rem;left:14.8125rem;width:6.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tux2GfK7TGIJ5tz9uHNqgcccTuFieJI7 { top:1.1875rem;left:27.84375rem;width:4rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { display:block; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5t2fhZU6nDaEUVfCKpTAeAsTXRRLzTH { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2P899w2oRyWVFIMtoTzT6WOE5lNZvvw { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 { display:block; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFMFPuefEJyGoehMRxT49IU285xDoyrI { top:11.6875rem;left:0rem;width:16.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG43C85MLcT8Dync7yBNnPVibIvp0279 { top:9.4375rem;left:0.5625rem;width:14.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGgTVFScPG4OfxmEh5l3OgyeHKnCs8VI { top:5.8125rem;left:5.5625rem;width:4.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa5o4X9ALwXe95ARO5oSqy8bI1JBg6PF { top:1.875rem;left:4.625rem;width:6.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8fX4uA6ZgOe2xDzdpPHf6B3ZRQ96XEz { top:11.6875rem;left:16.3125rem;width:15rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRZMCGPodTGqQWMGTJMxlD4tZzKgXLFy { top:5.875rem;left:21.5rem;width:4.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SszlSkKFqLcNm9yXETmuCV0wg5TJ4Nwv { top:9.5rem;left:16.4375rem;width:14.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ4PLGQAcTekBRgGTstp6eZxB3tbu98a { top:1.9375rem;left:19.8125rem;width:7.9375rem;height:3.9687562018502rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbp2FpTPdGqMsgx53AfRF7l9K7yeMZGg { top:11.6875rem;left:31.875rem;width:15.6875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh15kPwDnOKrFQMEOoqXTm6sekMwhZWD { top:9.5rem;left:32.375rem;width:14.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDgPN32OOdp9hnJK9JZu96Kvr7HVwXLk { top:5.875rem;left:36.9375rem;width:4.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txl1P5S01gZgZNWw2ntV5NsaLHIgDf3x { top:1.9375rem;left:37.25rem;width:4.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 { display:block; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK1mWDWhS2V3BFW3RbT3yrrRIGTdcwnA { top:2.9375rem;left:7.25rem;width:33.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsVQloLE8pHKezDFGhT5NqyzOHJF1yqz { top:9.375rem;left:0rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9rTgvtTQWT5B15mAMSkf6PbVXSEXTUb { top:9.375rem;left:8.5rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJveD9kvKLIMSDQs78NqLZVha11Vrs1 { top:9.375rem;left:18.9375rem;width:9.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNZns5ygpSqpmTqTkdgM7X0k18TPurKg { top:9.375rem;left:29.5rem;width:9.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3gGkqTWOUFnDyHPryQs8SQ0NJoPWnQ { top:9.375rem;left:37.125rem;width:10.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6EOIllqCE27tFsdV8nUJF3mKsw8fGMO { top:21.1875rem;left:0rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxmPL9JQRhIA6gUEQ6T8Vu8Qa9pmTPes { top:21.1875rem;left:8.5rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyWN68LIldu8Gki83KyRN5Xhd5DV3u6H { top:21.1875rem;left:18.9375rem;width:9.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7iAhyufoAtr76ZR1iDXd4dN7xSN5hD { top:21.1875rem;left:29.5rem;width:9.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZq7GeTRMEzPhFeVv3X1TmOfXcSR9TAe { top:21.1875rem;left:37.9375rem;width:9.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvWNM7VgZOb48bVGmlfx3AlnRNWi6bS { top:33.3125rem;left:0rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLuUh3CfKPn9cGatfNW3Qehcm3AJ7fAT { top:33.3125rem;left:8.46875rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6QaCdAMLXuNxCcPECUwR3I6iOxcGeA3 { top:33.3125rem;left:18.9375rem;width:9.375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM96EuwO2TEkIR0zTA95TdQ0dV7OFxom { top:33.3125rem;left:29.3125rem;width:9.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsvwJg15TuTwwhLSeJu8PmFDGchsnPOT { top:33.3125rem;left:37.875rem;width:8.875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XLkM0FxpzuazCJKG9Ps35oNTJq7o86 { top:45.5rem;left:0rem;width:9.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUvUtAJK0QlIx0Tub7qcOh5RXc0Heix { top:45.5rem;left:9.125rem;width:9.875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyOBW9F70zwkCmmXXiVkiVE548BDxI59 { top:45.5rem;left:18.9375rem;width:9.875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFdgQ5cDu5QMayIPqm8HI2NouBhlDAmT { top:45.5rem;left:29.3125rem;width:9.5625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxnPzbFg9EuBDU519UVp4I0wRL7teBJF { top:45.5rem;left:37.875rem;width:9.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQpy6EZRQhbhfdt4eUX2D0zi0lvFO4L { top:57.625rem;left:8.875rem;width:9.875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VOpbKZ8izcCnKyReNhn2TQQHqWHpQH { top:57.625rem;left:18.6875rem;width:9.875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Noqk1HgQnsGrEybB26DZe4MdBEhtBM { top:57.625rem;left:29.0625rem;width:9.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCcTg8LkLxIELMnIEProJTstkwiki6Mw { top:57.625rem;left:37.875rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK56rlnUmLbxVo10uCXC8gCy0lbaPudK { top:57.625rem;left:0rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5fB55s4prdlyr4cxaGhOOa6q823dsdM { top:68.8125rem;left:8.875rem;width:9.875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKMmeDXFwNUH7ZtFXlkcnXlcgghcfwk { top:68.8125rem;left:0rem;width:9.875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWyUxsr9aBliP5QDpB2rTDuh68tJ6MK { top:68.8125rem;left:29.0625rem;width:9.875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQwM2NScqvmtCqQd291PvfOOkSxCpOvP { top:68.8125rem;left:18.6875rem;width:9.875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9qkGqsM5tN9mluCbZwG2JLkxZfAJFrL { top:68.8125rem;left:37.875rem;width:9.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpkr6ud3B0aiioEz5UQNWNLyThFo4f4d { width:28.25rem;height:3.4375rem;top:84.375rem;left:9.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff2SgV7xOTmEZMIV479TubRxzAAmOgK { display:block; }
 }@media only screen and (max-width: 763px) { #ARQHztCdPk7vXR1zHn3dWSdXQTi6CvdT { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD8DozQkTvIv289Z3Sm2EW6oF9h2gf42 { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH { display:block; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edIpg1O3GtVoFh8o6HslrtKdhBu5gkC0 { width:47.75rem;height:3.25rem;top:2.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg { width:25.5625rem;height:28.5625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrVFzuTr2l1RvOM3Un1UfPKy8OGWmmoo { width:21.75rem;height:6rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQP4Qkcg4f4TnOsHDKtwdUIQ1nIy5bQQ { width:21.75rem;height:1.375rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxv1BEvqntoI14RaSFoKiv17dnlnOUUx { width:22.625rem;height:2.8125rem;top:21.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATnf7N56kOuHOnGehqDxypFp3ALevoP { width:25.5625rem;height:28.5625rem;top:9.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KfRpG7ZUxyh2B2gxRiBE02GJKBZdvW { width:21.75rem;height:6rem;top:26.375rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toJmLDwpBIykFfkEpCx5taAzJcey8UVt { width:21.75rem;height:1.375rem;top:24.0625rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHnn6K759pJE94N0BrbFPsQwWtVNlBNh { width:21.75rem;height:2.8125rem;top:21.1875rem;left:26rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puDrPcfsiIPwvHn5afI3lQ9LQ7c0SlPm { top:13.3125rem;left:5.25rem;width:6.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBGCaxOJAI1ti94PCHdwUkIRa0ayUKJq { top:13.3125rem;left:35.1875rem;width:7.9375rem;height:3.968278652019rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE { display:block; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLHn5xpNrGLf4A43eQBkMT5w9WI3MWtb { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2yBlzLfZTfAN1IFzzHMl5RdPCcgaVA5 { top:7.1875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dudpWArMpkGlpMLaoCZcBELJ17qPZT9P { width:31.5rem;height:3.375rem;top:20.875rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4Afz3mBItHUCQUrixrpaK1uvFA5Lac { display:block; }
 }@media only screen and (max-width: 763px) { #XXByIeX9J4bDtFNVqdq085VFm08vd2aS { display:block; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT5ozoHkKTEU40TtiPwwMXTsa6FmbaL2 { top:0.5rem;left:0rem;width:47.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT { display:block; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHX9B17oBApayJCdb33ThEs0yFyU4d0f { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnVwdFL8WGrquc9alk9U1whl2xJ0FKhF { 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) { #lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #GPcIq6cCIbCOvnMDPre36uqXvsB8IVol { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ0FV2JFClStBVWMcNSaltDLzKAw7WT5 { 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) { #xfzXwnp0VsxUFQJB8vT0h098zZ3tV6cp { 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) { #pipeqMTxSTLBnBd7su0kHUr5NJ8sZfIL { 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) { #x7omlA9aA1AvTkUJ7AbOI2H57O2C5G01 { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFz7LyGqsshhsomolXBXbaFT4IQHgFC4 { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6eyQBmte9umXTEdT9X8hLOleG8IsLs { 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) { #sgKPChu8HQBnqg1IrHSJQ0QNwktOnNsn { 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) { #vb99gbF2EXEQNtM7kTkHxv6eWBfFqWDb { 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) { #Qpsch94RRmpJ1ylFV3OLgqTsgqdkfoQp { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeNlTUWtJFoFC0rt7vOTHJriLtpmrDB { display:block; }
 }@media only screen and (max-width: 763px) { #ITf23GlxONNO4EAqxrVTzVzNipviemBt { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH4rimOoezu1nKAM6ZafDy5t327Hsqk5 { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKXILfdLWxlMb7azx2WMXx6tLeAZAsI4 { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrxhM34Nb1a1aZaIbtByLxgRr6WECDJH { display:none; }
 }@media only screen and (max-width: 763px) { #FQ3M7sBFN9Kob87DzzOABganrn1APSV4 { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#FQ3M7sBFN9Kob87DzzOABganrn1APSV4 > 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) { #CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i { position:relative;z-index:auto;display:block; }#CcCWOe8tGXcTWfRhpfiUmoHkevQJ8g0i > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOfVfJ4S3QqpTuliBoi5EuCTJKZCGEpM { 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) { #kuABrCo8aQBCOAEIg2OQ357JAVkWOcw1 { display:block; }
 }@media only screen and (max-width: 763px) { #xWQbTVJC5Mi3dir7IFzymVChgF9b37LP { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0A0rLsn9OAXMMt3HyMKaNQ0f2myBJL4 { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBnVIalnwQGyeBLnhGGAvu0D7Bhe4VUD { display:block; }
 }@media only screen and (max-width: 763px) { #FMJPUsDyhiRSWMOQTRWhVhBBXgu0KzJn { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARawfTQrbJkMG7dHyz5K5LASi41vTyJ { display:block; }
 }@media only screen and (max-width: 763px) { #v4hyVCTIb3X0t5wTNRZQ4vbaez6Blgcm { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoZqD59qBDadfsEn06wfVavaud673tgJ { display:block; }
 }@media only screen and (max-width: 763px) { #T3qIG8W0unVa1vdpxUAf08TaPA4TpXn7 { 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) { #uziNeSAvpO9f1lCsL0fzo3qQT3SagnWh { display:block; }
 }@media only screen and (max-width: 763px) { #usNalkw5bsSnmFVfi77pf2ck3Ry9zxvt { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slESoTrSCqR8mS8dTsSUIJm5h4Toy3x7 { display:block; }
 }@media only screen and (max-width: 763px) { #tfA7z9nBQ6d52isz2PyiiN0yWHwv9Vk4 { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #A2NEqib161OtfPsO05CdQ38cLc8iSbQt { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtilReDVQrPZ2bHL4BQHOQvp0TZmJlRX { display:block; }
 }@media only screen and (max-width: 763px) { #ISzEvuFzlwItcTzULxSC8peMAQVFu4ga { display:block; }#ISzEvuFzlwItcTzULxSC8peMAQVFu4ga > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9U1dM3Mh1RZRqc0AG659Z35wJKqFPwM { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rBrh9ukP5WTgM41ChHzmKH0gpgWEwkUp { display:block; }
 }@media only screen and (max-width: 763px) { #SAqR7N6R9Nd9gW7iROgIVyCBzK2QkwV3 { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xARJHfcvKfXHQxrGmDE9W7Sy18cCCGZb { display:block; }
 }@media only screen and (max-width: 763px) { #clMQZ6Qzm2Fq72ae909HIKEWM0ikuwAW { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #k4dOJ9LCNgsWv8ieeEnPshdEVdpXlV3E { display:block; }
 }@media only screen and (max-width: 763px) { #sMZu8rmPyBeqPVHn3IISf6yKEwpC9NtK { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oIfgSAvt8LS85Pvk5fQS231XyodcKsyD { display:block; }
 }@media only screen and (max-width: 763px) { #LogGC1sCuS0KnEAZPBqQTurnXHeq1XxN { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GVQf2SPs1LNfrwdydH2vEOcszUrzeEq5 { display:block; }
 }@media only screen and (max-width: 763px) { #izBLb3zqnhkDl6TRRvNoIA4AkFE0AHRQ { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gQunNwWMQZHhhzIDPQVlD7esnkww5wFA { display:block; }
 }@media only screen and (max-width: 763px) { #uCwyJ4G0KlkMWwcBQJuxR2lEOQD1qLNc { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #msgKtXTk6fnNm23xRFy6wR2SHhmPNi51 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEssdJ3d5Fln1s3f7r4vSQBPkox8QIHF { width:18.1875rem;height:1.94921875rem;top:1.25rem;left:0.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLAtvwsBvVVTtvJoa5K35n8ItnToFGrN { width:15.8125rem;height:21.25rem;top:6rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzaRhkCwk2iKrw8wD5XEabp1SI2V03W9 { width:16.1875rem;height:8.4375rem;top:28.875rem;left:2.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5Fz70IQPnzu2QDDNOze4DMHOvMpLWC3 { width:17.0625rem;height:3.1875rem;top:37.3125rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9SO0Ez3IJTXyiLfewHSE6wiO9XoQve { display:block; }
 }@media only screen and (max-width: 763px) { #pK4gTBkm5hPObd3EoQ9g4Mwo258UuIPN { width:5rem;height:5rem;top:17.3125rem;left:1.125rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #C4XuyhUUTTXH5GTTwyLFB8EzwJITmkdE { width:4.625rem;height:4.625rem;top:17.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4BbhATkhIV2wgeZQ2GIxg0Muf16C3r { width:5.875rem;height:0.487305rem;top:32.25rem;left:12.09375rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl86Za8GRGWiStwCBIChcMHM0tLZzP7H { width:20rem;height:1.13671875rem;top:3.57421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNtVoPdopAT1JCzTTznaMqn1057ErgZk { display:block; }#LNtVoPdopAT1JCzTTznaMqn1057ErgZk > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWKTgFppzquxqiUFCNVqfm0cIi5cqNKu { width:8.4375rem;height:0.9746125rem;top:1.1875rem;left:0.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu8KzS7cy0LTJ9Qu8HnQiSzSk5NcgdR { width:11rem;height:0.9746125rem;top:1.1875rem;left:9.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VodJFbM92GBmb1V0EFIuFvs5eqDgR1dr { width:8.75rem;height:0.9746125rem;top:2.974609375rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEX0Ark803OTezbFgEqrpTfXdD36AING { width:7.0625rem;height:0.9746125rem;top:2.974609375rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywILykRaekXXCkB0dvg7lxZzIMRbISZc { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sehg1FeK6NWtWapVRBlPPnVH5farNCiO { width:20rem;height:0.3125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 { display:block; }#bxuNah6dtRSsNQdsM2tNcnycPVuhcxJ5 > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fV5IBai43zKPqUJ8u4ztkWdBluTs1eyL { width:20rem;height:2.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ { width:18rem;height:21.9375rem;top:4.3984375rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }#Eymt1XrhgORwvDuiiMJNBXXCPcHulRAJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8f6bdca8a0d9a0982fc349fb575967bd2e4f7b70.svg); }
 }@media only screen and (max-width: 763px) { #xFzrbOLffeav0XcpWF5dJh1dowZp7wWx { width:18.6875rem;height:10.411125rem;top:27.2587890625rem;left:0.65625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR8yfJpb7QWubGsu3UGcSP4N9NVOIJ3v { width:19.125rem;height:8.625rem;top:46.16796875rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xZk828N2IHspP2vUdx0kFH6iMzxHuTap { width:18.75rem;height:6.625rem;top:38.66796875rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ { background-color:#ffffff;background-image:none;display:block; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { background-color: transparent; background-image: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container > .video-iframe-container { display: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row > .video-iframe-container { display: none; }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .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); }#yNXMIUq1F0BZX8nKgsdoBKhOXmNtWubJ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzrmSTmMTiMzgOb8uEGMAhQ8H9y84q8L { height:11.3935625rem;width:20rem;top:13rem;left:0rem;box-shadow: none;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #W3P4I6t2eVaHFs5mwouMbprdToJJEG3f { width:17.875rem;height:17.1875rem;top:18.0625rem;left:1.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #BtEuRBB5X8KnFLXwwwKnAKk992dh8ZGO { width:0.5rem;height:8.75rem;top:23.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHdZqJUbIUKSaV0D6v7EVlmSuQ088Go { width:12.5rem;height:2.2734375rem;top:26.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEiTIS6aLTBu02eQolPwZTKkUhwfoUFA { width:20rem;height:1.375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rU9PwHZEUtTfa03k70IaepUqCUmRinLw { width:17.6875rem;height:5.94921875rem;top:4.6875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuTCH5CalS7kXwwkbqwHJ8fLRXm6PlJ0 { width:15.0625rem;height:3.4375rem;top:29.9375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OFq7F24baxIUDC60mZKQA9F9Q8PxdL { display:block; }
 }@media only screen and (max-width: 763px) { #GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz { display:block; }#GPb7zELerhFtk3AVUsXfTJG7hD8K3QKz > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qC3huTPTQ8tPNOwXinA4iGdAsqyb8Sgp { width:13.875rem;height:20.6875rem;top:1.40625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6x9wFoLCg5IM50FST09BLvM4G42MzCB { width:18.4375rem;height:3.25rem;top:23.375rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNJAybONyLByf12G3liV02V0sT2HN4KM { width:16.8125rem;height:2.2734375rem;top:64rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzJQWnwSxPWD9fVnThQEeHfuieVw35Op { display:flex;width:0.9375rem;height:0.9375rem;top:32.5rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #D0w6GQV34i4M95OmyRWr5I188qoJIxRA { width:14.8125rem;height:35rem;top:27.3125rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADyH5S1bdosG796KAQTRwPFyDQn2h7JV { width:17.5rem;height:2.8125rem;top:67.69921875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbTOaWzCV2cCT2NBchGiODpKQ8iF0Zhw { display:block; }
 }@media only screen and (max-width: 763px) { #BdIVfgZl9w3z9hXAiFF2U9mQ1QQem47f { width:20rem;height:0.3125rem;top:72.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC640gZZNW94Fa3vJ7lbFpbZIsEw9y94 { width:14.0625rem;height:20.875rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFay1XN2LvhyU5TT7lI8vnhrsJQW8oT { display:flex;width:0.9375rem;height:0.9375rem;top:28rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #r5tZm6EeCzrt7A2woTHKgXK2XPww6lK8 { display:flex;width:0.9375rem;height:0.9375rem;top:41.1875rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #EbBn3puzIcldmEePTEVTnLoWfKirHZQU { display:flex;width:0.9375rem;height:0.9375rem;top:36.625rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #AXL3uNQiaDxQO5FcWZUPB4tk6rAVzPmB { display:flex;width:0.9375rem;height:0.9375rem;top:49.875rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #HCvvIbTvk2cRQBkssaWFoEmdKITs1DaF { display:flex;width:0.9375rem;height:0.9375rem;top:45.4375rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #XzROX2c7lPG774WtHFhVTKwOEQ9vO8Tp { display:flex;width:0.9375rem;height:0.9375rem;top:58.6875rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #ypKDJM7N4BkZ1HA1Hyzpc3FZsdXA0O9f { display:flex;width:0.9375rem;height:0.9375rem;top:54.25rem;left:0.75rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pAS9iX913c76nlewCUFbqiXgTJ4y26JS { display:block; }#pAS9iX913c76nlewCUFbqiXgTJ4y26JS > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loefnCp9GtsLlthIqNWXF8zOrTIoNfJ3 { width:15.75rem;height:3.8984375rem;top:2.25rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH { display:block; }#dK2W2u8MH8hXz7B81oJGS0FTwDWicbcH > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoUAOsSz7erGy0a34O0iLdkeHkwInyep { width:15.75rem;height:1.4619125rem;top:5.25rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWHq1ccpwnpCcqXRzL5uCnUmyyzbZHqi { width:18.0625rem;height:2.2734375rem;top:7.25rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJdsGG3H40dkUrsaO1QrnQIyFBFbsAX { display:flex;width:4.375rem;height:4.375rem;top:36.203125rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #F6OJO2t1aVvqIoATTkFt3QbFRINws5Us { display:flex;width:1.875rem;height:1.875rem;top:36.203125rem;left:10.375rem; }
 }@media only screen and (max-width: 763px) { #b0xlGyEU9UJzXuSV1O69zXGZcEKkVaPo { display:flex;width:2.5rem;height:2.5rem;top:1.9609375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #lWaUOLoTNb96iPq2F58IuaPr3s7kQW7J { display:flex;width:2.5rem;height:2.5rem;top:0.8984375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #Jt58nkNw6QxbTKxvq8QyAfPycKzH6dsF { display:flex;width:2.5rem;height:2.5rem;top:1.9609375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #ivz5TAP8GF1J15KTL33CAOqslikiV0yh { width:16.25rem;height:3.41015625rem;top:20.7578125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdHsTrAbTLQExVnhfMfAiDwz8c85sLNn { width:13.75rem;height:2.923825rem;top:17.8359375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWyFg56Rq66wQ7hlWTs9B3EtTaWeN670 { width:13.75rem;height:1.4619125rem;top:29.76953125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwgMbLiU3c59wTsk57kkJVpoGmPfM0Xm { width:16.8125rem;height:2.2734375rem;top:31.85546875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0PTMW98GLGKKTLockEJILTKCfZCoVQF { width:13.75rem;height:1.4619125rem;top:41.328125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itvJfP5PCLaAOfZQqSHz0h7zcu3dq3OQ { width:16.6875rem;height:2.2734375rem;top:43.419921875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXntvuwBzBm83xCrWXFSnvlHAo1cXJvb { width:6.1875rem;height:4.6875rem;top:12.546875rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tux2GfK7TGIJ5tz9uHNqgcccTuFieJI7 { width:4rem;height:3.8125rem;top:25.01953125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { display:block; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF { background-color: transparent; background-image: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container > .video-iframe-container { display: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row > .video-iframe-container { display: none; }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .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); }#M3t3KXym6gCG8OwsRUGxCyPtOP51mkdF > .row .container { width:20rem;height:5.375rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5t2fhZU6nDaEUVfCKpTAeAsTXRRLzTH { width:20rem;height:1.94921875rem;top:1.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2P899w2oRyWVFIMtoTzT6WOE5lNZvvw { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 { display:block; }#DEP4L9BbCnHc0ILsVEWFVlbX6Hb59Vp7 > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFMFPuefEJyGoehMRxT49IU285xDoyrI { width:15rem;height:3.9375rem;top:19.125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xG43C85MLcT8Dync7yBNnPVibIvp0279 { width:14.75rem;height:0.75rem;top:18.1875rem;left:2.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGgTVFScPG4OfxmEh5l3OgyeHKnCs8VI { width:2.25rem;height:0.625rem;top:28.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa5o4X9ALwXe95ARO5oSqy8bI1JBg6PF { width:6.625rem;height:4rem;top:12.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8fX4uA6ZgOe2xDzdpPHf6B3ZRQ96XEz { width:15rem;height:2.625rem;top:7.625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fRZMCGPodTGqQWMGTJMxlD4tZzKgXLFy { width:2.3125rem;height:0.625rem;top:16.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SszlSkKFqLcNm9yXETmuCV0wg5TJ4Nwv { width:14.6875rem;height:0.75rem;top:6.5625rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WQ4PLGQAcTekBRgGTstp6eZxB3tbu98a { width:7.9375rem;height:3.9687562018502rem;top:1.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbp2FpTPdGqMsgx53AfRF7l9K7yeMZGg { width:15rem;height:2.625rem;top:30.4375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zh15kPwDnOKrFQMEOoqXTm6sekMwhZWD { width:14.6875rem;height:0.75rem;top:29.6875rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDgPN32OOdp9hnJK9JZu96Kvr7HVwXLk { width:2.3125rem;height:0.625rem;top:5.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txl1P5S01gZgZNWw2ntV5NsaLHIgDf3x { width:4.0625rem;height:4rem;top:24.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 { display:block; }#FXO7iWgE7dQd9ki5Dzw6dv9cAgFUukZ6 > .row .container { width:20rem;height:193.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK1mWDWhS2V3BFW3RbT3yrrRIGTdcwnA { width:20rem;height:1.94921875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsVQloLE8pHKezDFGhT5NqyzOHJF1yqz { width:9.8125rem;height:10.5rem;top:5.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9rTgvtTQWT5B15mAMSkf6PbVXSEXTUb { width:9.8125rem;height:10.5rem;top:5.76171875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJveD9kvKLIMSDQs78NqLZVha11Vrs1 { width:9.75rem;height:10.5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNZns5ygpSqpmTqTkdgM7X0k18TPurKg { width:9.5rem;height:10.5rem;top:17.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3gGkqTWOUFnDyHPryQs8SQ0NJoPWnQ { width:10.625rem;height:10.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6EOIllqCE27tFsdV8nUJF3mKsw8fGMO { width:9.3125rem;height:10.5rem;top:30rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxmPL9JQRhIA6gUEQ6T8Vu8Qa9pmTPes { width:9.8125rem;height:10.5rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyWN68LIldu8Gki83KyRN5Xhd5DV3u6H { width:9.3125rem;height:10.5rem;top:42.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7iAhyufoAtr76ZR1iDXd4dN7xSN5hD { width:9.8125rem;height:9.3125rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZq7GeTRMEzPhFeVv3X1TmOfXcSR9TAe { width:9.8125rem;height:10.5rem;top:54.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvWNM7VgZOb48bVGmlfx3AlnRNWi6bS { width:9.875rem;height:10.5rem;top:67.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLuUh3CfKPn9cGatfNW3Qehcm3AJ7fAT { width:9.875rem;height:10.5rem;top:67.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6QaCdAMLXuNxCcPECUwR3I6iOxcGeA3 { width:9.375rem;height:10.5rem;top:79rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM96EuwO2TEkIR0zTA95TdQ0dV7OFxom { width:9.875rem;height:9.375rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsvwJg15TuTwwhLSeJu8PmFDGchsnPOT { width:8.875rem;height:9.5rem;top:91.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XLkM0FxpzuazCJKG9Ps35oNTJq7o86 { width:9.875rem;height:8.125rem;top:91.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUUvUtAJK0QlIx0Tub7qcOh5RXc0Heix { width:9.875rem;height:11.4375rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyOBW9F70zwkCmmXXiVkiVE548BDxI59 { width:9.875rem;height:9.625rem;top:102.125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFdgQ5cDu5QMayIPqm8HI2NouBhlDAmT { width:9.5625rem;height:10.5rem;top:114.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxnPzbFg9EuBDU519UVp4I0wRL7teBJF { width:9.875rem;height:10.5rem;top:126.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQpy6EZRQhbhfdt4eUX2D0zi0lvFO4L { width:9.875rem;height:9.5625rem;top:126.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VOpbKZ8izcCnKyReNhn2TQQHqWHpQH { width:9.875rem;height:9rem;top:138.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Noqk1HgQnsGrEybB26DZe4MdBEhtBM { width:9.875rem;height:9.125rem;top:138.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCcTg8LkLxIELMnIEProJTstkwiki6Mw { width:9.875rem;height:9.875rem;top:149.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK56rlnUmLbxVo10uCXC8gCy0lbaPudK { width:9.875rem;height:9.875rem;top:114.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5fB55s4prdlyr4cxaGhOOa6q823dsdM { width:9.875rem;height:11.25rem;top:161.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKMmeDXFwNUH7ZtFXlkcnXlcgghcfwk { width:9.875rem;height:9.6875rem;top:149.78125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWyUxsr9aBliP5QDpB2rTDuh68tJ6MK { width:9.875rem;height:9.125rem;top:174.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQwM2NScqvmtCqQd291PvfOOkSxCpOvP { width:9.875rem;height:10.1875rem;top:161.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9qkGqsM5tN9mluCbZwG2JLkxZfAJFrL { width:9.875rem;height:8.9375rem;top:175.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpkr6ud3B0aiioEz5UQNWNLyThFo4f4d { width:19rem;height:2.8125rem;top:187.69921875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cff2SgV7xOTmEZMIV479TubRxzAAmOgK { display:block; }
 }@media only screen and (max-width: 763px) { #ARQHztCdPk7vXR1zHn3dWSdXQTi6CvdT { width:20rem;height:0.3125rem;top:0.0625rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #WD8DozQkTvIv289Z3Sm2EW6oF9h2gf42 { width:20rem;height:0.3125rem;top:193.5625rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH { display:block; }#t7boMSpkS12Q6QUc8qxiT4d5s5rp1ZAH > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edIpg1O3GtVoFh8o6HslrtKdhBu5gkC0 { width:20rem;height:1.94921875rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg { width:20rem;height:22.3125rem;top:3.88671875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.adaptive-delivery-prevent-bg, #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.lazyload, #qqANo612Zv3RzzbsLywN1Dn1DT8GaeWg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KrVFzuTr2l1RvOM3Un1UfPKy8OGWmmoo { width:17.5625rem;height:7.597625rem;top:16.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQP4Qkcg4f4TnOsHDKtwdUIQ1nIy5bQQ { width:16.3125rem;height:1.29980625rem;top:13.1875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxv1BEvqntoI14RaSFoKiv17dnlnOUUx { width:17rem;height:1.7871125rem;top:10.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vATnf7N56kOuHOnGehqDxypFp3ALevoP { width:20rem;height:22.3125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2KfRpG7ZUxyh2B2gxRiBE02GJKBZdvW { width:18.1875rem;height:5.69824375rem;top:42rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toJmLDwpBIykFfkEpCx5taAzJcey8UVt { width:17rem;height:1.29980625rem;top:37.6875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHnn6K759pJE94N0BrbFPsQwWtVNlBNh { width:17rem;height:1.7871125rem;top:35rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puDrPcfsiIPwvHn5afI3lQ9LQ7c0SlPm { width:6.625rem;height:4rem;top:5.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBGCaxOJAI1ti94PCHdwUkIRa0ayUKJq { width:7.9375rem;height:3.9687437973259rem;top:29.4375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE { display:block; }#DNS6lGWa3bt8to8HCbTxhuDRJCo69hsE > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLHn5xpNrGLf4A43eQBkMT5w9WI3MWtb { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2yBlzLfZTfAN1IFzzHMl5RdPCcgaVA5 { width:18.6875rem;height:8.9238375rem;top:5.76171875rem;left:0.65625rem;font-size:0.875rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #dudpWArMpkGlpMLaoCZcBELJ17qPZT9P { width:17rem;height:3.4375rem;top:16.060546875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #to4Afz3mBItHUCQUrixrpaK1uvFA5Lac { display:block; }
 }@media only screen and (max-width: 763px) { #XXByIeX9J4bDtFNVqdq085VFm08vd2aS { display:block; }#XXByIeX9J4bDtFNVqdq085VFm08vd2aS > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT5ozoHkKTEU40TtiPwwMXTsa6FmbaL2 { width:20rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT { display:block; }#ubvBLAChL0TZdKg56E2UhSR9xtb8hvPT > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHX9B17oBApayJCdb33ThEs0yFyU4d0f { 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) { #OnVwdFL8WGrquc9alk9U1whl2xJ0FKhF { 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) { #lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#lOGQcb1gpgKnZJPvtO9xDZbWHKwh36zu > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#KWXhRPNSN1FPDFNHNGCZv74Np2CsWJ5H > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#TTJ0tXsdmLzhBfFQSv28ramTZSJbDBVH > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#LTWPl4kNp995vmrhtsTBoC1AwMVXyMsD > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #GPcIq6cCIbCOvnMDPre36uqXvsB8IVol { 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) { #lJ0FV2JFClStBVWMcNSaltDLzKAw7WT5 { 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) { #xfzXwnp0VsxUFQJB8vT0h098zZ3tV6cp { 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) { #pipeqMTxSTLBnBd7su0kHUr5NJ8sZfIL { 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) { #x7omlA9aA1AvTkUJ7AbOI2H57O2C5G01 { 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) { #PFz7LyGqsshhsomolXBXbaFT4IQHgFC4 { 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) { #Xm6eyQBmte9umXTEdT9X8hLOleG8IsLs { 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) { #sgKPChu8HQBnqg1IrHSJQ0QNwktOnNsn { 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) { #vb99gbF2EXEQNtM7kTkHxv6eWBfFqWDb { 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) { #Qpsch94RRmpJ1ylFV3OLgqTsgqdkfoQp { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEeNlTUWtJFoFC0rt7vOTHJriLtpmrDB { display:block; }
 }@media only screen and (max-width: 763px) { #ITf23GlxONNO4EAqxrVTzVzNipviemBt { 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) { #iH4rimOoezu1nKAM6ZafDy5t327Hsqk5 { 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) { #RKXILfdLWxlMb7azx2WMXx6tLeAZAsI4 { 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) { #WrxhM34Nb1a1aZaIbtByLxgRr6WECDJH { 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) { #FQ3M7sBFN9Kob87DzzOABganrn1APSV4 { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#FQ3M7sBFN9Kob87DzzOABganrn1APSV4 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }