.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); }#JdQSge58bzR638ozED1A8xsfP6tgbRrR { 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;z-index:auto;display:none; }#JdQSge58bzR638ozED1A8xsfP6tgbRrR > .row .container { border-width: 0; border-radius: 0; }#JdQSge58bzR638ozED1A8xsfP6tgbRrR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JdQSge58bzR638ozED1A8xsfP6tgbRrR > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#r9FPrAFw3XghTZGhSgycbHHF9ogKU8zx { background-color:#25d366;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.25rem;left:46.875rem;display:block; }
#wduFw7vd7ROcnfLzZLqwPWAttpPPNM5q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOr7nFCMyybfEwySCKBl4Qgw2Iv7A21w { position:absolute;display:block;z-index:15002;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:2.5625rem;width:6.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#Vs1sMS31qKbo9b7leEx0PboouAyuv8Zk { color:#3e3e3e;display:block;width:6.375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9250000715256rem;left:0.5625rem;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:left;text-align-last:left;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#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:40rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#eViJ0FZfoGR6CvfLF44sS0Pmu0VxQrxr { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:23.75rem;left:1.0625rem;display:none; }
#dnC0kelN6BTTTAR9oElWrdyT3CkpToOW { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:29rem;left:1.0625rem;display:none; }
#eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO { position:relative;display:none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO { border-width: 0; border-radius: 0; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .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; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#A6tySkgsds8etA9m8H2VpqKisKT7woLe { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.9375rem;left:1.625rem;display:none; }
#buAhqmE1mDCgZeedu9bSfd6iex20eHQL { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:3.125rem;left:3.6875rem;display:none; }
#AKnzX5XUMuowsods3Lv6BdIyHEStKQxO { position:absolute;display:block;z-index:15000;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:28.1875rem;width:28.1875rem;display:none; }
#WC0xGGMxRlXa2KdKOksZpkinck8JLEwz { 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; }
#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH { position:relative;display:none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH { border-width: 0; border-radius: 0; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .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; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uT0GsLN1gOp0G5eaVyBHMZUnZOyqMhLB { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.125rem;top:2.25rem;left:1.5rem;display:none; }
#N5kpLf5exuRx4ACE4NS64nJ5ZfqdulQr { color:#004042;display:block;width:6.375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.625rem;left:2rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RX2zq8PKiA00Gyg95o2QooU6kTpcVpBW { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15005;background-color:#004042;background-image:none;top:12.875rem;left:2rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#WKZBPhGl8GgeuNoUWMroB47gtnpigg5N { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.125rem;left:3.5rem;overflow:hidden;display:none; }
#Rl2t5rXztl871fuf8nWOT4xig8tGwHry { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.625rem;left:11.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HT7Z8PXT5THVEKHH34PaizLhqIhp3ZTK { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15008;background-color:#004042;background-image:none;top:12.8125rem;left:12.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#lVwnmfvtruR4BnOZOzlsDBqSecvNhJuN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:14.0625rem;left:14.125rem;overflow:hidden;display:none; }
#LJbuAOkPQAkT9VFLDfbWA86gxa9ehQsT { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15011;background-color:#004042;background-image:none;top:12.75rem;left:23.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#X4gzI815oNz7tcg57Se5Cs5xc5psfm6y { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19.625rem;left:22.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kw994kT8F3VgRIlbNTsGZ3ihafaCAlLe { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:14rem;left:24.6875rem;overflow:hidden;display:none; }
#b5fnl81gHThE53qz6T3ZZ9LTwlJxdu8m { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15014;background-color:#004042;background-image:none;top:12.8125rem;left:33.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#q3n5Q2av8mbJ7ivUHXaVfXi9k8l210BW { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.4375rem;top:14.0625rem;left:35.4375rem;overflow:hidden;display:none; }
#Mk3BzkX3WIJwZtnJTe756ZZoDRvGy89C { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p34gZ9ioi7579GRAgykwuP0n44f7wT8N { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.625rem;left:43.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LRwgJyTTPyycwIIcO4BZAiTBrEIfVhvQ { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15017;background-color:#004042;background-image:none;top:12.8125rem;left:44.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#Z7WLWGSNfz3JQKkGxG0XOQ6Ip6m1JZl7 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.4375rem;top:14rem;left:46.0625rem;overflow:hidden;display:none; }
#bRB8f6gD1p8V9AB0t95QQRtfbzOlaTh1 { color:#004042;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.625rem;left:54.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TLQMCl09STz1T1b5tZqCRT04Th6nS9au { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15020;background-color:#004042;background-image:none;top:12.8125rem;left:55.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#KTV6LONnhW5QemC4fbp7yp69a3fOVTqb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.375rem;top:13.5rem;left:56.25rem;overflow:hidden;display:none; }
#wyuhabwRfB8wQ9MRxCrWgw5fanBXOWLq { color:#004042;display:block;width:9.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.625rem;left:64.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HJnRopB1tPEdQwaBbE8AJE7oUXL937ZN { box-sizing:content-box;height:6rem;width:6.4375rem;position:absolute;display:block;z-index:15023;background-color:#004042;background-image:none;top:12.75rem;left:66.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#egoBxidrUb6at7ZIFMwPVSDMc0gwo7cg { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.375rem;top:13.3125rem;left:67.1875rem;overflow:hidden;display:none; }
#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 { position:relative;display:none; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 { border-width: 0; border-radius: 0; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .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; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#npUFcDEE0RR4ENsaBk410F6CnEgHgBg8 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:2.25rem;left:1.5rem;display:none; }
#AdPh3QdQkapBbhdhtrZOhoNw3ehXCMVn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#ASPTtmxVDrFrUANJHwWJB19pRhNbPIZf { color:#000000;display:block;width:9.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.6875rem;top:28.3125rem;left:5.875rem;display:none; }
#fW3XHLoUGuvBZxpAsRi0ThBLgou0EJTJ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:31.5625rem;left:1.4375rem;display:none; }
#Ls8FnFEDRHl4HX0FBTmtCEsdeXSTyu5w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#v8rk3zi04bZXRVth3JGv2NV1shXq6S1i { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#eTfoTQ8OQGSNo7m1LACaZukXwfA0aDeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIsPDWuTvUZJR8cmx4l6oTcb7R8HX0pT { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.5rem;left:1.5rem;display:none; }
#c44OPziT9yuObh1HmCRfkPznvJdppcw1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#BqhDNgNgMqQ4dZs5GincuEoIiQZWN4PR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#hpLLn2VXSk67eMlbF0bKu2h9W2B0uHoE { color:#000000;display:block;width:13.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:38.5rem;left:5.875rem;display:none; }
#BLpPsWngJWoPmEluMVTCMRmX5vZnCQGE { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:41.8125rem;left:1.4375rem;display:none; }
#PuAGJNyUUmEue5RFl0XWL1RANvUmSfMR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#uZN7E3HVz0mKnD4hpUgQnRvfEuZsuTzP { color:#000000;display:block;width:13.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:49.625rem;left:6.0625rem;display:none; }
#QQe46BIDK7lyNxRdn9qgA5V4ZGx6hKaf { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:52.6875rem;left:1.625rem;display:none; }
#RDVOHoEny6XxWiIozqws3EmsvpGypVnA { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#NlfneD8Eq8iK5CKbPtGN0in4JFdkMB8M { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#eDNXr45dPin1vysiQPZpUtIEy0lHlHvH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#l6zodbx7h4Exhgg58J5F3lAT9WiK4cxW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#uzRcegd1JTPBLy07dUAuIlNePGCDsTe8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#vOcxJNu5PkT6OVB4FZwNBdKyB0rhaJKK { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9.625rem;left:1.5rem;display:none; }
#xT59OyPzUXKbNiMypOEEbExwgGJr1A1C { position:absolute;display:block;z-index:15000;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:58.5rem;width:60rem;display:none; }
#b0TJ8O3H9vmuHee104q1K7pz28GJnNXH { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:20.5625rem;left:1.5rem;display:none; }
#Nn0nIqNqVwJEFWqKgM4T0zZKpF2HG1IP { color:#000000;display:block;width:8.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:22.375rem;left:1.5rem;display:none; }
#U1UevnqeOtv150OkDV3mUK5zgx2TUyFB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L2qMK2DtbQqsZOsihJ67dOlE7rgU3quw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP { position:relative;display:none; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP { border-width: 0; border-radius: 0; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .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; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CJJGrOHs95NaJ8DVmnvGh8wMnpJtJIL5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS { position:relative;display:none; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS { border-width: 0; border-radius: 0; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .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; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NzyXuBbboLPXBG1LUQU1DhM45nMeTikg { color:#f37021;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.467968940735rem;height:2.1125rem;text-align:center;text-align-last:center;display:none; }
#Xp0SN5qeGvRyBESFX30IXFc1vSWusWhg { box-sizing:content-box;height:16.8125rem;width:14.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:6.7179687023163rem;left:21.005469322204rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#QhX1tunXTL4OWqaiGrKlL1GtlTvD6Kb8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:7.0000038146975rem;left:22.099219322204rem;overflow:hidden;display:none; }
#s0c4MH9xelEI4q2AJEiIpC7vOUPGPApr { color:#004042;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:19.500010490417rem;left:22.0625rem;height:2.475rem;text-align:center;text-align-last:center;display:none; }
#PhMGb6yz0GZ7wVlvdvqQnmylQEI0i43n { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:7.0000038146975rem;left:39.080468177796rem;overflow:hidden;display:none; }
#BB79rEzrbpHWVWpdl33E2mkeuXW3b6pS { color:#004042;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:20.118750333786rem;left:39.080468177796rem;height:1.2375rem;text-align:center;text-align-last:center;display:none; }
#CPCWZmZutHM7v30r30roX99wOvCo8oS6 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mKycS7fftRK8TwhdN0ZM8SzQ5020qhwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hEp7xJpAGGTlSVnGd2wNCtMTecQ4Mq0z { box-sizing:content-box;height:16.8125rem;width:14.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:6.7179687023163rem;left:21.005469322204rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { position:relative;display:none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { border-width: 0; border-radius: 0; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .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; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O47kuhgHo7ypo4B0bCLrM45Qur1DkXew { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:2.5625rem;left:1.0625rem;display:none; }
#qd5Eof0ZPiC9cms0BkPsydgRcxADiE1C { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#nnT7doBg0JTPJvr7Lq5wTRbLpXxs4mdF { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;display:none; }
#aQmX82F7CxAzqd8nbLMXAITOXaJrXowq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#ZcDVGdpg659DA6zOrNfVi9Kri0eza5Wi { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;display:none; }
#V0Ad9voupZtc6L5qPtAWC55Eq5CxvmwW { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:7.9375rem;left:5.4375rem;display:none; }
#c67ZXifod6zaeMThlTREgU1h1hZwPTlg { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:13.1875rem;left:5.4375rem;display:none; }
#mA5mVQzTQWCIIvoOwbnUTgZUZTuqAIbh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#MDg6W04P5QxlQErdO0xbx1kSW068ksvT { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:19.125rem;left:5.4375rem;display:none; }
#CB9K0Be8sshADZ21XFaie7Fbbuo3Iw5o { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;display:none; }
#WRbIhAUOBTsBJPqFH6UHs6hnNzMEMKH1 { background-color:#5d92ff;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TfXce0oHTUIwpiy5ixSTTCT878mwU3To { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqfEJN25MMosEJQwAfKXhwryJVTEUkF5 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#J4IpNKgHOTciTGQAIzUdITTufrgAENDr { position:absolute;display:block;z-index:15000;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:18.75rem;width:18.75rem;display:none; }
#fJmaB0gZQE3I7SfQ6XSLSyb4FrnSwhK4 { color:#000000;display:block;width:11rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:24.1875rem;left:6.3125rem;display:none; }
#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 { position:relative;display:none; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 { border-width: 0; border-radius: 0; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .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; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Lm2qb76hgdnGUQrAryJsc21SeWf65L7h { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JdQSge58bzR638ozED1A8xsfP6tgbRrR { display:none; }#JdQSge58bzR638ozED1A8xsfP6tgbRrR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r9FPrAFw3XghTZGhSgycbHHF9ogKU8zx { width:13.125rem;height:2.8125rem;top:1.25rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wduFw7vd7ROcnfLzZLqwPWAttpPPNM5q { display:block; }
 }@media only screen and (max-width: 763px) { #nOr7nFCMyybfEwySCKBl4Qgw2Iv7A21w { top:1.25rem;left:0rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1sMS31qKbo9b7leEx0PboouAyuv8Zk { top:1.875rem;left:0rem;width:6.375rem;height:1.9375rem;font-size:0.75rem;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) { #eViJ0FZfoGR6CvfLF44sS0Pmu0VxQrxr { top:23.75rem;left:0rem;width:17.8125rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnC0kelN6BTTTAR9oElWrdyT3CkpToOW { top:29rem;left:0rem;width:17.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block; }
 }@media only screen and (max-width: 763px) { #HIVDChpTiKtFpEJS5sOKftmoczUoAwMO { display:none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A6tySkgsds8etA9m8H2VpqKisKT7woLe { top:6.9375rem;left:0rem;width:16.6875rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #buAhqmE1mDCgZeedu9bSfd6iex20eHQL { top:3.125rem;left:0rem;width:12.8125rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKnzX5XUMuowsods3Lv6BdIyHEStKQxO { width:22.4375rem;height:22.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WC0xGGMxRlXa2KdKOksZpkinck8JLEwz { display:none; }
 }@media only screen and (max-width: 763px) { #gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH { display:none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uT0GsLN1gOp0G5eaVyBHMZUnZOyqMhLB { top:2.25rem;left:0rem;width:16.9375rem;height:7.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5kpLf5exuRx4ACE4NS64nJ5ZfqdulQr { top:19.625rem;left:0rem;width:6.375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RX2zq8PKiA00Gyg95o2QooU6kTpcVpBW { top:12.875rem;left:0rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKZBPhGl8GgeuNoUWMroB47gtnpigg5N { top:14.125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rl2t5rXztl871fuf8nWOT4xig8tGwHry { top:19.625rem;left:0rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT7Z8PXT5THVEKHH34PaizLhqIhp3ZTK { top:12.8125rem;left:0rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVwnmfvtruR4BnOZOzlsDBqSecvNhJuN { top:14.0625rem;left:0.5rem;width:3.4375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJbuAOkPQAkT9VFLDfbWA86gxa9ehQsT { top:12.75rem;left:9.5625rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4gzI815oNz7tcg57Se5Cs5xc5psfm6y { top:19.625rem;left:8.5625rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kw994kT8F3VgRIlbNTsGZ3ihafaCAlLe { top:14rem;left:11.0625rem;width:3.4375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5fnl81gHThE53qz6T3ZZ9LTwlJxdu8m { top:12.8125rem;left:20.1875rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3n5Q2av8mbJ7ivUHXaVfXi9k8l210BW { top:14.0625rem;left:21.8125rem;width:3.4375rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mk3BzkX3WIJwZtnJTe756ZZoDRvGy89C { top:19.625rem;left:19.125rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p34gZ9ioi7579GRAgykwuP0n44f7wT8N { top:19.625rem;left:30rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRwgJyTTPyycwIIcO4BZAiTBrEIfVhvQ { top:12.8125rem;left:30.9375rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7WLWGSNfz3JQKkGxG0XOQ6Ip6m1JZl7 { top:14rem;left:32.4375rem;width:3.4375rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRB8f6gD1p8V9AB0t95QQRtfbzOlaTh1 { top:19.625rem;left:39.3125rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLQMCl09STz1T1b5tZqCRT04Th6nS9au { top:12.8125rem;left:41.3125rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTV6LONnhW5QemC4fbp7yp69a3fOVTqb { top:13.5rem;left:42.625rem;width:4.375rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyuhabwRfB8wQ9MRxCrWgw5fanBXOWLq { top:29.875rem;left:0rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJnRopB1tPEdQwaBbE8AJE7oUXL937ZN { top:12.75rem;left:41.3125rem;width:6.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #egoBxidrUb6at7ZIFMwPVSDMc0gwo7cg { top:13.3125rem;left:43.375rem;width:4.375rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 { display:none; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #npUFcDEE0RR4ENsaBk410F6CnEgHgBg8 { top:2.25rem;left:0rem;width:16.9375rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdPh3QdQkapBbhdhtrZOhoNw3ehXCMVn { display:none; }
 }@media only screen and (max-width: 763px) { #ASPTtmxVDrFrUANJHwWJB19pRhNbPIZf { top:28.3125rem;left:0rem;width:9.5rem;height:3.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fW3XHLoUGuvBZxpAsRi0ThBLgou0EJTJ { top:31.5625rem;left:0rem;width:15.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ls8FnFEDRHl4HX0FBTmtCEsdeXSTyu5w { display:none; }
 }@media only screen and (max-width: 763px) { #v8rk3zi04bZXRVth3JGv2NV1shXq6S1i { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #eTfoTQ8OQGSNo7m1LACaZukXwfA0aDeb { display:block; }
 }@media only screen and (max-width: 763px) { #iIsPDWuTvUZJR8cmx4l6oTcb7R8HX0pT { top:6.5rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c44OPziT9yuObh1HmCRfkPznvJdppcw1 { display:none; }
 }@media only screen and (max-width: 763px) { #BqhDNgNgMqQ4dZs5GincuEoIiQZWN4PR { display:none; }
 }@media only screen and (max-width: 763px) { #hpLLn2VXSk67eMlbF0bKu2h9W2B0uHoE { top:38.5rem;left:0rem;width:13.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLpPsWngJWoPmEluMVTCMRmX5vZnCQGE { top:41.8125rem;left:0rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuAGJNyUUmEue5RFl0XWL1RANvUmSfMR { display:none; }
 }@media only screen and (max-width: 763px) { #uZN7E3HVz0mKnD4hpUgQnRvfEuZsuTzP { top:49.625rem;left:0rem;width:13.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQe46BIDK7lyNxRdn9qgA5V4ZGx6hKaf { top:52.6875rem;left:0rem;width:15.4375rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDVOHoEny6XxWiIozqws3EmsvpGypVnA { display:none; }
 }@media only screen and (max-width: 763px) { #NlfneD8Eq8iK5CKbPtGN0in4JFdkMB8M { display:none; }
 }@media only screen and (max-width: 763px) { #eDNXr45dPin1vysiQPZpUtIEy0lHlHvH { display:none; }
 }@media only screen and (max-width: 763px) { #l6zodbx7h4Exhgg58J5F3lAT9WiK4cxW { display:none; }
 }@media only screen and (max-width: 763px) { #uzRcegd1JTPBLy07dUAuIlNePGCDsTe8 { display:none; }
 }@media only screen and (max-width: 763px) { #vOcxJNu5PkT6OVB4FZwNBdKyB0rhaJKK { top:9.625rem;left:0rem;width:15.9375rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xT59OyPzUXKbNiMypOEEbExwgGJr1A1C { width:47.75rem;height:46.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0TJ8O3H9vmuHee104q1K7pz28GJnNXH { top:20.5625rem;left:0rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nn0nIqNqVwJEFWqKgM4T0zZKpF2HG1IP { top:22.375rem;left:0rem;width:8.75rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1UevnqeOtv150OkDV3mUK5zgx2TUyFB { display:none; }
 }@media only screen and (max-width: 763px) { #L2qMK2DtbQqsZOsihJ67dOlE7rgU3quw { display:none; }
 }@media only screen and (max-width: 763px) { #lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP { display:none; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CJJGrOHs95NaJ8DVmnvGh8wMnpJtJIL5 { display:none; }
 }@media only screen and (max-width: 763px) { #N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS { display:none; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NzyXuBbboLPXBG1LUQU1DhM45nMeTikg { top:1.5625rem;left:9.842968940735rem;width:28.0625rem;height:2.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xp0SN5qeGvRyBESFX30IXFc1vSWusWhg { top:6.6875rem;left:7.3804693222044rem;width:14.6875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhX1tunXTL4OWqaiGrKlL1GtlTvD6Kb8 { top:7rem;left:8.4742193222044rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0c4MH9xelEI4q2AJEiIpC7vOUPGPApr { top:19.1875rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhMGb6yz0GZ7wVlvdvqQnmylQEI0i43n { top:7rem;left:25.455468177796rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB79rEzrbpHWVWpdl33E2mkeuXW3b6pS { top:8.5625rem;left:1.3750005364418rem;width:12.5rem;height:2.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPCWZmZutHM7v30r30roX99wOvCo8oS6 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mKycS7fftRK8TwhdN0ZM8SzQ5020qhwV { display:block; }
 }@media only screen and (max-width: 763px) { #hEp7xJpAGGTlSVnGd2wNCtMTecQ4Mq0z { top:6.6875rem;left:7.3804693222044rem;width:14.6875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { display:none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O47kuhgHo7ypo4B0bCLrM45Qur1DkXew { top:2.5625rem;left:0rem;width:17.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qd5Eof0ZPiC9cms0BkPsydgRcxADiE1C { display:none; }
 }@media only screen and (max-width: 763px) { #nnT7doBg0JTPJvr7Lq5wTRbLpXxs4mdF { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQmX82F7CxAzqd8nbLMXAITOXaJrXowq { display:none; }
 }@media only screen and (max-width: 763px) { #ZcDVGdpg659DA6zOrNfVi9Kri0eza5Wi { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0Ad9voupZtc6L5qPtAWC55Eq5CxvmwW { top:7.9375rem;left:0rem;width:11rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c67ZXifod6zaeMThlTREgU1h1hZwPTlg { top:13.1875rem;left:0rem;width:11rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mA5mVQzTQWCIIvoOwbnUTgZUZTuqAIbh { display:none; }
 }@media only screen and (max-width: 763px) { #MDg6W04P5QxlQErdO0xbx1kSW068ksvT { top:19.125rem;left:0rem;width:11rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CB9K0Be8sshADZ21XFaie7Fbbuo3Iw5o { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WRbIhAUOBTsBJPqFH6UHs6hnNzMEMKH1 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TfXce0oHTUIwpiy5ixSTTCT878mwU3To { display:block; }
 }@media only screen and (max-width: 763px) { #bqfEJN25MMosEJQwAfKXhwryJVTEUkF5 { display:none; }
 }@media only screen and (max-width: 763px) { #J4IpNKgHOTciTGQAIzUdITTufrgAENDr { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJmaB0gZQE3I7SfQ6XSLSyb4FrnSwhK4 { top:24.1875rem;left:0.1875rem;width:11rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 { display:none; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lm2qb76hgdnGUQrAryJsc21SeWf65L7h { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JdQSge58bzR638ozED1A8xsfP6tgbRrR { position:relative;z-index:auto;display:block; }#JdQSge58bzR638ozED1A8xsfP6tgbRrR > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9FPrAFw3XghTZGhSgycbHHF9ogKU8zx { width:13.75rem;height:2.4375rem;top:4.75rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wduFw7vd7ROcnfLzZLqwPWAttpPPNM5q { display:block; }
 }@media only screen and (max-width: 763px) { #nOr7nFCMyybfEwySCKBl4Qgw2Iv7A21w { width:6.25rem;height:2.5625rem;top:1.25rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs1sMS31qKbo9b7leEx0PboouAyuv8Zk { width:6.375rem;height:0;top:5.0625rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e83aaa3-dcdc-4ca4-bea0-f85cbbaedfae/Headermobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eViJ0FZfoGR6CvfLF44sS0Pmu0VxQrxr { top:23.7578125rem;left:1.0929687619209rem;width:17.8125rem;height:4.2246125rem;z-index:15000;font-size:1.625rem;font-weight:700;font-style:normal;color:#ffffff;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #dnC0kelN6BTTTAR9oElWrdyT3CkpToOW { top:28.60781288147rem;left:1.0929687619209rem;width:17.8125rem;height:3.41015625rem;z-index:15001;font-size:0.875rem;font-weight:400;font-style:normal;color:#ffffff;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #eam9msaTukpG7rpvSJwE2mJ3h85nSc0p { top:33.925001144409rem;left:1.1242187619209rem;width:17.75rem;height:3rem;z-index:15002;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:"ibm plex sans";display:block; }
 }@media only screen and (max-width: 763px) { #xQXHy3IWCObESvPkQTaz4KDaLMGSsayL { display:block; }
 }@media only screen and (max-width: 763px) { #HIVDChpTiKtFpEJS5sOKftmoczUoAwMO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32d3c362-404e-4f7d-94aa-5457d594d5d1/aluguecomqueentendedoassuntomobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO.adaptive-delivery-prevent-bg, #HIVDChpTiKtFpEJS5sOKftmoczUoAwMO.lazyload, #HIVDChpTiKtFpEJS5sOKftmoczUoAwMO.lazyloading { background-image: none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container { background-color: transparent; background-image: none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,66,0.97); }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container > .video-iframe-container { display: none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,64,66,0.97); }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row > .video-iframe-container { display: none; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .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); }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container { border-width: 0; border-radius: 0; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO::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; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIVDChpTiKtFpEJS5sOKftmoczUoAwMO > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6tySkgsds8etA9m8H2VpqKisKT7woLe { top:6.125rem;left:1.6562500596046rem;width:16.6875rem;height:3.41015625rem;z-index:15002;font-size:0.875rem;font-weight:400;font-style:normal;color:#ffffff;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #buAhqmE1mDCgZeedu9bSfd6iex20eHQL { top:1.875rem;left:1.7187500596046rem;width:16.5625rem;height:3rem;z-index:15001;font-family:"ibm plex sans";font-weight:400;font-style:normal;font-size:1.5rem;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;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AKnzX5XUMuowsods3Lv6BdIyHEStKQxO { top:11.25000038147rem;left:1.5242187619209rem;width:17.5rem;height:17.5rem;z-index:15004;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC0xGGMxRlXa2KdKOksZpkinck8JLEwz { top:11.25rem;left:2.2249999642372rem;width:17.4375rem;height:17.9375rem;z-index:15003;background-color:#f37021;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/144e097e-7c12-45a4-bc92-c1e3961ddef4/textureheadermobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH.adaptive-delivery-prevent-bg, #gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH.lazyload, #gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH.lazyloading { background-image: none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container { background-color: transparent; background-image: none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container > .video-iframe-container { display: none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.95); }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row > .video-iframe-container { display: none; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .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); }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container { border-width: 0; border-radius: 0; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH::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; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRe8oTk0A9UyWxMZ9y3yCzHK3vi0K7IH > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT0GsLN1gOp0G5eaVyBHMZUnZOyqMhLB { top:1.875rem;left:1.5312500596046rem;width:16.9375rem;height:4.330075rem;z-index:15004;font-size:1.3125rem;font-weight:700;font-style:normal;color:#f37021;font-family:"ibm plex sans";line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N5kpLf5exuRx4ACE4NS64nJ5ZfqdulQr { width:3.75rem;height:1.29980625rem;top:12rem;left:3.4375rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RX2zq8PKiA00Gyg95o2QooU6kTpcVpBW { width:3.8125rem;height:3.8125rem;top:8.1875rem;left:3.4375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #WKZBPhGl8GgeuNoUWMroB47gtnpigg5N { width:2.25rem;height:2.25rem;top:9rem;left:3.9375rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Rl2t5rXztl871fuf8nWOT4xig8tGwHry { width:8.4375rem;height:1.29980625rem;top:11.875rem;left:9.125rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HT7Z8PXT5THVEKHH34PaizLhqIhp3ZTK { width:3.8125rem;height:3.8125rem;top:8.0625rem;left:11.4375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lVwnmfvtruR4BnOZOzlsDBqSecvNhJuN { width:2.25rem;height:2.25rem;top:8.8125rem;left:12.25rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #LJbuAOkPQAkT9VFLDfbWA86gxa9ehQsT { width:3.8125rem;height:3.8125rem;top:14rem;left:3.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #X4gzI815oNz7tcg57Se5Cs5xc5psfm6y { width:5.875rem;height:1.29980625rem;top:17.8125rem;left:2.375rem;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Kw994kT8F3VgRIlbNTsGZ3ihafaCAlLe { width:2.25rem;height:2.25rem;top:14.8125rem;left:4.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #b5fnl81gHThE53qz6T3ZZ9LTwlJxdu8m { width:3.8125rem;height:3.8125rem;top:14rem;left:11.4375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #q3n5Q2av8mbJ7ivUHXaVfXi9k8l210BW { width:2.25rem;height:2.25rem;top:14.8125rem;left:12.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3BzkX3WIJwZtnJTe756ZZoDRvGy89C { width:5.25rem;height:1.29980625rem;top:17.8125rem;left:10.75rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #p34gZ9ioi7579GRAgykwuP0n44f7wT8N { width:4.5rem;height:1.29980625rem;top:23.75rem;left:3.0625rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LRwgJyTTPyycwIIcO4BZAiTBrEIfVhvQ { width:3.8125rem;height:3.8125rem;top:19.9375rem;left:3.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #Z7WLWGSNfz3JQKkGxG0XOQ6Ip6m1JZl7 { width:2.25rem;height:2.3125rem;top:20.6875rem;left:4.25rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #bRB8f6gD1p8V9AB0t95QQRtfbzOlaTh1 { width:8.4375rem;height:1.29980625rem;top:23.75rem;left:9.125rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TLQMCl09STz1T1b5tZqCRT04Th6nS9au { width:3.8125rem;height:3.8125rem;top:19.9375rem;left:11.375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KTV6LONnhW5QemC4fbp7yp69a3fOVTqb { width:3.1875rem;height:3.8125rem;top:20.4375rem;left:11.6875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #wyuhabwRfB8wQ9MRxCrWgw5fanBXOWLq { width:6.9375rem;height:1.29980625rem;top:29.875rem;left:5.9375rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #HJnRopB1tPEdQwaBbE8AJE7oUXL937ZN { width:3.8125rem;height:3.8125rem;top:25.875rem;left:7.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #egoBxidrUb6at7ZIFMwPVSDMc0gwo7cg { width:3.1875rem;height:3.875rem;top:26.0625rem;left:7.6875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 { background-color:#ebe3c7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container { background-color: transparent; background-image: none; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container > .video-iframe-container { display: none; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row > .video-iframe-container { display: none; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .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); }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container { border-width: 0; border-radius: 0; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eO65aonfD0RyXGsrQTVFSm7g0Hp3NZm7 > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npUFcDEE0RR4ENsaBk410F6CnEgHgBg8 { top:1.875rem;left:1.5312500596046rem;width:16.9375rem;height:1.44375rem;z-index:15003;font-size:1.3125rem;font-weight:700;font-style:normal;color:#f37021;font-family:"ibm plex sans";line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AdPh3QdQkapBbhdhtrZOhoNw3ehXCMVn { top:23.6875rem;left:1rem;width:17.6875rem;height:9.0625rem;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ASPTtmxVDrFrUANJHwWJB19pRhNbPIZf { top:25.25rem;left:6.3125rem;width:9.5rem;height:1.6253875rem;z-index:15007;font-family:"ibm plex sans";font-weight:700;font-style:normal;font-size:1.25rem;color:#f37021;display:block; }
 }@media only screen and (max-width: 763px) { #fW3XHLoUGuvBZxpAsRi0ThBLgou0EJTJ { top:28.5625rem;left:1.875rem;width:15.6875rem;height:2.2734375rem;z-index:15008;font-size:0.875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ls8FnFEDRHl4HX0FBTmtCEsdeXSTyu5w { display:flex;top:25.125rem;left:2.625rem;width:2.25rem;height:2.1875rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #v8rk3zi04bZXRVth3JGv2NV1shXq6S1i { top:55.4375rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15019;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTfoTQ8OQGSNo7m1LACaZukXwfA0aDeb { display:block; }
 }@media only screen and (max-width: 763px) { #iIsPDWuTvUZJR8cmx4l6oTcb7R8HX0pT { top:3.3187503814698rem;left:1.5937500596046rem;width:16.25rem;height:1.13671875rem;z-index:15004;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";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;display:block; }
 }@media only screen and (max-width: 763px) { #c44OPziT9yuObh1HmCRfkPznvJdppcw1 { top:24.375rem;left:1.875rem;width:3.8125rem;height:3.625rem;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BqhDNgNgMqQ4dZs5GincuEoIiQZWN4PR { top:24.8125rem;left:1.4375rem;width:17.5625rem;height:8.25rem;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hpLLn2VXSk67eMlbF0bKu2h9W2B0uHoE { top:35.4375rem;left:6.3125rem;width:13.5rem;height:1.8691375rem;z-index:15008;font-family:"ibm plex sans";font-weight:700;font-style:normal;font-size:1.4375rem;color:#f37021;display:block; }
 }@media only screen and (max-width: 763px) { #BLpPsWngJWoPmEluMVTCMRmX5vZnCQGE { top:38.8125rem;left:1.875rem;width:15.8125rem;height:3.41015625rem;z-index:15013;font-size:0.875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #PuAGJNyUUmEue5RFl0XWL1RANvUmSfMR { top:34.5625rem;left:1.8125rem;width:3.8125rem;height:3.625rem;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uZN7E3HVz0mKnD4hpUgQnRvfEuZsuTzP { top:46.5625rem;left:6.5rem;width:13.5rem;height:1.8691375rem;z-index:15009;font-family:"ibm plex sans";font-weight:700;font-style:normal;font-size:1.4375rem;color:#f37021;display:block; }
 }@media only screen and (max-width: 763px) { #QQe46BIDK7lyNxRdn9qgA5V4ZGx6hKaf { top:49.6875rem;left:2.0625rem;width:15.4375rem;height:3.41015625rem;z-index:15014;font-size:0.875rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #RDVOHoEny6XxWiIozqws3EmsvpGypVnA { top:35.0625rem;left:1.4375rem;width:17.5625rem;height:8.25rem;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NlfneD8Eq8iK5CKbPtGN0in4JFdkMB8M { top:33.9375rem;left:1rem;width:17.6875rem;height:9.0625rem;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eDNXr45dPin1vysiQPZpUtIEy0lHlHvH { top:45.6875rem;left:1.3125rem;width:17.5625rem;height:8.25rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l6zodbx7h4Exhgg58J5F3lAT9WiK4cxW { top:44.5625rem;left:0.875rem;width:17.6875rem;height:9.0625rem;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uzRcegd1JTPBLy07dUAuIlNePGCDsTe8 { top:45.5625rem;left:1.6875rem;width:3.8125rem;height:3.625rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vOcxJNu5PkT6OVB4FZwNBdKyB0rhaJKK { top:6.84375rem;left:1.5312500596046rem;width:15.9375rem;height:2.2734375rem;z-index:15005;font-size:0.875rem;font-weight:700;font-style:normal;color:#004042;font-family:"ibm plex sans";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;display:block; }
 }@media only screen and (max-width: 763px) { #xT59OyPzUXKbNiMypOEEbExwgGJr1A1C { top:10.375rem;left:6.4375rem;width:12.375rem;height:12.0625rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0TJ8O3H9vmuHee104q1K7pz28GJnNXH { top:12.4375rem;left:1.5rem;width:5.0625rem;height:4.546875rem;z-index:15005;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";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;display:block; }
 }@media only screen and (max-width: 763px) { #Nn0nIqNqVwJEFWqKgM4T0zZKpF2HG1IP { top:18.625rem;left:1.5rem;width:8.75rem;height:2.2734375rem;z-index:15006;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";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;display:block; }
 }@media only screen and (max-width: 763px) { #U1UevnqeOtv150OkDV3mUK5zgx2TUyFB { display:flex;top:35.25rem;left:2.625rem;width:2.25rem;height:2.1875rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #L2qMK2DtbQqsZOsihJ67dOlE7rgU3quw { display:flex;top:46.375rem;left:2.4375rem;width:2.25rem;height:2.1875rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP { background-color:#004042;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container { background-color: transparent; background-image: none; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container > .video-iframe-container { display: none; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row > .video-iframe-container { display: none; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .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); }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container { border-width: 0; border-radius: 0; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnEE6C5W34GtJr2Q0hDAUyIQycPx2vmP > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJJGrOHs95NaJ8DVmnvGh8wMnpJtJIL5 { top:1.875rem;left:0rem;width:20rem;height:21.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS { background-color:#004042;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container { background-color: transparent; background-image: none; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container > .video-iframe-container { display: none; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row > .video-iframe-container { display: none; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .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); }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container { border-width: 0; border-radius: 0; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N7tXuCAQHl0ueD5D0xg7FfltoOGziiSS > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzyXuBbboLPXBG1LUQU1DhM45nMeTikg { width:19.125rem;height:1.70625rem;top:3.5625rem;left:0.4375rem;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Xp0SN5qeGvRyBESFX30IXFc1vSWusWhg { width:9.375rem;height:12.9375rem;top:6.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QhX1tunXTL4OWqaiGrKlL1GtlTvD6Kb8 { width:7.125rem;height:7.125rem;top:11.0625rem;left:1.1242187619209rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #s0c4MH9xelEI4q2AJEiIpC7vOUPGPApr { width:7.4375rem;height:2.475rem;top:8rem;left:0.96796876192094rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #PhMGb6yz0GZ7wVlvdvqQnmylQEI0i43n { width:7.3125rem;height:7.3125rem;top:10.8125rem;left:11.687500536442rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BB79rEzrbpHWVWpdl33E2mkeuXW3b6pS { width:8.1875rem;height:2.475rem;top:8rem;left:11.218750536442rem;font-size:1.125rem;z-index:15008;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CPCWZmZutHM7v30r30roX99wOvCo8oS6 { top:21rem;left:1.1554687619209rem;width:17.6875rem;height:3.4375rem;z-index:15019;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mKycS7fftRK8TwhdN0ZM8SzQ5020qhwV { display:block; }
 }@media only screen and (max-width: 763px) { #hEp7xJpAGGTlSVnGd2wNCtMTecQ4Mq0z { width:9.375rem;height:12.9375rem;top:6.1875rem;left:10.625000536442rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OkmzSFiZhioTXDCcNr3icKXGGAuieR91 { background-color:#e2f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { background-color: transparent; background-image: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container > .video-iframe-container { display: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container { display: none; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .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); }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { border-width: 0; border-radius: 0; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkmzSFiZhioTXDCcNr3icKXGGAuieR91 > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O47kuhgHo7ypo4B0bCLrM45Qur1DkXew { top:2.5710945129394rem;left:1.0929687619209rem;width:17.8125rem;height:3.41015625rem;z-index:15005;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";display:block; }
 }@media only screen and (max-width: 763px) { #qd5Eof0ZPiC9cms0BkPsydgRcxADiE1C { top:7rem;left:1.0625rem;width:17.6875rem;height:4.25rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nnT7doBg0JTPJvr7Lq5wTRbLpXxs4mdF { top:7.6875rem;left:2.25rem;width:2.75rem;height:2.75rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aQmX82F7CxAzqd8nbLMXAITOXaJrXowq { top:12.1875rem;left:1.0625rem;width:17.6875rem;height:4.25rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcDVGdpg659DA6zOrNfVi9Kri0eza5Wi { top:12.9375rem;left:2.25rem;width:2.75rem;height:2.75rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V0Ad9voupZtc6L5qPtAWC55Eq5CxvmwW { top:8.5554695129394rem;left:6.3125000596044rem;width:11rem;height:1.13671875rem;z-index:15006;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #c67ZXifod6zaeMThlTREgU1h1hZwPTlg { top:13.74374961853rem;left:6.3125000596044rem;width:11rem;height:1.13671875rem;z-index:15010;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mA5mVQzTQWCIIvoOwbnUTgZUZTuqAIbh { top:17.5625rem;left:1.0625rem;width:17.6875rem;height:4.25rem;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDg6W04P5QxlQErdO0xbx1kSW068ksvT { top:19.118751525879rem;left:6.3125000596044rem;width:11rem;height:1.13671875rem;z-index:15014;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #CB9K0Be8sshADZ21XFaie7Fbbuo3Iw5o { top:18.3125rem;left:2.25rem;width:2.75rem;height:2.75rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WRbIhAUOBTsBJPqFH6UHs6hnNzMEMKH1 { top:27.9375rem;left:1.1554687619209rem;width:17.6875rem;height:3.4375rem;z-index:15018;font-size:1rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f37021;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TfXce0oHTUIwpiy5ixSTTCT878mwU3To { display:block; }
 }@media only screen and (max-width: 763px) { #bqfEJN25MMosEJQwAfKXhwryJVTEUkF5 { top:22.625rem;left:1.0625rem;width:17.6875rem;height:4.25rem;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IpNKgHOTciTGQAIzUdITTufrgAENDr { top:23.375rem;left:2.25rem;width:2.75rem;height:2.75rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fJmaB0gZQE3I7SfQ6XSLSyb4FrnSwhK4 { top:23.737501144409rem;left:6.3125000596044rem;width:11rem;height:2.2734375rem;z-index:15017;font-size:0.875rem;font-weight:400;font-style:normal;color:#004042;font-family:"ibm plex sans";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 { background-color:#eeeeee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container { background-color: transparent; background-image: none; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container > .video-iframe-container { display: none; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row > .video-iframe-container { display: none; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .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); }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container { border-width: 0; border-radius: 0; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbTfPNM230wfCAHWGyJ8kkt2ZZa3qmF1 > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lm2qb76hgdnGUQrAryJsc21SeWf65L7h { top:3.0726566314698rem;left:0rem;width:20rem;height:11.1875rem;z-index:15000;display:block; }
 }