.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U { 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; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container { background-color: transparent; background-image: none; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container > .video-iframe-container { display: none; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row > .video-iframe-container { display: none; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .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); }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container { border-width: 0; border-radius: 0; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#CPwImUrnUpoGu7rQM4LGJS6WMwXQpBw5 { 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; }
#x2PaUSGIkfGsTwCnhFHe4TQCHsOPAb4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnfARcNh2MNZ6aoFHP7zGrgPDiKSBtp9 { color:#000000;display:block;width:12.309375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#P4148lZh4tIQCWBldA2TNyGVh7fwL1eR { 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:700;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:44.625rem;display:block; }
#vCTKqpteGIqXz8u8QuubFDDAT0LMpe2F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gcsNOsPEXfs/unsplash/firmbee-com-gcsNOsPEXfs-photo-1432888498266-38ffec3eaf0a.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:0.875rem;font-family:"open sans";height:44rem;width:60rem;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:#1c1c1c;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.6825284957886rem;left:2.6180744171142rem;height:9.75rem;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; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:14.501952171326rem;left:2.6171875rem;height:2.7625875rem;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; }
#H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:11.9993125rem;height:3.37446875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.942646980286rem;left:1.4311065673828rem;display:block; }
#wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpMPv4NaFmTcECBarlKKDNzErN5rz67U { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:24.1591796875rem;left:43.6875rem;display:block; }
#FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:13.431640625rem;left:41.625rem;display:block; }
#MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhTTdz6ECJFTrEQczsdmkkoNSDoQzJXy { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:right;text-align-last:right;top:15.9375rem;left:43.5625rem;display:block; }
#DSshJimlHCe8Rf9HLREqTkW9XxfbvZiW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGnSVvEmqmyLfdDFOH5I1nLgTfFJiPqD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(255,255,255,0.7);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.62988125rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:27.3466796875rem;left:43.6875rem;display:block; }
#KpkzvxL5lU3Ic6aVzSlSl1scLQGsoERG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:30.25rem;top:0rem;left:0rem;display:block; }
#CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { position:absolute;display:block;z-index:14998;background-color:rgba(0,179,179,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:17.75rem;top:7.875rem;left:39.625rem;display:block; }
#Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { 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.0625rem solid #00b3b3;border-left:0.0625rem solid #00b3b3;border-right:0.0625rem solid #00b3b3;border-bottom:0.0625rem solid #00b3b3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#00b3b3;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:12.135988625rem;height:3.260832375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.999466896057rem;left:13.374467849731rem;display:block; }
#Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b3b3;border-left:0.0625rem solid #00b3b3;border-right:0.0625rem solid #00b3b3;border-bottom:0.0625rem solid #00b3b3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:27.8125rem;top:1.9130859375rem;left:1.1484375rem;display:block; }
#Wawc0swkgezDsCSRzAcDTTa9skvADWlS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:26.8125rem;top:12.21875rem;left:0rem;display:block; }
#tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:18.625rem;left:43.5625rem;display:block; }
#rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#POErIImpvTToOzgk3pQBPU6xU1AK3uB5 { color:#000000;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:17.887072563171rem;left:2.6171875rem;height:8.5rem;font-style:normal;display:block; }
#xCRWRdnZmDtKOAphxahxiZvxDXEpHToI { color:#ffffff;display:block;width:15.374625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:8.2990053892138rem;left:40.967679977417rem;height:2.7625875rem;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; }
#KIAX7qPfGaFNVstoKlC1boumbU0BFwEl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.687325rem;text-decoration:none;z-index:15010;text-align:right;text-align-last:right;top:21.329899787903rem;left:43.56178855896rem;display:block; }
#QScVITsV31Dr9T955AoQJhGirk1HbVUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxQlq3hGfkXmkw09VudxzaekM7VOlMfQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.686525rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:10.806640625rem;left:43.5625rem;display:block; }
#CO0W192rhtI3u7XiRZZEqcVnhBaIIhwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB { 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; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container { background-color: transparent; background-image: none; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container > .video-iframe-container { display: none; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row > .video-iframe-container { display: none; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .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); }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container { border-width: 0; border-radius: 0; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container { font-size:0.875rem;font-family:arial;height:61.125rem;width:60rem;position:relative;display:block; }#iaWqI0hmThdETf0DADOIbJtwhmVP39GU { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5fNmWej4tAA/unsplash/scott-graham-5fNmWej4tAA-photo-1454165804606-c3d57bc86b40.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:24.375rem;width:33.875rem;top:4.25rem;left:25.1875rem;display:block; }#iaWqI0hmThdETf0DADOIbJtwhmVP39GU.adaptive-delivery-prevent-bg, #iaWqI0hmThdETf0DADOIbJtwhmVP39GU.lazyload, #iaWqI0hmThdETf0DADOIbJtwhmVP39GU.lazyloading { background-image: none; }
#HBXXcAQ0sotnGVRVdWffkCtP8Pbgniso { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b3b3;border-left:0.0625rem solid #00b3b3;border-right:0.0625rem solid #00b3b3;border-bottom:0.0625rem solid #00b3b3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;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:13.636363625rem;height:3.260832375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.3125rem;left:4rem;display:block; }
#IbexiddVkamv7QCZLhtzlPyAyf1aOsRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anS04X7bk3NTU3bXetgvzPzRSrhb3xuc { color:#1c1c1c;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.25rem;left:1.625rem;height:1.94986875rem;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; }
#e8z48egdUhbo9VqS4sz8BPl8B57TTALi { color:rgba(28,28,28,0.8);display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:7.375rem;left:1.625rem;height:12.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvSD9HSmU4TeXhSkK1UFL6BrRDv2FHez { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.499825rem;width:0.062144875rem;top:4.25rem;left:1rem;display:block; }
#aRmyKt5zv49VinBfSftiDosW3zmFr60J { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:60rem;top:60.125rem;left:0rem;display:block; }
#ffc9Seog0q4P7JZV0EA6NJTE414HNyR0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #00b3b3;border-left:0.0625rem solid #00b3b3;border-right:0.0625rem solid #00b3b3;border-bottom:0.0625rem solid #00b3b3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;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:13.522738625rem;height:3.147194875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:52rem;left:38.75rem;display:block; }
#C7RZz4IO5ObuZ5aIZMF5kLs4tcf1znCx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FHnnjk1Yj7Y/unsplash/nick-morrison-FHnnjk1Yj7Y-photo-1501504905252-473c47e087f8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:23.75rem;width:31.875rem;top:31rem;left:1.625rem;display:block; }#NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.adaptive-delivery-prevent-bg, #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.lazyload, #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.lazyloading { background-image: none; }
#r1oxiDDtBTE0NZNK9oOyoQWwuRwRKCb2 { color:rgba(28,28,28,0.8);display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:35.1875rem;left:34.875rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBv7TrALTHVwzV65cQ8yfOSaU8EqSZmt { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:0.0625rem;top:31rem;left:34.1875rem;display:block; }
#sqiTePwAznZwZ2GOFyOvqF7yHT5Io2fT { color:#1c1c1c;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.375rem;left:34.875rem;height:1.94986875rem;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; }
#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm { 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; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container { background-color: transparent; background-image: none; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container > .video-iframe-container { display: none; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row > .video-iframe-container { display: none; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .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); }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container { border-width: 0; border-radius: 0; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#iHnE3vbovLbd7DhOwr7ahTTcJglvkAEg { color:#00b3b3;display:block;width:33.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.3125rem;left:8.3125rem;height:13.4706875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o6rulTa2fvfhznDmzxlInBaGuLbzizps { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:10.75rem;top:6.8125rem;left:41.875rem;overflow:hidden;display:block; }
#DmpGL56ppxRimuycODwHGIxVEyWMtbbk { box-sizing:content-box;height:18.75rem;width:39.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:3.4375rem;left:7.375rem;border-top:0.0625rem solid #4c4c4c;border-left:0.0625rem solid #4c4c4c;border-right:0.0625rem solid #4c4c4c;border-bottom:0.0625rem solid #4c4c4c;display:block; }
#KZnnw0nBZnFbUt2XXP3c3D4LbVOFcoNx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #00b3b3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#00b3b3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.5625rem;left:8.3125rem;display:block; }
#QX98Am9gewvJIoJyXRHDthaBI0cBdUkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKDTZRUILG9B9fGrsA51Th4h8svTduxB { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15030;background-color:#00b3b3;background-image:none;top:25.8125rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }
#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV { position:relative;display:block; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV { background-color: transparent; background-image: none; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row .container > .video-iframe-container { display: none; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row > .video-iframe-container { display: none; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .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); }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV { border-width: 0; border-radius: 0; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .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; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .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; }#iGzICqIeIyfoLEWmEnIK6LtzEo92Xpp2 { 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; }
#Mowc3clr4rzxNIGKKEhwxACoJbyTpLK1 { 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; }
#k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg { 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; }
#k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx { 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; }
#n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#k09fSz78fTWgpFU07aTtiMKKozZSThtA { 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; }
#k09fSz78fTWgpFU07aTtiMKKozZSThtA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 { 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; }
#mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#TDVAuO4nE3TV61iKaewCI22xm3oJJpFx { 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; }
#qlcALCmuDqO48svbe3irarsM3wFEWGKc { 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; }
#CUPoE76pdO0tXr1oE8ZFOKqpu1ApaibW { 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; }
#ilVoldIXemRdAJxTDQA8ULdi95IdFqE1 { 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; }
#syk8O8K3PIaVCOnpLDbyihVRiiri1hMB { 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; }
#LS7ZuQpbCzRrco2ftHzgGwrgFiFdoyNC { 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; }
#XTHRwHG8ZxhZGxx7XIEXg5fetgz8q0A1 { 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; }
#smvOpKmtl5dsfnCeazSnIcT3e3q53h5d { 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:1.625rem;font-style:normal;display:block; }
#xRXV8BrG8RwPL59qahpL5VnvDMROTIDv { 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; }
#lR69ZFR2G5IA8MfCDGyZDhoxZ9wnmxam { 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; }
#b6AC0DTwya5ql9xWcOgr4XJkZEFOSTwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiB8lbQIiTIV8A922INI3aToakOqwqZt { 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; }
#hDH7dztA5bISbQiuZEKkaZSfEsr8qbCG { 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; }
#ZggFQUQGM0R4sPCUVUJ8FHkRGtqG8XVN { 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; }
#iSs307Th6eLUhaM5ug36h6HWxoBa4EiU { 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; }
#bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE { 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; }
#bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE > 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) { #voocqsVR8Rvd9qqJCvC2GigcXzpusV6U { display:block; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPwImUrnUpoGu7rQM4LGJS6WMwXQpBw5 { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2PaUSGIkfGsTwCnhFHe4TQCHsOPAb4I { display:block; }
 }@media only screen and (max-width: 763px) { #RnfARcNh2MNZ6aoFHP7zGrgPDiKSBtp9 { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4148lZh4tIQCWBldA2TNyGVh7fwL1eR { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTKqpteGIqXz8u8QuubFDDAT0LMpe2F { display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:3.625rem;left:0rem;width:25rem;height:9.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:14.5rem;left:0rem;width:25rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:11.9375rem;height:3.3125rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #TpMPv4NaFmTcECBarlKKDNzErN5rz67U { width:11.875rem;height:2.6875rem;top:24.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block; }
 }@media only screen and (max-width: 763px) { #MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { width:13.875rem;height:2.6875rem;top:13.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block; }
 }@media only screen and (max-width: 763px) { #EhTTdz6ECJFTrEQczsdmkkoNSDoQzJXy { width:11.875rem;height:2.625rem;top:15.9375rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSshJimlHCe8Rf9HLREqTkW9XxfbvZiW { display:block; }
 }@media only screen and (max-width: 763px) { #IGnSVvEmqmyLfdDFOH5I1nLgTfFJiPqD { width:11.875rem;height:2.625rem;top:27.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpkzvxL5lU3Ic6aVzSlSl1scLQGsoERG { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:0rem;left:0rem;width:30.25rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { top:7.875rem;left:30rem;width:17.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:12.125rem;height:3.25rem;top:33.9375rem;left:7.2494678497312rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { top:1.875rem;left:0rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { top:12.1875rem;left:0rem;width:26.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { width:11.875rem;height:2.625rem;top:18.625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block; }
 }@media only screen and (max-width: 763px) { #POErIImpvTToOzgk3pQBPU6xU1AK3uB5 { top:17.875rem;left:0rem;width:25rem;height:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRWRdnZmDtKOAphxahxiZvxDXEpHToI { top:8.25rem;left:32.375rem;width:15.3125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIAX7qPfGaFNVstoKlC1boumbU0BFwEl { width:11.875rem;height:2.625rem;top:21.3125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QScVITsV31Dr9T955AoQJhGirk1HbVUT { display:block; }
 }@media only screen and (max-width: 763px) { #HxQlq3hGfkXmkw09VudxzaekM7VOlMfQ { width:11.875rem;height:2.625rem;top:10.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO0W192rhtI3u7XiRZZEqcVnhBaIIhwA { display:block; }
 }@media only screen and (max-width: 763px) { #Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB { display:block; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaWqI0hmThdETf0DADOIbJtwhmVP39GU { top:4.25rem;left:13.875rem;width:33.875rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBXXcAQ0sotnGVRVdWffkCtP8Pbgniso { width:13.625rem;height:3.25rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbexiddVkamv7QCZLhtzlPyAyf1aOsRc { display:block; }
 }@media only screen and (max-width: 763px) { #anS04X7bk3NTU3bXetgvzPzRSrhb3xuc { top:4.25rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8z48egdUhbo9VqS4sz8BPl8B57TTALi { top:7.375rem;left:0rem;width:21.25rem;height:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvSD9HSmU4TeXhSkK1UFL6BrRDv2FHez { top:4.25rem;left:0rem;width:0;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRmyKt5zv49VinBfSftiDosW3zmFr60J { top:60.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffc9Seog0q4P7JZV0EA6NJTE414HNyR0 { width:13.5rem;height:3.125rem;top:52rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7RZz4IO5ObuZ5aIZMF5kLs4tcf1znCx { display:block; }
 }@media only screen and (max-width: 763px) { #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt { top:31rem;left:0rem;width:31.875rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1oxiDDtBTE0NZNK9oOyoQWwuRwRKCb2 { top:35.1875rem;left:25.9375rem;width:21.8125rem;height:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBv7TrALTHVwzV65cQ8yfOSaU8EqSZmt { top:31rem;left:28.0625rem;width:0.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqiTePwAznZwZ2GOFyOvqF7yHT5Io2fT { top:32.375rem;left:26.375rem;width:21.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm { display:block; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHnE3vbovLbd7DhOwr7ahTTcJglvkAEg { width:33.5625rem;height:14.6875rem;top:4.3125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6rulTa2fvfhznDmzxlInBaGuLbzizps { top:6.8125rem;left:35.75rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpGL56ppxRimuycODwHGIxVEyWMtbbk { top:3.4375rem;left:1.25rem;width:39.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZnnw0nBZnFbUt2XXP3c3D4LbVOFcoNx { width:12.5rem;height:1.875rem;top:18.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX98Am9gewvJIoJyXRHDthaBI0cBdUkN { display:block; }
 }@media only screen and (max-width: 763px) { #EKDTZRUILG9B9fGrsA51Th4h8svTduxB { top:25.8125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAaIVrMNalcs6zC7EyDmiPF7rpabcOV { display:block; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGzICqIeIyfoLEWmEnIK6LtzEo92Xpp2 { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mowc3clr4rzxNIGKKEhwxACoJbyTpLK1 { 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) { #k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #k09fSz78fTWgpFU07aTtiMKKozZSThtA { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#k09fSz78fTWgpFU07aTtiMKKozZSThtA > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #TDVAuO4nE3TV61iKaewCI22xm3oJJpFx { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlcALCmuDqO48svbe3irarsM3wFEWGKc { 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) { #CUPoE76pdO0tXr1oE8ZFOKqpu1ApaibW { 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) { #ilVoldIXemRdAJxTDQA8ULdi95IdFqE1 { 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) { #syk8O8K3PIaVCOnpLDbyihVRiiri1hMB { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS7ZuQpbCzRrco2ftHzgGwrgFiFdoyNC { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTHRwHG8ZxhZGxx7XIEXg5fetgz8q0A1 { 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) { #smvOpKmtl5dsfnCeazSnIcT3e3q53h5d { 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) { #xRXV8BrG8RwPL59qahpL5VnvDMROTIDv { 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) { #lR69ZFR2G5IA8MfCDGyZDhoxZ9wnmxam { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6AC0DTwya5ql9xWcOgr4XJkZEFOSTwN { display:block; }
 }@media only screen and (max-width: 763px) { #hiB8lbQIiTIV8A922INI3aToakOqwqZt { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDH7dztA5bISbQiuZEKkaZSfEsr8qbCG { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZggFQUQGM0R4sPCUVUJ8FHkRGtqG8XVN { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSs307Th6eLUhaM5ug36h6HWxoBa4EiU { display:none; }
 }@media only screen and (max-width: 763px) { #bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE > 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) { #voocqsVR8Rvd9qqJCvC2GigcXzpusV6U { position:relative;z-index:auto;display:block; }#voocqsVR8Rvd9qqJCvC2GigcXzpusV6U > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPwImUrnUpoGu7rQM4LGJS6WMwXQpBw5 { width:4.4375rem;height:1.75rem;top:1.0361328125rem;left:15.5625rem;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) { #x2PaUSGIkfGsTwCnhFHe4TQCHsOPAb4I { display:block; }
 }@media only screen and (max-width: 763px) { #RnfARcNh2MNZ6aoFHP7zGrgPDiKSBtp9 { width:9.6875rem;height:1.4619125rem;top:1.1806640625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4148lZh4tIQCWBldA2TNyGVh7fwL1eR { width:4.375rem;height:2.625rem;top:0.5986328125rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCTKqpteGIqXz8u8QuubFDDAT0LMpe2F { display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gcsNOsPEXfs/unsplash/firmbee-com-gcsNOsPEXfs-photo-1432888498266-38ffec3eaf0a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:16.25rem;height:4.94824375rem;top:4.0625rem;left:1.875rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:16.25rem;height:1.5rem;top:9.6875rem;left:1.875rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H8mUzwVr0l25ApkKRo2myuzvAbNxmzJV { width:8.125rem;height:2.1875rem;top:12.75rem;left:1.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wrAwRTzKBixdSFdpTmtiis1WvEx2yfU4 { display:block; }
 }@media only screen and (max-width: 763px) { #TpMPv4NaFmTcECBarlKKDNzErN5rz67U { width:9.4375rem;height:2.6875rem;top:34.5rem;left:5.28125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block; }
 }@media only screen and (max-width: 763px) { #MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { width:15.0625rem;height:2.6875rem;top:37.125rem;left:2.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block; }
 }@media only screen and (max-width: 763px) { #EhTTdz6ECJFTrEQczsdmkkoNSDoQzJXy { width:13.25rem;height:2.6875rem;top:39.75rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSshJimlHCe8Rf9HLREqTkW9XxfbvZiW { display:block; }
 }@media only screen and (max-width: 763px) { #IGnSVvEmqmyLfdDFOH5I1nLgTfFJiPqD { width:11.625rem;height:2.6875rem;top:47.5625rem;left:4.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpkzvxL5lU3Ic6aVzSlSl1scLQGsoERG { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:20rem;height:23.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { width:15.9375rem;height:24.0625rem;top:27.8125rem;left:2.0625rem;background-color:rgba(0,179,179,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qn2wVfZ5KVV6qEITn3VOozlzMiwfyL6A { width:8.125rem;height:2.1875rem;top:12.75rem;left:10rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Uws4bbakSWprM9xpqQaWDlN8pE1LS84R { display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { width:18.0625rem;height:19.3125rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { width:12.3125rem;height:6.5625rem;top:33.125rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { width:11.875rem;height:2.6875rem;top:42.375rem;left:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block; }
 }@media only screen and (max-width: 763px) { #POErIImpvTToOzgk3pQBPU6xU1AK3uB5 { width:18.6875rem;height:7.5rem;top:16.4375rem;left:0.65625rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCRWRdnZmDtKOAphxahxiZvxDXEpHToI { width:13.6875rem;height:1.6875rem;top:29.0625rem;left:3.1875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIAX7qPfGaFNVstoKlC1boumbU0BFwEl { width:11.875rem;height:2.625rem;top:45rem;left:4.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QScVITsV31Dr9T955AoQJhGirk1HbVUT { display:block; }
 }@media only screen and (max-width: 763px) { #HxQlq3hGfkXmkw09VudxzaekM7VOlMfQ { width:11.875rem;height:2.625rem;top:31.9375rem;left:4.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CO0W192rhtI3u7XiRZZEqcVnhBaIIhwA { display:block; }
 }@media only screen and (max-width: 763px) { #Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB { display:block; }#Sc8Lgffy8Hn1T8P21wB4JVhwWiKr8bMB > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaWqI0hmThdETf0DADOIbJtwhmVP39GU { width:18rem;height:12.3125rem;top:2.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBXXcAQ0sotnGVRVdWffkCtP8Pbgniso { width:13.75rem;height:3.375rem;top:28.0625rem;left:3.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #IbexiddVkamv7QCZLhtzlPyAyf1aOsRc { display:block; }
 }@media only screen and (max-width: 763px) { #anS04X7bk3NTU3bXetgvzPzRSrhb3xuc { width:20rem;height:1.6494125rem;top:16.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8z48egdUhbo9VqS4sz8BPl8B57TTALi { width:19.0625rem;height:7.4365rem;top:19.4375rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvSD9HSmU4TeXhSkK1UFL6BrRDv2FHez { width:0;height:5.4375rem;top:86.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRmyKt5zv49VinBfSftiDosW3zmFr60J { width:20rem;height:0.1875rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffc9Seog0q4P7JZV0EA6NJTE414HNyR0 { width:13.5rem;height:3.125rem;top:60.9375rem;left:3.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #C7RZz4IO5ObuZ5aIZMF5kLs4tcf1znCx { display:block; }
 }@media only screen and (max-width: 763px) { #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt { width:18rem;height:12.1875rem;top:35.125rem;left:1rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/261e1b92-6996-4af6-a58b-e6946a449908/Rectangle80.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.adaptive-delivery-prevent-bg, #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.lazyload, #NghZAHKHb3o7mXSNkdXTCOJNDh4P5tGt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #r1oxiDDtBTE0NZNK9oOyoQWwuRwRKCb2 { width:20rem;height:7.436525rem;top:51.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBv7TrALTHVwzV65cQ8yfOSaU8EqSZmt { width:0.0625rem;height:5.5rem;top:49.125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqiTePwAznZwZ2GOFyOvqF7yHT5Io2fT { width:20rem;height:1.6494125rem;top:48.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm { display:block; }#dVL6ArGOaOxb4GVSkpmLCsSk28qayWtm > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHnE3vbovLbd7DhOwr7ahTTcJglvkAEg { width:13.5rem;height:24.1455rem;top:2.875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6rulTa2fvfhznDmzxlInBaGuLbzizps { width:4.4375rem;height:4.4375rem;top:3.5400390625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmpGL56ppxRimuycODwHGIxVEyWMtbbk { width:16.8125rem;height:27.875rem;top:2.125rem;left:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KZnnw0nBZnFbUt2XXP3c3D4LbVOFcoNx { width:12.5rem;height:1.875rem;top:27rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX98Am9gewvJIoJyXRHDthaBI0cBdUkN { display:block; }
 }@media only screen and (max-width: 763px) { #EKDTZRUILG9B9fGrsA51Th4h8svTduxB { width:20rem;height:0.3125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apAaIVrMNalcs6zC7EyDmiPF7rpabcOV { display:block; }#apAaIVrMNalcs6zC7EyDmiPF7rpabcOV > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGzICqIeIyfoLEWmEnIK6LtzEo92Xpp2 { 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) { #Mowc3clr4rzxNIGKKEhwxACoJbyTpLK1 { 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) { #k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#k2HKBWddsaU47cDOE1PSTTkD3N8UdgSg > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#n9pxWN6R47TXAsd6ocZeGxSyONqqpuHx > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #k09fSz78fTWgpFU07aTtiMKKozZSThtA { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#k09fSz78fTWgpFU07aTtiMKKozZSThtA > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#mLFR17pfLPg6ohXqVJccdCzRRMSs4ip6 > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #TDVAuO4nE3TV61iKaewCI22xm3oJJpFx { 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) { #qlcALCmuDqO48svbe3irarsM3wFEWGKc { 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) { #CUPoE76pdO0tXr1oE8ZFOKqpu1ApaibW { 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) { #ilVoldIXemRdAJxTDQA8ULdi95IdFqE1 { 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) { #syk8O8K3PIaVCOnpLDbyihVRiiri1hMB { 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) { #LS7ZuQpbCzRrco2ftHzgGwrgFiFdoyNC { 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) { #XTHRwHG8ZxhZGxx7XIEXg5fetgz8q0A1 { 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) { #smvOpKmtl5dsfnCeazSnIcT3e3q53h5d { 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) { #xRXV8BrG8RwPL59qahpL5VnvDMROTIDv { 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) { #lR69ZFR2G5IA8MfCDGyZDhoxZ9wnmxam { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6AC0DTwya5ql9xWcOgr4XJkZEFOSTwN { display:block; }
 }@media only screen and (max-width: 763px) { #hiB8lbQIiTIV8A922INI3aToakOqwqZt { 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) { #hDH7dztA5bISbQiuZEKkaZSfEsr8qbCG { 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) { #ZggFQUQGM0R4sPCUVUJ8FHkRGtqG8XVN { 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) { #iSs307Th6eLUhaM5ug36h6HWxoBa4EiU { 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) { #bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#bF89N9bArSIJAOdQGWKS5WdiEzzNHfoE > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }