.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); }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 { 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; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container { background-color: transparent; background-image: none; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container > .video-iframe-container { display: none; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row > .video-iframe-container { display: none; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .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); }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container { border-width: 0; border-radius: 0; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#qNDbEPKl4ZvlVTN8rckydgG8cN87QvBA { 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:1.875rem;left:51.1875rem;display:block; }
#sqQHQ1ZXaUOcNEoAowmmkleFOP1HgJTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbUbtKM6rcpeaDGfN3SNzqFAqLrUl3So { 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.25rem;left:2.5rem;height:1.625rem;display:block; }
#AU4T3DikSTMrDPTsSML3sD6MKnaV03Pn { 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:1.8125rem;left:44.625rem;display:block; }
#N3zxRcI6DKO38b1Nrm6TmgSJUTquv8nK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX { 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; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container { background-color: transparent; background-image: none; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container > .video-iframe-container { display: none; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row > .video-iframe-container { display: none; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .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); }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container { border-width: 0; border-radius: 0; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#mhG7xcyzF4syyoibaiUTv2lN9HHtlUuP { 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.5rem;left:3.625rem;height:14.6953125rem;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; }
#Ta87J3F1JZq9CL3adATg0dPoXxDbC9JI { 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:7rem;left:38.9375rem;overflow:hidden;display:block; }
#ApOpIZqBhVvT4lehdTw1vUyiUrBiHpOR { box-sizing:content-box;height:18.75rem;width:41.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:3.625rem;left:2.6875rem;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; }
#WxF5v7mSxTsrEXkOI0n2cn3viA3aQ8JH { 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.75rem;left:3.625rem;display:block; }
#itTfmloXXt2a5DrHLHFBTWQzlvbloFE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaVwZLng0OsOuagpOqSHVGpdHok9c5IE { 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; }
#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:50.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#mQSxmgJmx0yLgQrWkeJTnkdXgT1gnTxd { box-sizing:content-box;height:12.5rem;width:36.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.5625rem;left:2.90625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#c4elFX2iGPFQmqsohraiEIuUdlTBpcnw { color:#000000;display:block;width:28.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.21875rem;height:2.923825rem;display:block; }
#wcJ8arigK5Ep5hnL3PiFolH5GLyHsxsD { color:#000000;display:block;width:28.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.349609375rem;left:5.21875rem;height:6rem;display:block; }
#pm0vsIlB8gGPnP2TOcWHnTnUR6MtRVgM { 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.0625rem solid #00b3b3;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.349609375rem;left:24.28125rem;display:block; }
#k7yqnRtfZis485iIWysTcZEEd9dtStnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFTQPHn5EZyr4ut48S13rKL7dD69sxgb { box-sizing:content-box;height:12.5rem;width:36.0625rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:16.6875rem;left:2.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#TfwlDGXCkW7EwPT0TxAyq9VV8Mr1uyst { color:#000000;display:block;width:28.3745625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.933812141419rem;left:5.2159271240234rem;height:4.5rem;display:block; }
#c6btBNNq9O6Q0HUNqPFQtX1hHL7F1Zcn { 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.0625rem solid #00b3b3;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.375rem;left:23.5rem;display:block; }
#C5Iso5UW8ECh4IZ4avGgaEyVzC8t9FKm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpN7I4O0FR7DPAUDXuee3eVsnIfPzdId { color:#000000;display:block;width:32rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18rem;left:5.25rem;height:1.4619125rem;display:block; }
#oJiVC7d91sc0sAyqyUgU1hxbZIqk5ET7 { box-sizing:content-box;height:27.1875rem;width:15rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.5625rem;left:42.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Je0dXCNAqpTAW9vEHBcP3gWf7aVKD6B0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:43.5rem;height:3.41015625rem;text-align:left;text-align-last:left;display:block; }
#C9EmDM2tw4zXUabHZXLsld1BuzVwwcws { color:#000000;display:block;width:13rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.58203125rem;left:43.25rem;height:14.77734375rem;text-align:left;text-align-last:left;display:block; }
#TVbmlTSNcIf0P0sgWL0qTTxshvRa2siA { 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-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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.736328125rem;left:45.0625rem;display:block; }
#QcorvvotaKZwASTno00cpPC7gxwA2JRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtTxSBktq7tsbmuy0TNQC0bZIK47U7CW { box-sizing:content-box;height:12.5rem;width:36.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:31.125rem;left:2.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#UOvNKnkqSXdVP3AHS1FWa9nzInUMqDN9 { 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.0625rem solid #00b3b3;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:arial;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.8125rem;left:23.4375rem;display:block; }
#g4UHIXQJmzPZu3t8BTaldx6fF3OhvCbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSGW6zrGv3nv4vUM6SHqAmCvxTHltZg3 { color:#000000;display:block;width:28.3745625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:34.375rem;left:5.1875rem;height:6rem;display:block; }
#KWkgPPgWbLnTCmONAvUgiCmMpnwOhzhV { color:#000000;display:block;width:32rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.4375rem;left:5.1875rem;height:1.4619125rem;display:block; }
#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 { position:relative;display:block; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 { background-color: transparent; background-image: none; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row .container > .video-iframe-container { display: none; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row > .video-iframe-container { display: none; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .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); }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 { border-width: 0; border-radius: 0; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .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; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .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; }#iJol5V3Z3S66zszhd1bZoLBasXeyM7db { 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; }
#ufgO3oBRuWdwghOTrr5Ur1W4OLatyFwy { 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; }
#ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL { 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; }
#ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#iPKVhROqf36nIhDXaHxLohaN2Xe1xips { 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; }
#iPKVhROqf36nIhDXaHxLohaN2Xe1xips > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#cyUJTbtXIP9shQz9lG0nceZghCendZ9O { 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; }
#cyUJTbtXIP9shQz9lG0nceZghCendZ9O > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ { 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; }
#VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#WUg3pi4qMxT6SCTMweGE5WwBUfVdqdFD { 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; }
#KVGJb0FTntqMTUvFveWhJRFql14rHeZE { 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; }
#hW6RkOrAMbb4NTTMoA1VUmlT545bIWiG { 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; }
#vpk1prrWKAwpv1InFgW9v9Fr7z6eLZx8 { 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; }
#qQOVg1tosC6cdgkdRHGgWqqJmRXIEG5c { 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; }
#loi8G2nPHH0o8PTF1evOSSeICmlLyevh { 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; }
#wBbZeyFrH7PuDc0eqUNthxZThJb99q0i { 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; }
#NFzDeSi8kMuJreNZq1wwiOxnJp2aU0Pl { 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; }
#WbNu4uH7gGQe2L1BB3SwRTJdZLKnQ0xQ { 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; }
#T12VNFeXtwoaOMxn96HcJn8TpniqQBHb { 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; }
#KDFEHnJ4Fs50TMCxmaFk1NkIV8FsH9C4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cb7oWeBnnixzy4K8MwSNKOu6LmFJO6t5 { 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; }
#aqA2OJaJFVyIGJxUg3y0gukJAultLZMS { 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; }
#Qf0CFAlptwoPI2a1BVG6bZ26b7GNdIII { 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; }
#PlvOA2dmTNtWUuSO4l5q6HsEbhTHWv9S { 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; }
#OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv { 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; }
#OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv > 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) { #FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 { display:block; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNDbEPKl4ZvlVTN8rckydgG8cN87QvBA { width:6.3125rem;height:2.1875rem;top:1.875rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqQHQ1ZXaUOcNEoAowmmkleFOP1HgJTE { display:block; }
 }@media only screen and (max-width: 763px) { #RbUbtKM6rcpeaDGfN3SNzqFAqLrUl3So { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU4T3DikSTMrDPTsSML3sD6MKnaV03Pn { width:4.5625rem;height:2.3125rem;top:1.8125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3zxRcI6DKO38b1Nrm6TmgSJUTquv8nK { display:block; }
 }@media only screen and (max-width: 763px) { #R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX { display:none; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mhG7xcyzF4syyoibaiUTv2lN9HHtlUuP { width:33.5625rem;height:14.6875rem;top:4.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta87J3F1JZq9CL3adATg0dPoXxDbC9JI { top:7rem;left:32.8125rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOpIZqBhVvT4lehdTw1vUyiUrBiHpOR { top:3.625rem;left:0rem;width:41.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxF5v7mSxTsrEXkOI0n2cn3viA3aQ8JH { width:12.5rem;height:1.875rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itTfmloXXt2a5DrHLHFBTWQzlvbloFE0 { display:block; }
 }@media only screen and (max-width: 763px) { #DaVwZLng0OsOuagpOqSHVGpdHok9c5IE { top:25.8125rem;left:0rem;width:47.75rem;height:0.3125rem;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) { #mQSxmgJmx0yLgQrWkeJTnkdXgT1gnTxd { top:2.5625rem;left:0rem;width:36.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4elFX2iGPFQmqsohraiEIuUdlTBpcnw { top:3.8125rem;left:0rem;width:28.3125rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcJ8arigK5Ep5hnL3PiFolH5GLyHsxsD { top:7.3125rem;left:0rem;width:28.3125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm0vsIlB8gGPnP2TOcWHnTnUR6MtRVgM { width:9.375rem;height:1.25rem;top:13.3125rem;left:18.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7yqnRtfZis485iIWysTcZEEd9dtStnh { display:block; }
 }@media only screen and (max-width: 763px) { #UFTQPHn5EZyr4ut48S13rKL7dD69sxgb { top:16.6875rem;left:0rem;width:36.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwlDGXCkW7EwPT0TxAyq9VV8Mr1uyst { top:19.875rem;left:0rem;width:28.3125rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6btBNNq9O6Q0HUNqPFQtX1hHL7F1Zcn { width:9.375rem;height:1.25rem;top:27.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Iso5UW8ECh4IZ4avGgaEyVzC8t9FKm { display:block; }
 }@media only screen and (max-width: 763px) { #dpN7I4O0FR7DPAUDXuee3eVsnIfPzdId { top:17.9375rem;left:0rem;width:31.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJiVC7d91sc0sAyqyUgU1hxbZIqk5ET7 { top:2.5625rem;left:32.75rem;width:15rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0dXCNAqpTAW9vEHBcP3gWf7aVKD6B0 { top:3.8125rem;left:35.25rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9EmDM2tw4zXUabHZXLsld1BuzVwwcws { top:8.5625rem;left:34.75rem;width:13rem;height:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbmlTSNcIf0P0sgWL0qTTxshvRa2siA { width:9.375rem;height:1.875rem;top:25.6875rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcorvvotaKZwASTno00cpPC7gxwA2JRZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZtTxSBktq7tsbmuy0TNQC0bZIK47U7CW { top:31.125rem;left:0rem;width:36.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvNKnkqSXdVP3AHS1FWa9nzInUMqDN9 { width:9.375rem;height:1.25rem;top:41.8125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UHIXQJmzPZu3t8BTaldx6fF3OhvCbf { display:block; }
 }@media only screen and (max-width: 763px) { #VSGW6zrGv3nv4vUM6SHqAmCvxTHltZg3 { top:34.375rem;left:0rem;width:28.3125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkgPPgWbLnTCmONAvUgiCmMpnwOhzhV { top:32.4375rem;left:0rem;width:32rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 { display:block; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJol5V3Z3S66zszhd1bZoLBasXeyM7db { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgO3oBRuWdwghOTrr5Ur1W4OLatyFwy { 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) { #ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #iPKVhROqf36nIhDXaHxLohaN2Xe1xips { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#iPKVhROqf36nIhDXaHxLohaN2Xe1xips > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #cyUJTbtXIP9shQz9lG0nceZghCendZ9O { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#cyUJTbtXIP9shQz9lG0nceZghCendZ9O > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WUg3pi4qMxT6SCTMweGE5WwBUfVdqdFD { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVGJb0FTntqMTUvFveWhJRFql14rHeZE { 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) { #hW6RkOrAMbb4NTTMoA1VUmlT545bIWiG { 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) { #vpk1prrWKAwpv1InFgW9v9Fr7z6eLZx8 { 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) { #qQOVg1tosC6cdgkdRHGgWqqJmRXIEG5c { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #loi8G2nPHH0o8PTF1evOSSeICmlLyevh { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbZeyFrH7PuDc0eqUNthxZThJb99q0i { 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) { #NFzDeSi8kMuJreNZq1wwiOxnJp2aU0Pl { 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) { #WbNu4uH7gGQe2L1BB3SwRTJdZLKnQ0xQ { 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) { #T12VNFeXtwoaOMxn96HcJn8TpniqQBHb { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFEHnJ4Fs50TMCxmaFk1NkIV8FsH9C4 { display:block; }
 }@media only screen and (max-width: 763px) { #Cb7oWeBnnixzy4K8MwSNKOu6LmFJO6t5 { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqA2OJaJFVyIGJxUg3y0gukJAultLZMS { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0CFAlptwoPI2a1BVG6bZ26b7GNdIII { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlvOA2dmTNtWUuSO4l5q6HsEbhTHWv9S { display:none; }
 }@media only screen and (max-width: 763px) { #OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv > 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) { #FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 { position:relative;z-index:auto;display:block; }#FmUxDiONEsc5sNswEJ6DdK5wqO3EUAT1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNDbEPKl4ZvlVTN8rckydgG8cN87QvBA { 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) { #sqQHQ1ZXaUOcNEoAowmmkleFOP1HgJTE { display:block; }
 }@media only screen and (max-width: 763px) { #RbUbtKM6rcpeaDGfN3SNzqFAqLrUl3So { width:9.6875rem;height:1.462675rem;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) { #AU4T3DikSTMrDPTsSML3sD6MKnaV03Pn { 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) { #N3zxRcI6DKO38b1Nrm6TmgSJUTquv8nK { display:block; }
 }@media only screen and (max-width: 763px) { #R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX { display:block; }#R9vmTKm5kyPRW7QU6nrtI6q7b5BHcRmX > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhG7xcyzF4syyoibaiUTv2lN9HHtlUuP { width:13.125rem;height:24.1455rem;top:2.91796875rem;left:3.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ta87J3F1JZq9CL3adATg0dPoXxDbC9JI { width:4.4375rem;height:4.4375rem;top:12.4150390625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOpIZqBhVvT4lehdTw1vUyiUrBiHpOR { width:16.8125rem;height:27.875rem;top:2.125rem;left:1.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WxF5v7mSxTsrEXkOI0n2cn3viA3aQ8JH { 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) { #itTfmloXXt2a5DrHLHFBTWQzlvbloFE0 { display:block; }
 }@media only screen and (max-width: 763px) { #DaVwZLng0OsOuagpOqSHVGpdHok9c5IE { width:20rem;height:0.3125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQSxmgJmx0yLgQrWkeJTnkdXgT1gnTxd { width:18.75rem;height:13.0625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4elFX2iGPFQmqsohraiEIuUdlTBpcnw { width:17.0625rem;height:3.41015625rem;top:1.8125rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcJ8arigK5Ep5hnL3PiFolH5GLyHsxsD { width:16.8125rem;height:5.625rem;top:6.037109375rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm0vsIlB8gGPnP2TOcWHnTnUR6MtRVgM { width:9.375rem;height:1.25rem;top:12.224609375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7yqnRtfZis485iIWysTcZEEd9dtStnh { display:block; }
 }@media only screen and (max-width: 763px) { #UFTQPHn5EZyr4ut48S13rKL7dD69sxgb { width:18.75rem;height:13.0625rem;top:14.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwlDGXCkW7EwPT0TxAyq9VV8Mr1uyst { width:16.75rem;height:4.5rem;top:19.625rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6btBNNq9O6Q0HUNqPFQtX1hHL7F1Zcn { width:9.375rem;height:1.25rem;top:26.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5Iso5UW8ECh4IZ4avGgaEyVzC8t9FKm { display:block; }
 }@media only screen and (max-width: 763px) { #dpN7I4O0FR7DPAUDXuee3eVsnIfPzdId { width:14.9375rem;height:2.2734375rem;top:15.625rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJiVC7d91sc0sAyqyUgU1hxbZIqk5ET7 { width:15rem;height:27.1875rem;top:43.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0dXCNAqpTAW9vEHBcP3gWf7aVKD6B0 { width:12.5rem;height:3.41015625rem;top:44.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9EmDM2tw4zXUabHZXLsld1BuzVwwcws { width:13rem;height:14.77734375rem;top:49.25rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbmlTSNcIf0P0sgWL0qTTxshvRa2siA { width:9.375rem;height:1.875rem;top:66.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcorvvotaKZwASTno00cpPC7gxwA2JRZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZtTxSBktq7tsbmuy0TNQC0bZIK47U7CW { width:18.75rem;height:13.0625rem;top:28.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOvNKnkqSXdVP3AHS1FWa9nzInUMqDN9 { width:9.375rem;height:1.25rem;top:39.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4UHIXQJmzPZu3t8BTaldx6fF3OhvCbf { display:block; }
 }@media only screen and (max-width: 763px) { #VSGW6zrGv3nv4vUM6SHqAmCvxTHltZg3 { width:16.8125rem;height:5.625rem;top:32.875rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWkgPPgWbLnTCmONAvUgiCmMpnwOhzhV { width:15.5rem;height:2.2734375rem;top:30rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 { display:block; }#PZR1Pucuxyshwg1mDEwT5tsLnF5D5PP1 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJol5V3Z3S66zszhd1bZoLBasXeyM7db { 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) { #ufgO3oBRuWdwghOTrr5Ur1W4OLatyFwy { 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) { #ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#ZwLPdlESRCc5ctDyEXTfIEcEbckbvDZL > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #iPKVhROqf36nIhDXaHxLohaN2Xe1xips { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#iPKVhROqf36nIhDXaHxLohaN2Xe1xips > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #cyUJTbtXIP9shQz9lG0nceZghCendZ9O { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#cyUJTbtXIP9shQz9lG0nceZghCendZ9O > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#VvzfmGU2QVKMfCOUGEXWD8W3pthWxTVZ > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #WUg3pi4qMxT6SCTMweGE5WwBUfVdqdFD { 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) { #KVGJb0FTntqMTUvFveWhJRFql14rHeZE { 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) { #hW6RkOrAMbb4NTTMoA1VUmlT545bIWiG { 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) { #vpk1prrWKAwpv1InFgW9v9Fr7z6eLZx8 { 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) { #qQOVg1tosC6cdgkdRHGgWqqJmRXIEG5c { 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) { #loi8G2nPHH0o8PTF1evOSSeICmlLyevh { 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) { #wBbZeyFrH7PuDc0eqUNthxZThJb99q0i { 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) { #NFzDeSi8kMuJreNZq1wwiOxnJp2aU0Pl { 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) { #WbNu4uH7gGQe2L1BB3SwRTJdZLKnQ0xQ { 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) { #T12VNFeXtwoaOMxn96HcJn8TpniqQBHb { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDFEHnJ4Fs50TMCxmaFk1NkIV8FsH9C4 { display:block; }
 }@media only screen and (max-width: 763px) { #Cb7oWeBnnixzy4K8MwSNKOu6LmFJO6t5 { 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) { #aqA2OJaJFVyIGJxUg3y0gukJAultLZMS { 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) { #Qf0CFAlptwoPI2a1BVG6bZ26b7GNdIII { 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) { #PlvOA2dmTNtWUuSO4l5q6HsEbhTHWv9S { 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) { #OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#OhP4AkQd1SB1bcbb14TPh4rxdlwUWkRv > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }