.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:225,236,255;--color-primary-1:154,193,255;--color-primary-2:53,131,255;--color-primary-3:27,66,128;--color-primary-4:8,20,38;--color-secondary-0:255,246,227;--color-secondary-1:255,218,142;--color-secondary-2:255,193,67;--color-secondary-3:153,116,40;--color-secondary-4:51,39,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:27.25rem;top:10.4365234375rem;left:32.75rem;overflow:hidden;display:block; }
#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.6240234375rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#3583ff;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1240234375rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.4736328125rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:8.75rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5625rem;top:5.625rem;left:17.5rem;overflow:hidden;display:block; }
#m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:33.6865234375rem;left:32.0625rem;overflow:hidden;display:block; }
#oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:15.03125rem;left:35.125rem;overflow:hidden;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:4.6875rem;left:43.1865234375rem;display:block; }
#qCF3ubIMfgGRwQDTC54suNOThNtEAJr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.9423828125rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:60rem;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPBVi08HZmkSWECTxyQ1tm8xawQVfmrh { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:6.974609375rem;left:12.21875rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container { background-color: transparent; background-image: none; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container > .video-iframe-container { display: none; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row > .video-iframe-container { display: none; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .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); }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container { border-width: 0; border-radius: 0; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#rDuIH14RzE6Pp2roL8IrxCUrBBChrxNl { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.625rem;left:8.125rem;display:block; }
#NEzOQmrVFmDTt1qH5yRsz6y83AFrfnhs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.625rem;left:28.125rem;display:block; }
#gqvyIMhGBRaUl8aWEftTK4JbTVTQtols { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:3.625rem;left:48.125rem;display:block; }
#p3e68OgdVL3A91uTG5llrEaeT1JtBPFO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.625rem;left:2.625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EayiWZt6QHnlsQnCAU6H6vuGe8PMhVMT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.625rem;left:22.625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCL1TAr4c3DieqLwhXbLbnu28zzLWg5J { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:42.625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S2FScxxTNxSVvwymVqOhVXBTrupsDmBN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:4.25rem;left:7.5rem; }
#ScRTPramnd10r0cOxDiUUuS6DHWJRZ4H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.25rem;left:27.5rem; }
#Ws3Hpl2mv0ayytn6Fn6Iy5hecCQE83qn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.25rem;left:47.5rem; }
#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { background-color: transparent; background-image: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .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); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { border-width: 0; border-radius: 0; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#fmyFmyEG3gVA5hTZDNmofK4Hqs9LS5ik { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:0rem;left:12.25rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clI30Ep3k0kTS6oKTOW7PQG8X7rElyMA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.0625rem;left:17.3125rem;display:block; }
#vOgRySMT80lUE0fL4kLd06nvteTZ60Hr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEvxZUeDs4OAlrclI8FpqLNerUBfxcHy { color:#3583ff;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.375rem;left:15.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.6875rem;left:2.375rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.125rem;left:24.1875rem;overflow:hidden;display:block; }
#ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { position:absolute;display:block;z-index:15008;background-color:#f0f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:45.75rem;width:28.75rem;top:3.125rem;left:30.625rem;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:5.25rem;left:32.25rem;height:40.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 li:before{  }
#zHK5WEXxiuyOMNciWuCnwVozASNwyThB { position:absolute;display:block;z-index:15001;background-color:#e0ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:9.625rem;width:25.625rem;top:21.75rem;left:2.1875rem;display:block; }
#TftwEWCcDk2HnyJcR1oli8epoyly9B3N { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.109375rem;left:3.40625rem;height:7.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ySNLuH3e5S9c9DaTU8NHHCfDh4e7iycO { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.25rem;left:2.3125rem;display:block; }
#VZRVVgTToPol7VuTqmTT2PNVQSd2u5Ri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { background-color: transparent; background-image: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .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); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { border-width: 0; border-radius: 0; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#hsWllxrCQyWDui0OymioytpBaRSSf9C2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:20rem;top:0.875rem;left:2.5625rem;overflow:hidden;display:block; }
#kCMSk9hrPTr4oHi2IMSyIZweE0npqd5h { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:24rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#TdpuSbcuUDBLhZnV1RIF2pvTIOTHDuyk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:30.6875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TEvaSNDEEZt8h7xAqT7T98374Rdm70BX { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.9375rem;left:30.6875rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#clxidATzTVdegNpX9rxMWhN4toB9PB5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container { background-color: transparent; background-image: none; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container > .video-iframe-container { display: none; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row > .video-iframe-container { display: none; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .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); }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container { border-width: 0; border-radius: 0; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#TDcdwmfzu1QViP6BdmVzw33VJZLvEgI2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:8.9375rem;left:8.125rem;display:block; }
#Ssfg3LwMVHaWo5n9tatNOzS4tVwrtWvk { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:8.9375rem;left:28.125rem;display:block; }
#veuXS47tVEx52DEDsOWzPHVtpUXzkJ3b { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:8.9375rem;left:48.125rem;display:block; }
#lZltPRv2amD687ClSqtA7y8SxCt5IlNU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqfzKbyRLLbmCX7z9BGRqet3gLkNhQvN { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:22.625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8QK0qMBsIZE9ggOVoik3OIpSiUJhN4i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:42.625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wylkcF8XCkGlOzxEDvRhTFavOp0hLvsf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.5625rem;left:7.5rem; }
#O2f134DPtXz5zOc0KgHrvq444dSu1N8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.5625rem;left:27.5rem; }
#QD7WFEhw4fyTg9cS9UlJOBttRpPGbdXb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.5625rem;left:47.5rem; }
#EQK9WaxgGgMT62lAsTokl09NUHfrPhVA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.9375rem;left:22.53125rem;display:block; }
#EJ9bPLcoJviXMu3f0a8InwmlrSUfQTqx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eImSmZXp4snkKT8sxkQiMimackJrg9cQ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.21875rem;left:8.875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#npSy0aXTZAxgwiPWTwGVgB3WVqTsyy9E { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.21875rem;left:28.875rem;height:;text-align:center;text-align-last:center;display:block; }
#VRF7ls6cxHDwO4a1Gvx9XL2oMDsZw4df { color:rgba(var(--color-tertiary-4),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.21875rem;left:48.875rem;height:;text-align:center;text-align-last:center;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:3.125rem;left:0rem;display:block; }
#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:1rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.25rem;left:2.8125rem;height:12.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll li:before{  }
#TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { position:absolute;display:block;z-index:15006;background-color:#e0ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:3.125rem;left:31.25rem;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:33.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.25rem;left:33.4375rem;height:12.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt li:before{  }
#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { background-color: transparent; background-image: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .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); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { border-width: 0; border-radius: 0; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:60rem;position:relative;display:block; }#lOC9Zb7Sr8ZZPh5yJhTZXmbPaMKooQN3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:25.75rem;top:5.875rem;left:31.1875rem;overflow:hidden;display:block; }
#TH52pUBVH0GqTHN5mM347pVqonK833yP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.78125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQTTGoX12b3hOlp1VyAXAhsrF2I0MkRf { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.1728515625rem;left:1.8125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o6R0Iz8t43VvGaMzJHxgez7AB0QmOM0K { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.0791015625rem;left:1.8125rem;display:block; }
#xpEL8kFRvL3NrpvQEmhhsleJpvSPNPr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSHwMKPS4zf0fclxpGp9nacCbPUAfedD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:16.6103515625rem;left:1.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#CSHwMKPS4zf0fclxpGp9nacCbPUAfedD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CSHwMKPS4zf0fclxpGp9nacCbPUAfedD li:before{  }
#r3N1xW8WqIPWQdawolQh1SwwRNinTLAD { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:26.4541015625rem;left:1.8125rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { background-color: transparent; background-image: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .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); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { border-width: 0; border-radius: 0; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#J7bhXBT75ElfTC7K7hm2sDWEFbgFNis7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.29345703125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJabk5gkmJycmIkP4KdoEpPZmZHQeGFd { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.5rem;left:12.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container { background-color: transparent; background-image: none; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container > .video-iframe-container { display: none; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row > .video-iframe-container { display: none; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .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); }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container { border-width: 0; border-radius: 0; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#lsqioQGvnqqLwnCKxMJoFFKsnpdaJAKF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.625rem;left:5.625rem;display:block; }
#tsA2PyHTVF0Kl7xCBPEUSN54l7vow9GA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:5.25rem;left:5rem; }
#c8HcDJVlPphMm6kbfJSRiyMDN9Vdopzz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IibODnOhM86vMZsBvmHA7t5gZL9rF4IH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.25rem;left:20rem; }
#QgdgBmJ3f3L43KFOmHHPswc6g8TeBraQ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.625rem;left:20.625rem;display:block; }
#GBmhVp6VtSt9fNAKfqvgkClq1MMkcZ92 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:16.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgF9nRb66zXcgZRMEup5nJpzT6sc5tSU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.625rem;left:35.3125rem;display:block; }
#Qd3uZpV3ZEzLnBTUVbBVF1twBwCAkLTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:5.25rem;left:34.6875rem; }
#PpKsfOugx9R69pVB9iXvQftSF9Nlmd0m { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:31.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnDg0rN3HP7ux289HkhRQAgSJk5IDNWt { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.625rem;left:50.3125rem;display:block; }
#NMQRV6Xg1hs7s7WLFWlczPW7tq2o4XPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.25rem;left:49.6875rem; }
#U5zwNplAsAXWHaTupfmPTelPMG67ikID { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.25rem;left:46.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { background-color: transparent; background-image: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .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); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { border-width: 0; border-radius: 0; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#nCpCRNODp4AoJKlDJ183zixdSRrVrv4B { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:17.3125rem;display:block; }
#IkOdik3i0ttB1hlDgAoHJCv8R3P5Ax8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { background-color: transparent; background-image: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .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); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { border-width: 0; border-radius: 0; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#L9gZcskJcgQBi2SFZnqbToH5ymr2SRtZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:24rem;top:10.96875rem;left:3rem;overflow:hidden;display:block; }
#tCspCqNuwN0a5lMheOqdigWUBnXIaEzD { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:30.6875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vkbhi8i1D5wL8eWcDeWOWDLc5xUL2VPB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:10.19921875rem;left:30.6875rem;height:18.28125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGsXedy5mREr4sWJTnLPUiPPGbtWMUmE { color:#3583ff;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.349609375rem;left:30.6875rem;height:2.76171875rem;font-style:normal;display:block; }
#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:60rem;position:relative;display:block; }#LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.65625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.26171875rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:18.375rem;left:50.5556640625rem;overflow:hidden;display:block; }
#JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:15.4375rem;left:7rem;overflow:hidden;display:block; }
#e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.88671875rem;left:55.0869140625rem;overflow:hidden;display:block; }
#mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:27.237499952316rem;left:50.39999961853rem;overflow:hidden;display:block; }
#VTRLrgeQLxUeTRDvNqQRTraMuyKCMCMT { position:absolute;display:block;z-index:15024;height:56.75rem;width:38.75rem;top:12.75rem;left:10.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { top:10.375rem;left:20.5rem;width:27.25rem;height:22.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:9.5625rem;left:0rem;width:28.0625rem;height:8.25rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:19.0625rem;left:0rem;width:29rem;height:1.375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:25.375rem;height:3.4375rem;top:28.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:1.125rem;left:0rem;width:8.75rem;height:3.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:5.625rem;left:11.375rem;width:1.5625rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:33.625rem;left:25.9375rem;width:1.6875rem;height:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:15rem;left:29rem;width:2.375rem;height:2.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:4.6875rem;left:37.0615234375rem;width:0.9375rem;height:0.9375rem;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qCF3ubIMfgGRwQDTC54suNOThNtEAJr1 { top:21.9375rem;left:0rem;width:29rem;height:4.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:3.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xPBVi08HZmkSWECTxyQ1tm8xawQVfmrh { top:6.9375rem;left:6.09375rem;width:35.5625rem;height:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE { display:block; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDuIH14RzE6Pp2roL8IrxCUrBBChrxNl { top:3.625rem;left:6.0625rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NEzOQmrVFmDTt1qH5yRsz6y83AFrfnhs { top:3.625rem;left:21.9375rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gqvyIMhGBRaUl8aWEftTK4JbTVTQtols { top:3.625rem;left:37.8125rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p3e68OgdVL3A91uTG5llrEaeT1JtBPFO { top:9.625rem;left:0.5625rem;width:14.8125rem;height:4.125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EayiWZt6QHnlsQnCAU6H6vuGe8PMhVMT { top:9.625rem;left:16.4375rem;width:14.8125rem;height:4.125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sCL1TAr4c3DieqLwhXbLbnu28zzLWg5J { top:9.625rem;left:32.3125rem;width:14.8125rem;height:4.125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S2FScxxTNxSVvwymVqOhVXBTrupsDmBN { width:3.125rem;height:3.125rem;top:4.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScRTPramnd10r0cOxDiUUuS6DHWJRZ4H { width:3.125rem;height:3.125rem;top:4.25rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws3Hpl2mv0ayytn6Fn6Iy5hecCQE83qn { width:3.125rem;height:3.125rem;top:4.25rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV { display:block; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV { background-color: transparent; background-image: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .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); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV { border-width: 0; border-radius: 0; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmyFmyEG3gVA5hTZDNmofK4Hqs9LS5ik { top:0rem;left:6.125rem;width:35.5625rem;height:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #clI30Ep3k0kTS6oKTOW7PQG8X7rElyMA { width:25.375rem;height:3.4375rem;top:5.0625rem;left:11.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vOgRySMT80lUE0fL4kLd06nvteTZ60Hr { display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { top:3.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aEvxZUeDs4OAlrclI8FpqLNerUBfxcHy { top:6.375rem;left:9.375rem;width:29rem;height:2.75rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:10.1875rem;left:0rem;width:25.1875rem;height:4.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:16.6875rem;left:0rem;width:23.1875rem;height:1.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3.125rem;left:21.125rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { top:3.125rem;left:19rem;width:28.75rem;height:45.75rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:5.25rem;left:23.875rem;width:23.1875rem;height:40.9375rem;font-size:0.8125rem;color:#ffffff;display:block; }#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 li:before{  }
 }@media only screen and (max-width: 763px) { #zHK5WEXxiuyOMNciWuCnwVozASNwyThB { top:21.75rem;left:0rem;width:25.625rem;height:9.625rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TftwEWCcDk2HnyJcR1oli8epoyly9B3N { top:23.0625rem;left:0.34375rem;width:23.1875rem;height:7rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ySNLuH3e5S9c9DaTU8NHHCfDh4e7iycO { width:25.375rem;height:3.4375rem;top:33.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VZRVVgTToPol7VuTqmTT2PNVQSd2u5Ri { display:block; }
 }@media only screen and (max-width: 763px) { #CzzSnsiTelipuOuduvSMTTDZLIRTkDIC { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { background-color: transparent; background-image: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .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); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { border-width: 0; border-radius: 0; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsWllxrCQyWDui0OymioytpBaRSSf9C2 { top:0.875rem;left:0rem;width:20rem;height:19.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kCMSk9hrPTr4oHi2IMSyIZweE0npqd5h { top:0rem;left:0rem;width:24rem;height:24.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TdpuSbcuUDBLhZnV1RIF2pvTIOTHDuyk { top:4.5rem;left:21.3125rem;width:26.4375rem;height:5.1875rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TEvaSNDEEZt8h7xAqT7T98374Rdm70BX { top:10.9375rem;left:22.125rem;width:25.625rem;height:9.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #clxidATzTVdegNpX9rxMWhN4toB9PB5R { display:block; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcdwmfzu1QViP6BdmVzw33VJZLvEgI2 { top:8.9375rem;left:6.0625rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ssfg3LwMVHaWo5n9tatNOzS4tVwrtWvk { top:8.9375rem;left:21.9375rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #veuXS47tVEx52DEDsOWzPHVtpUXzkJ3b { top:8.9375rem;left:37.8125rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lZltPRv2amD687ClSqtA7y8SxCt5IlNU { top:14.9375rem;left:0.5625rem;width:14.8125rem;height:3.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfzKbyRLLbmCX7z9BGRqet3gLkNhQvN { top:14.9375rem;left:16.4375rem;width:14.8125rem;height:5.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V8QK0qMBsIZE9ggOVoik3OIpSiUJhN4i { top:14.9375rem;left:32.3125rem;width:14.8125rem;height:5.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wylkcF8XCkGlOzxEDvRhTFavOp0hLvsf { width:3.125rem;height:3.125rem;top:9.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2f134DPtXz5zOc0KgHrvq444dSu1N8T { width:3.125rem;height:3.125rem;top:9.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD7WFEhw4fyTg9cS9UlJOBttRpPGbdXb { width:3.125rem;height:3.125rem;top:9.5625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQK9WaxgGgMT62lAsTokl09NUHfrPhVA { width:14.9375rem;height:3.4375rem;top:22.9375rem;left:16.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9bPLcoJviXMu3f0a8InwmlrSUfQTqx { display:block; }
 }@media only screen and (max-width: 763px) { #eImSmZXp4snkKT8sxkQiMimackJrg9cQ { width:2.25rem;height:3.375rem;top:3.1875rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npSy0aXTZAxgwiPWTwGVgB3WVqTsyy9E { width:2.25rem;height:;top:3.1875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRF7ls6cxHDwO4a1Gvx9XL2oMDsZw4df { width:2.25rem;height:;top:3.1875rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { top:3.125rem;left:0rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:5rem;left:0rem;width:26.75rem;height:1.625rem;font-size:1.25rem;color:#fff6e3;display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:7.25rem;left:0rem;width:23.1875rem;height:12.0625rem;font-size:1rem;color:#ffffff;display:block; }#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll li:before{  }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { top:3.125rem;left:19rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:5rem;left:23rem;width:24.75rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt { top:7.25rem;left:24.25rem;width:23.1875rem;height:12.0625rem;font-size:1rem;color:#ffffff;display:block; }#CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt li:before{  }
 }@media only screen and (max-width: 763px) { #WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { background-color: transparent; background-image: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .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); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { border-width: 0; border-radius: 0; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOC9Zb7Sr8ZZPh5yJhTZXmbPaMKooQN3 { top:5.875rem;left:20.125rem;width:25.75rem;height:32.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TH52pUBVH0GqTHN5mM347pVqonK833yP { top:4.9375rem;left:0rem;width:26.4375rem;height:5.1875rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fQTTGoX12b3hOlp1VyAXAhsrF2I0MkRf { top:12.125rem;left:0rem;width:25.625rem;height:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #o6R0Iz8t43VvGaMzJHxgez7AB0QmOM0K { width:14.9375rem;height:3.4375rem;top:32.0625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xpEL8kFRvL3NrpvQEmhhsleJpvSPNPr7 { display:block; }
 }@media only screen and (max-width: 763px) { #CSHwMKPS4zf0fclxpGp9nacCbPUAfedD { top:16.5625rem;left:0rem;width:25.625rem;height:;font-size:1rem;color:#000000;display:block; }#CSHwMKPS4zf0fclxpGp9nacCbPUAfedD li:before{  }
 }@media only screen and (max-width: 763px) { #r3N1xW8WqIPWQdawolQh1SwwRNinTLAD { top:26.4375rem;left:0rem;width:25.625rem;height:3.1875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU { display:block; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU { background-color: transparent; background-image: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .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); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU { border-width: 0; border-radius: 0; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7bhXBT75ElfTC7K7hm2sDWEFbgFNis7 { top:4.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kJabk5gkmJycmIkP4KdoEpPZmZHQeGFd { top:9.5rem;left:6.125rem;width:35.5625rem;height:1.5625rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 { display:block; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsqioQGvnqqLwnCKxMJoFFKsnpdaJAKF { top:4.625rem;left:4.09375rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tsA2PyHTVF0Kl7xCBPEUSN54l7vow9GA { width:3.125rem;height:3.125rem;top:5.25rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8HcDJVlPphMm6kbfJSRiyMDN9Vdopzz { top:10.25rem;left:0rem;width:12.0625rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IibODnOhM86vMZsBvmHA7t5gZL9rF4IH { width:3.125rem;height:3.125rem;top:5.25rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgdgBmJ3f3L43KFOmHHPswc6g8TeBraQ { top:4.625rem;left:16.03125rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GBmhVp6VtSt9fNAKfqvgkClq1MMkcZ92 { top:10.25rem;left:11.8125rem;width:12.0625rem;height:2.5625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qgF9nRb66zXcgZRMEup5nJpzT6sc5tSU { top:4.625rem;left:27.65625rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3uZpV3ZEzLnBTUVbBVF1twBwCAkLTf { width:3.125rem;height:3.125rem;top:5.25rem;left:27.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpKsfOugx9R69pVB9iXvQftSF9Nlmd0m { top:10.25rem;left:23.75rem;width:12.0625rem;height:3.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WnDg0rN3HP7ux289HkhRQAgSJk5IDNWt { top:4.625rem;left:39.59375rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NMQRV6Xg1hs7s7WLFWlczPW7tq2o4XPJ { width:3.125rem;height:3.125rem;top:5.25rem;left:38.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5zwNplAsAXWHaTupfmPTelPMG67ikID { top:10.25rem;left:35.6875rem;width:12.0625rem;height:3.875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU { display:block; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU { background-color: transparent; background-image: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .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); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU { border-width: 0; border-radius: 0; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCpCRNODp4AoJKlDJ183zixdSRrVrv4B { width:25.375rem;height:3.4375rem;top:0rem;left:11.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(14deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(14deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(14deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(126,69,245,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IkOdik3i0ttB1hlDgAoHJCv8R3P5Ax8k { display:block; }
 }@media only screen and (max-width: 763px) { #m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { background-color: transparent; background-image: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .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); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { border-width: 0; border-radius: 0; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9gZcskJcgQBi2SFZnqbToH5ymr2SRtZ { top:10.9375rem;left:0rem;width:24rem;height:10.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tCspCqNuwN0a5lMheOqdigWUBnXIaEzD { top:3.125rem;left:21.3125rem;width:26.4375rem;height:2.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vkbhi8i1D5wL8eWcDeWOWDLc5xUL2VPB { top:10.1875rem;left:22.125rem;width:25.625rem;height:18.25rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LGsXedy5mREr4sWJTnLPUiPPGbtWMUmE { top:6.3125rem;left:22.3125rem;width:25.4375rem;height:2.75rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(45deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(45deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(45deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { top:3.125rem;left:0.53125rem;width:46.6875rem;height:5.1875rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { top:9.25rem;left:4.1875rem;width:39.375rem;height:1.375rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { top:18.375rem;left:44.4306640625rem;width:1.4375rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { top:15.4375rem;left:0.875rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { top:2.875rem;left:46rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { top:27.1875rem;left:44.27499961853rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VTRLrgeQLxUeTRDvNqQRTraMuyKCMCMT { width:38.75rem;height:56.75rem;top:12.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:#fbfaff;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { width:20rem;height:16.3125rem;top:5.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:18.1875rem;height:5.361325rem;top:21.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:19.4375rem;height:2.5996125rem;top:28.546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:20rem;height:3.4375rem;top:40.271484375rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:5.8125rem;height:2.5625rem;top:1.25rem;left:7.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:1.375rem;height:1.3125rem;top:9.375rem;left:9.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:0.875rem;height:0.9375rem;top:46.2119140625rem;left:3.40625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:1.1875rem;height:1.1875rem;top:46.0869140625rem;left:17.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.375rem;height:0.3125rem;top:5.0625rem;left:9.625rem;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qCF3ubIMfgGRwQDTC54suNOThNtEAJr1 { width:20rem;height:6rem;top:32.396484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xPBVi08HZmkSWECTxyQ1tm8xawQVfmrh { width:20rem;height:4.5rem;top:6.59375rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE { display:block; }#lzudpNWMsnlxtRJZo4upDmBxvkGNKOsE > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDuIH14RzE6Pp2roL8IrxCUrBBChrxNl { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NEzOQmrVFmDTt1qH5yRsz6y83AFrfnhs { width:4.375rem;height:4.375rem;top:14.4375rem;left:7.875rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gqvyIMhGBRaUl8aWEftTK4JbTVTQtols { width:4.375rem;height:4.375rem;top:24.6650375rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #p3e68OgdVL3A91uTG5llrEaeT1JtBPFO { width:14.8125rem;height:3.8994125rem;top:6.875rem;left:2.5625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EayiWZt6QHnlsQnCAU6H6vuGe8PMhVMT { width:14.8125rem;height:2.5996125rem;top:20.0625rem;left:2.625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCL1TAr4c3DieqLwhXbLbnu28zzLWg5J { width:14.8125rem;height:3.8994125rem;top:30.2900375rem;left:2.5625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2FScxxTNxSVvwymVqOhVXBTrupsDmBN { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #ScRTPramnd10r0cOxDiUUuS6DHWJRZ4H { display:flex;width:3.125rem;height:3.125rem;top:15.0625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #Ws3Hpl2mv0ayytn6Fn6Iy5hecCQE83qn { display:flex;width:3.125rem;height:3.125rem;top:25.2900375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { background-color: transparent; background-image: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container { display: none; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .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); }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { border-width: 0; border-radius: 0; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJJZpnitIcF8ZtAwrCTa9DdMlcEzD9eV > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmyFmyEG3gVA5hTZDNmofK4Hqs9LS5ik { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clI30Ep3k0kTS6oKTOW7PQG8X7rElyMA { width:19rem;height:3.4375rem;top:8.5rem;left:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOgRySMT80lUE0fL4kLd06nvteTZ60Hr { display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Use4eX4MxkC6ApfrIZ4WGgNBvIxPnxGW { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aEvxZUeDs4OAlrclI8FpqLNerUBfxcHy { width:20rem;height:4.142575rem;top:4.6123046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:6.5rem;top:4.25rem;left:1.375rem;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.75rem;height:3rem;top:12rem;left:1.625rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:1.25rem;left:9.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZHHgmccm7XvIRgRd47lcL8DLbWwDrIlT { width:19.375rem;height:42.3125rem;top:31.125rem;left:0.3125rem;background-color:#f0f6ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.375rem;height:37.65625rem;top:33.25rem;left:1.9375rem;font-size:0.8125rem;color:rgba(var(--color-tertiary-4),1);display:block; }#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 li:before{  }
 }@media only screen and (max-width: 763px) { #zHK5WEXxiuyOMNciWuCnwVozASNwyThB { width:20rem;height:13.625rem;top:16.25rem;left:0rem;background-color:#e0ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TftwEWCcDk2HnyJcR1oli8epoyly9B3N { width:16.875rem;height:9.84375rem;top:18.125rem;left:1.5625rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ySNLuH3e5S9c9DaTU8NHHCfDh4e7iycO { width:19rem;height:3.4375rem;top:74.6875rem;left:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZRVVgTToPol7VuTqmTT2PNVQSd2u5Ri { display:block; }
 }@media only screen and (max-width: 763px) { #CzzSnsiTelipuOuduvSMTTDZLIRTkDIC { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { background-color: transparent; background-image: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row > .video-iframe-container { display: none; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .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); }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { border-width: 0; border-radius: 0; }#CzzSnsiTelipuOuduvSMTTDZLIRTkDIC > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsWllxrCQyWDui0OymioytpBaRSSf9C2 { width:13.4375rem;height:13rem;top:2.125rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kCMSk9hrPTr4oHi2IMSyIZweE0npqd5h { width:17.125rem;height:17.6875rem;top:1.25rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TdpuSbcuUDBLhZnV1RIF2pvTIOTHDuyk { width:19.1875rem;height:6.3369375rem;top:20.1875rem;left:0.40625rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEvaSNDEEZt8h7xAqT7T98374Rdm70BX { width:18.125rem;height:12rem;top:27.7744140625rem;left:0.9375rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clxidATzTVdegNpX9rxMWhN4toB9PB5R { display:block; }#clxidATzTVdegNpX9rxMWhN4toB9PB5R > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDcdwmfzu1QViP6BdmVzw33VJZLvEgI2 { width:4.375rem;height:4.375rem;top:3.125rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ssfg3LwMVHaWo5n9tatNOzS4tVwrtWvk { width:4.375rem;height:4.375rem;top:15.7734375rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #veuXS47tVEx52DEDsOWzPHVtpUXzkJ3b { width:4.375rem;height:4.375rem;top:29.72265625rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lZltPRv2amD687ClSqtA7y8SxCt5IlNU { width:14.8125rem;height:3.89941875rem;top:8.75rem;left:2.5625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfzKbyRLLbmCX7z9BGRqet3gLkNhQvN { width:14.8125rem;height:5.199225rem;top:21.3984375rem;left:2.5625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8QK0qMBsIZE9ggOVoik3OIpSiUJhN4i { width:14.8125rem;height:5.199225rem;top:35.34765625rem;left:2.5625rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wylkcF8XCkGlOzxEDvRhTFavOp0hLvsf { display:flex;width:3.125rem;height:3.125rem;top:3.75rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #O2f134DPtXz5zOc0KgHrvq444dSu1N8T { display:flex;width:3.125rem;height:3.125rem;top:16.3984375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #QD7WFEhw4fyTg9cS9UlJOBttRpPGbdXb { display:flex;width:3.125rem;height:3.125rem;top:30.34765625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #EQK9WaxgGgMT62lAsTokl09NUHfrPhVA { width:14.9375rem;height:3.4375rem;top:43.046875rem;left:2.53125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9bPLcoJviXMu3f0a8InwmlrSUfQTqx { display:block; }
 }@media only screen and (max-width: 763px) { #eImSmZXp4snkKT8sxkQiMimackJrg9cQ { width:2.25rem;height:1.29980625rem;top:1.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npSy0aXTZAxgwiPWTwGVgB3WVqTsyy9E { width:2.25rem;height:1.29980625rem;top:13.91015625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRF7ls6cxHDwO4a1Gvx9XL2oMDsZw4df { width:2.25rem;height:1.29980625rem;top:27.859375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OClLW1MJbo8nbJlMAdPa58KUXhzGOdlF { width:19.375rem;height:18.375rem;top:1.25rem;left:0.3125rem;background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.875rem;height:1.625rem;top:2.5rem;left:2.0625rem;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:16.875rem;height:12.9375rem;top:4.59375rem;left:1.5625rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll li:before{  }
 }@media only screen and (max-width: 763px) { #TvfopwrEibLv9MDhWpT3dEAoN1DXpwKy { width:19.375rem;height:19.4375rem;top:20.8681640625rem;left:0.3125rem;background-color:#e0ecff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:1.625rem;top:22.1181640625rem;left:1.1875rem;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt { width:16.875rem;height:14.4375rem;top:24.3681640625rem;left:1.5625rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#CkNLVrZngbLz7RpfOuByu0wpa8wQUQRt li:before{  }
 }@media only screen and (max-width: 763px) { #WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { background-color: transparent; background-image: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row > .video-iframe-container { display: none; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .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); }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { border-width: 0; border-radius: 0; }#WLTIdDgfpU6Tv1nmiDwoUU7AUC3ThZL4 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOC9Zb7Sr8ZZPh5yJhTZXmbPaMKooQN3 { width:13.875rem;height:17.6875rem;top:29.537109375rem;left:3.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TH52pUBVH0GqTHN5mM347pVqonK833yP { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fQTTGoX12b3hOlp1VyAXAhsrF2I0MkRf { width:20rem;height:3rem;top:6.724609375rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o6R0Iz8t43VvGaMzJHxgez7AB0QmOM0K { width:14.9375rem;height:3.4375rem;top:24.849609375rem;left:2.53125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEL8kFRvL3NrpvQEmhhsleJpvSPNPr7 { display:block; }
 }@media only screen and (max-width: 763px) { #CSHwMKPS4zf0fclxpGp9nacCbPUAfedD { width:20rem;height:8.125rem;top:10.349609375rem;left:0rem;font-size:1rem;color:#000000;display:block; }#CSHwMKPS4zf0fclxpGp9nacCbPUAfedD li:before{  }
 }@media only screen and (max-width: 763px) { #r3N1xW8WqIPWQdawolQh1SwwRNinTLAD { width:20rem;height:4.5rem;top:19.099609375rem;left:0rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { background-color: transparent; background-image: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container { display: none; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .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); }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { border-width: 0; border-radius: 0; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwTo2ESBK17kAmrO12lJfqTPVFEMD0zU > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7bhXBT75ElfTC7K7hm2sDWEFbgFNis7 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJabk5gkmJycmIkP4KdoEpPZmZHQeGFd { width:20rem;height:1.59375rem;top:6.099609375rem;left:0rem;font-size:1.0625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 { display:block; }#srzWwTgUSTHQJ7ExCUTEunzfWr7pPmu8 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsqioQGvnqqLwnCKxMJoFFKsnpdaJAKF { width:4.375rem;height:4.375rem;top:1.25rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tsA2PyHTVF0Kl7xCBPEUSN54l7vow9GA { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #c8HcDJVlPphMm6kbfJSRiyMDN9Vdopzz { width:12.0625rem;height:2.5996125rem;top:6.875rem;left:3.9375rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IibODnOhM86vMZsBvmHA7t5gZL9rF4IH { display:flex;width:3.125rem;height:3.125rem;top:11.3496125rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #QgdgBmJ3f3L43KFOmHHPswc6g8TeBraQ { width:4.375rem;height:4.375rem;top:10.7246125rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GBmhVp6VtSt9fNAKfqvgkClq1MMkcZ92 { width:12.0625rem;height:2.5996125rem;top:16.3496125rem;left:3.9375rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgF9nRb66zXcgZRMEup5nJpzT6sc5tSU { width:4.375rem;height:4.375rem;top:20.199225rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Qd3uZpV3ZEzLnBTUVbBVF1twBwCAkLTf { display:flex;width:3.125rem;height:3.125rem;top:20.824225rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #PpKsfOugx9R69pVB9iXvQftSF9Nlmd0m { width:12.0625rem;height:3.8994125rem;top:25.824225rem;left:3.9375rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnDg0rN3HP7ux289HkhRQAgSJk5IDNWt { width:4.375rem;height:4.375rem;top:30.9726625rem;left:7.8125rem;background-color:rgba(var(--color-primary-0),1);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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #NMQRV6Xg1hs7s7WLFWlczPW7tq2o4XPJ { display:flex;width:3.125rem;height:3.125rem;top:31.5976625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #U5zwNplAsAXWHaTupfmPTelPMG67ikID { width:12.0625rem;height:3.8994125rem;top:36.5976625rem;left:3.9375rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { background-color: transparent; background-image: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container { display: none; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .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); }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { border-width: 0; border-radius: 0; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNWTkcsE57OIgm4sXMSVZFUdGqXuEqQU > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCpCRNODp4AoJKlDJ183zixdSRrVrv4B { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 0.625rem 1.875rem rgba(var(--color-primary-1),0.5) ;color:#ffffff;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkOdik3i0ttB1hlDgAoHJCv8R3P5Ax8k { display:block; }
 }@media only screen and (max-width: 763px) { #m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { background-color: transparent; background-image: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row > .video-iframe-container { display: none; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .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); }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { border-width: 0; border-radius: 0; }#m3O2XgRa1SxylWnCEf6DCzKU6Lip9U2U > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9gZcskJcgQBi2SFZnqbToH5ymr2SRtZ { width:17.125rem;height:7.5rem;top:1.25rem;left:1.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tCspCqNuwN0a5lMheOqdigWUBnXIaEzD { width:20rem;height:2.11230625rem;top:10rem;left:0rem;font-size:1.625rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vkbhi8i1D5wL8eWcDeWOWDLc5xUL2VPB { width:20rem;height:22.5rem;top:17.375rem;left:0rem;font-size:0.9375rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGsXedy5mREr4sWJTnLPUiPPGbtWMUmE { width:20rem;height:2.76171875rem;top:13.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { background-color: transparent; background-image: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row > .video-iframe-container { display: none; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .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); }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { border-width: 0; border-radius: 0; }#uoAUgncIColB1WPVNCRL0T6K5RW5c0aQ > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxycwKbTl6KN1TctOZiOaAaZrzmw4u7 { width:20rem;height:6.3369375rem;top:1.875rem;left:0rem;font-size:1.625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vcg6z8PTmTvTsUJdTdaAXKuuHz35n99C { width:17.375rem;height:2.76171875rem;top:9.4619140625rem;left:1.3125rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OOqaXf0QQ0PPNwFKEy0HQbdXC29MDOQr { width:1.4375rem;height:1.5rem;top:37.5234375rem;left:0.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JTdpcKAXnX6odx60NXwPcIRCylB5fyLX { width:1.75rem;height:1.75rem;top:15.2236328125rem;left:18.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #e5bnez3O3zFOa0bTQ88M7klKezdFrulJ { width:1.75rem;height:1.75rem;top:5.0244140625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mJyBytKOsEuBkSD5gsr4OPXX15PDRBIP { width:1.75rem;height:1.75rem;top:32.3359375rem;left:18.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VTRLrgeQLxUeTRDvNqQRTraMuyKCMCMT { width:20rem;height:22.375rem;top:13.4736328125rem;left:0rem;display:block; }
 }