.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f5f7fc;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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { border-width: 0; border-radius: 0; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;overflow:visible;position:relative;display:block; }#KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { 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:3.0625rem;width:13.375rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.0625rem;top:2.4375rem;left:17.875rem;overflow:hidden;display:block; }
#JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { box-sizing:content-box;height:6.625rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.49);background-image:none;top:0rem;left:15.875rem;display:block; }
#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm { position:relative;display:none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm { border-width: 0; border-radius: 0; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .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; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT { background-color:#004e4c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { background-color: transparent; background-image: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container > .video-iframe-container { display: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row > .video-iframe-container { display: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .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); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { border-width: 0; border-radius: 0; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;overflow:visible;position:relative;display:block; }#sqPkqtfOaQnNWpnMBeP8gWN10213wWH1 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:figtree;font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:7.0625rem;left:0rem;height:13.75rem;font-style:normal;display:block; }
#okNJHtxLOPt8vCDdgC3eqC73wkEqgzMi { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#OIdgL6D2AwVTiGZXwbvtd25kS7LzrIqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFgA50ffF39u3fCnbOWsw4vTv8XKTyEP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.9375rem;left:16.1875rem; }
#hmTh9hQai5c1FTn96q1sT1HvdvWP9lRl { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:29.6875rem;left:16.1875rem;height:2.75rem;font-style:normal;display:block; }
#cDcCA27xJobElVecSJhQ7STe6i9bEtND { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:29.75rem;left:2.0625rem;height:2.75rem;font-style:normal;display:block; }
#Vm34y3a5tvWuf4MAq7m22tSChxgPZyiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.25rem;left:2.0625rem; }
#EpzQbBwQNIJkq1LtGeBBz6TysZ5cH337 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:29.8125rem;left:28.875rem;height:2.75rem;font-style:normal;display:block; }
#E6hggIQxz4OgZJJ3QuJBxUMtlf25KWrB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:27.25rem;left:28.875rem; }
#cFqKrzLsSnVci526lgRChrxGpCQSAHty { box-sizing:content-box;height:7.875rem;width:12.125rem;position:absolute;display:block;z-index:14996;background-color:#072f2c;background-image:none;top:26.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.1875rem solid #b1d34a;border-left:0.1875rem solid #b1d34a;border-right:0.1875rem solid #b1d34a;border-bottom:0.1875rem solid #b1d34a;display:block; }
#CZW3WfLouTAJo5eoxyeb6fgqGAHRnXM4 { position:absolute;display:block;z-index:15001;height:43.125rem;width:32.75rem;top:3.625rem;left:42.25rem;display:block; }
#O2H85JdbmvyfxR75RTcTS8JJndDErx7x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b1d34a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container { background-color: transparent; background-image: none; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container > .video-iframe-container { display: none; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row > .video-iframe-container { display: none; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .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); }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container { border-width: 0; border-radius: 0; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#Z7QT8mP6ATnJrFatWWFlg8KrSOTK3vOy { color:#004e4c;display:block;width:3.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.1875rem;left:7.5rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2mdmVHfOnTtaL4cGaBt5ZtSxLRBW4pK { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:6.8125rem;left:3.1875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPQl3TrfeOK06U1AxCCu8B8Opp8smc6z { color:#004e4c;display:block;width:3.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:3.1875rem;left:45rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuEekTVESZJh6RoWb21tM0e4ObWME8w8 { color:#000000;display:block;width:11.625rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:6.8115234375rem;left:22.3125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMqf4N5S18rIag7MGCtylIcQq3UiEuSv { color:#004e4c;display:block;width:3.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.1875rem;left:26.25rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bg1HROkQTNqHIS1ieHs2zu1TnZqAbXwP { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6.8125rem;left:41.28125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPrIywew9LZeTllDEpkNs6EUGdFM6BXm { color:#004e4c;display:block;width:3.75rem;position:absolute;font-family:"font awesome 2022";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.1875rem;left:63.7490234375rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sh1CUR9wMbsrMnJ9m0gKN6qbJy9lI74v { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:bitter;font-size:1.6875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.8115234375rem;left:60.03125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { border-width: 0; border-radius: 0; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;overflow:visible;position:relative;display:block; }#zc235QICp8ztHqvp31fXxCrpXQrT8kRx { color:#004e4c;display:block;width:31.1875rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:8.4375rem;font-style:normal;display:block; }
#yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { color:#000000;display:block;width:35.125rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.4375rem;left:38.75rem;height:11.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { background-color: transparent; background-image: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { display: none; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .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); }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { border-width: 0; border-radius: 0; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:6.375rem;font-style:normal;display:block; }
#V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:0rem; }
#pWPdx071fB4szKopCPNyGR9xk8zmKFJi { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:20.625rem;height:6.375rem;font-style:normal;display:block; }
#REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:20.625rem; }
#kCdTDfP8fQqunDomEumVxLEzqzZekyqa { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:61.875rem;height:6.375rem;font-style:normal;display:block; }
#sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:4.75rem;left:41.25rem;height:6.375rem;font-style:normal;display:block; }
#mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:61.875rem; }
#pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0rem;left:41.25rem; }
#uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15019;background-color:#b1d34a;background-image:none;top:1.9375rem;left:4.125rem;display:block; }
#Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15020;background-color:#b1d34a;background-image:none;top:1.9375rem;left:25.375rem;display:block; }
#DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { box-sizing:content-box;height:0.25rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:#b1d34a;background-image:none;top:1.9375rem;left:45.5rem;display:block; }
#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f7f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { background-color: transparent; background-image: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { display: none; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .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); }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { border-width: 0; border-radius: 0; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { 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:41.875rem;width:32.6875rem;top:-3.0625rem;left:-5.6875rem;overflow:hidden;display:block; }
#y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:37.5rem;height:7.3125rem;font-style:normal;display:block; }
#bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:figtree;font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:12.125rem;left:37.5rem;height:8.4375rem;font-style:normal;display:block; }
#HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { color:#ffffff;display:block;width:23.375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.96875rem;left:37.5rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fraZd64HLsZdn27isuVsNXo4y4scJWZp { background-color:#01d332;background-image:none;border-top:0;border-left:2.5rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:63.25rem;display:block; }
#BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHu2vH7369sA3s7FowdalLogNJLT9Upg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.1875rem;left:64.6875rem; }
#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { background-color: transparent; background-image: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .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); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { border-width: 0; border-radius: 0; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;overflow:visible;position:relative;display:block; }#fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { color:#004e4c;display:block;width:46rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { color:#000000;display:block;width:39rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.125rem;left:0rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.75rem;left:0rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
#eOOgqNzxvefea64aQlOrmTZC2O4McT68 { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:30.4375rem;left:0rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRiOD022C3onWv5WOFFU5U6q4W2MR38Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:24.4375rem;width:24.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.9375rem;left:52.625rem; }
#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { position:relative;display:block; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { background-color: transparent; background-image: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container > .video-iframe-container { display: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row > .video-iframe-container { display: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .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); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { border-width: 0; border-radius: 0; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container { border-top:0.1875rem solid #b1d34a;border-left:0.1875rem solid #b1d34a;border-right:0.1875rem solid #b1d34a;border-bottom:0.1875rem solid #b1d34a;background-color:#072f2c;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#sdkPJDQU3zG9Lgz3TsUDgIV5zq7QPKDd { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:3.125rem;height:4.78125rem;font-style:normal;display:block; }
#SGb2G046TCFfq5qFw8KmBi9xbe3JPaVK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:3.125rem; }
#KJzRIIMFFXzUamkfpkUpaZAo5hMcRxKT { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:21.25rem;height:6.375rem;font-style:normal;display:block; }
#lPMmaiyrmgWVAxllkM7Ubp9B2cMisioo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:21.25rem; }
#RUflTeQqqt5Skn1HH2QUhmeT0X8mwOlA { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:60rem;height:6.375rem;font-style:normal;display:block; }
#PGKzodNWOlZKpAaOi5kB9i8EdEwx5AiI { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.625rem;left:38.125rem;height:4.78125rem;font-style:normal;display:block; }
#xWEx1MTOvXp3mxPmd5FJKbvLRlKM2bsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.9375rem;left:58.5625rem;filter: drop-shadow(0rem 0rem 1.125rem #c0ff00); }
#nc5CwCo7lcB7aGqwFhNvDXE5SXLxbD0f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.875rem;left:38.125rem; }
#h2hhatJEw9fPvPAbqvGsJFyMlHdbLGzc { box-sizing:content-box;height:0.25rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:#b1d34a;background-image:none;top:3.8125rem;left:7.25rem;display:block; }
#uQSwGCzRTSnsrQyOSFMGNLcdLhuvliTT { box-sizing:content-box;height:0.25rem;width:11.5rem;position:absolute;display:block;z-index:15020;background-color:#b1d34a;background-image:none;top:3.8125rem;left:26rem;display:block; }
#lpysLI2qzo7K1IfHFBxl3IPTti5iXmN3 { box-sizing:content-box;height:0.25rem;width:15.5rem;position:absolute;display:block;z-index:15021;background-color:#b1d34a;background-image:none;top:3.8125rem;left:42.375rem;display:block; }
#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { background-color: transparent; background-image: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container > .video-iframe-container { display: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row > .video-iframe-container { display: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .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); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { border-width: 0; border-radius: 0; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#pvwzTGpyMRT12SJk2oL0NO58UUCSdoTC { color:#004e4c;display:block;width:46rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:0rem;height:2.8125rem;font-style:normal;display:block; }
#tbDuO5Mq8O4y66V8LlzsP8wSzLmNO2h7 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#uhAWNNXBDMgSEhyKD2uoXQ06sQNS9v3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f7fc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { background-color: transparent; background-image: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container > .video-iframe-container { display: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container { display: none; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .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); }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { border-width: 0; border-radius: 0; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { box-sizing:content-box;height:20.1875rem;width:14.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(172,170,170,0.68);background-image:none;top:6.0625rem;left:0rem;display:block; }
#rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(109,109,109,0.7);background-image:none;top:26.9375rem;left:0rem;display:block; }
#fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:14.125rem;left:1.4375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X6etZqWackofE9epwoDQcWWJsuI1hR9x { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:27.5rem;left:1.4375rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { color:#6d6d6d;display:block;width:11.8125rem;position:absolute;font-family:figtree;font-size:1.875rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:1rem;left:1.46875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g99HQiXN53dPrJ23W7meFTo1gVx2wssX { box-sizing:content-box;height:15.5rem;width:14.75rem;position:absolute;display:block;z-index:15000;background-color:#000f7f;background-image:none;top:10.75rem;left:22.6875rem;display:block; }
#FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { box-sizing:content-box;height:3.4375rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:#6d6d6d;background-image:none;top:26.9375rem;left:22.6875rem;display:block; }
#Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:27.5rem;left:24.125rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.1875rem;left:24.125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:1rem;left:24.09375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { box-sizing:content-box;height:4.125rem;width:14.75rem;position:absolute;display:block;z-index:15001;background-color:#b1d34a;background-image:none;top:6.0625rem;left:22.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0rem;display:block; }
#WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { color:#004e4c;display:block;width:12.125rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:6.75rem;left:24rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6bBqTT5UbWMBPJfMVAM1TPuScCgCMhv { position:absolute;display:block;z-index:15001;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:43.75rem;width:33.3125rem;top:-8.0625rem;left:45.75rem;overflow:hidden;display:block; }
#UnivlgkBx7srSr4nFJoFLwFLrBvkwbOc { 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; }
#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 { position:relative;display:none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 { border-width: 0; border-radius: 0; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .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; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e4c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container { background-color: transparent; background-image: none; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container > .video-iframe-container { display: none; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row > .video-iframe-container { display: none; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .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); }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container { border-width: 0; border-radius: 0; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#iWXzHhvPsuezUzgcVyzU9bhPBUEI6mBr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.46875rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004e4c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container { background-color: transparent; background-image: none; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container > .video-iframe-container { display: none; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row > .video-iframe-container { display: none; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .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); }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container { border-width: 0; border-radius: 0; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#hXh7pKVP4P1IWXqGJal5oLupGaO3H6oP { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.375rem;left:15.125rem;height:2.548825rem;font-style:normal;display:block; }
#GC9HbrHpUPhe0pLkgXZbRdFHMJdCuknT { color:#ffffff;display:block;width:12rem;position:absolute;font-family:bitter;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.75rem;left:15.125rem;height:5.625rem;font-style:normal;display:block; }
#eLhRGx86Hmzufn8ufuSRmSZT9hW0LE3R { color:#b1d34a;display:block;width:14.25rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8125rem;left:15.125rem;height:3.75rem;font-style:normal;display:block; }
#dUc2Ql0NoQl5WAHZU3gyvST7mwZEtzuI { box-sizing:content-box;height:23.5rem;width:24.625rem;position:absolute;display:block;z-index:15003;background-color:#072f2c;background-image:none;top:0.8125rem;left:40.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.1875rem solid #b1d34a;border-left:0.1875rem solid #b1d34a;border-right:0.1875rem solid #b1d34a;border-bottom:0.1875rem solid #b1d34a;display:block; }
#iqFyZigMyDAcoOU8muarWLS68omHpF0l { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:19.375rem;left:43.25rem;height:2.548825rem;font-style:normal;display:block; }
#sNnTNT8iZOA0uG8iRpasIJN7Xi5fMGHe { color:#ffffff;display:block;width:12rem;position:absolute;font-family:bitter;font-size:5.625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.75rem;left:43.25rem;height:5.625rem;font-style:normal;display:block; }
#skfB61I3VqB3spXSyU096TWwome6o698 { color:#b1d34a;display:block;width:14.25rem;position:absolute;font-family:figtree;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.8125rem;left:43.25rem;height:3.75rem;font-style:normal;display:block; }
#tZPQcmFuLksUThVX3Fy2NMJUcLlbdSL9 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:4.75rem;left:15.125rem;height:2.25rem;font-style:normal;display:block; }
#X6dJ3vJg4ffgRqy2zouB0HhnQb9NUCbc { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.75rem;left:43.25rem;height:2.25rem;font-style:normal;display:block; }
#kXApx3i9bGdkSNVkZ05WNTIKXUkIguqx { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:28.875rem;left:25.53125rem;height:0.9746125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,211,74,0.92); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,211,74,0.92); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { border-width: 0; border-radius: 0; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::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; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { color:#004e4c;display:block;width:15.4375rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.75rem;left:0rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { color:#000000;display:block;width:18.25rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.6875rem;left:29.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { color:#004e4c;display:block;width:17.1875rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.75rem;left:29.8125rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { color:#004e4c;display:block;width:15.4375rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:5.75rem;left:59.5625rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.75rem;left:59.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:#f5f7fc;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { border-width: 0; border-radius: 0; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { color:#004e4c;display:block;width:47.1875rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:7.0625rem;left:13.90625rem;height:2.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:figtree;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:15.5rem;display:none; }
#UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { position:relative;display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:15.9375rem;font-style:normal;display:block; }
#mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:12.65625rem;font-style:normal;display:block; }
#bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:14.34375rem;font-style:normal;display:block; }
#qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:14.34375rem;font-style:normal;display:block; }
#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { position:relative;display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:15.9375rem;font-style:normal;display:block; }
#AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:20rem;height:14.34375rem;font-style:normal;display:block; }
#osTu5JmggfF8kofVNHBe04yr6h7A2zQL { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:0rem;left:59.9375rem;height:15.9375rem;font-style:normal;display:block; }
#iH2IIn3U02zniU08cVK3U5It2hHbcVJi { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:figtree;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:0rem;left:40rem;height:17.53125rem;font-style:normal;display:block; }
#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp { position:relative;display:none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp { border-width: 0; border-radius: 0; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .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; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { background-color: transparent; background-image: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { display: none; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .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); }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { border-width: 0; border-radius: 0; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:bitter;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.328125rem;left:0rem;height:3.09375rem;font-style:normal;display:block; }
#PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.5625rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12rem;left:0rem;display:block; }
#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { background-color: transparent; background-image: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { display: none; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .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); }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { border-width: 0; border-radius: 0; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:8.49609375rem;font-style:normal;display:block; }
#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { background-color: transparent; background-image: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { display: none; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .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); }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { border-width: 0; border-radius: 0; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#tZ7essnhz4ma83rLefLx8iO2O88zACT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { background-color: transparent; background-image: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { display: none; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .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); }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { border-width: 0; border-radius: 0; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:8.49609375rem;font-style:normal;display:block; }
#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { background-color: transparent; background-image: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { display: none; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .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); }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { border-width: 0; border-radius: 0; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { background-color: transparent; background-image: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { display: none; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .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); }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { border-width: 0; border-radius: 0; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#HewEtJ0wI823qvW4XbmolvkikAgmOVKa { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#FL0ayuWsALUNesObZA9cWVhPdUs322KG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { background-color: transparent; background-image: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { display: none; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .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); }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { border-width: 0; border-radius: 0; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { background-color: transparent; background-image: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { display: none; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .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); }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { border-width: 0; border-radius: 0; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:5.09765625rem;font-style:normal;display:block; }
#iPxmR98z17QKWeeHRgROHgegvIhzDDdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { background-color: transparent; background-image: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container > .video-iframe-container { display: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container { display: none; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .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); }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { border-width: 0; border-radius: 0; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { background-color: transparent; background-image: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container > .video-iframe-container { display: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container { display: none; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .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); }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { border-width: 0; border-radius: 0; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { background-color: transparent; background-image: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { display: none; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .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); }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { border-width: 0; border-radius: 0; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { background-color: transparent; background-image: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container > .video-iframe-container { display: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container { display: none; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .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); }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { border-width: 0; border-radius: 0; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { background-color: transparent; background-image: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container > .video-iframe-container { display: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container { display: none; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .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); }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { border-width: 0; border-radius: 0; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:figtree;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.4375rem;height:1.875rem;font-style:normal;display:block; }
#uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { box-sizing:content-box;color:#b1d34a;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.9375rem;left:0rem;display:block; }
#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { background-color: transparent; background-image: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { display: none; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .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); }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { border-width: 0; border-radius: 0; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:figtree;font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:0rem;height:6.796875rem;font-style:normal;display:block; }
#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#072f2c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { border-width: 0; border-radius: 0; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:none; }#MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { position:absolute;display:block;z-index:15000;height:35.0625rem;width:36.875rem;top:8.7490234375rem;left:38.125rem;display:block; }
#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f20e9154-868f-4dae-b210-882dbd69336f/999.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58.875rem;width:49.5rem;top:8.5625rem;left:-11.664298976521rem;display:block; }#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.adaptive-delivery-prevent-bg, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyload, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyloading { background-image: none; }
#GtVHMSZi6lTOy5WcHb9aI5iwCIvaaEfL { box-sizing:content-box;height:18.125rem;width:31.75rem;position:absolute;display:block;z-index:14999;background-color:#b1d34a;background-image:none;top:27.9375rem;left:-8.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;display:block; }
#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 { position:relative;display:none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 { border-width: 0; border-radius: 0; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .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; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000f7f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { background-color: transparent; background-image: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { display: none; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .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); }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { border-width: 0; border-radius: 0; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { 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:3.0625rem;width:13.5rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.4375rem;left:23.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:figtree;font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.1875rem;left:46rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { 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:15023;opacity:1;top:4.875rem;left:71.875rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container { background-color: transparent; background-image: none; }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container > .video-iframe-container { display: none; }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row > .video-iframe-container { display: none; }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .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); }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container { border-width: 0; border-radius: 0; }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { background-color: transparent; background-image: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row > .video-iframe-container { display: none; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .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); }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { border-width: 0; border-radius: 0; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .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; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { background-color:#0f1cb3;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:figtree;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:60.4375rem;display:block; }
#wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { box-sizing:content-box;color:#0f1cb3;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { background-color:#01d332;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:13.375rem;height:3.0625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { width:8.0625rem;height:3.125rem;top:2.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { width:0.0625rem;height:6.625rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm { display:none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #squCrrOWSdGJTx1O7fVnJyggS7zFOMxT { display:block; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqPkqtfOaQnNWpnMBeP8gWN10213wWH1 { width:37.875rem;height:13.75rem;top:7.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNJHtxLOPt8vCDdgC3eqC73wkEqgzMi { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIdgL6D2AwVTiGZXwbvtd25kS7LzrIqd { display:block; }
 }@media only screen and (max-width: 763px) { #VFgA50ffF39u3fCnbOWsw4vTv8XKTyEP { width:2.5rem;height:2.5rem;top:26.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmTh9hQai5c1FTn96q1sT1HvdvWP9lRl { width:8.8125rem;height:2.75rem;top:29.6875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDcCA27xJobElVecSJhQ7STe6i9bEtND { width:8.5625rem;height:2.75rem;top:29.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm34y3a5tvWuf4MAq7m22tSChxgPZyiA { width:2.25rem;height:2.25rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpzQbBwQNIJkq1LtGeBBz6TysZ5cH337 { width:10.3125rem;height:2.75rem;top:29.8125rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6hggIQxz4OgZJJ3QuJBxUMtlf25KWrB { width:2.5rem;height:2.5rem;top:27.25rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFqKrzLsSnVci526lgRChrxGpCQSAHty { width:12.125rem;height:7.875rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZW3WfLouTAJo5eoxyeb6fgqGAHRnXM4 { width:32.75rem;height:43.125rem;top:3.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2H85JdbmvyfxR75RTcTS8JJndDErx7x { display:block; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7QT8mP6ATnJrFatWWFlg8KrSOTK3vOy { width:3.75rem;height:2.375rem;top:3.1875rem;left:4.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2mdmVHfOnTtaL4cGaBt5ZtSxLRBW4pK { width:12.4375rem;height:4rem;top:6.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPQl3TrfeOK06U1AxCCu8B8Opp8smc6z { width:3.75rem;height:2.375rem;top:3.1875rem;left:27.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuEekTVESZJh6RoWb21tM0e4ObWME8w8 { width:11.625rem;height:4rem;top:6.75rem;left:12.09375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqf4N5S18rIag7MGCtylIcQq3UiEuSv { width:3.75rem;height:2.375rem;top:3.1875rem;left:16.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1HROkQTNqHIS1ieHs2zu1TnZqAbXwP { width:11.1875rem;height:4rem;top:6.8125rem;left:24.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPrIywew9LZeTllDEpkNs6EUGdFM6BXm { width:3.75rem;height:2.375rem;top:3.1875rem;left:39.9052734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh1CUR9wMbsrMnJ9m0gKN6qbJy9lI74v { width:11.1875rem;height:4rem;top:6.75rem;left:36.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:31.1875rem;height:8.4375rem;top:8.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:35.125rem;height:11.1875rem;top:8.4375rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:12.375rem;height:6.375rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { width:4.125rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:13.4375rem;height:6.375rem;top:4.75rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { width:4.125rem;height:4.125rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:12.4375rem;height:6.375rem;top:4.75rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:12.375rem;height:6.375rem;top:4.75rem;left:23.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { width:4.125rem;height:4.125rem;top:0rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { width:4.125rem;height:4.125rem;top:0rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:15.6875rem;height:0.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:15.6875rem;height:0.25rem;top:1.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:15.6875rem;height:0.25rem;top:1.9375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:32.6875rem;height:41.875rem;top:-3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { width:31.1875rem;height:7.3125rem;top:3.5rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { width:35.25rem;height:8.4375rem;top:12.125rem;left:12.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { width:23.375rem;height:4.75rem;top:24.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fraZd64HLsZdn27isuVsNXo4y4scJWZp { width:10.5rem;height:3.4375rem;top:26.25rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block; }
 }@media only screen and (max-width: 763px) { #BHu2vH7369sA3s7FowdalLogNJLT9Upg { width:1.5625rem;height:1.5625rem;top:27.1875rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { width:46rem;height:5.625rem;top:5.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block; }
 }@media only screen and (max-width: 763px) { #bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { width:39rem;height:6.375rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { width:38.4375rem;height:7rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
 }@media only screen and (max-width: 763px) { #eOOgqNzxvefea64aQlOrmTZC2O4McT68 { width:40.9375rem;height:3.1875rem;top:30.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRiOD022C3onWv5WOFFU5U6q4W2MR38Z { width:24.4375rem;height:24.4375rem;top:5.9375rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { display:block; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkPJDQU3zG9Lgz3TsUDgIV5zq7QPKDd { width:13.625rem;height:6.375rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGb2G046TCFfq5qFw8KmBi9xbe3JPaVK { width:4.125rem;height:4.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJzRIIMFFXzUamkfpkUpaZAo5hMcRxKT { width:12.375rem;height:6.375rem;top:6.625rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPMmaiyrmgWVAxllkM7Ubp9B2cMisioo { width:4.125rem;height:4.125rem;top:1.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUflTeQqqt5Skn1HH2QUhmeT0X8mwOlA { width:13.1875rem;height:6.375rem;top:6.625rem;left:34.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGKzodNWOlZKpAaOi5kB9i8EdEwx5AiI { width:13.5rem;height:6.375rem;top:6.625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWEx1MTOvXp3mxPmd5FJKbvLRlKM2bsJ { width:3.9375rem;height:3.9375rem;top:1.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5CwCo7lcB7aGqwFhNvDXE5SXLxbD0f { width:4.125rem;height:4.125rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2hhatJEw9fPvPAbqvGsJFyMlHdbLGzc { width:12.5rem;height:0.25rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQSwGCzRTSnsrQyOSFMGNLcdLhuvliTT { width:11.5rem;height:0.25rem;top:3.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpysLI2qzo7K1IfHFBxl3IPTti5iXmN3 { width:15.5rem;height:0.25rem;top:3.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t { display:block; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvwzTGpyMRT12SJk2oL0NO58UUCSdoTC { width:46rem;height:2.8125rem;top:8.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbDuO5Mq8O4y66V8LlzsP8wSzLmNO2h7 { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhAWNNXBDMgSEhyKD2uoXQ06sQNS9v3k { display:block; }
 }@media only screen and (max-width: 763px) { #Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { display:block; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { width:14.75rem;height:20.1875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { width:14.75rem;height:3.4375rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { width:11.9375rem;height:4.125rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6etZqWackofE9epwoDQcWWJsuI1hR9x { width:11.9375rem;height:2.3125rem;top:27.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { width:11.8125rem;height:3.375rem;top:1rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99HQiXN53dPrJ23W7meFTo1gVx2wssX { width:14.75rem;height:15.5rem;top:10.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { width:14.75rem;height:3.4375rem;top:26.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { width:11.9375rem;height:2.1875rem;top:27.5rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { width:11.9375rem;height:4.125rem;top:16.1875rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { width:11.9375rem;height:3.375rem;top:1rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { width:14.75rem;height:4.125rem;top:6.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { width:12.125rem;height:2.75rem;top:6.75rem;left:11.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6bBqTT5UbWMBPJfMVAM1TPuScCgCMhv { width:33.3125rem;height:43.75rem;top:-8.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnivlgkBx7srSr4nFJoFLwFLrBvkwbOc { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 { display:none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe { display:block; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWXzHhvPsuezUzgcVyzU9bhPBUEI6mBr { width:47.75rem;height:1.875rem;top:4.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS { display:block; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXh7pKVP4P1IWXqGJal5oLupGaO3H6oP { width:12.9375rem;height:2.5rem;top:19.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC9HbrHpUPhe0pLkgXZbRdFHMJdCuknT { width:12rem;height:5.625rem;top:13.75rem;left:3.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLhRGx86Hmzufn8ufuSRmSZT9hW0LE3R { width:14.25rem;height:3.75rem;top:8.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUc2Ql0NoQl5WAHZU3gyvST7mwZEtzuI { width:24.625rem;height:23.5rem;top:0.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqFyZigMyDAcoOU8muarWLS68omHpF0l { width:12.9375rem;height:2.5rem;top:19.375rem;left:18.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNnTNT8iZOA0uG8iRpasIJN7Xi5fMGHe { width:12rem;height:5.625rem;top:13.75rem;left:19.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfB61I3VqB3spXSyU096TWwome6o698 { width:14.25rem;height:3.75rem;top:8.8125rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZPQcmFuLksUThVX3Fy2NMJUcLlbdSL9 { width:22.75rem;height:2.25rem;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6dJ3vJg4ffgRqy2zouB0HhnQb9NUCbc { width:20.875rem;height:2.25rem;top:4.75rem;left:10.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXApx3i9bGdkSNVkZ05WNTIKXUkIguqx { width:23.9375rem;height:0.9375rem;top:28.875rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:15.4375rem;height:3.0625rem;top:5.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:18.25rem;height:3.75rem;top:8.6875rem;left:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:17.1875rem;height:3.125rem;top:5.75rem;left:14.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:15.6875rem;height:3.75rem;top:8.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:15.4375rem;height:3.0625rem;top:5.75rem;left:32.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:15.0625rem;height:3.75rem;top:8.75rem;left:32.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:47.1875rem;height:2.5rem;top:7.0625rem;left:0.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:23rem;height:2.5rem;top:3.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { display:block; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:15.0625rem;height:12.625rem;top:0rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:15.0625rem;height:14.3125rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:15.0625rem;height:14.3125rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { display:block; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:15.0625rem;height:15.9375rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:15.0625rem;height:14.3125rem;top:0rem;left:8.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:15.0625rem;height:15.9375rem;top:0rem;left:32.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:15.0625rem;height:17.5rem;top:0rem;left:20.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp { display:none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:34.1875rem;height:3.0625rem;top:6.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:47.75rem;height:1.875rem;top:12.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:12rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:47.75rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxmR98z17QKWeeHRgROHgegvIhzDDdi { display:block; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { display:block; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { display:block; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { display:block; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { width:2.4375rem;height:2.4375rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:47.75rem;height:6.75rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { display:block; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { display:block; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { width:36.875rem;height:35.0625rem;top:8.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { width:47.75rem;height:58.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtVHMSZi6lTOy5WcHb9aI5iwCIvaaEfL { width:31.75rem;height:18.125rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 { display:none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:13.5rem;height:3.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:18.9375rem;height:4.875rem;top:5.4375rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:3.625rem;top:5.1875rem;left:32.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { width:3.125rem;height:3.125rem;top:4.875rem;left:44.625rem;display:block; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:9.875rem;height:2rem;top:0.6875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f5f7fc;background-image:none;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); } }@media only screen and (max-width: 763px) { #ttDOgvifp9FyzfO26wIayy5ywmqEiXsK { background-color:#000f7f;background-image:none;display:block; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { background-color: transparent; background-image: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row > .video-iframe-container { display: none; }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .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); }#ttDOgvifp9FyzfO26wIayy5ywmqEiXsK > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbHzi2gbuLDW9eP99alLEZsGp9BG8ywL { width:9.3125rem;height:2.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLWgODTlg5XK2QX7BWy7Xi1Ev1rloVBZ { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #az7QoTks1EOzh0ilynoAvzZnF4RfAEo6 { display:block; }
 }@media only screen and (max-width: 763px) { #w9VmW4t8iGIHXnaDg1kGKOnIvUkdKJhN { width:5.75rem;height:2.125rem;top:1.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ8a5cNGvB8EsV6U6ON6Mv6w5wh3Lsvy { width:0.0625rem;height:4.5rem;top:0rem;left:10.73828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/340d3a7f-eaf3-4241-9b20-062735f95d43/download20250422T095832022.webp");background-position:center right !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm.adaptive-delivery-prevent-bg, #RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm.lazyload, #RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm.lazyloading { background-image: none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container { background-color: transparent; background-image: none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container > .video-iframe-container { display: none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row > .video-iframe-container { display: none; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .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); }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container { border-width: 0; border-radius: 0; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHMIL4KWTnqqC852TJwu7HP0CxAUm5gm > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #squCrrOWSdGJTx1O7fVnJyggS7zFOMxT { background-color:#004e4c;background-image:none;display:block; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { background-color: transparent; background-image: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container > .video-iframe-container { display: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row > .video-iframe-container { display: none; }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .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); }#squCrrOWSdGJTx1O7fVnJyggS7zFOMxT > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqPkqtfOaQnNWpnMBeP8gWN10213wWH1 { width:20rem;height:9.6875rem;top:2.4375rem;left:0rem;font-size:1.9375rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #okNJHtxLOPt8vCDdgC3eqC73wkEqgzMi { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #OIdgL6D2AwVTiGZXwbvtd25kS7LzrIqd { display:block; }
 }@media only screen and (max-width: 763px) { #VFgA50ffF39u3fCnbOWsw4vTv8XKTyEP { display:flex;width:2.1875rem;height:2.1875rem;top:14.5rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hmTh9hQai5c1FTn96q1sT1HvdvWP9lRl { width:4.9375rem;height:4.125rem;top:17.4375rem;left:0rem;font-size:0.9375rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #cDcCA27xJobElVecSJhQ7STe6i9bEtND { width:4.9375rem;height:3.7119125rem;top:17.70703125rem;left:14.125rem;font-size:1.125rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Vm34y3a5tvWuf4MAq7m22tSChxgPZyiA { display:flex;width:2.1875rem;height:2.1875rem;top:14.5rem;left:14.125rem; }
 }@media only screen and (max-width: 763px) { #EpzQbBwQNIJkq1LtGeBBz6TysZ5cH337 { width:5rem;height:4.125rem;top:17.5rem;left:6.5rem;font-size:0.9375rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #E6hggIQxz4OgZJJ3QuJBxUMtlf25KWrB { display:flex;width:2.1875rem;height:2.1875rem;top:14.5rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #cFqKrzLsSnVci526lgRChrxGpCQSAHty { width:6.9375rem;height:9.3125rem;top:13.3125rem;left:12.75rem;z-index:14991;background-color:#072f2c;background-image:none;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZW3WfLouTAJo5eoxyeb6fgqGAHRnXM4 { width:20rem;height:35.0625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2H85JdbmvyfxR75RTcTS8JJndDErx7x { display:block; }#O2H85JdbmvyfxR75RTcTS8JJndDErx7x > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7QT8mP6ATnJrFatWWFlg8KrSOTK3vOy { width:3.875rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O2mdmVHfOnTtaL4cGaBt5ZtSxLRBW4pK { width:7.875rem;height:3rem;top:5.1875rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPQl3TrfeOK06U1AxCCu8B8Opp8smc6z { width:3.75rem;height:1.875rem;top:10.46875rem;left:0rem;font-size:1.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JuEekTVESZJh6RoWb21tM0e4ObWME8w8 { width:6.25rem;height:3rem;top:5.1875rem;left:12rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BMqf4N5S18rIag7MGCtylIcQq3UiEuSv { width:3.75rem;height:1.875rem;top:2.6875rem;left:12rem;font-size:1.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bg1HROkQTNqHIS1ieHs2zu1TnZqAbXwP { width:7.25rem;height:3rem;top:12.75rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPrIywew9LZeTllDEpkNs6EUGdFM6BXm { width:3.75rem;height:1.875rem;top:10.5rem;left:12rem;font-size:1.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sh1CUR9wMbsrMnJ9m0gKN6qbJy9lI74v { width:7.25rem;height:3rem;top:12.75rem;left:11.75rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O { background-color:transparent;background-image:none;display:block; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { background-color: transparent; background-image: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row > .video-iframe-container { display: none; }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .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); }#U7PJTk7Bl2A8AN4ycbmArazJl8Tqli8O > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc235QICp8ztHqvp31fXxCrpXQrT8kRx { width:20rem;height:5.625rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #yTs3B8xV7I7muIDG8s49SVMtgUxX7w9l { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #XXKGr98AE9P5UCeD1cz3uRMgKL9RBZ9h { display:block; }
 }@media only screen and (max-width: 763px) { #v03Qo5dFpPnu45TqRrwXQ2A6hkryaN0D { width:20rem;height:15rem;top:11.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI { display:block; }#e2l5AKNTfQxdl4S2cbQ3Ap7kQSeiwRRI > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6sDdiW4EkGXt3RVq3wP3dN5enVnOHaa { width:15.3125rem;height:4.5rem;top:1.4375rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #V5hZ8MVShtMww5mwEUuoGT5cCFiyntnh { display:flex;width:3.25rem;height:3.25rem;top:1.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pWPdx071fB4szKopCPNyGR9xk8zmKFJi { width:15.3125rem;height:4.5rem;top:9rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #REKdPfuq19AF3th4bblvtbcEh2RFkQU6 { display:flex;width:3.25rem;height:3.25rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kCdTDfP8fQqunDomEumVxLEzqzZekyqa { width:15.3125rem;height:4.5rem;top:24.125rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sX9wlGaUTd3WpgDS1KBgBCRVwNUIT2P5 { width:15.3125rem;height:4.5rem;top:16.5625rem;left:4.75rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #mGvLkLBo1DAKmhO8LPoiaBk2MzHn9bSk { display:flex;width:3.25rem;height:3.25rem;top:24.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQ0e5OHvbpqdhhxoO9HcX2tQr8lgLxkH { display:flex;width:3.25rem;height:3.25rem;top:16.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uwoWvUuSGSvqJP5J2LWnmXkt9XHc7kfg { width:0.1875rem;height:3.125rem;top:5.2607421875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9Da1SvXzzL9NAsM3l8z7xwRQlXbHAp { width:0.1875rem;height:3.125rem;top:12.8232421875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpM7EDyVQAM6tl8452rTFafT5a6zS8Ki { width:0.1875rem;height:3.125rem;top:20.4375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp { display:block; }#RfJshwD1D9Obp1yLFTH0X5VPclXE7Vfp > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUuKXvv7izbuoOHWR2LZ05OlVpPQ4lrs { width:19.1875rem;height:24.9375rem;top:12.875rem;left:10.515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3aT8fvDuV2gEm19MgpQ5dsUACKWfRhE { width:20rem;height:4.875rem;top:2.875rem;left:0rem;font-size:1.25rem;line-height:1.3;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #bErih1z9uXABwRgTm4hNsPtLLDk9yBVK { width:20rem;height:7.5rem;top:10.0625rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #HF271PWnP2G1TroGeTbGLWrWkZfUnKV9 { width:13.4375rem;height:7.5rem;top:18.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fraZd64HLsZdn27isuVsNXo4y4scJWZp { width:8.6875rem;height:3.4375rem;top:29rem;left:0rem;font-size:1.0625rem;z-index:15014;background-color:#01d332;background-image:none;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) { #BBeMFVlPzpCRLeIJBKKX5721P0Qi7k05 { display:block; }
 }@media only screen and (max-width: 763px) { #BHu2vH7369sA3s7FowdalLogNJLT9Upg { display:flex;width:1.5rem;height:1.5rem;top:29.9375rem;left:1.0625rem;z-index:15015;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE { background-color:transparent;background-image:none;display:block; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { background-color: transparent; background-image: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row > .video-iframe-container { display: none; }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .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); }#Wbz8lrmwQDifMlW7aMe9wE9AbcMZP4yE > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fePrwWbtTEmKBmHoLCxsierIkIdsXXJU { width:16.1875rem;height:8.25rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TEvKaNIxgTarQEvUEG5FgRCQnoUxDQW5 { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #pSVlIxMwlXGaX9KHO7nGTyUqlX5FfTrb { display:block; }
 }@media only screen and (max-width: 763px) { #bNFm34kghkg9T2bgAubfGeOkzCJUCRUV { width:20rem;height:9rem;top:15.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO { width:18.5rem;height:12.625rem;top:24.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#AMqcaBdgFLWamNTvDMFDs5BIRdhGAhxO li:before{  }
 }@media only screen and (max-width: 763px) { #eOOgqNzxvefea64aQlOrmTZC2O4McT68 { width:20rem;height:6rem;top:39.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iRiOD022C3onWv5WOFFU5U6q4W2MR38Z { display:flex;width:3.375rem;height:4.25rem;top:5rem;left:16.475rem; }
 }@media only screen and (max-width: 763px) { #D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { display:block; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { background-color: transparent; background-image: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container > .video-iframe-container { display: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row > .video-iframe-container { display: none; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .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); }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 { border-width: 0; border-radius: 0; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#D7qVMnEi6J111IG3a0zD7fvIue33Cs08 > .row .container { width:20rem;height:41rem;background-color:#072f2c;background-image:none;border-top:0.1875rem solid #b1d34a;border-left:0.1875rem solid #b1d34a;border-right:0.1875rem solid #b1d34a;border-bottom:0.1875rem solid #b1d34a;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkPJDQU3zG9Lgz3TsUDgIV5zq7QPKDd { width:12.9375rem;height:6rem;top:2.25rem;left:6rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #SGb2G046TCFfq5qFw8KmBi9xbe3JPaVK { display:flex;width:3.25rem;height:3.25rem;top:2.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #KJzRIIMFFXzUamkfpkUpaZAo5hMcRxKT { width:12.875rem;height:6.3984375rem;top:11.75rem;left:6rem;font-size:1rem;line-height:1.6;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lPMmaiyrmgWVAxllkM7Ubp9B2cMisioo { display:flex;width:3.25rem;height:3.25rem;top:11.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #RUflTeQqqt5Skn1HH2QUhmeT0X8mwOlA { width:11.9375rem;height:6.7480625rem;top:30.625rem;left:5.9375rem;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #PGKzodNWOlZKpAaOi5kB9i8EdEwx5AiI { width:12.0625rem;height:6rem;top:21.0625rem;left:6rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xWEx1MTOvXp3mxPmd5FJKbvLRlKM2bsJ { display:flex;width:3.8125rem;height:3.8125rem;top:29.84765625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #nc5CwCo7lcB7aGqwFhNvDXE5SXLxbD0f { display:flex;width:3.25rem;height:3.25rem;top:21.0625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #h2hhatJEw9fPvPAbqvGsJFyMlHdbLGzc { width:0.1875rem;height:4.6875rem;top:6.0732421875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQSwGCzRTSnsrQyOSFMGNLcdLhuvliTT { width:0.1875rem;height:4.5625rem;top:15.5732421875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpysLI2qzo7K1IfHFBxl3IPTti5iXmN3 { width:0.1875rem;height:4.1875rem;top:24.5625rem;left:2.96875rem;background-color:#b1d34a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t { background-color:transparent;background-image:none;display:block; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { background-color: transparent; background-image: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container > .video-iframe-container { display: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row > .video-iframe-container { display: none; }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .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); }#yKhXd2dbUaCtWJ1cZJKrWuZwqw4JPT5t > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvwzTGpyMRT12SJk2oL0NO58UUCSdoTC { width:15.5rem;height:4.125rem;top:5rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #tbDuO5Mq8O4y66V8LlzsP8wSzLmNO2h7 { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #uhAWNNXBDMgSEhyKD2uoXQ06sQNS9v3k { display:block; }
 }@media only screen and (max-width: 763px) { #Ws2BpWW68UeLXRrodiM51pzMgJ7our2I { display:block; }#Ws2BpWW68UeLXRrodiM51pzMgJ7our2I > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVTvGZ6ZT8qgmDFHRQscF0Mw6eUIG1Xf { width:13.125rem;height:18.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQfETLWCxgHGPwTB1ZP4WVhIcCbNBFpp { width:13.125rem;height:2.875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg1crSt5DbESXUdHpyBDoJD5z5cmtovy { width:10.5625rem;height:4.125rem;top:8.9375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X6etZqWackofE9epwoDQcWWJsuI1hR9x { width:11.9375rem;height:2.0625rem;top:20.625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bCSDFVVASaBpBishS8McNIKOdUQ0Tt7S { width:5.75rem;height:3.75rem;top:3.25rem;left:14.25rem;font-size:1.25rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g99HQiXN53dPrJ23W7meFTo1gVx2wssX { width:13.125rem;height:13.9375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRf3fmWxsANA3OaiDmnNnOSzKFWVqaF { width:13.125rem;height:2.875rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw5ksEHuX9pTTO4gfgROXJDzWbCIApK7 { width:11.9375rem;height:2.0625rem;top:45.5rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V1ZhHKfiUpsdUwwOLV0nTMRXdDe9N1tT { width:10.5625rem;height:4.125rem;top:34.625rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WSx5guDDXdyvNZuWH7E4IoPTe5hcnriW { width:5.5rem;height:3.75rem;top:30.875rem;left:14.5rem;font-size:1.25rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX9EInwbR5tOobyh7RzIorq0fFOwgpTc { width:13.125rem;height:3.625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKJtWKs6LkPri9pihcQ5hd2R04UhicuW { width:9.6875rem;height:1.875rem;top:28.0625rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q6bBqTT5UbWMBPJfMVAM1TPuScCgCMhv { width:20rem;height:26.266416510319rem;top:56.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnivlgkBx7srSr4nFJoFLwFLrBvkwbOc { display:flex;top:26.5rem;left:13.625rem;width:4.1875rem;height:4.1875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48da6923-049e-432a-8c73-11bd95a6292b/download20250422T132134345.webp");background-position:top 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9.adaptive-delivery-prevent-bg, #AebFisPRBxP0WLKHQWqD1fMtoNb56IB9.lazyload, #AebFisPRBxP0WLKHQWqD1fMtoNb56IB9.lazyloading { background-image: none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container { background-color: transparent; background-image: none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container > .video-iframe-container { display: none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row > .video-iframe-container { display: none; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .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); }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container { border-width: 0; border-radius: 0; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AebFisPRBxP0WLKHQWqD1fMtoNb56IB9 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe { display:block; }#N0O8eBvtdlHwyxarzLpZ5l4V9iSpgtUe > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWXzHhvPsuezUzgcVyzU9bhPBUEI6mBr { width:20rem;height:3.25rem;top:3.75rem;left:0rem;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS { display:block; }#TZzg8sNb7cnS8Hc0xRX5qE17uTJFx1sS > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXh7pKVP4P1IWXqGJal5oLupGaO3H6oP { width:11.9375rem;height:2.19921875rem;top:11.75rem;left:0rem;font-size:1rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GC9HbrHpUPhe0pLkgXZbRdFHMJdCuknT { width:7.1875rem;height:2.8125rem;top:8.9375rem;left:0rem;font-size:2.8125rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eLhRGx86Hmzufn8ufuSRmSZT9hW0LE3R { width:9.0625rem;height:3rem;top:5.3125rem;left:0rem;font-size:1.25rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #dUc2Ql0NoQl5WAHZU3gyvST7mwZEtzuI { width:16rem;height:13.125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqFyZigMyDAcoOU8muarWLS68omHpF0l { width:11.8125rem;height:2.19921875rem;top:31.0625rem;left:1.875rem;font-size:1rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #sNnTNT8iZOA0uG8iRpasIJN7Xi5fMGHe { width:12rem;height:2.8125rem;top:28.25rem;left:1.875rem;font-size:2.8125rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #skfB61I3VqB3spXSyU096TWwome6o698 { width:10.5rem;height:3rem;top:24.4375rem;left:1.875rem;font-size:1.25rem;line-height:1.2;font-weight:400;font-style:normal;z-index:15017;color:#b1d34a;display:block; }
 }@media only screen and (max-width: 763px) { #tZPQcmFuLksUThVX3Fy2NMJUcLlbdSL9 { width:20rem;height:2.5996125rem;top:2rem;left:0rem;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X6dJ3vJg4ffgRqy2zouB0HhnQb9NUCbc { width:20rem;height:2.5996125rem;top:19.3125rem;left:0rem;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #kXApx3i9bGdkSNVkZ05WNTIKXUkIguqx { width:15.1875rem;height:1.7871125rem;top:39.3125rem;left:0rem;font-size:0.8125rem;line-height:1.1;font-weight:400;font-style:normal;z-index:15017;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/548dad6c-d172-41b4-b1fd-c2170d4b7d34/download20240809T165127785.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.adaptive-delivery-prevent-bg, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyload, #zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc.lazyloading { background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { background-color: transparent; background-image: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,211,74,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(177,211,74,0.94); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row > .video-iframe-container { display: none; }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .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); }#zUXsTeA1rgD3MdTMVsTpQK4bgAfnp2cc > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcAdUKNLZTTcpruyi5ucgZhdXm5zcbDn { width:20rem;height:2.0625rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5zS6WfWUMgUi2JC568TQJvQhilMe5GD { width:15.75rem;height:3.1875rem;top:14.0625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #omcG8BpAQbeJPwGylvAoGMqnRutWxTHn { width:16.125rem;height:2.0625rem;top:12rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbU2Hf2XCpyhpD1tNGCdM7b4yS1FKbfH { width:11.875rem;height:3.188475rem;top:5.8125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EUkHNJeG7ZthlWaiTx6CMXNIAVMWAwaC { width:7.5625rem;height:2.0625rem;top:20.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8TZoJTKLT0DDUJKJ6p0RaEbbiZ3fRDW { width:12.0625rem;height:3.1875rem;top:22.3125rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 { background-color:transparent;background-image:none;display:block; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { background-color: transparent; background-image: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row > .video-iframe-container { display: none; }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .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); }#nFlA1Vi4Ec6GZV8xxDrpUv5fedLhd2f1 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gaz0UClPMVwS1wnEF88o87EptHhT1tLr { width:15.6875rem;height:3.75rem;top:5.4375rem;left:0rem;font-size:1.875rem;line-height:1;z-index:15016;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQcrJDk2OaB01Na5NTshDwbC1AiQwbFL { width:18.766645875rem;height:2.445833375rem;top:34.120834350586rem;left:0rem;font-size:0.8125rem;z-index:15018;color:rgba(255,255,255,0.9);border-top:0.0625rem solid rgba(255,255,255,0.9);border-left:0.0625rem solid rgba(255,255,255,0.9);border-right:0.0625rem solid rgba(255,255,255,0.9);border-bottom:0.0625rem solid rgba(255,255,255,0.9);display:none; }
 }@media only screen and (max-width: 763px) { #UKDWpNLgvVqw4T70I2pm3hQyfbTOrgtg { display:block; }
 }@media only screen and (max-width: 763px) { #TiOMQODZmBAnQvgemqTIwywzxeGNLiJl { background-color:transparent;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; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { background-color: transparent; background-image: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { display: none; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .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); }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { border-width: 0; border-radius: 0; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiOMQODZmBAnQvgemqTIwywzxeGNLiJl > .row .container { width:20rem;height:50.390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwMXql5Irzb5w0TvXEfLh7zia5NqeT1T { width:20rem;height:9.84375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mvRATs9NNZassH5n0Vg4Cq1wdvzVbUvi { width:20rem;height:9.84375rem;top:13.359375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bCFMAETuLlCbP4o2ihN82dyuN7fvU14M { width:20rem;height:9.84375rem;top:40.546875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qfnE2Xp6SvOb7NCwqAnuMUb8iNdme1mh { width:20rem;height:9.84375rem;top:26.953125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft { background-color:transparent;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; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { background-color: transparent; background-image: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { display: none; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .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); }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { border-width: 0; border-radius: 0; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#splF2tJ6zGKhsx9P5fbm8HPXfvlGH6ft > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4azLX7KsyJ4bcP3QcwwgGHnpATqP73M { width:20rem;height:9.84375rem;top:3.75rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AyROk0cH66uaTdyBuXpwdtRzqUucGw1U { width:20rem;height:9.84375rem;top:17.34375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #osTu5JmggfF8kofVNHBe04yr6h7A2zQL { width:20rem;height:9.84375rem;top:45.875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iH2IIn3U02zniU08cVK3U5It2hHbcVJi { width:20rem;height:11.25rem;top:30.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55f117f7-e834-4561-9ebf-872388ed4874/download20250422T132255745.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp.adaptive-delivery-prevent-bg, #wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp.lazyload, #wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp.lazyloading { background-image: none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container { background-color: transparent; background-image: none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container > .video-iframe-container { display: none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row > .video-iframe-container { display: none; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .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); }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container { border-width: 0; border-radius: 0; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxD40vNu1E7f6hCXlTtlAHEcM8THqBJp > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM { display:block; }#Loq0CiztJKpPShtAWoLqlp8hBcrBqaaM > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFioTFpZiwlpXuzThaMg1RkEW99Rw5Cn { width:20rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PO7Dd1XuasJ7CqEHXBKUZ71JDs2kA5ZV { width:13.6875rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TWNEIJDFfddVBplcNwmZom7U1wd3VsWN { width:2.4375rem;height:2.4375rem;top:10.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #J06cpH8H8JUbgEauByD5Ms3m2RsULTUn { display:block; }#J06cpH8H8JUbgEauByD5Ms3m2RsULTUn > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtydZ6wJHcW07FRsNcq2Dqqxxkzh1Cyr { width:20rem;height:14.0625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA { display:block; }#ZuVy5e1nkTczXOzTdyS27UfeMDZaoZGA > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kROgnm8RbivX8vEde2uf3W0yUAEpbvLt { width:14.9375rem;height:3.9375rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zb0IcUmF64rN6B6JrguVTsovBxTDGGh2 { width:2.4375rem;height:2.4375rem;top:4.8125rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7essnhz4ma83rLefLx8iO2O88zACT0 { display:block; }#tZ7essnhz4ma83rLefLx8iO2O88zACT0 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oi2VdKqAPA3Fl2uUH6J0f1Vw83478699 { width:20rem;height:12.65625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM { display:block; }#OgAgVUeXXkoVtOdTxSlNJ785whGSIKnM > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfgN3QmK6EDb10lK3LDtFSXUHeT7xlUH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GilQfCae8WCKRaqOFJeVrQ7DysHtRQP8 { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB { display:block; }#hlkGWPIeE61yMcdM34n8BxlHcbF1n2wB > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HewEtJ0wI823qvW4XbmolvkikAgmOVKa { width:20rem;height:8.4375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FL0ayuWsALUNesObZA9cWVhPdUs322KG { display:block; }#FL0ayuWsALUNesObZA9cWVhPdUs322KG > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0m9dMBU3pcpEAa65J32H7SrFqJPpT0D { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xGRvcN0WgVTl1OQJpHX3DagCTAHSk4Ll { width:2.4375rem;height:2.4375rem;top:3.40625rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk { display:block; }#VhvK2so5G0KxuslWFxOKQW7IrLPvMWyk > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDDmW5u1sGbJHlWL1iW6EZFK2BSvT6Xa { width:20rem;height:7.03125rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iPxmR98z17QKWeeHRgROHgegvIhzDDdi { display:block; }#iPxmR98z17QKWeeHRgROHgegvIhzDDdi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceDuEPt1xzBPJ9igdwASBAdAB7o3VMZH { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6KINCEHnRyHWFiWi1vvbMQUMgpsPWVE { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 { display:block; }#zvDgQTfMyMhnWHp9RuIhLOxAloEi7mK8 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIw8UzwwvrGOeOTlOxbtTpgsASd8ru61 { width:20rem;height:9.84375rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA { display:block; }#Jzqg9ET0IhAp3Lsbg4AxQsmUoxmWqWdA > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JETQmG8i7Ahmb73BiADWSuTzrRBRX6Zs { width:14.9375rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z6smqPgDoBSNQqbQhIT0CnLT9wrvE2uC { width:2.4375rem;height:2.4375rem;top:3.5rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi { display:block; }#Ah39BSfFwlm6WcZ21TkkKaIJqQTQh1Wi > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJIVhuXu3F3lvOgCt6gUF92QsP3RTDCk { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P { display:block; }#ZmZtb3hsAtJiuTefcrFv0ty9qsK7H15P > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnQXPUXfeQvpecC3beJuh9axAaHfmJ9l { width:14.9375rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uhVCiQ2wu3TceTQAHMB3tORMkrgzzPfK { width:2.4375rem;height:2.4375rem;top:2.75rem;left:17.5625rem;font-size:1.6875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KCfT7K0eISMh1cDfegXQELfpr1Am7rbl { display:block; }#KCfT7K0eISMh1cDfegXQELfpr1Am7rbl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDhJnwsC8fL62H3BRUN3JVX4mwsWfPNG { width:20rem;height:11.25rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r { background-color:#072f2c;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; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { background-color: transparent; background-image: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { display: none; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .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); }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { border-width: 0; border-radius: 0; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCLpsMmgsxu5HgpWmN43prnoJ1uQEI7r > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO { display:none; }#DEKTOxB2z6eAMiNnyzT8GPc2tgOIuSRO > .row .container { width:20rem;height:50.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MabW9b0q7bI6CHdFcAx5ElS5XPwkaywm { width:20rem;height:35.0625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR { width:18.3125rem;height:25.875rem;top:19.25rem;left:0.84375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3899a8b4-bbfe-4c1b-9b6d-63c1315dedd0/download20240808T142154113.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.adaptive-delivery-prevent-bg, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyload, #brw3dMyp9Te5NRbtLmoP8zQk7a04lETR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GtVHMSZi6lTOy5WcHb9aI5iwCIvaaEfL { width:20rem;height:18.125rem;top:38.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d290e3b-869f-4a80-93d1-2978d2bfbbb8/download20250422T132559301.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1.adaptive-delivery-prevent-bg, #BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1.lazyload, #BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1.lazyloading { background-image: none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container { background-color: transparent; background-image: none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container > .video-iframe-container { display: none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row > .video-iframe-container { display: none; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .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); }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container { border-width: 0; border-radius: 0; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXvUXDXJoXZhovRrgUm2wFziFFDUbsG1 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5nrWZZclobq84A1BDtbbUQV2STIaJ08 { display:block; }#S5nrWZZclobq84A1BDtbbUQV2STIaJ08 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNQ7QZo8gScNmlXoCbne4WtLi0nznedV { width:8.5rem;height:1.9375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5rkwMI7BpNI2UfO3vcFFmC1BffnTr3q { width:14.0625rem;height:4.125rem;top:8.1875rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mLbQHy5dxkzcFRIXNOyztvEO7kyTKnWe { width:13.375rem;height:4.125975rem;top:15rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ { display:flex;width:2.125rem;height:2.125rem;top:3.3125rem;left:17.75rem; }
#U4w1HdQyneTA35gVgW6fdOhZKO4H2AmQ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection { display:block; } #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection *:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="text"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="email"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection input[type="tel"]:focus-visible, #TNvI9VwBxr2eouSHzL9L7oQ75IpXpwE7.widget-smartsection textarea:focus-visible { outline: none; } #Benpwm4BzU0D3TtvmCC0ZearssqpWNSS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Pis9AtHCnZWr4HMc77yOr4Sh4UMggA6e > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUpJQeDG56zqJdtWvQgHB9zhJNkZlEZm { width:7.1875rem;height:1.5rem;top:0.5625rem;left:9.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsSDCle7EwFXW8BzEMd1WAROVSS2RI5T { display:block; }
 }@media only screen and (max-width: 763px) { #g7PmLypRFZJ82gEJkgmKkeaAAqx2OD5L { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zCuFtCoX1JeT5uc79o1CeZWwkx4dvG3g { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91JIPg5lGqMwcEv9QHa294TTR1U7xXN { display:block; }
 }@media only screen and (max-width: 763px) { #qWV44w8sI9ukP7tlBLarB2WoHmnqQ5U3 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rooqQWMaUhSFcOxDsaJI50apa3Sdlcgw { display:block; }
 }