.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #004f62, #094583);background-image: -moz-linear-gradient(45deg, #004f62, #094583);background-image: -ms-linear-gradient(45deg, #004f62, #094583);background-image: -o-linear-gradient(45deg, #004f62, #094583);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );";background-image: linear-gradient(45deg, #004f62, #094583);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 { position:relative;display:none; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 { border-width: 0; border-radius: 0; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .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; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ThLcDTNkXfR5SxmRGn7uAHxRPNbokzAr { 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:14.75rem;width:8.8125rem;display:none; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE { 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; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk { 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; }
#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h { position:relative;display:none; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h { border-width: 0; border-radius: 0; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .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; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WPhAwiVgsAoqlgMmiAoTwEa8NpXGERW9 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4.5rem;left:2.1875rem;display:none; }
#i7WO07kgswkT61iMGqNX3h0PowF4CLt0 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3rem;top:5.75rem;left:1.3125rem;display:none; }
#enxVnXzEFTAwZcVnq2atXui3x2VWhRAm { color:#000000;display:block;width:20rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:10.625rem;left:0rem;display:none; }
#DPvuDS4KQGllA9fpJoL9BrT7Jpy7EHLI { color:#000000;display:block;width:18rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:14.5rem;left:0.875rem;display:none; }
#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp { position:relative;display:none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp { border-width: 0; border-radius: 0; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .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; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r7hSa4gJiM9sZeQxmJGpFLlAloAdATzv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#doOK2AJWzEiwLQLr7vvtZiGPbxTdrpom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7MSPit0BA9trbGDwT713sKOMei837B9 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#kvLeTLxxPe0pJouQFX22ZcORJc4bH7Cu { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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:36.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-form-header {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-regular-label { height:auto;display:block;font-family:georgia;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:georgia; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-text {padding-top: 0; padding-bottom: 0;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:georgia; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:georgia;font-size:0.875rem;overflow:hidden; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-select {padding-top: 0; padding-bottom: 0;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:georgia;overflow:hidden; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:georgia;font-size:0.875rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:georgia;font-size:0.875rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:georgia;font-size:0.875rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:georgia;font-size:0.875rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:georgia;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:georgia;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-container:first-of-type{padding-top:0;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-container:last-of-type{padding-bottom:0;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-info-text { display:block;height:auto;font-family:georgia;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo {display:block;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;display:none; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #FeEQBUW4Nw8V7pHTKIGiEAXEb54X5ZqT { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #yVDf8BBDGkhpVqIyOq7sOVUE6tWlVFVo { position:relative;display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #IVOzwBdgdlqtfPs9G2RE4dpzdou2BH81 { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #K1C2NrlWhhX1bHgfndhU8O4zx2K06ak7 { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #xvplHmFawBKFFZnDU4Ask35XETZC5OnQ { position:relative;display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #H6JsWgT99sPrtbeAoz0guOM1s0QsrG0C { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #wTyTkQIQx4U59TB8EgfVTU5EclP1EIUe { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #em6iCNIHyUGy2qKD1zNagvHzyfKuqGam { position:relative;display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LxEzRqtK6uAA2mPpUgu313tDdkTDBt5k { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #tsq7ZCao9PTFlnaiT5sKEn8ch1atL2gB { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #VTT1ipGivaWriXnZsUM9TTBWCKaB96kF { position:relative;display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #DB10AOPPl6CyaMBwt1JlD9SbD4KCXJ9G { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #lpNoXPrMKBRIR2bNMSN3geeOTw9LFczW { position:relative; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LekHTkEr01ZPkllZFlOkC87gMPnhGPmT { position:relative; }
#cbfKO5dGoTRJ7faSU5MxvptaxzlAcCob { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.25rem;top:5.875rem;left:2.1875rem;display:none; }
#NI5STUI5dCyfcIfBKkAPb3oxalgtZET6 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.875rem;top:1.5625rem;left:1.5rem;display:none; }
#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ { position:relative;display:none; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ { border-width: 0; border-radius: 0; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .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; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Wr05SwbBhdft4bVe3Suc3MOsBPTctTti { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mqTDBnRNFUV9vThxkCRst7q7d9cDgFT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emebDfTvRdzEcGNn4QS7e5nhrRRqH7qm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EMbgRcbHMmVMRro3zlSsc5P71D4TIuGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE { 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; }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I { position:relative;display:none; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I { border-width: 0; border-radius: 0; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .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; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Tmqv3NH7OgMmaoItWxsaWPAzOh3ZiE7q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.125rem;left:7.5rem;display:none; }
#Ft6kw75Z8SEecOax4r1DNobwcmNPJFiL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DKQqTX1GTbpuuDpGsx62fIO0wlfkU02X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AADT22TZnhrO9nOQnTCTyVUJFcbWNmiT { 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; }
#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 { position:relative;display:none; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 { border-width: 0; border-radius: 0; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 > .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; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nG7quHfVQemVX4KvL1Rs1m3TvCGSiBQM { color:#000000;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:0.9375rem;left:7.75rem;display:none; }
#imLqNPmKEucmxSJrOLRCJHZiuTUA8Xra { color:#000000;display:block;width:16.625rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:4.6875rem;left:1.6875rem;display:none; }
#wTpTU56rHkhZ6TdsqcN2eAodDrTzhZOD { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:5.9375rem;left:2.125rem;display:none; }
#xT4oyno9l756c8TTwE0eB4RvMFEPqCti { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:8.3125rem;left:2.125rem;display:none; }
#nvsyI21GyFDbzBRUQkBxhkrs4ttRLWpp { color:#000000;display:block;width:17rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:10.6875rem;left:0.125rem;display:none; }
#k3UTVX0xuFOgTmuwfpT2r9WTpk49areS { color:#000000;display:block;width:17rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:13.75rem;left:0.9375rem;display:none; }
#dOClGDOQCW82D0iy9dSHIzJAisTEpLvV { color:#000000;display:block;width:17rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:13.75rem;left:0.9375rem;display:none; }
#OMi0FR2vQTWGeeytGxEHJHDxPT6VXsnv { color:#000000;display:block;width:17rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:13.75rem;left:0.9375rem;display:none; }
#uKICv7O3f5A6pIiAF0AipoiGxFT8VRZF { color:#000000;display:block;width:17rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:13.75rem;left:0.9375rem;display:none; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#IMckeBOQqGr1nPGK5pWkXFyFCTaF1m27 { 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:12.0625rem;width:10.5rem;display:none; }
#ckhUmgrSROmQFmJZcuTJbUEb8xLS0iMs { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA { position:relative;display:none; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA { border-width: 0; border-radius: 0; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .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; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pW2yENlfQDPxTr5tSV4LzCkZAaa8btCP { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:1.375rem;left:2.5rem;display:none; }
#s2rItgaKiXg6e3clJi0dDwIyAIWXdFsP { 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; }
#PGAdGAS2421eVUwGIJBJ8T8iM3X2NAK0 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:10rem;left:1.6875rem;display:none; }
#rELZydZHRcHMeH0WkhSHJQK6dnqKZaaq { color:#000000;display:block;width:7.125rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:10rem;left:11rem;display:none; }
#RzAomt6GyohK1qIgT9W6va1y5Cm8P5mq { 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; }
#bQfEhOwxykHSMxPCEauwZgGKsFnGP9vk { color:#000000;display:block;width:7.125rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:20.5625rem;left:11.0625rem;display:none; }
#yMOanrRF9nBwMcB3mesc8gkbT3uDeoKi { color:#000000;display:block;width:8.125rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:20.5625rem;left:1.125rem;display:none; }
#B9wcCrMV1Z2PkN0KJ4t9DCGrLv4vvNTG { 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; }
#DzoKD0RPIMCXgkied8oNHeUlxVCuLlMK { 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; }
#ThiKH1TePUJc0IGlCXGNceRX8adyTnta { color:#000000;display:block;width:8.5rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:31.3125rem;left:10.3125rem;display:none; }
#xhH7c1s7JWEKaH5BTmm6rZOJ29ZLtQ00 { color:#000000;display:block;width:7.125rem;position:absolute;font-family:georgia;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:31.3125rem;left:1.25rem;display:none; }
#crNPkFDbpMZp6xzkuPDmE8TwATM4DJXO { 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; }
#ANr2Vik359UXykZ47MAVVQ5GNn41cA5Q { 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; }
#bibuTWqlpZWMhige32HvmP0HcFMm0qwo { position:relative;display:none; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo { border-width: 0; border-radius: 0; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .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; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dR812sDVVATME8JbCkg8xd6viRo5zelA { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#b3ZgQHP6D51CgeQD8vagAF10wPTJa4aA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD { position:relative;display:none; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD { border-width: 0; border-radius: 0; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .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; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p3InUuvRArT9RwktWls7Los5znKMTlkS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.125rem;left:7.5rem;display:none; }
#vzX13aZ00psWiBWCLQvsNgTTDmq3Aa30 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aPuHocJWEGwyQe44m3VAfxL23oVvRfDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpSTBZLvbgiEek7toI7XV3lFs14pFXce { 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; }
#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M { position:relative;display:none; }#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M { border-width: 0; border-radius: 0; }#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M > .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; }#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#C5B2pxzFHAss9lVVc4vd4f3LPuxZoO6a { color:#094583;display:block;width:30.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:29.9375rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-heading-text { display:block;position:relative;width:100%;font-family:georgia;font-weight:700;font-size:1.25rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:georgia; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-trigger.adaptive-delivery-prevent-bg, #HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-trigger.lazyload, #HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-trigger.lazyloading { background-image: none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QogsHBSiNkdWd5BwlWTKdi3TcofiTzKG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #R2wgdaM9lpe59ZWuLtnSdJr8NuKpT9RT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TTSIcw9MNzX9nnc2QDJKP80o9cnXfuuu { display:block;position:relative; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #blagmFkzMo3Dlh9M193bsyUvT7XndTzk {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #H2fxtqps8isTmVMNLn8IPnFoAico12Bv {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #i9Q8JKKIif3JAZQTtwkS22IzLtUcKFuz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #r5A8Fg7VAnUTZx4ETop3Ee30q7UIk3fB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #XQwqFl2wHPEXJrzF1lhNI0adaeMiQKya { display:block;position:relative; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #RZ6WbvvHFhFDp9K9SmQNgm0xi5ZZWZfQ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #oyI65smdTRzB3d180VWk4CBhUWswEFzM { display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #afPtIib1UZX3p5sRn447winTIcy5P0qH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #CbcDuuW1TaXQTq6IRtptVE3ptNBP1XJT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #T8HAb0uCiT6xVz4m2ONHqNXoz74KATG8 { display:block;position:relative; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #itaGrJoIp888OQZf4pLhxpZnhp8OidOf {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ub8ZLzXnAGfAO7BmzhzO5uOa382RvAL3 { display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #MXLVvriyn03QbLBLF9ulOWKiXX1EII3k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ZklOJCWawS2MnGTsLsGM0mzvO6QgfM5k { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #WshPkPMu77Ge1yGngprGGQxDbHKmKEo1 { display:block;position:relative; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #uxEZgINeU1T8LWUe476afDEbSIUm23rC {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lrt05zQqnXdTFLKBNcDdOewnr7gCzvTZ { display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QwEXxNaWVGTqzLWTRcOG9szJmbQvDunQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TGBZfpRSFPTrWRtMFm8HOO1XbTJOFlBr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lWxeBlzl2k3b7b1Lpnn8TvMP8Wf2WifJ { display:block;position:relative; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #In2WnpdiMsBArNhhnIX9efUtF3E8V13y {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #zh6wxJrsLEJb0Q3EyKTUN7gwoweWymGT { display:none; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l1tFhUQpFyDXtg3CTGLLQbErNf0DAap3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:1.25rem;top:2rem;left:24.375rem;overflow:hidden;display:block; }
#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L { position:relative;display:none; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L { border-width: 0; border-radius: 0; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .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; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BuL0WOLylSgCiPULIh2Z3x5OiJC5qIhI { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:0rem;height:1.7871125rem;font-style:normal;display:none; }
#Ix39W9tDBUyowDbqzek13BpNu6D1wSFV { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:0rem;height:1.7871125rem;font-style:normal;display:none; }
body { position:relative;display:block; }
#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 { display:none; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container { width:47.75rem;position:relative;display:none; }#ThLcDTNkXfR5SxmRGn7uAHxRPNbokzAr { width:8.8125rem;height:14.75rem;display:none; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE { display:none; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE > img { max-width: 100%;max-height:100%; width:; height:; }#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk { display:none; }
#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk > img { max-width: 100%;max-height:100%; width:; height:; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h { display:none; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container { width:47.75rem;position:relative;display:none; }#WPhAwiVgsAoqlgMmiAoTwEa8NpXGERW9 { top:4.5rem;left:0rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:none; }
#i7WO07kgswkT61iMGqNX3h0PowF4CLt0 { top:5.75rem;left:0rem;width:17.375rem;height:3rem;font-size:1.125rem;display:none; }
#enxVnXzEFTAwZcVnq2atXui3x2VWhRAm { top:10.625rem;left:0rem;width:20rem;height:3.375rem;font-size:0.875rem;display:none; }
#DPvuDS4KQGllA9fpJoL9BrT7Jpy7EHLI { top:14.5rem;left:0rem;width:18rem;height:3.875rem;font-size:1rem;display:none; }
#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp { display:none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container { width:47.75rem;position:relative;display:none; }#r7hSa4gJiM9sZeQxmJGpFLlAloAdATzv { width:0;height:0;display:none; }
#doOK2AJWzEiwLQLr7vvtZiGPbxTdrpom { display:block; }
#n7MSPit0BA9trbGDwT713sKOMei837B9 { display:none; }
#kvLeTLxxPe0pJouQFX22ZcORJc4bH7Cu { display:none; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; }#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-regular-label { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo  { width:0;height:0; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo {display:block;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo { width:0;height:0;display:none; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #FeEQBUW4Nw8V7pHTKIGiEAXEb54X5ZqT {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #yVDf8BBDGkhpVqIyOq7sOVUE6tWlVFVo { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #IVOzwBdgdlqtfPs9G2RE4dpzdou2BH81 {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #K1C2NrlWhhX1bHgfndhU8O4zx2K06ak7 {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #xvplHmFawBKFFZnDU4Ask35XETZC5OnQ { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #H6JsWgT99sPrtbeAoz0guOM1s0QsrG0C {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #wTyTkQIQx4U59TB8EgfVTU5EclP1EIUe {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #em6iCNIHyUGy2qKD1zNagvHzyfKuqGam { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LxEzRqtK6uAA2mPpUgu313tDdkTDBt5k {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #tsq7ZCao9PTFlnaiT5sKEn8ch1atL2gB {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #VTT1ipGivaWriXnZsUM9TTBWCKaB96kF { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #DB10AOPPl6CyaMBwt1JlD9SbD4KCXJ9G {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #lpNoXPrMKBRIR2bNMSN3geeOTw9LFczW {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LekHTkEr01ZPkllZFlOkC87gMPnhGPmT {  }
#cbfKO5dGoTRJ7faSU5MxvptaxzlAcCob { top:5.875rem;left:0rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:none; }
#NI5STUI5dCyfcIfBKkAPb3oxalgtZET6 { top:1.5625rem;left:0rem;width:15.75rem;height:3.875rem;font-size:1rem;display:none; }
#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ { display:none; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container { width:47.75rem;position:relative;display:none; }#Wr05SwbBhdft4bVe3Suc3MOsBPTctTti { width:;height:;display:none; }
#mqTDBnRNFUV9vThxkCRst7q7d9cDgFT8 { display:block; }
#emebDfTvRdzEcGNn4QS7e5nhrRRqH7qm { width:;height:;display:none; }
#EMbgRcbHMmVMRro3zlSsc5P71D4TIuGd { display:block; }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE { display:none; }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE > img { max-width: 100%;max-height:100%; width:; height:; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I { display:none; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container { width:47.75rem;position:relative;display:none; }#Tmqv3NH7OgMmaoItWxsaWPAzOh3ZiE7q { top:1.125rem;left:1.3750005364418rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
#Ft6kw75Z8SEecOax4r1DNobwcmNPJFiL { width:;height:;display:none; }
#DKQqTX1GTbpuuDpGsx62fIO0wlfkU02X { display:block; }
#AADT22TZnhrO9nOQnTCTyVUJFcbWNmiT { display:none; }
#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 { display:none; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 > .row .container { width:47.75rem;position:relative;display:none; }#nG7quHfVQemVX4KvL1Rs1m3TvCGSiBQM { top:0.9375rem;left:1.6250005364418rem;width:11.375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
#imLqNPmKEucmxSJrOLRCJHZiuTUA8Xra { top:4.6875rem;left:0rem;width:16.625rem;height:1.125rem;font-size:0.875rem;display:none; }
#wTpTU56rHkhZ6TdsqcN2eAodDrTzhZOD { top:5.9375rem;left:0rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
#xT4oyno9l756c8TTwE0eB4RvMFEPqCti { top:8.3125rem;left:0rem;width:15rem;height:2.25rem;font-size:0.875rem;display:none; }
#nvsyI21GyFDbzBRUQkBxhkrs4ttRLWpp { top:10.6875rem;left:0rem;width:17rem;height:1.125rem;font-size:0.875rem;display:none; }
#k3UTVX0xuFOgTmuwfpT2r9WTpk49areS { top:13.75rem;left:0rem;width:17rem;height:1.125rem;font-size:0.875rem;display:none; }
#dOClGDOQCW82D0iy9dSHIzJAisTEpLvV { top:13.75rem;left:0rem;width:17rem;height:1.125rem;font-size:0.875rem;display:none; }
#OMi0FR2vQTWGeeytGxEHJHDxPT6VXsnv { top:13.75rem;left:0rem;width:17rem;height:1.125rem;font-size:0.875rem;display:none; }
#uKICv7O3f5A6pIiAF0AipoiGxFT8VRZF { top:13.75rem;left:0rem;width:17rem;height:1.125rem;font-size:0.875rem;display:none; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; }#IMckeBOQqGr1nPGK5pWkXFyFCTaF1m27 { width:10.5rem;height:12.0625rem;display:none; }
#ckhUmgrSROmQFmJZcuTJbUEb8xLS0iMs { display:none; }
#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA { display:none; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container { width:47.75rem;position:relative;display:none; }#pW2yENlfQDPxTr5tSV4LzCkZAaa8btCP { top:1.375rem;left:0rem;width:15rem;height:1.625rem;font-size:1.25rem;display:none; }
#s2rItgaKiXg6e3clJi0dDwIyAIWXdFsP { display:none; }
#PGAdGAS2421eVUwGIJBJ8T8iM3X2NAK0 { top:10rem;left:0rem;width:7.125rem;height:3.125rem;font-size:0.8125rem;display:none; }
#rELZydZHRcHMeH0WkhSHJQK6dnqKZaaq { top:10rem;left:4.8750005364418rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#RzAomt6GyohK1qIgT9W6va1y5Cm8P5mq { display:none; }
#bQfEhOwxykHSMxPCEauwZgGKsFnGP9vk { top:20.5625rem;left:4.9375005364418rem;width:7.125rem;height:3.125rem;font-size:0.8125rem;display:none; }
#yMOanrRF9nBwMcB3mesc8gkbT3uDeoKi { top:20.5625rem;left:0rem;width:8.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#B9wcCrMV1Z2PkN0KJ4t9DCGrLv4vvNTG { display:none; }
#DzoKD0RPIMCXgkied8oNHeUlxVCuLlMK { display:none; }
#ThiKH1TePUJc0IGlCXGNceRX8adyTnta { top:31.3125rem;left:4.1875005364418rem;width:8.5rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#xhH7c1s7JWEKaH5BTmm6rZOJ29ZLtQ00 { top:31.3125rem;left:0rem;width:7.125rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#crNPkFDbpMZp6xzkuPDmE8TwATM4DJXO { display:none; }
#ANr2Vik359UXykZ47MAVVQ5GNn41cA5Q { display:none; }
#bibuTWqlpZWMhige32HvmP0HcFMm0qwo { display:none; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container { width:47.75rem;position:relative;display:none; }#dR812sDVVATME8JbCkg8xd6viRo5zelA { width:;height:;display:none; }
#b3ZgQHP6D51CgeQD8vagAF10wPTJa4aA { display:block; }
#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD { display:none; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container { width:47.75rem;position:relative;display:none; }#p3InUuvRArT9RwktWls7Los5znKMTlkS { top:1.125rem;left:1.3750005364418rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
#vzX13aZ00psWiBWCLQvsNgTTDmq3Aa30 { width:;height:;display:none; }
#aPuHocJWEGwyQe44m3VAfxL23oVvRfDN { display:block; }
#gpSTBZLvbgiEek7toI7XV3lFs14pFXce { display:none; }
#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M { display:none; }#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M > .row .container { width:47.75rem;position:relative;display:none; }#C5B2pxzFHAss9lVVc4vd4f3LPuxZoO6a { top:1.25rem;left:0rem;width:19.375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT { display:flex;height:auto;width:17.5rem;display:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QogsHBSiNkdWd5BwlWTKdi3TcofiTzKG {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #R2wgdaM9lpe59ZWuLtnSdJr8NuKpT9RT {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TTSIcw9MNzX9nnc2QDJKP80o9cnXfuuu {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #blagmFkzMo3Dlh9M193bsyUvT7XndTzk {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #H2fxtqps8isTmVMNLn8IPnFoAico12Bv {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #i9Q8JKKIif3JAZQTtwkS22IzLtUcKFuz {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #r5A8Fg7VAnUTZx4ETop3Ee30q7UIk3fB {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #XQwqFl2wHPEXJrzF1lhNI0adaeMiQKya {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #RZ6WbvvHFhFDp9K9SmQNgm0xi5ZZWZfQ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #oyI65smdTRzB3d180VWk4CBhUWswEFzM {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #afPtIib1UZX3p5sRn447winTIcy5P0qH {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #CbcDuuW1TaXQTq6IRtptVE3ptNBP1XJT {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #T8HAb0uCiT6xVz4m2ONHqNXoz74KATG8 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #itaGrJoIp888OQZf4pLhxpZnhp8OidOf {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ub8ZLzXnAGfAO7BmzhzO5uOa382RvAL3 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #MXLVvriyn03QbLBLF9ulOWKiXX1EII3k {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ZklOJCWawS2MnGTsLsGM0mzvO6QgfM5k {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #WshPkPMu77Ge1yGngprGGQxDbHKmKEo1 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #uxEZgINeU1T8LWUe476afDEbSIUm23rC {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lrt05zQqnXdTFLKBNcDdOewnr7gCzvTZ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QwEXxNaWVGTqzLWTRcOG9szJmbQvDunQ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TGBZfpRSFPTrWRtMFm8HOO1XbTJOFlBr {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lWxeBlzl2k3b7b1Lpnn8TvMP8Wf2WifJ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #In2WnpdiMsBArNhhnIX9efUtF3E8V13y {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #zh6wxJrsLEJb0Q3EyKTUN7gwoweWymGT {  }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; }#l1tFhUQpFyDXtg3CTGLLQbErNf0DAap3 { top:2rem;left:18.1875rem;width:1.25rem;height:2.0625rem;display:block; }
#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L { display:none; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container { width:47.75rem;position:relative;display:none; }#BuL0WOLylSgCiPULIh2Z3x5OiJC5qIhI { top:1.1875rem;left:4.1875005364418rem;width:4.9375rem;height:0.8125rem;font-size:0.625rem;display:none; }
#Ix39W9tDBUyowDbqzek13BpNu6D1wSFV { top:0.5rem;left:0rem;width:9.625rem;height:0.9375rem;font-size:0.625rem;display:none; }
body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(45deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(45deg, #ffffff, #ffffff);background-image: -o-linear-gradient(45deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(45deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 { background-color:#ffffff;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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container { background-color: transparent; background-image: none; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container > .video-iframe-container { display: none; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row > .video-iframe-container { display: none; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .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); }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container { border-width: 0; border-radius: 0; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqEPndH6CLw4ucOM15X88oHbFgMnDUm5 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#ThLcDTNkXfR5SxmRGn7uAHxRPNbokzAr { top:0.5rem;left:8.7812505364419rem;width:2.4375rem;height:4.0625rem;z-index:15013;overflow:hidden;display:block; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE { display:flex;top:1.84375rem;left:15.974999964237rem;width:2.125rem;height:2.125rem;z-index:15014; }
#QxNJHICyhCsSxKE4byltUQmR2WtlbwpE > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk { display:flex;top:2.0625rem;left:2.3499999642372rem;width:1.6875rem;height:1.6875rem;z-index:15015; }
#mOMlcGTSGaL6y1Bh2PxZQM8agfk4Orsk > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h { background-color:#ffffff;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; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container { background-color: transparent; background-image: none; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container > .video-iframe-container { display: none; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row > .video-iframe-container { display: none; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .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); }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container { border-width: 0; border-radius: 0; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZ8PgwxKevutsB29LrKihTBzhbBtnN8h > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; }#WPhAwiVgsAoqlgMmiAoTwEa8NpXGERW9 { top:6.25rem;left:2.1562500596046rem;width:15.6875rem;height:1.3rem;z-index:15000;color:#000000;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
#i7WO07kgswkT61iMGqNX3h0PowF4CLt0 { top:8.125rem;left:0rem;width:20rem;height:1.35rem;z-index:15001;color:#000000;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;font-family:rubik;line-height:1.2;display:block; }
#enxVnXzEFTAwZcVnq2atXui3x2VWhRAm { top:11.3125rem;left:0rem;width:20rem;height:3.4125rem;z-index:15001;color:#000000;text-align:center;text-align-last:center;font-family:"open sans";font-size:0.875rem;display:block; }
#DPvuDS4KQGllA9fpJoL9BrT7Jpy7EHLI { top:17rem;left:1rem;width:18rem;height:3.9rem;z-index:15002;color:#000000;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85ce5ac8-2f49-41e4-b88a-c7038d24d0de/WhatsAppImage20250921at11927PM.png");background-position:center !important;background-repeat:repeat-y !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; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp.adaptive-delivery-prevent-bg, #BE8QWwGRTETFGbBIK2z9ScIUltafTtTp.lazyload, #BE8QWwGRTETFGbBIK2z9ScIUltafTtTp.lazyloading { background-image: none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container { background-color: transparent; background-image: none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container > .video-iframe-container { display: none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row > .video-iframe-container { display: none; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .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); }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container { border-width: 0; border-radius: 0; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BE8QWwGRTETFGbBIK2z9ScIUltafTtTp > .row .container { width:20rem;height:74.5rem;position:relative;display:block; }#r7hSa4gJiM9sZeQxmJGpFLlAloAdATzv { top:1.90625rem;left:3.8125000596046rem;width:12.375rem;height:2.375rem;z-index:15000;font-family:arial;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;display:block; }
#doOK2AJWzEiwLQLr7vvtZiGPbxTdrpom { display:block; }
#n7MSPit0BA9trbGDwT713sKOMei837B9 { top:5.6421885490417rem;left:0rem;width:20rem;height:33.375rem;z-index:15000;display:block; }
#kvLeTLxxPe0pJouQFX22ZcORJc4bH7Cu { top:41.574999809265rem;left:0rem;width:20rem;height:30.9375rem;z-index:15001;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:36.0625rem;background-color:transparent;background-image:none;position:relative;display:block; }#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-regular-label { text-align:right;text-align-last:right;color:#ffffff;font-family:"open sans";font-size:0.8125rem;overflow:hidden;height:auto; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-text {padding-top: 0; padding-bottom: 0;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(198deg, #236da7, #236da7);background-image: -moz-linear-gradient(198deg, #236da7, #236da7);background-image: -ms-linear-gradient(198deg, #236da7, #236da7);background-image: -o-linear-gradient(198deg, #236da7, #236da7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#236da7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#236da7' );";background-image: linear-gradient(198deg, #236da7, #236da7);background-size:initial !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:"open sans";font-size:0.75rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:"open sans";font-size:0.75rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:"open sans";font-size:0.75rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:"open sans";font-size:0.75rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo  { top:8.125rem;left:0rem;width:17.5rem;height:auto;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -moz-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -ms-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -o-linear-gradient(300deg, #0ca1e5, #1e8ed8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca1e5', endColorstr='#1e8ed8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca1e5', endColorstr='#1e8ed8' );";background-image: linear-gradient(300deg, #0ca1e5, #1e8ed8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo .widget-info-text { color:#000000;font-family:georgia;font-size:0.75rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo {display:block;}#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo { top:8.125rem;left:0rem;width:17.5rem;height:auto;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -moz-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -ms-linear-gradient(300deg, #0ca1e5, #1e8ed8);background-image: -o-linear-gradient(300deg, #0ca1e5, #1e8ed8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca1e5', endColorstr='#1e8ed8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ca1e5', endColorstr='#1e8ed8' );";background-image: linear-gradient(300deg, #0ca1e5, #1e8ed8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #FeEQBUW4Nw8V7pHTKIGiEAXEb54X5ZqT {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #yVDf8BBDGkhpVqIyOq7sOVUE6tWlVFVo { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #IVOzwBdgdlqtfPs9G2RE4dpzdou2BH81 {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #K1C2NrlWhhX1bHgfndhU8O4zx2K06ak7 {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #xvplHmFawBKFFZnDU4Ask35XETZC5OnQ { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #H6JsWgT99sPrtbeAoz0guOM1s0QsrG0C {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #wTyTkQIQx4U59TB8EgfVTU5EclP1EIUe {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #em6iCNIHyUGy2qKD1zNagvHzyfKuqGam { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LxEzRqtK6uAA2mPpUgu313tDdkTDBt5k {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #tsq7ZCao9PTFlnaiT5sKEn8ch1atL2gB {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #VTT1ipGivaWriXnZsUM9TTBWCKaB96kF { display:block; }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #DB10AOPPl6CyaMBwt1JlD9SbD4KCXJ9G {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #lpNoXPrMKBRIR2bNMSN3geeOTw9LFczW {  }
#m5nNlNSG2H2xZnedpU0eGJ0vQ6bhMZzo #LekHTkEr01ZPkllZFlOkC87gMPnhGPmT {  }
#cbfKO5dGoTRJ7faSU5MxvptaxzlAcCob { top:5.875rem;left:2.1875rem;width:15.6875rem;height:1.3rem;z-index:15001;color:#000000;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
#NI5STUI5dCyfcIfBKkAPb3oxalgtZET6 { top:1.24609375rem;left:2.1250000596046rem;width:15.75rem;height:3.9rem;z-index:15002;color:#000000;text-align:center;text-align-last:center;font-family:"open sans";font-weight:700;font-style:normal;display:block; }
#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ { background-color:#ffffff;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; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container { background-color: transparent; background-image: none; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container > .video-iframe-container { display: none; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row > .video-iframe-container { display: none; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .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); }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container { border-width: 0; border-radius: 0; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgVwLn3aHI5Ji1lztCThuEGLc3Z0XKQJ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; }#Wr05SwbBhdft4bVe3Suc3MOsBPTctTti { top:6.25rem;left:1.3125rem;width:17.4rem;height:2.625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #236da7;border-left:0.0625rem solid #236da7;border-right:0.0625rem solid #236da7;border-bottom:0.0625rem solid #236da7;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:1.125rem;font-family:rubik;font-weight:400;font-style:normal;color:#236da7;display:block; }
#mqTDBnRNFUV9vThxkCRst7q7d9cDgFT8 { display:block; }
#emebDfTvRdzEcGNn4QS7e5nhrRRqH7qm { top:1.5625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15015;background-color:#48be6d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
#EMbgRcbHMmVMRro3zlSsc5P71D4TIuGd { display:block; }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE { display:flex;top:0rem;left:1.3125rem;width:3.125rem;height:3.125rem;z-index:15016;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#i4TnCAWdMTT6uhVW9alS3aBpUT5qkfIE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #236da7, #09a6e9);background-image: -moz-linear-gradient(305deg, #236da7, #09a6e9);background-image: -ms-linear-gradient(305deg, #236da7, #09a6e9);background-image: -o-linear-gradient(305deg, #236da7, #09a6e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );";background-image: linear-gradient(305deg, #236da7, #09a6e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container { background-color: transparent; background-image: none; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container > .video-iframe-container { display: none; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row > .video-iframe-container { display: none; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .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); }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container { border-width: 0; border-radius: 0; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsooZJKiHgH4FmkWfR4eoJlE9tLDV52I > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#Tmqv3NH7OgMmaoItWxsaWPAzOh3ZiE7q { top:1.16015625rem;left:7.5000005364419rem;width:12.5rem;height:1.4625rem;z-index:15000;font-family:rubik;text-align:right;text-align-last:right;font-size:1.125rem;color:#ffffff;display:block; }
#Ft6kw75Z8SEecOax4r1DNobwcmNPJFiL { top:0.95625019073488rem;left:0rem;width:9.275rem;height:1.8375rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.8125rem;font-family:rubik;font-weight:700;font-style:normal;display:block; }
#DKQqTX1GTbpuuDpGsx62fIO0wlfkU02X { display:block; }
#AADT22TZnhrO9nOQnTCTyVUJFcbWNmiT { display:flex;top:1.4375rem;left:0.375rem;width:0.875rem;height:0.875rem;z-index:15017; }
#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 { display:block; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 { border-width: 0; border-radius: 0; }#lcwn9PkdVGT7IUbelETwb6w6s7FTz3M0 > .row .container { width:20rem;height:13rem;border-top:0.0625rem solid #075675;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#nG7quHfVQemVX4KvL1Rs1m3TvCGSiBQM { top:1.0734348297119rem;left:3.8125000596046rem;width:11.375rem;height:3.0875rem;z-index:15013;font-family:"open sans";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#imLqNPmKEucmxSJrOLRCJHZiuTUA8Xra { top:4.7250003814697rem;left:2.0000000596046rem;width:15rem;height:1.1375rem;z-index:15014;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#wTpTU56rHkhZ6TdsqcN2eAodDrTzhZOD { top:5.9601564407349rem;left:2.1250000596046rem;width:15rem;height:1.1375rem;z-index:15015;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#xT4oyno9l756c8TTwE0eB4RvMFEPqCti { top:8.37265586853rem;left:0.12500005960464rem;width:17rem;height:2.275rem;z-index:15016;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#nvsyI21GyFDbzBRUQkBxhkrs4ttRLWpp { top:10.746874809265rem;left:0.125rem;width:17rem;height:1.1375rem;z-index:15017;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#k3UTVX0xuFOgTmuwfpT2r9WTpk49areS { top:4.6984376907349rem;left:17.312499582768rem;width:1.3125rem;height:1.1375rem;z-index:15018;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#dOClGDOQCW82D0iy9dSHIzJAisTEpLvV { top:6.1281251907349rem;left:17.300000727177rem;width:1.3125rem;height:1.1375rem;z-index:15019;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#OMi0FR2vQTWGeeytGxEHJHDxPT6VXsnv { top:8.4500009536744rem;left:17.224999964238rem;width:1.3125rem;height:1.1375rem;z-index:15020;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#uKICv7O3f5A6pIiAF0AipoiGxFT8VRZF { top:10.621874809265rem;left:17.187499582768rem;width:1.3125rem;height:1.1375rem;z-index:15021;text-align:right;text-align-last:right;font-size:0.875rem;font-family:"open sans";display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:45.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#IMckeBOQqGr1nPGK5pWkXFyFCTaF1m27 { top:1.625rem;left:7.25rem;width:5.5625rem;height:6.375rem;z-index:15002;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ckhUmgrSROmQFmJZcuTJbUEb8xLS0iMs { top:8rem;left:0rem;width:20rem;height:31.5rem;z-index:15003;display:block; }
#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #236da7, #09a6e9);background-image: -moz-linear-gradient(305deg, #236da7, #09a6e9);background-image: -ms-linear-gradient(305deg, #236da7, #09a6e9);background-image: -o-linear-gradient(305deg, #236da7, #09a6e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );";background-image: linear-gradient(305deg, #236da7, #09a6e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container { background-color: transparent; background-image: none; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container > .video-iframe-container { display: none; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row > .video-iframe-container { display: none; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .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); }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container { border-width: 0; border-radius: 0; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfzp5TZJnpSMUMtTNCkGIB7EJyZdMTUA > .row .container { width:20rem;height:37.375rem;position:relative;display:block; }#pW2yENlfQDPxTr5tSV4LzCkZAaa8btCP { top:1.3242216110229rem;left:2.5000000596046rem;width:15rem;height:1.625rem;z-index:15000;font-family:"open sans";text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;font-size:1.25rem;display:block; }
#s2rItgaKiXg6e3clJi0dDwIyAIWXdFsP { display:flex;top:5.5rem;left:3.25rem;width:4rem;height:4rem;z-index:15001; }
#PGAdGAS2421eVUwGIJBJ8T8iM3X2NAK0 { top:10rem;left:1.6875rem;width:7.125rem;height:2.1125rem;z-index:15001;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#rELZydZHRcHMeH0WkhSHJQK6dnqKZaaq { top:10rem;left:11rem;width:7.125rem;height:2.1125rem;z-index:15003;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#RzAomt6GyohK1qIgT9W6va1y5Cm8P5mq { display:flex;top:5.5rem;left:12.5625rem;width:4rem;height:4rem;z-index:15003; }
#bQfEhOwxykHSMxPCEauwZgGKsFnGP9vk { top:20.5625rem;left:11.0625rem;width:7.125rem;height:3.16875rem;z-index:15007;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#yMOanrRF9nBwMcB3mesc8gkbT3uDeoKi { top:20.5625rem;left:1.1867187619209rem;width:8.125rem;height:2.1125rem;z-index:15005;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#B9wcCrMV1Z2PkN0KJ4t9DCGrLv4vvNTG { display:flex;top:16.0625rem;left:3.3125rem;width:4rem;height:4rem;z-index:15005; }
#DzoKD0RPIMCXgkied8oNHeUlxVCuLlMK { display:flex;top:16.0625rem;left:12.625rem;width:4rem;height:4rem;z-index:15007; }
#ThiKH1TePUJc0IGlCXGNceRX8adyTnta { top:31.312499046326rem;left:10.312500536442rem;width:8.5rem;height:2.1125rem;z-index:15011;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#xhH7c1s7JWEKaH5BTmm6rZOJ29ZLtQ00 { top:31.3125rem;left:1.25rem;width:7.125rem;height:2.1125rem;z-index:15009;font-family:"open sans";text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;font-size:0.8125rem;display:block; }
#crNPkFDbpMZp6xzkuPDmE8TwATM4DJXO { display:flex;top:26.8125rem;left:2.8125rem;width:4rem;height:4rem;z-index:15009; }
#ANr2Vik359UXykZ47MAVVQ5GNn41cA5Q { display:flex;top:26.8125rem;left:12.312500536442rem;width:4rem;height:4rem;z-index:15011; }
#bibuTWqlpZWMhige32HvmP0HcFMm0qwo { background-color:#ffffff;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; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container { background-color: transparent; background-image: none; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container > .video-iframe-container { display: none; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row > .video-iframe-container { display: none; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .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); }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container { border-width: 0; border-radius: 0; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bibuTWqlpZWMhige32HvmP0HcFMm0qwo > .row .container { width:20rem;height:4.625rem;position:relative;display:block; }#dR812sDVVATME8JbCkg8xd6viRo5zelA { top:1rem;left:1.3000000119209rem;width:17.4rem;height:2.625rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #236da7;border-left:0.0625rem solid #236da7;border-right:0.0625rem solid #236da7;border-bottom:0.0625rem solid #236da7;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:1.125rem;font-family:rubik;font-weight:400;font-style:normal;color:#236da7;display:block; }
#b3ZgQHP6D51CgeQD8vagAF10wPTJa4aA { display:block; }
#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #236da7, #09a6e9);background-image: -moz-linear-gradient(305deg, #236da7, #09a6e9);background-image: -ms-linear-gradient(305deg, #236da7, #09a6e9);background-image: -o-linear-gradient(305deg, #236da7, #09a6e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );";background-image: linear-gradient(305deg, #236da7, #09a6e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container { background-color: transparent; background-image: none; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container > .video-iframe-container { display: none; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row > .video-iframe-container { display: none; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .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); }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container { border-width: 0; border-radius: 0; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zvTm9JHi9bTCATzcsNvmXXEbQN1mUbBD > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#p3InUuvRArT9RwktWls7Los5znKMTlkS { top:1.16015625rem;left:7.5000005364419rem;width:12.5rem;height:1.4625rem;z-index:15000;font-family:rubik;text-align:right;text-align-last:right;font-size:1.125rem;color:#ffffff;display:block; }
#vzX13aZ00psWiBWCLQvsNgTTDmq3Aa30 { top:0.95625019073488rem;left:0rem;width:9.275rem;height:1.8375rem;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.8125rem;font-family:rubik;font-weight:700;font-style:normal;display:block; }
#aPuHocJWEGwyQe44m3VAfxL23oVvRfDN { display:block; }
#gpSTBZLvbgiEek7toI7XV3lFs14pFXce { display:flex;top:1.4375rem;left:0.375rem;width:0.875rem;height:0.875rem;z-index:15017; }
#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M { display:block; }#sJLGFIdJNzoTIorbTu7CfSWgSFWfcS1M > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; }#C5B2pxzFHAss9lVVc4vd4f3LPuxZoO6a { width:19.375rem;height:1.70625rem;top:1.82421875rem;left:0.31171876192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15002;font-family:rubik;color:#000000;display:block; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #236da7, #09a6e9);background-image: -moz-linear-gradient(305deg, #236da7, #09a6e9);background-image: -ms-linear-gradient(305deg, #236da7, #09a6e9);background-image: -o-linear-gradient(305deg, #236da7, #09a6e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );";background-image: linear-gradient(305deg, #236da7, #09a6e9);background-size:contain !important;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-heading-text { font-size:0.625rem;height:auto;text-align:right;text-align-last:right;color:#ffffff;font-family:"open sans"; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-desc-text { font-size:0.5625rem;height:auto;text-align:right;text-align-last:right;color:#ffffff;font-family:"open sans";line-height:1.6;overflow:hidden; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg"); }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT { display:flex;height:auto;width:17.5rem;top:3.5296754837036rem;left:0rem;z-index:15003;gap:0.5625rem;padding-top:1.4375rem;padding-right:1.4375rem;padding-bottom:1.4375rem;padding-left:1.4375rem;background-color:#ffffff;background-image:none; }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QogsHBSiNkdWd5BwlWTKdi3TcofiTzKG {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #R2wgdaM9lpe59ZWuLtnSdJr8NuKpT9RT {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TTSIcw9MNzX9nnc2QDJKP80o9cnXfuuu {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #blagmFkzMo3Dlh9M193bsyUvT7XndTzk {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #H2fxtqps8isTmVMNLn8IPnFoAico12Bv {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #i9Q8JKKIif3JAZQTtwkS22IzLtUcKFuz {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #r5A8Fg7VAnUTZx4ETop3Ee30q7UIk3fB {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #XQwqFl2wHPEXJrzF1lhNI0adaeMiQKya {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #RZ6WbvvHFhFDp9K9SmQNgm0xi5ZZWZfQ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #oyI65smdTRzB3d180VWk4CBhUWswEFzM {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #afPtIib1UZX3p5sRn447winTIcy5P0qH {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #CbcDuuW1TaXQTq6IRtptVE3ptNBP1XJT {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #T8HAb0uCiT6xVz4m2ONHqNXoz74KATG8 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #itaGrJoIp888OQZf4pLhxpZnhp8OidOf {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ub8ZLzXnAGfAO7BmzhzO5uOa382RvAL3 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #MXLVvriyn03QbLBLF9ulOWKiXX1EII3k {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #ZklOJCWawS2MnGTsLsGM0mzvO6QgfM5k {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #WshPkPMu77Ge1yGngprGGQxDbHKmKEo1 {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #uxEZgINeU1T8LWUe476afDEbSIUm23rC {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lrt05zQqnXdTFLKBNcDdOewnr7gCzvTZ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #QwEXxNaWVGTqzLWTRcOG9szJmbQvDunQ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #TGBZfpRSFPTrWRtMFm8HOO1XbTJOFlBr {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #lWxeBlzl2k3b7b1Lpnn8TvMP8Wf2WifJ {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #In2WnpdiMsBArNhhnIX9efUtF3E8V13y {  }
#HnE8cD5IkKbxWJZ0Bggzl7IwGuhA6xpT #zh6wxJrsLEJb0Q3EyKTUN7gwoweWymGT {  }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:8.625rem;position:relative;display:block; }#l1tFhUQpFyDXtg3CTGLLQbErNf0DAap3 { width:2.75rem;height:4.625rem;top:2.6874980926514rem;left:8.6250005364419rem;overflow:hidden;display:block; }
#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L { background-color:transparent;background-image: -webkit-linear-gradient(305deg, #236da7, #09a6e9);background-image: -moz-linear-gradient(305deg, #236da7, #09a6e9);background-image: -ms-linear-gradient(305deg, #236da7, #09a6e9);background-image: -o-linear-gradient(305deg, #236da7, #09a6e9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#236da7', endColorstr='#09a6e9' );";background-image: linear-gradient(305deg, #236da7, #09a6e9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container { background-color: transparent; background-image: none; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container > .video-iframe-container { display: none; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row > .video-iframe-container { display: none; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .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); }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container { border-width: 0; border-radius: 0; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0HkP8aIxTCFd4eFZOZI1ZuC9tSJ0D2L > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; }#BuL0WOLylSgCiPULIh2Z3x5OiJC5qIhI { width:4.9375rem;height:0.8125rem;top:1.1875rem;left:10.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15009;font-family:"open sans";display:block; }
#Ix39W9tDBUyowDbqzek13BpNu6D1wSFV { width:9.25rem;height:0.8125rem;top:1.1875rem;left:3.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15010;font-family:"open sans";display:block; }
