.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); }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP { 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; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container { background-color: transparent; background-image: none; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container > .video-iframe-container { display: none; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row > .video-iframe-container { display: none; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .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); }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container { border-width: 0; border-radius: 0; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#KT3LQXWSppV46zvHd1V8ZCaZ7epJa026 { 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; }
#GCQiMy0SwWUF04R2rTDOd9sRfpoTRvvC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCqbMo9lFgP2BVK0OPkDCn2B2xTQ28up { 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; }
#lXFFKIJT3LFwgQd8N1vr4mSbypu8hy8q { 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; }
#Dy1BOdUoTwzrhGJTtpMfiwvclC6n7iBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bk1zA0Cm5mqUZLJUOFDhOrrV7GcDEZno { 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; }
#KZoRLn5A0wbLL0TWlXBgNZIzVT9sNCfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPI3w3E0Nv21w0szPbaT9Xwia2UfqyoT { 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; }
#zMxwCtT3gDQURHdK0DOzkdQwIcdHiVyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRXv4sgkx3yduGwda3T60vEW7ndLa7q5 { 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; }
#kMxlHOL1FximFKNgquzTp813bXt8xIS3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pl1We3hGp5SSkWleepry3aE37UVKqvTB { 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; }
#zQ1LCWkcuh7xhSZXMCK3J8R9TKrsgGTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRdu6Gx5Bg6eunSK1UdoAXpgkqEnvZn6 { 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; }
#TcFnoebceJUN0Zo6fzmgQZ6M6x38Ux8e { 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; }
#i0fG1t7nQz0isfTUUnrnOrdhzr3nmfvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww { position:relative;display:block; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww { background-color: transparent; background-image: none; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row .container > .video-iframe-container { display: none; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row > .video-iframe-container { display: none; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .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); }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww { border-width: 0; border-radius: 0; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .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; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .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; }#aABcff3RQEvRFUO2p8klJT9e0PC3TW6M { 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; }
#ZN6oTEifDE36grA23OoJqRbMBDSaxTGw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDxKIvB32E1ZU9KUx2JUazECz6Zhuoot { 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; }
#CmotGsvFVlfO8e9qWQ46aa9DkeXEEzt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7wpe9hkIsAUz7sLcA0EWrcwX9P5dzQT { 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; }
#tagPwxdCJ6UWnrDJv7nuktKWoomxCu3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3Sck6FDqqATHFtxBNTL0Bhh3bFaVrO1 { 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; }
#VeKGgAugfaCIl1boVunzKt7f0VoP3WEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lr6gfWpZEOTawcCUJWMdGnAVM0WnAVQV { 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; }
#fPIzoZxnvh2uh0XXEl2l31V0yq8EdVlU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EexVXUTnTBH0CXpOn646DJGCXzJObOvJ { 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; }
#W4lBCA1Jp3WlZXIxwNPqNmTv8TyJT70T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngSyFD6hgn0bMevT5lHJgqbNSTCox4bx { 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; }
#MASGXzFe042Ko5FsQRpVMcNKSwsngASE { 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:40.875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#m8Z4oXQ8vLu2XqDUly5AS6qI5KiQwPzJ { color:#000000;display:block;width:43.875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:2.69921875rem;left:8.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rrr4a4uDinIGHsxQtTK0p6GgknRHB5LG { color:#000000;display:block;width:39.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:28.3095703125rem;left:10.0625rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#UhoQmRNPzAhtM1L3SMuPtWstqtlgp6g5 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:12.13671875rem;left:14.84375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#d004A0qdWM8MGLkvatbI8LXTyV7l2U0C { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:24.259765625rem;left:14.78125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#emsZW6LsWGeN81I8rTOT26Vm6pxQ6srA { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:16.1240234375rem;left:9.96875rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#fbahk2BBsSMWutOiFrGAMcAD8xT5TdrN { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;top:0.5625rem;left:0rem;display:block; }
#ZFf2R0h24qCrasbwpE6ZQscNAFUNr5Tx { box-sizing:content-box;height:0.3125rem;width:60rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:38.6875rem;left:0rem;display:block; }
#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR { position:relative;display:block; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR { background-color: transparent; background-image: none; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row .container > .video-iframe-container { display: none; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row > .video-iframe-container { display: none; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .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); }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR { border-width: 0; border-radius: 0; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .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; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.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; }#fyaRfv8PzRelLueZThzc40s5X1Q7IGZT { color:#00b3b3;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RU8bKKB25Vr8QaOGlizXEGKXvtcnxWHQ { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:5.41796875rem;left:1.75rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#L0cW2FHkNMhVtXvKWEnBLtM5niKba09p { color:#00b3b3;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.125rem;left:22.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A0Q6fgnM28S9NNkB65GIn18GEiAovFZ3 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:5.41796875rem;left:22.21875rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#LOZgXAT91nDLvT3T2aXwEQ2h3sJnq3Sf { color:#00b3b3;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:2rem;left:42.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k9uoAVhmuCtI3dstrsGQBNuV2afNmMMy { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:5.41796875rem;left:42.375rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#z5ORel4gmEhoXMv24ZR2liAMWTVhlsin { box-sizing:content-box;height:11.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:2.78125rem;left:19.8125rem;display:block; }
#S3O5fDq1aNEJRlbZsMN5e9V7bH5bCMVZ { box-sizing:content-box;height:11.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;top:2.78125rem;left:39.8125rem;display:block; }
#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68d1f02b-a2f2-41ca-b7bc-3b83f3977ccd/4.crop_3375x1522_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK.adaptive-delivery-prevent-bg, #OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK.lazyload, #OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK.lazyloading { background-image: none; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container { background-color: transparent; background-image: none; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container > .video-iframe-container { display: none; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.19); }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row > .video-iframe-container { display: none; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .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); }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container { border-width: 0; border-radius: 0; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#rxh6UNCeeIAn7ze99mxaJbwkbsoxheFW { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.25rem;height:4.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:4.03125rem;left:16.375rem;display:block; }
#USQ4PG4dt4ox2xUeE5Uqi8PccUSWkmRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQhnnsrr9yliLS6OuHys6M3680DWVXSC { position:relative;display:block; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC { background-color: transparent; background-image: none; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row .container > .video-iframe-container { display: none; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row > .video-iframe-container { display: none; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .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); }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC { border-width: 0; border-radius: 0; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .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; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .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; }#TE93omWmdH7TTCee63TiyNp1bfPOcUaB { 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; }
#C7ENahcNG4Q3EEK2VrzwSQoQJ60gb9NA { 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; }
#Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS { 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; }
#Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 { 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; }
#CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT { 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; }
#RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 { 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; }
#fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#E2vThQV71prPGnD7Cpg4u2PnqnVP0ka0 { 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; }
#KAWiaJcHycnTiWlDRFicdsrWLraL93oJ { 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; }
#D24Q4czRq1Mdg7TMN51hqkTui973QThE { 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; }
#L6Xv7G3Uf9dTbR4WivlrPhzhFToV2vTb { 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; }
#yDz7JDVHwAWQ9LaJKn7HeOir5M1S0r2m { 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; }
#yq5O1dLPSSM7ZXnfIyI4CVc9pWP4sOxw { 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; }
#WE0hbbz9vxTSNbykVgJXL4GC19EbZxwJ { 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; }
#Be8siCzEg0XKwFBr63ftebbhzffsopFI { 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; }
#dT9AZQISWacrpc0mnpSC9xJnLtbD7vc7 { 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; }
#vcsRc6auTBDu3kscppyzGtRAeRG296HE { 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; }
#JrJQQJzpRGtFetdxL5ThQx3FqwKobrTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lvvo69g6imn1Ub36Kl8C2VU89ead8LIf { 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; }
#ioNaRgUEraRdZCv3KdvDRENvfIlnKyEy { 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; }
#JNm7yHbhyauq3PT7u42uGwnsrXHlbTDJ { 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; }
#vlFI6eSxu7pm0bhvAg39sT3kZlu1EXcV { 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; }
#oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT { 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; }
#oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT > 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) { #LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP { display:block; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3LQXWSppV46zvHd1V8ZCaZ7epJa026 { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQiMy0SwWUF04R2rTDOd9sRfpoTRvvC { display:block; }
 }@media only screen and (max-width: 763px) { #xCqbMo9lFgP2BVK0OPkDCn2B2xTQ28up { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFFKIJT3LFwgQd8N1vr4mSbypu8hy8q { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy1BOdUoTwzrhGJTtpMfiwvclC6n7iBf { display:block; }
 }@media only screen and (max-width: 763px) { #bk1zA0Cm5mqUZLJUOFDhOrrV7GcDEZno { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZoRLn5A0wbLL0TWlXBgNZIzVT9sNCfW { display:block; }
 }@media only screen and (max-width: 763px) { #EPI3w3E0Nv21w0szPbaT9Xwia2UfqyoT { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMxwCtT3gDQURHdK0DOzkdQwIcdHiVyC { display:block; }
 }@media only screen and (max-width: 763px) { #uRXv4sgkx3yduGwda3T60vEW7ndLa7q5 { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxlHOL1FximFKNgquzTp813bXt8xIS3 { display:block; }
 }@media only screen and (max-width: 763px) { #Pl1We3hGp5SSkWleepry3aE37UVKqvTB { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1LCWkcuh7xhSZXMCK3J8R9TKrsgGTC { display:block; }
 }@media only screen and (max-width: 763px) { #yRdu6Gx5Bg6eunSK1UdoAXpgkqEnvZn6 { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcFnoebceJUN0Zo6fzmgQZ6M6x38Ux8e { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0fG1t7nQz0isfTUUnrnOrdhzr3nmfvx { display:block; }
 }@media only screen and (max-width: 763px) { #Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww { display:block; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aABcff3RQEvRFUO2p8klJT9e0PC3TW6M { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN6oTEifDE36grA23OoJqRbMBDSaxTGw { display:block; }
 }@media only screen and (max-width: 763px) { #KDxKIvB32E1ZU9KUx2JUazECz6Zhuoot { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmotGsvFVlfO8e9qWQ46aa9DkeXEEzt4 { display:block; }
 }@media only screen and (max-width: 763px) { #N7wpe9hkIsAUz7sLcA0EWrcwX9P5dzQT { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tagPwxdCJ6UWnrDJv7nuktKWoomxCu3D { display:block; }
 }@media only screen and (max-width: 763px) { #a3Sck6FDqqATHFtxBNTL0Bhh3bFaVrO1 { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeKGgAugfaCIl1boVunzKt7f0VoP3WEd { display:block; }
 }@media only screen and (max-width: 763px) { #lr6gfWpZEOTawcCUJWMdGnAVM0WnAVQV { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIzoZxnvh2uh0XXEl2l31V0yq8EdVlU { display:block; }
 }@media only screen and (max-width: 763px) { #EexVXUTnTBH0CXpOn646DJGCXzJObOvJ { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4lBCA1Jp3WlZXIxwNPqNmTv8TyJT70T { display:block; }
 }@media only screen and (max-width: 763px) { #ngSyFD6hgn0bMevT5lHJgqbNSTCox4bx { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MASGXzFe042Ko5FsQRpVMcNKSwsngASE { 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) { #m8Z4oXQ8vLu2XqDUly5AS6qI5KiQwPzJ { top:2.6875rem;left:1.9375rem;width:43.875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrr4a4uDinIGHsxQtTK0p6GgknRHB5LG { top:28.25rem;left:3.9375rem;width:39.875rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhoQmRNPzAhtM1L3SMuPtWstqtlgp6g5 { top:12.125rem;left:8.71875rem;width:30.3125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d004A0qdWM8MGLkvatbI8LXTyV7l2U0C { top:24.25rem;left:8.65625rem;width:30.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emsZW6LsWGeN81I8rTOT26Vm6pxQ6srA { top:16.0625rem;left:3.84375rem;width:40.0625rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbahk2BBsSMWutOiFrGAMcAD8xT5TdrN { top:0.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFf2R0h24qCrasbwpE6ZQscNAFUNr5Tx { top:38.6875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR { display:block; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyaRfv8PzRelLueZThzc40s5X1Q7IGZT { top:2.125rem;left:0.6875rem;width:14.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU8bKKB25Vr8QaOGlizXEGKXvtcnxWHQ { top:5.375rem;left:0rem;width:16.5rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0cW2FHkNMhVtXvKWEnBLtM5niKba09p { top:2.125rem;left:16.5625rem;width:14.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Q6fgnM28S9NNkB65GIn18GEiAovFZ3 { top:5.375rem;left:16.03125rem;width:15.5625rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZgXAT91nDLvT3T2aXwEQ2h3sJnq3Sf { top:2rem;left:32.4375rem;width:14.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9uoAVhmuCtI3dstrsGQBNuV2afNmMMy { top:5.375rem;left:32.0625rem;width:15.25rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ORel4gmEhoXMv24ZR2liAMWTVhlsin { top:2.75rem;left:15.5625rem;width:0.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3O5fDq1aNEJRlbZsMN5e9V7bH5bCMVZ { top:2.75rem;left:31.4375rem;width:0.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK { display:block; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxh6UNCeeIAn7ze99mxaJbwkbsoxheFW { width:27.25rem;height:4.0625rem;top:4rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQ4PG4dt4ox2xUeE5Uqi8PccUSWkmRV { display:block; }
 }@media only screen and (max-width: 763px) { #uQhnnsrr9yliLS6OuHys6M3680DWVXSC { display:block; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE93omWmdH7TTCee63TiyNp1bfPOcUaB { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7ENahcNG4Q3EEK2VrzwSQoQJ60gb9NA { 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) { #Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #E2vThQV71prPGnD7Cpg4u2PnqnVP0ka0 { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAWiaJcHycnTiWlDRFicdsrWLraL93oJ { 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) { #D24Q4czRq1Mdg7TMN51hqkTui973QThE { 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) { #L6Xv7G3Uf9dTbR4WivlrPhzhFToV2vTb { 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) { #yDz7JDVHwAWQ9LaJKn7HeOir5M1S0r2m { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5O1dLPSSM7ZXnfIyI4CVc9pWP4sOxw { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE0hbbz9vxTSNbykVgJXL4GC19EbZxwJ { 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) { #Be8siCzEg0XKwFBr63ftebbhzffsopFI { 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) { #dT9AZQISWacrpc0mnpSC9xJnLtbD7vc7 { 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) { #vcsRc6auTBDu3kscppyzGtRAeRG296HE { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJQQJzpRGtFetdxL5ThQx3FqwKobrTW { display:block; }
 }@media only screen and (max-width: 763px) { #Lvvo69g6imn1Ub36Kl8C2VU89ead8LIf { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioNaRgUEraRdZCv3KdvDRENvfIlnKyEy { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNm7yHbhyauq3PT7u42uGwnsrXHlbTDJ { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlFI6eSxu7pm0bhvAg39sT3kZlu1EXcV { display:none; }
 }@media only screen and (max-width: 763px) { #oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT > 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) { #LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP { position:relative;z-index:auto;display:block; }#LT8TKUmGV2ckSUBDP9JDSBcRAhn6yrIP > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KT3LQXWSppV46zvHd1V8ZCaZ7epJa026 { 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) { #GCQiMy0SwWUF04R2rTDOd9sRfpoTRvvC { display:block; }
 }@media only screen and (max-width: 763px) { #xCqbMo9lFgP2BVK0OPkDCn2B2xTQ28up { 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) { #lXFFKIJT3LFwgQd8N1vr4mSbypu8hy8q { 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) { #Dy1BOdUoTwzrhGJTtpMfiwvclC6n7iBf { display:block; }
 }@media only screen and (max-width: 763px) { #bk1zA0Cm5mqUZLJUOFDhOrrV7GcDEZno { 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) { #KZoRLn5A0wbLL0TWlXBgNZIzVT9sNCfW { display:block; }
 }@media only screen and (max-width: 763px) { #EPI3w3E0Nv21w0szPbaT9Xwia2UfqyoT { 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) { #zMxwCtT3gDQURHdK0DOzkdQwIcdHiVyC { display:block; }
 }@media only screen and (max-width: 763px) { #uRXv4sgkx3yduGwda3T60vEW7ndLa7q5 { 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) { #kMxlHOL1FximFKNgquzTp813bXt8xIS3 { display:block; }
 }@media only screen and (max-width: 763px) { #Pl1We3hGp5SSkWleepry3aE37UVKqvTB { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1LCWkcuh7xhSZXMCK3J8R9TKrsgGTC { display:block; }
 }@media only screen and (max-width: 763px) { #yRdu6Gx5Bg6eunSK1UdoAXpgkqEnvZn6 { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #TcFnoebceJUN0Zo6fzmgQZ6M6x38Ux8e { 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) { #i0fG1t7nQz0isfTUUnrnOrdhzr3nmfvx { display:block; }
 }@media only screen and (max-width: 763px) { #Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww { display:block; }#Jhq36TDT5OfPWZgOoCEiA4XzJKTTbyww > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aABcff3RQEvRFUO2p8klJT9e0PC3TW6M { 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) { #ZN6oTEifDE36grA23OoJqRbMBDSaxTGw { display:block; }
 }@media only screen and (max-width: 763px) { #KDxKIvB32E1ZU9KUx2JUazECz6Zhuoot { 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) { #CmotGsvFVlfO8e9qWQ46aa9DkeXEEzt4 { display:block; }
 }@media only screen and (max-width: 763px) { #N7wpe9hkIsAUz7sLcA0EWrcwX9P5dzQT { 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) { #tagPwxdCJ6UWnrDJv7nuktKWoomxCu3D { display:block; }
 }@media only screen and (max-width: 763px) { #a3Sck6FDqqATHFtxBNTL0Bhh3bFaVrO1 { 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) { #VeKGgAugfaCIl1boVunzKt7f0VoP3WEd { display:block; }
 }@media only screen and (max-width: 763px) { #lr6gfWpZEOTawcCUJWMdGnAVM0WnAVQV { 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) { #fPIzoZxnvh2uh0XXEl2l31V0yq8EdVlU { display:block; }
 }@media only screen and (max-width: 763px) { #EexVXUTnTBH0CXpOn646DJGCXzJObOvJ { 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) { #W4lBCA1Jp3WlZXIxwNPqNmTv8TyJT70T { display:block; }
 }@media only screen and (max-width: 763px) { #ngSyFD6hgn0bMevT5lHJgqbNSTCox4bx { 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) { #MASGXzFe042Ko5FsQRpVMcNKSwsngASE { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8Z4oXQ8vLu2XqDUly5AS6qI5KiQwPzJ { width:20rem;height:3.0859375rem;top:2.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrr4a4uDinIGHsxQtTK0p6GgknRHB5LG { width:18.8125rem;height:6.8203125rem;top:9.1171875rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhoQmRNPzAhtM1L3SMuPtWstqtlgp6g5 { width:20rem;height:1.21875rem;top:6.9609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d004A0qdWM8MGLkvatbI8LXTyV7l2U0C { width:20rem;height:1.21875rem;top:17.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emsZW6LsWGeN81I8rTOT26Vm6pxQ6srA { width:18.6875rem;height:5.68359375rem;top:19.96875rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbahk2BBsSMWutOiFrGAMcAD8xT5TdrN { width:20rem;height:0.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFf2R0h24qCrasbwpE6ZQscNAFUNr5Tx { width:20rem;height:0.3125rem;top:26.9140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR { display:block; }#UvwrOGdq6lTOQoSsQWFmfNdvJ6hf0cbR > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyaRfv8PzRelLueZThzc40s5X1Q7IGZT { width:14.5625rem;height:1.54296875rem;top:0.9375rem;left:2.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RU8bKKB25Vr8QaOGlizXEGKXvtcnxWHQ { width:18.4375rem;height:3.41015625rem;top:3.4375rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0cW2FHkNMhVtXvKWEnBLtM5niKba09p { width:14.5625rem;height:1.54296875rem;top:17.578125rem;left:2.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0Q6fgnM28S9NNkB65GIn18GEiAovFZ3 { width:18.5rem;height:4.546875rem;top:11.15625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZgXAT91nDLvT3T2aXwEQ2h3sJnq3Sf { width:14.5625rem;height:1.54296875rem;top:8.72265625rem;left:2.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9uoAVhmuCtI3dstrsGQBNuV2afNmMMy { width:18.5625rem;height:4.546875rem;top:20.05859375rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ORel4gmEhoXMv24ZR2liAMWTVhlsin { width:0.3125rem;height:11.5625rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S3O5fDq1aNEJRlbZsMN5e9V7bH5bCMVZ { width:0.3125rem;height:11.5625rem;top:4.078125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK { display:block; }#OvyQX2Z8TmE0nXhpslCAHrZ4ZCyCdPBK > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxh6UNCeeIAn7ze99mxaJbwkbsoxheFW { width:19rem;height:3.4375rem;top:2.40625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USQ4PG4dt4ox2xUeE5Uqi8PccUSWkmRV { display:block; }
 }@media only screen and (max-width: 763px) { #uQhnnsrr9yliLS6OuHys6M3680DWVXSC { display:block; }#uQhnnsrr9yliLS6OuHys6M3680DWVXSC > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TE93omWmdH7TTCee63TiyNp1bfPOcUaB { 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) { #C7ENahcNG4Q3EEK2VrzwSQoQJ60gb9NA { 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) { #Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#Q6JLLzz8CQVoXn0aC7x2AtyAqGmCQEhS > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#CBfhH793WX6MT7o0CCAkEbIXB39Oc3m3 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#RWpRqHrpJ0Wtb2kT4wE38ow5GzEKlplT > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#fqWEGASCcXNxTD0tEGHXMLXl5z7KOVq5 > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #E2vThQV71prPGnD7Cpg4u2PnqnVP0ka0 { 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) { #KAWiaJcHycnTiWlDRFicdsrWLraL93oJ { 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) { #D24Q4czRq1Mdg7TMN51hqkTui973QThE { 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) { #L6Xv7G3Uf9dTbR4WivlrPhzhFToV2vTb { 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) { #yDz7JDVHwAWQ9LaJKn7HeOir5M1S0r2m { 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) { #yq5O1dLPSSM7ZXnfIyI4CVc9pWP4sOxw { 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) { #WE0hbbz9vxTSNbykVgJXL4GC19EbZxwJ { 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) { #Be8siCzEg0XKwFBr63ftebbhzffsopFI { 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) { #dT9AZQISWacrpc0mnpSC9xJnLtbD7vc7 { 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) { #vcsRc6auTBDu3kscppyzGtRAeRG296HE { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrJQQJzpRGtFetdxL5ThQx3FqwKobrTW { display:block; }
 }@media only screen and (max-width: 763px) { #Lvvo69g6imn1Ub36Kl8C2VU89ead8LIf { 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) { #ioNaRgUEraRdZCv3KdvDRENvfIlnKyEy { 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) { #JNm7yHbhyauq3PT7u42uGwnsrXHlbTDJ { 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) { #vlFI6eSxu7pm0bhvAg39sT3kZlu1EXcV { 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) { #oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#oSKMdJtMPFHlFpD9MTdSzF6kWLM5eTGT > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }