.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ea7b38', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ea7b38', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-size:auto !important;position:relative;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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#1a2025;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;top:4.1865234375rem;left:3.4052734375rem;height:11.25rem;font-style:normal;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:#26265b;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:21.35546875rem;left:5.1875rem;height:1.54296875rem;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:26.875rem;left:1.4375rem;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:38.3125rem;width:21.4375rem;top:7.75rem;left:33rem;overflow:hidden;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -moz-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -ms-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -o-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );";background-image: linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:19.75rem;width:24.0625rem;top:26.3125rem;left:39.6875rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:99988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf1fb53', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf1fb53', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:62rem;width:33.75rem;top:0rem;left:18.5361328125rem;display:block; }
#SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { 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;border-left:0;border-right:0;border-bottom:0.1875rem solid #26265b;box-sizing:border-box;color:#26265b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:24.3125rem;left:14.3427734375rem;display:block; }
#f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { position:absolute;display:block;z-index:99991;background-color:transparent;background-image: -webkit-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -moz-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -ms-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -o-linear-gradient(323deg, rgba(0,0,0,0), #e64386);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e64386' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e64386' );";background-image: linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:16.3125rem;width:29.625rem;top:0rem;left:-10.25rem;display:block; }
#imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { position:absolute;display:block;z-index:99989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -moz-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -ms-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -o-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f866ae3', endColorstr='#89da7580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f866ae3', endColorstr='#89da7580' );";background-image: linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:17.125rem;width:29.3125rem;top:0rem;left:53.125rem;display:block; }
#CKTXONUquUDZybaMzhHkA62TAy1rfDOu { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -moz-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -ms-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -o-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c1ac4e82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c1ac4e82' );";background-image: linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0rem;height:39.125rem;width:24.625rem;top:6.9375rem;left:29.875rem;display:block; }
#SKaTEEk5hvVCbtsG90gOlwq9JNynfaLJ { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -moz-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -ms-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -o-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );";background-image: linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:35.6875rem;width:22.6875rem;top:30.6875rem;left:-9.125rem;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d8df;background-image:none;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container {  }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:99998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:6.125rem;top:19.90625rem;left:7rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.98046875rem;left:6.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:57.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:35.34765625rem;left:1.25rem;height:25.3125rem;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -moz-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -ms-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -o-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );";background-image: linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:20.5rem;width:31.5625rem;top:9.8125rem;left:28.4375rem;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:19.4375rem;width:29.125rem;top:12.5625rem;left:30.875rem;overflow:hidden;display:block; }
#H9W0CxdARBIsmKELgu1Mmaeb2ZETzVfU { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -moz-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -ms-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -o-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );";background-image: linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:19.75rem;width:26.75rem;top:43.125rem;left:0rem;display:block; }
#ZtT14wtSCdAMiKbDBUwkmgQXeIRzlAm2 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -moz-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -ms-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -o-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );";background-image: linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:23.3125rem;width:38.375rem;top:21.75rem;left:41.25rem;display:block; }
#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(82deg, #f8e5e5, #f8c2bd);background-image: -moz-linear-gradient(82deg, #f8e5e5, #f8c2bd);background-image: -ms-linear-gradient(82deg, #f8e5e5, #f8c2bd);background-image: -o-linear-gradient(82deg, #f8e5e5, #f8c2bd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e5e5', endColorstr='#f8c2bd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e5e5', endColorstr='#f8c2bd' );";background-image: linear-gradient(82deg, #f8e5e5, #f8c2bd);background-size:auto !important;position:relative;display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { background-color: transparent; background-image: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container > .video-iframe-container { display: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container { display: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .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); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { border-width: 0; border-radius: 0; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container {  }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#LK2Q580IaFB59W6nDSqOdyB3zsb4x8p8 { position:absolute;display:block;z-index:99998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.4375rem;left:0rem;display:block; }
#TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.5rem;width:29.375rem;top:6.125rem;left:28.75rem;overflow:hidden;display:block; }
#vmgrQ79wENTyprqTEEuZRf6Onzi8GDLr { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -moz-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -ms-linear-gradient(201deg, #43d2dc, #fff9ea);background-image: -o-linear-gradient(201deg, #43d2dc, #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, #43d2dc, #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:30.0625rem;top:6.125rem;left:26.9375rem;display:block; }
#GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:13.19921875rem;left:0rem;height:25.3125rem;display:block; }
#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { background-color: transparent; background-image: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container { display: none; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .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); }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { border-width: 0; border-radius: 0; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row > .video-iframe-container {  }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#kqkqDEahw6LLJlsvi0TUk1pk1BW108f4 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:1.75rem;left:10.000001907349rem;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container {  }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container {  }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:1.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:5.75rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:4.9375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:25.75rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:21.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:16.3125rem;left:21.5625rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:24.9375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:45.75rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.5;letter-spacing:0;top:15.062498092651rem;left:41.562501907349rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:44.9375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:45rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:1.65625rem;left:7.40625rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100047;top:1.3125rem;left:27.0625rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100048;top:1.8125rem;left:47.5625rem; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container {  }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { background-color: transparent; background-image: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container > .video-iframe-container { display: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container { display: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .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); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { border-width: 0; border-radius: 0; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container {  }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:1.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:5.75rem;display:block; }
#PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.6875rem;left:45.75rem;display:block; }
#WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { color:#26265b;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:9.5rem;left:41.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { color:#4e4e80;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:12.125rem;left:41.5625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:0.6875rem;left:6.4375019073488rem; }
#PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100047;top:2rem;left:47.0625rem; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container {  }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#pDBan4areyGmVy9HndplxbQcw0IdS28l { color:#4e4e80;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:1.50065rem;text-align:center;text-align-last:center;display:block; }
#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { position:relative;display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { background-color: transparent; background-image: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container > .video-iframe-container { display: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row > .video-iframe-container { display: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .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); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { border-width: 0; border-radius: 0; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container > .video-iframe-container {  }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .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:23.8125rem;width:60rem;position:relative;display:block; }#pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:31.3125rem;top:1.53125rem;left:14.343751907349rem;overflow:hidden;display:block; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container {  }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container {  }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { background-color: transparent; background-image: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container > .video-iframe-container { display: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container { display: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .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); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { border-width: 0; border-radius: 0; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container {  }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { background-color: transparent; background-image: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container > .video-iframe-container { display: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container { display: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .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); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { border-width: 0; border-radius: 0; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container {  }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container { background-color: transparent; background-image: none; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container > .video-iframe-container { display: none; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row > .video-iframe-container { display: none; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .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); }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container { border-width: 0; border-radius: 0; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row > .video-iframe-container {  }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#Rxrg66I0F72FodHoVhcI0TM64XdQdwqa { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nUZqouotWZ9X2B1CIqNwdRse4Q48TU2q { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#CSvJoJ6Zh1tIQ40SeQZTUPLxEdA9TslX { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container { background-color: transparent; background-image: none; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container > .video-iframe-container { display: none; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row > .video-iframe-container { display: none; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .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); }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container { border-width: 0; border-radius: 0; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row > .video-iframe-container {  }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#teFxrfD6BrVdca0rx0z9X06IV3rUnS84 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { position:relative;display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { background-color: transparent; background-image: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container > .video-iframe-container { display: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row > .video-iframe-container { display: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .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); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { border-width: 0; border-radius: 0; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container > .video-iframe-container {  }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .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:25rem;width:60rem;position:relative;display:block; }#ZHludwZGuq9oqpIbpZTFCUf0cipwUQ19 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:32.375rem;top:1.75rem;left:13.812501907349rem;overflow:hidden;display:block; }
#thepA5shpWdGLsgLVB0GvMIHHClLemH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container { background-color: transparent; background-image: none; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container > .video-iframe-container { display: none; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row > .video-iframe-container { display: none; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .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); }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container { border-width: 0; border-radius: 0; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row > .video-iframe-container {  }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#vT01H83RHswzFKuuQBTSk9FPxJiIbxxe { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bBFnrkxucI8X4E1Ua5MihTBhhO5FqJoM { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#yL7KU0PbDFEEdhaZSetzThC6NX7N5THz { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container { background-color: transparent; background-image: none; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container > .video-iframe-container { display: none; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row > .video-iframe-container { display: none; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .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); }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container { border-width: 0; border-radius: 0; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row > .video-iframe-container {  }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#pIL4D55ScCi1GAgGfduMD3yZaWbQ6Rwp { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container { background-color: transparent; background-image: none; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container > .video-iframe-container { display: none; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row > .video-iframe-container { display: none; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .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); }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container { border-width: 0; border-radius: 0; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row > .video-iframe-container {  }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#yZMTg0hFKBErtlaJiWqgdtcBTv6hKJXJ { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wg8o3W0eF6UHqx3VTKTuwppJtZa1PE4I { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#Q4JB0AMB6XcoG7EREcca1VGNka1qlxeo { color:#26265b;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0.125rem;left:1.25rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container { background-color: transparent; background-image: none; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container > .video-iframe-container { display: none; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row > .video-iframe-container { display: none; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .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); }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container { border-width: 0; border-radius: 0; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row > .video-iframe-container {  }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#a6qXIdJLdXA2bbp0APdRVkOAotIxTyC9 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container { background-color: transparent; background-image: none; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container > .video-iframe-container { display: none; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row > .video-iframe-container { display: none; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .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); }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container { border-width: 0; border-radius: 0; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row > .video-iframe-container {  }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#UZW5ZaHDuMdNLzdug65y2EWP778aO5zS { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#girCtBn7SdQyKgxaU7oqMeJmmk6hkrNT { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#mEhTXWVIU10N7WBvWn7hxfxXwEhPKgEc { color:#26265b;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0.125rem;left:1.25rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container { background-color: transparent; background-image: none; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container > .video-iframe-container { display: none; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row > .video-iframe-container { display: none; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .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); }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container { border-width: 0; border-radius: 0; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row > .video-iframe-container {  }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#aPQ30aHmk01ceAAdLUTGsQl22xyFOeVs { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container { background-color: transparent; background-image: none; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container > .video-iframe-container { display: none; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row > .video-iframe-container { display: none; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .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); }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container { border-width: 0; border-radius: 0; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row > .video-iframe-container {  }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#CLPzSOIrqJ02Q9ahloyVS6x1Zfi9bkru { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gRyunZn9ye7pzuv92GcCpKF12sMKWkFd { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#g2tmaeLK2r9c1Z0OfK9A4lNL5eQgNlhI { color:#26265b;display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0.125rem;left:1.25rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container { background-color: transparent; background-image: none; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container > .video-iframe-container { display: none; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row > .video-iframe-container { display: none; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .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); }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container { border-width: 0; border-radius: 0; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row > .video-iframe-container {  }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#pC2RcDGcFZTLOvA1WxVNk7sUnZNluHT3 { color:#4e4e80;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0rem;left:10.625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container {  }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container {  }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container {  }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.936625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:11.655817508698rem;left:47.437065124512rem;display:block; }
#Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { color:#4e4e80;display:block;width:34.561625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100027;line-height:1.5;letter-spacing:0;top:2.2797312736511rem;left:11.769748687744rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container {  }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { color:#26265b;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { color:#866ae3;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:17.5rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:12.5087890625rem;left:31.875rem; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container {  }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26265b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { background-color:;background-image:none;color:#26265b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.4375rem;left:19.8125rem;z-index:100017; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 { width:auto; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
#syVmMWJQFFZM6D728THqkbaQlVb8GAKg { color:#26265b;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:15.5rem;width:16.3125rem;top:0rem;left:0rem;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(197deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:5.9687502384186rem;left:9.6250019073488rem;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5625rem;width:38.5rem;top:0rem;left:9.6250019073488rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.5rem;top:30.875002384186rem;left:41.500001907349rem;display:block; }
#wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { color:#1b3349;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:16.000001192093rem;left:6.4062519073488rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:20.093750715256rem;left:22.125001907349rem;display:block; }
#ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.968750715256rem;left:22.125001907349rem;display:block; }
#TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:31.498697996139rem;left:22.125001907349rem;display:block; }
#hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:4.125rem;left:0rem;width:23.125rem;height:11.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:21.3125rem;left:0rem;width:22rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:13.5rem;height:3.25rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:21.4375rem;height:38.3125rem;top:7.75rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:26.3125rem;left:17.25rem;width:24.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:33.75rem;height:62rem;top:0rem;left:12.4111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:12.25rem;height:3.25rem;top:24.3125rem;left:8.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { top:0rem;left:0rem;width:29.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:29.3125rem;height:17.125rem;top:0rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTXONUquUDZybaMzhHkA62TAy1rfDOu { top:6.9375rem;left:23.125rem;width:24.625rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKaTEEk5hvVCbtsG90gOlwq9JNynfaLJ { top:30.6875rem;left:0rem;width:22.6875rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:19.875rem;left:0.875rem;width:6.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:20.9375rem;left:0.75rem;width:23.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:35.3125rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:9.8125rem;left:16.1875rem;width:31.5625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:29.125rem;height:19.4375rem;top:12.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9W0CxdARBIsmKELgu1Mmaeb2ZETzVfU { top:43.125rem;left:0rem;width:26.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtT14wtSCdAMiKbDBUwkmgQXeIRzlAm2 { top:21.75rem;left:9.375rem;width:38.375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK2Q580IaFB59W6nDSqOdyB3zsb4x8p8 { top:6.4375rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { top:8rem;left:0rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { width:29.375rem;height:19.5rem;top:6.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmgrQ79wENTyprqTEEuZRf6Onzi8GDLr { top:6.125rem;left:17.6875rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { top:13.1875rem;left:0rem;width:23.125rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqkqDEahw6LLJlsvi0TUk1pk1BW108f4 { top:1.75rem;left:3.8750019073486rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:11.4375rem;left:0rem;width:16.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:16.3125rem;left:14.875rem;width:16.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:15rem;left:30.75rem;width:16.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:4.1875rem;height:4.1875rem;top:1.625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:4.875rem;height:4.875rem;top:1.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:3.875rem;height:3.875rem;top:1.8125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { top:11.375rem;left:0rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { width:7.5rem;height:7.5rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { top:8.8125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { width:7.5rem;height:7.5rem;top:0.6875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { top:9.5rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { top:12.125rem;left:30.75rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { width:6.125rem;height:6.125rem;top:0.6875rem;left:4.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { width:4.875rem;height:4.875rem;top:2rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { top:9.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { top:1.5rem;left:8.2187519073488rem;width:31.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { top:0rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4JwUnmemuzSOnO1esZ1iXhReQF3nWE { display:block; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxrg66I0F72FodHoVhcI0TM64XdQdwqa { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUZqouotWZ9X2B1CIqNwdRse4Q48TU2q { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvJoJ6Zh1tIQ40SeQZTUPLxEdA9TslX { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe { display:block; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teFxrfD6BrVdca0rx0z9X06IV3rUnS84 { top:0rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHludwZGuq9oqpIbpZTFCUf0cipwUQ19 { top:1.75rem;left:7.6875019073488rem;width:32.375rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thepA5shpWdGLsgLVB0GvMIHHClLemH5 { display:block; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT01H83RHswzFKuuQBTSk9FPxJiIbxxe { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBFnrkxucI8X4E1Ua5MihTBhhO5FqJoM { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL7KU0PbDFEEdhaZSetzThC6NX7N5THz { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV { display:block; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIL4D55ScCi1GAgGfduMD3yZaWbQ6Rwp { top:0rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS { display:block; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZMTg0hFKBErtlaJiWqgdtcBTv6hKJXJ { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg8o3W0eF6UHqx3VTKTuwppJtZa1PE4I { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4JB0AMB6XcoG7EREcca1VGNka1qlxeo { top:0.125rem;left:0rem;width:5.125rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdkiAJml84VsETkxXAmoBcKpU5u9o4ug { display:block; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qXIdJLdXA2bbp0APdRVkOAotIxTyC9 { top:0rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5gWzpzQZEAcntGfUtU0q0OBivN6oONM { display:block; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZW5ZaHDuMdNLzdug65y2EWP778aO5zS { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #girCtBn7SdQyKgxaU7oqMeJmmk6hkrNT { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEhTXWVIU10N7WBvWn7hxfxXwEhPKgEc { top:0.125rem;left:0rem;width:5.125rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQEX8AXZW5bglianSxXMKw1w2pAu3TL { display:block; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPQ30aHmk01ceAAdLUTGsQl22xyFOeVs { top:0rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd { display:block; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLPzSOIrqJ02Q9ahloyVS6x1Zfi9bkru { top:0rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRyunZn9ye7pzuv92GcCpKF12sMKWkFd { top:0rem;left:0rem;width:7.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2tmaeLK2r9c1Z0OfK9A4lNL5eQgNlhI { top:0.125rem;left:0rem;width:5.125rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 { display:block; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC2RcDGcFZTLOvA1WxVNk7sUnZNluHT3 { top:0rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.875rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:11.625rem;left:41.312065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { top:2.25rem;left:5.6447486877441rem;width:34.5rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { top:9.375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { top:12.8125rem;left:11.375rem;width:22rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.3125rem;height:2.3125rem;top:12.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:100017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { top:3.625rem;left:6.9375rem;width:31.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.8125rem;height:3.5625rem;top:5.9375rem;left:3.5000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0rem;left:3.5000019073486rem;width:38.5rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:30.875rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { top:16rem;left:0.28125190734863rem;width:44.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { width:13.5rem;height:3.4375rem;top:20.0625rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block; }
 }@media only screen and (max-width: 763px) { #q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { width:13.5rem;height:3.4375rem;top:25.9375rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block; }
 }@media only screen and (max-width: 763px) { #xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { width:13.5rem;height:3.4375rem;top:31.4375rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:9.28125rem;top:4.73828125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:20rem;height:1.3808625rem;top:20.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { width:15.125rem;height:3.375rem;top:23.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:15.3125rem;height:27.3125rem;top:35.10791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:11.875rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:14.5625rem;height:15.0625rem;top:18.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { width:14.625rem;height:3.25rem;top:28.875001907349rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { width:9rem;height:11.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:12.25rem;height:2.25rem;top:19.6279296875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKTXONUquUDZybaMzhHkA62TAy1rfDOu { width:20rem;height:39.125rem;top:100.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKaTEEk5hvVCbtsG90gOlwq9JNynfaLJ { width:20rem;height:35.6875rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:91.936199188233rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:19.6875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:30rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:19rem;height:12.6875rem;top:32.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9W0CxdARBIsmKELgu1Mmaeb2ZETzVfU { width:20rem;height:19.75rem;top:46.373699188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtT14wtSCdAMiKbDBUwkmgQXeIRzlAm2 { width:20rem;height:23.3125rem;top:67.373699188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK2Q580IaFB59W6nDSqOdyB3zsb4x8p8 { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { width:19.125rem;height:12.75rem;top:32.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmgrQ79wENTyprqTEEuZRf6Onzi8GDLr { width:12.8125rem;height:10.5625rem;top:30rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { width:20rem;height:19.6875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI { display:block; }#xVpmsk8yGlpVCzTobLA7Dmea6A4cBVSI > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqkqDEahw6LLJlsvi0TUk1pk1BW108f4 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:20rem;height:3rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:17.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:7.5rem;top:25.750001430511rem;left:1.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:20rem;height:1.5rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:18.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:18.4375rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:37.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:5.625rem;top:45.75rem;left:1.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:20rem;height:9rem;top:51.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:37.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:37.375rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:19.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:39.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { width:20rem;height:4.5rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { width:7.5rem;height:7.5rem;top:22.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { width:16.875rem;height:1.875rem;top:31.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { width:20rem;height:6rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { width:3.125rem;height:3.125rem;top:24.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { width:20rem;height:1.5rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { width:20rem;height:13.306010928962rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { width:20rem;height:21rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #En4JwUnmemuzSOnO1esZ1iXhReQF3nWE { display:block; }#En4JwUnmemuzSOnO1esZ1iXhReQF3nWE > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxrg66I0F72FodHoVhcI0TM64XdQdwqa { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUZqouotWZ9X2B1CIqNwdRse4Q48TU2q { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSvJoJ6Zh1tIQ40SeQZTUPLxEdA9TslX { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe { display:block; }#OkZt6JCTgtphS7oyhpKiFkPhTDD7TCQe > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teFxrfD6BrVdca0rx0z9X06IV3rUnS84 { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHludwZGuq9oqpIbpZTFCUf0cipwUQ19 { width:19.875rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thepA5shpWdGLsgLVB0GvMIHHClLemH5 { display:block; }#thepA5shpWdGLsgLVB0GvMIHHClLemH5 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vT01H83RHswzFKuuQBTSk9FPxJiIbxxe { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBFnrkxucI8X4E1Ua5MihTBhhO5FqJoM { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL7KU0PbDFEEdhaZSetzThC6NX7N5THz { width:4.5rem;height:5.25rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV { display:block; }#gLo1Ir42D7D9kiRVzlv6alMSxE3B5MrV > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIL4D55ScCi1GAgGfduMD3yZaWbQ6Rwp { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS { display:block; }#Poht6JWCxErvQBKsqu4o8fFEtfzRA7IS > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZMTg0hFKBErtlaJiWqgdtcBTv6hKJXJ { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wg8o3W0eF6UHqx3VTKTuwppJtZa1PE4I { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4JB0AMB6XcoG7EREcca1VGNka1qlxeo { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdkiAJml84VsETkxXAmoBcKpU5u9o4ug { display:block; }#fdkiAJml84VsETkxXAmoBcKpU5u9o4ug > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6qXIdJLdXA2bbp0APdRVkOAotIxTyC9 { width:20rem;height:31.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5gWzpzQZEAcntGfUtU0q0OBivN6oONM { display:block; }#U5gWzpzQZEAcntGfUtU0q0OBivN6oONM > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZW5ZaHDuMdNLzdug65y2EWP778aO5zS { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #girCtBn7SdQyKgxaU7oqMeJmmk6hkrNT { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEhTXWVIU10N7WBvWn7hxfxXwEhPKgEc { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTQEX8AXZW5bglianSxXMKw1w2pAu3TL { display:block; }#vTQEX8AXZW5bglianSxXMKw1w2pAu3TL > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aPQ30aHmk01ceAAdLUTGsQl22xyFOeVs { width:20rem;height:27rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd { display:block; }#zpd5EWZwxrvB8WFdLc1rPvmNWwkwatPd > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLPzSOIrqJ02Q9ahloyVS6x1Zfi9bkru { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRyunZn9ye7pzuv92GcCpKF12sMKWkFd { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2tmaeLK2r9c1Z0OfK9A4lNL5eQgNlhI { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 { display:block; }#Ds3h7Nqbv8T2grgrGWPaWlZdD3wqUMs1 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pC2RcDGcFZTLOvA1WxVNk7sUnZNluHT3 { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { width:20rem;height:0;top:32.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { width:20rem;height:1.4622375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { width:11rem;height:1.70605625rem;top:12.53662109375rem;left:0.3125rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.0625rem;height:2.0625rem;top:12.232421875rem;left:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:4.4375rem;left:0.9375rem;z-index:100017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { width:20rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.1875rem;height:2.9375rem;top:39.3125rem;left:0.9375rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:34.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:36.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { width:20rem;height:0;top:50.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { width:13.5rem;height:3.4375rem;top:54.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block; }
 }@media only screen and (max-width: 763px) { #q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { width:13.5rem;height:3.4375rem;top:59.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block; }
 }@media only screen and (max-width: 763px) { #xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { width:13.5rem;height:3.4375rem;top:63.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block; }
 }