.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:232,223,254;--color-primary-1:159,134,253;--color-primary-2:95,53,251;--color-primary-3:123,64,244;--color-primary-4:19,11,50;--color-secondary-0:255,246,227;--color-secondary-1:255,224,161;--color-secondary-2:255,193,67;--color-secondary-3:128,97,34;--color-secondary-4:38,29,10;--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:Arial;--paragraphs-font-family:Arial; }@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.3125rem;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:27.0625rem;width:23.1875rem;top:2.3125rem;left:32.937501907349rem;overflow:hidden;display:block; }
#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.374218940735rem;left:0rem;height:9.26075rem;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:19.937492370606rem;left:0rem;height:3.41015625rem;font-style:normal;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;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(126,69,245,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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.9365234375rem;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:1.9375rem;width:12.5rem;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.4999923706055rem;left:0rem;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:32.624992370606rem;left:10rem;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:16.59375rem;left:35.250001907349rem;overflow:hidden;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),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:6.6875rem;left:35.625001907349rem;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:8.1875rem;left:55.687498092651rem;display:block; }
#lWGese7BChk37rPkRccDSWHuIFwdaPIN { position:relative;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6062545776367rem;left:0.0625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:0.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { 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:4.3125rem;width:4.3125rem;top:2.5rem;left:4.8125rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.1875rem;top:1.9375rem;left:51.09375rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#def9d8;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:1.875rem;left:36rem;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#ffd6d6;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:1.875rem;left:51rem;display:block; }
#MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:2.375rem;left:36.5rem;overflow:hidden;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;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:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:1.875rem;left:20.25rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { 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.4375rem;width:3.4375rem;top:2.34375rem;left:19.687501907349rem;overflow:hidden;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:rgba(var(--color-primary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.2421875rem;left:0rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.2421875rem;left:15rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:rgba(var(--color-secondary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#7fd65a;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.076171875rem;left:30rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#df4a4c;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.939453125rem;left:45rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { position:relative;display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { position:relative;display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { background-color: transparent; background-image: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { border-width: 0; border-radius: 0; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { position:relative;display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { background-color: transparent; background-image: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row > .video-iframe-container { display: none; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .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); }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { border-width: 0; border-radius: 0; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.3124942779541rem;left:10rem;display:block; }
#ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { position:absolute;display:block;z-index:15013;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.1937503814698rem;left:6.86874961853rem;overflow:hidden;display:block; }
#fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:1.4437503814698rem;left:46.27499961853rem;display:block; }
#QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { 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:1.6875rem;width:1.6875rem;top:18.625rem;left:53.14999961853rem;overflow:hidden;display:block; }
#RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { position:absolute;display:block;z-index:15021;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:11.3125rem;left:56.14999961853rem;overflow:hidden;display:block; }
#TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { position:absolute;display:block;z-index:15014;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:1.125rem;width:1.1875rem;top:18.0625rem;left:4.0242195129394rem;display:block; }
#ozqG244k2iOK34tnPnqNqTlrBSXHlirs { 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; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { background-color: transparent; background-image: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { display: none; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .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); }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { border-width: 0; border-radius: 0; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#wTK95r2eEVccKUO94sxKaGKhAOAdixRT { 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:20.125rem;width:23.6875rem;top:3.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { 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:21.0625rem;top:2.96875rem;left:1.5625rem;overflow:hidden;display:block; }
#DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;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:1.2744140625rem;left:30.5625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:4.8125rem;left:30.5625rem;height:16.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zc4tOPFvh01U2igKH3XC5TyZNoM8Vn7e { background-color:transparent;background-image: -webkit-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(14deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;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(126,69,245,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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.9375rem;left:30.5625rem;display:block; }
#qMQvOn4q9c0ewoqIAATFAo8dF4IyRxgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { position:relative;display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { background-color: transparent; background-image: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row > .video-iframe-container { display: none; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .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); }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { border-width: 0; border-radius: 0; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:arial;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4187507629394rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { position:relative;display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { background-color: transparent; background-image: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row > .video-iframe-container { display: none; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .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); }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { border-width: 0; border-radius: 0; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fi9gzaCqMNXfaCQ0O1oodthOIEkwODkn { 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:3.0625rem;width:3.0625rem;top:1.6875rem;left:18.46249961853rem;overflow:hidden;display:block; }
#zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.625rem;top:1.6875rem;left:30.58749961853rem;overflow:hidden;display:block; }
#SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:5.4375rem;top:1.6875rem;left:42.58749961853rem;overflow:hidden;display:block; }
#Po1tCPvbFGKDlJe0Z91BQKftf7BoOdPy { 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:2.9375rem;width:5.375rem;top:1.6875rem;left:6.2117195129394rem;overflow:hidden;display:block; }
#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT { position:relative;display:block; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT { background-color: transparent; background-image: none; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container > .video-iframe-container { display: none; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row > .video-iframe-container { display: none; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .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); }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT { border-width: 0; border-radius: 0; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { top:2.3125rem;left:20.6875rem;width:23.1875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:8.3125rem;left:0rem;width:28.0625rem;height:9.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:19.875rem;left:0rem;width:29rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:18.9375rem;height:3.4375rem;top:25.875rem;left:0rem;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:12.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { top:5.4375rem;left:0rem;width:1.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { top:32.5625rem;left:3.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { top:16.5625rem;left:29.125001907349rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:6.6875rem;left:29.500001907349rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:8.1875rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { top:2.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:2.5rem;left:3.28125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:1.9375rem;left:40.375rem;width:4.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { top:2.375rem;left:28.84375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.3125rem;left:15.093751907349rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:7.9375rem;left:0rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:11.1875rem;left:0rem;width:14.8125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:11.1875rem;left:9.25rem;width:14.625rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:7.9375rem;left:9.25rem;width:14.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:7.9375rem;left:20.9375rem;width:14.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:12.0625rem;left:21rem;width:14.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:8rem;left:32.9375rem;width:14.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:10.9375rem;left:32.9375rem;width:14.8125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { top:0.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { top:2.25rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { top:3.1875rem;left:0.74374961853025rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { top:1.4375rem;left:40.14999961853rem;width:1.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { top:19.25rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { top:11.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { top:18.0625rem;left:0rem;width:1.1875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { top:3.8125rem;left:0rem;width:23.6875rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { top:2.9375rem;left:0rem;width:21.0625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { top:1.25rem;left:18.875rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { top:4.8125rem;left:22.125rem;width:25.625rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc4tOPFvh01U2igKH3XC5TyZNoM8Vn7e { width:17.6875rem;height:3.4375rem;top:23.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQvOn4q9c0ewoqIAATFAo8dF4IyRxgz { display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { top:1.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi9gzaCqMNXfaCQ0O1oodthOIEkwODkn { top:1.6875rem;left:12.33749961853rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { top:1.6875rem;left:24.46249961853rem;width:9.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { top:1.6875rem;left:36.46249961853rem;width:5.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1tCPvbFGKDlJe0Z91BQKftf7BoOdPy { top:1.6875rem;left:0.08671951293945rem;width:5.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT { display:block; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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;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 { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXem1tvvtA6OTnywv3sKTmFzowRtOvT7 { width:11.5625rem;height:13.5rem;top:0.90625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:16.375rem;height:9.097625rem;top:15.84375rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:18.875rem;height:8.285125rem;top:26rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:17.125rem;height:3.4375rem;top:36.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:12.5rem;height:1.9375rem;top:1.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vubqByFnU08xfBbTcSpZgHp1B3wFCIwQ { width:1.375rem;height:1.3125rem;top:9.67578125rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9M5CzMFdUTuWp1Go7FsAlNEiaktp1ET { width:0.875rem;height:0.9375rem;top:11.98828125rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJ0WfEU9hkqdHQMKSiLZrbrh8V0a3CT { width:1.1875rem;height:1.1875rem;top:17.53125rem;left:16.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.625rem;height:0.625rem;top:10.98828125rem;left:14.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.375rem;height:0.3125rem;top:15.15625rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:16rem;height:1.4619125rem;top:1rem;left:2.0000001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:2.2749rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:12.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:4.3125rem;height:4.3125rem;top:1.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1875rem;height:4.25rem;top:35.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:23.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:35.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpEOrNwArlscVRmRVLTmMJ4KNScuIEcK { width:3.375rem;height:3.375rem;top:24.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:12.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:3.4375rem;height:3.4375rem;top:13.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:5.875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:4.87305rem;top:7.75rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:5.27831875rem;top:19.0625rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:17.125rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:28.75rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:4.22265625rem;top:30.8125rem;left:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:3.25rem;top:40.75rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:5.27831875rem;top:44rem;left:2.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTaBFcIm8zWTiiQ7Di8fxis6dX7gw46V { width:20rem;height:4.875rem;top:0.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt { display:block; }#Tgh5EMeJHeycqVKStH2FqHbgPtJvPNZt > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PDt1lFHWfyrJrT6QIMoFr47k2Dqz9Diy { height:11.25rem;width:20rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJ1SpoQgtmNT2RkPOzilgv9mymhwJOc { width:1.5625rem;height:1.625rem;top:13.186718940735rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #fJANS3KydqQJ2Mzx2iAM3NQv96LzcGoN { width:1.4375rem;height:1.4375rem;top:2rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIRLyFLMWuBWvFpMTlDr8R770D9ot3Jt { width:1.5rem;height:1.5rem;top:14.186718940735rem;left:16.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyuqcM3ze96qLyubkIL8eWetsxvEd8g8 { width:1.4375rem;height:1.4375rem;top:1.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiwK0sLiSowuSmrqDJa3Tu1P7nQlN5nw { width:1.1875rem;height:1.125rem;top:0rem;left:5.9999998807907rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ozqG244k2iOK34tnPnqNqTlrBSXHlirs { display:block; }#ozqG244k2iOK34tnPnqNqTlrBSXHlirs > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTK95r2eEVccKUO94sxKaGKhAOAdixRT { width:15.875rem;height:13.5rem;top:3.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9prLRUR5RglyTVk8yLfoRI2n2EmTrU { width:15.125rem;height:17.6875rem;top:3.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT2AKN9yGR4PTT7MX8sBVoSVTcW5WH17 { width:19.1875rem;height:2.4375rem;top:0.875rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwtN6WxF8LhDHzN4yw1hBdJcCGwNhcU3 { width:18.125rem;height:19.6875rem;top:22.6875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc4tOPFvh01U2igKH3XC5TyZNoM8Vn7e { width:18rem;height:3.4375rem;top:51.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMQvOn4q9c0ewoqIAATFAo8dF4IyRxgz { display:block; }
 }@media only screen and (max-width: 763px) { #kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN { display:block; }#kThCFRwexDFdeXPOxX7DuRmEpU8vMsfN > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIq4LGPgE8nCpoqDJD0ax1WJ40hOztAq { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL { display:block; }#zS1txDXeI8sEB08H4iIeBtCgvrMUAXUL > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi9gzaCqMNXfaCQ0O1oodthOIEkwODkn { width:2rem;height:2rem;top:1.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmfv0PchMZdU2Fgxq1KmzsXbUBg2TKlb { width:6.5rem;height:1.9375rem;top:1.34375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKonEAQFr0T4E0nmxaO24JZEv1apDNlB { width:4.875rem;height:2.6875rem;top:0.96875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po1tCPvbFGKDlJe0Z91BQKftf7BoOdPy { width:4.375rem;height:2.3125rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT { display:block; }#KV7AUp4UeyqmIE86gmlDQGlrJ4d4eKsT > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }