.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:242,224,231;--color-primary-1:217,163,184;--color-primary-2:191,102,137;--color-primary-3:187,40,88;--color-primary-4:148,0,58;--color-secondary-0:222,248,232;--color-secondary-1:146,233,179;--color-secondary-2:37,211,102;--color-secondary-3:19,106,51;--color-secondary-4:6,32,15;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Bitter";--paragraphs-font-family:"Bitter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#efN4c44eTBtT1SCOZcL8xgR2bzwZtryr { 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:4.125rem;width:26.4375rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#Xt9TRdtPnBC8zNGmsLL5EN41pR6LBQyb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.65625rem;left:64.625rem; }
#xsl7oCbIyhxxdTDqC3QaPGM88uq4lkxp { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.921875rem;left:64.625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oFuWVKBcq2vLzif81n8l1H2y94WrF5JZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.84375rem;left:64rem;display:block; }
#BV7snteL5Fuz0qPK4rEUN0Vt9btC6QSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg { position:relative;display:block; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg { background-color: transparent; background-image: none; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container > .video-iframe-container { display: none; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row > .video-iframe-container { display: none; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .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); }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg { border-width: 0; border-radius: 0; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af003c;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#RJp5LZs1bg47coSN8axKSJcOls6ySKBC { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fad83f38-61e2-4b5f-a49f-55d3ab993e37/luxeframemarblegold17647111741806932ec4a3ef04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:26.875rem;width:44.5rem;top:0rem;left:30.5rem;display:block; }#RJp5LZs1bg47coSN8axKSJcOls6ySKBC.adaptive-delivery-prevent-bg, #RJp5LZs1bg47coSN8axKSJcOls6ySKBC.lazyload, #RJp5LZs1bg47coSN8axKSJcOls6ySKBC.lazyloading { background-image: none; }
#sWbU50NNyV8BEp8qhhmqCMoJrUohJiCR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #af003c, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #af003c, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #af003c, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #af003c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af003c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af003c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #af003c, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:13.625rem;top:0rem;left:30.5rem;display:block; }
#iMSTMhzDvgGhmrT9Pls1brJac3lby9f5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.1875rem;left:4.875rem;height:10.57325rem;display:block; }
#UygpMLc89ZH618T8ZsSGVzwT5drHF1sF { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6357421875rem;left:4.875rem;height:3.8984375rem;font-style:normal;display:block; }
#NDGAcoShe0Z1tO85R5dTn1OzpmmxA4HT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.9375rem solid rgba(var(--color-primary-3),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.4375rem;left:4.875rem;display:block; }
#F8uUW2ruIIG4MGkvTwuBzeMpzlcFUfp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wg3ITdv6UsXN4dWnLNXI2uJAbO1bDKlw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:21.0625rem;left:5.625rem; }
#AVniGymxGlDa9E5R0Teg9bg4sx8Ss9ue { color:#02ff60;display:block;width:12.75rem;position:absolute;font-family:assistant;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.150390625rem;left:16.8125rem;height:2.111325rem;font-style:normal;display:block; }
#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H { position:relative;display:block; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H { background-color: transparent; background-image: none; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row .container > .video-iframe-container { display: none; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row > .video-iframe-container { display: none; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .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); }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H { border-width: 0; border-radius: 0; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .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; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .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:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gumql8KWK3t7nn3T3dLmL9RKfTBBNIBb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.21875rem;left:0rem; }
#Bw37kxM5GmRGoP66yRlIXB1Wm9bNNb1T { color:#af003c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:3.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#Zvz5Luc8svd3slL3BEL5akpTJvIhXpC6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:assistant;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25390625rem;left:3.9375rem;height:1.05625rem;font-style:normal;display:block; }
#qVJvqQX8dbLmyIAnfO5huzJziRafmvv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.25rem;left:18.75rem; }
#qlq0yHhs9WudoaDC1eNT0cy9TKaAEhMd { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:assistant;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:22.3125rem;height:1.05625rem;font-style:normal;display:block; }
#G5oNnWb4XSVBAENx5l1EagKNvDXCr5ZC { color:#af003c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:22.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#TX6e8i2Ly5NoNotQX9TK3NtZNrgTyuEf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.8125rem;left:56.25rem; }
#Zz35eps6oB8NH6vz4BZ1XDgIdDutDeer { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:assistant;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:59.4375rem;height:1.05625rem;font-style:normal;display:block; }
#qeLTV9ADg7wBADDgcl2dV1lDb6WEq34L { color:#af003c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:59.4375rem;height:1.4619125rem;font-style:normal;display:block; }
#kDzaZGpuMfqLzmfVfHZ9lraq9AFUCTtk { color:#af003c;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.875rem;height:1.4619125rem;font-style:normal;display:block; }
#MNf1Tst236KPy8ZKvsqNEH6NXcJt7LGk { color:rgba(var(--color-tertiary-2),1);display:block;width:10.375rem;position:absolute;font-family:assistant;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:40.875rem;height:1.05625rem;font-style:normal;display:block; }
#SKHpe5xa2wa2f0X5eCTLpreakqB1Gp8s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5rem;left:37.5rem; }
#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr { position:relative;display:block; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr { background-color: transparent; background-image: none; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row .container > .video-iframe-container { display: none; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row > .video-iframe-container { display: none; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .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); }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr { border-width: 0; border-radius: 0; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .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; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .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:13.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QMAzTRiU2StNnQ690ECRTCxTbGDSsbtX { color:rgba(var(--color-tertiary-2),0.23);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.25rem;left:-0.6875rem;height:8.77525rem;display:block; }
#v4VyQ2sWVNFH45hE7haLqr4Nmxr0PpcM { color:rgba(var(--color-tertiary-2),1);display:block;width:41rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:9.6884765625rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 { position:relative;display:block; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 { background-color: transparent; background-image: none; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row .container > .video-iframe-container { display: none; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row > .video-iframe-container { display: none; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .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); }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 { border-width: 0; border-radius: 0; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .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; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .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:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rwc7d1dHdKAL4cvaR4HDRbsW5Z867TTB { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:25.8125rem;overflow:hidden;display:block; }
#hdcE0OBTP5GaSSV98Kee1vUSKzqZyURu { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:25.8125rem;display:block; }
#ZUvA6sixmfmnBT0Tx4LAtgRuMwmNCGmJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:14.375rem;width:23.4375rem;top:17.4375rem;left:25.8125rem;display:block; }
#srGPiOeO22TTAePLFb6tSkMNfxPbEbbT { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:38.9375rem;display:block; }
#IuXFZ7ucN5BV8ScX0zPSO04r8P45yt3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:27.6875rem;height:6.8125rem;font-style:normal;display:block; }#d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK li:before{  }
#m22T77Kl645RE33Tm1ncDuRLzINRTW01 { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:27.6875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNUp3Ogc0qWZu6a6fnhnAVt5FISRFNIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:39.75rem; }
#wbo8oF0lD3L9qy9dzxLP2m9PvCrouoaN { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:27.6875rem;height:4.125rem;font-style:normal;display:block; }
#TQcabUQHtRzlCRmsh1wXAxOziwryHzhD { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:27.6875rem;height:1.71875rem;font-style:normal;display:block; }
#cMwoIS9wThO63Ulckql27MmvoZmdzl3x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:17.5rem;width:23.4375rem;top:17.4375rem;left:0rem;display:block; }
#V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:1.875rem;height:9.125rem;font-style:normal;display:block; }#V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV li:before{  }
#pApMbTNSgdVcnnyGkHvPWHkHlEaZqOJS { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:1.875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RbKrT2wMk5hyu7FdKZJo9TpJ1S8xVxTQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:13.125rem;display:block; }
#cFWE8yusWQVncoXXievXhZmJbBusDaN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIN5xXXGZd93CS2gLMac4bMa3k6yK0XX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:13.9375rem; }
#wwS82J0eOHZy7bHNrw0dgr3k2ovCDovr { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#LWq2dRdMZinTWCp6N8siXN43TKaGvUyX { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:0rem;display:block; }
#G5UNSPIqDO9BaRXmx22k9zcTpRCmFRZe { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:1.875rem;height:4.125rem;font-style:normal;display:block; }
#gxEJQRyVs76FW6g9oInHNwkTfylQIUBN { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.875rem;height:1.71875rem;font-style:normal;display:block; }
#PRE8I88uey5d18w8p1sagqBl2gylZNBw { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:51.5625rem;overflow:hidden;display:block; }
#kF7tnVIXkTokmDJ5yRofe3KGKPW0bBQD { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:51.5625rem;display:block; }
#OFQtFXqCiM2SJVvPobpSAum6EgKmOST4 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:53.4375rem;height:4.125rem;font-style:normal;display:block; }
#IsFR8ZTbCRG5s79zdziKyb5oW1dDCk5X { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:17.5625rem;width:23.4375rem;top:17.4375rem;left:51.5625rem;display:block; }
#qnJwTbTqonNBNu5nTHtHZB3yGDnReoiI { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:53.4375rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vuAxzF0fgVh3xLiRDGii9ZUPFgZlDwkx { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:53.4375rem;height:1.71875rem;font-style:normal;display:block; }
#Lppn2uUa3vurk3htkMNQm5mqFpGxU8iX { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:64.6875rem;display:block; }
#UWdRdGt3inZE8aBhDWzbhihOslH9WuRm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqt4AI5E7cmizvTLRvmR24r6O200uF7J { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:53.4375rem;height:9.125rem;font-style:normal;display:block; }#dqt4AI5E7cmizvTLRvmR24r6O200uF7J li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dqt4AI5E7cmizvTLRvmR24r6O200uF7J li:before{  }
#mqQ4FT2FmdgNbEvZ90iai53WkdDZ4DrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:65.5rem; }
#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh { position:relative;display:block; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh { background-color: transparent; background-image: none; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row .container > .video-iframe-container { display: none; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row > .video-iframe-container { display: none; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .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); }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh { border-width: 0; border-radius: 0; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .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; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .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:39.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JHQdVkdoBsiWOUQmHIDt6gFSRiQGTUyb { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:15.6875rem;width:23.4375rem;top:17.4375rem;left:0rem;display:block; }
#VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:1.875rem;height:7.84375rem;font-style:normal;display:block; }#VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO li:before{  }
#Tq9pLMBxmzRIrkJsH7d1Uz3TpWyhrBfr { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:1.875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sWhbThnQydHookTq2PULGDTanTHBRTa9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:13.125rem;display:block; }
#Ql0yefTBgiiTcJD6BHeKEb7bz2q408we { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UiBKyA4NgodGuohQtSHHSUTZqMzkpTbe { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.875rem;height:1.71875rem;font-style:normal;display:block; }
#coIcpGqDZTcZ7mXwRma06VOPNPMmWkXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:13.9375rem; }
#qHu4q9FITKTqdscoyMfeThiWTtR9dCqt { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.375rem;width:23.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bv3MHrHXgd0NHi6KPsiLyxiN4Z6H8h4d { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:1.875rem;height:4.125rem;font-style:normal;display:block; }
#KlaFpa5oDlfvLvhby6uNSgCXiybE2mFl { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:0rem;display:block; }
#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp { position:relative;display:block; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp { background-color: transparent; background-image: none; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row .container > .video-iframe-container { display: none; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row > .video-iframe-container { display: none; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .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); }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp { border-width: 0; border-radius: 0; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .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; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .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:13.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yTmLl4diGKslnuPanMcHuwpRITzxpxBd { color:rgba(var(--color-tertiary-2),0.23);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.25rem;left:-0.6875rem;height:8.7744375rem;display:block; }
#b8orTVphPD1ih5pUbBLWy7lkSOl17L5Q { color:rgba(var(--color-tertiary-2),1);display:block;width:41rem;position:absolute;font-family:assistant;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:9.6884765625rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#JGysrH6sAO2OHUEWHIRNtVbINfO37weP { position:relative;display:block; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP { background-color: transparent; background-image: none; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row .container > .video-iframe-container { display: none; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row > .video-iframe-container { display: none; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .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); }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP { border-width: 0; border-radius: 0; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .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; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .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:52.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R5lgAyK9mr4bQ7WqhWcfy2WZH8PGKVa5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:24.125rem;width:23.4375rem;top:17.4375rem;left:0rem;display:block; }
#CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:1.875rem;height:17.21875rem;font-style:normal;display:block; }#CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU li:before{  }
#Bdc6Hm8sO1Wyv6FsGCXbgOAihwJoyMqn { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:1.875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NqNZWacDArcvs0DErkIeipayCOklewZm { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:13.125rem;display:block; }
#z9eTiqROiAe8ohsAmfLkXQpEA466npec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBmWKlhNkNOh3Mn9OU2VevqL6CFdEnxl { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.875rem;height:1.71875rem;font-style:normal;display:block; }
#BQK1dMn0nvadRRpx1Tc3qk2nhtFeyuQq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:13.9375rem; }
#AWNpeiTbRyt9cbwLmiPkgcwovA6zwZQA { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eRxwFwcLWFIhuWcnxCmgpOMbvkZiVs1g { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:1.875rem;height:4.125rem;font-style:normal;display:block; }
#ZrNfBM5ovXl6u8xrhzg8R17U604hX74g { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:0rem;display:block; }
#gNDFbvQwTJ2VmqOMnNPBBV3DZrA7REFq { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:25.8125rem;overflow:hidden;display:block; }
#B1JtCGzAomS9qZ2MAOIa3pk0ECF3HNIn { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:25.8125rem;display:block; }
#g0GAKWty5IxzMQiOJONwzOkPwLvXrJho { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:26.625rem;width:23.4375rem;top:17.4375rem;left:25.8125rem;display:block; }
#HAIp1ZiqeRwL8iNiuPnTAFIrzt6aTR3Q { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:38.9375rem;display:block; }
#I8P9Q7aIh53p5vzI8BIFFcpnda8i3HCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkTKWxLThG4D0lWU9A2596rGrNUe6KHd { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:27.6875rem;height:19.53125rem;font-style:normal;display:block; }#xkTKWxLThG4D0lWU9A2596rGrNUe6KHd li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xkTKWxLThG4D0lWU9A2596rGrNUe6KHd li:before{  }
#llUPdigAeZOdccK2FzmPZnz0nAi34N1m { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:27.6875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rn3AgyS1TKvpbo597ldgfg3fSDeJiEAq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:39.75rem; }
#OSWvqgGSkxwFLzH8AxFXnPCMhD7HceDI { color:#ffffff;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:27.6875rem;height:4.125rem;font-style:normal;display:block; }
#p5TkkwHfX0vz8iTZLTkqJVPlc7dHEXWp { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:27.6875rem;height:1.71875rem;font-style:normal;display:block; }
#BDMzXy65G3tqgJXZosD2TrG6nf3btc5g { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:51.5625rem;overflow:hidden;display:block; }
#NoL1NTNU6TMNpLA5wLxWcR650VL1pJuH { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:51.5625rem;display:block; }
#f3hlmGOIhtyvdETdIC03or3burNPhmxJ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:53.4375rem;height:4.125rem;font-style:normal;display:block; }
#pOd1axEhz8hlZJ7L2TgoyglNnoqlHWQS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:30.6875rem;width:23.4375rem;top:17.4375rem;left:51.5625rem;display:block; }
#x8NwKXc9CKqg570NV0y3z1BwA75mmW7h { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:53.4375rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUZ5iNHZyI4GDCmmHBVrAq4QCS7a6kZU { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:53.4375rem;height:1.71875rem;font-style:normal;display:block; }
#ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:53.4375rem;height:23rem;font-style:normal;display:block; }#ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM li:before{  }
#gNz2KzCkqTuDUqFcudOSxsreyhZJSxK5 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:64.6875rem;display:block; }
#shDv3pRyyiqik6ncmtImbf3JBKI2TeZg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlBeLcOxVqC3mF5xgTfmOeGkfVZrIbfz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:65.5rem; }
#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T { position:relative;display:block; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T { background-color: transparent; background-image: none; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row .container > .video-iframe-container { display: none; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row > .video-iframe-container { display: none; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .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); }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T { border-width: 0; border-radius: 0; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .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; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .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:56.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wTqfLzexC9RI9Kkd89f1xmhDCuA5E5A0 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cenOhnGgSeN0dOd4aVJBAisyvQdOlgDD { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:0rem;display:block; }
#rlxuztAT9vd3xg59GT2Pp6GlsN84Tk03 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:34.25rem;width:23.4375rem;top:17.4375rem;left:0rem;display:block; }
#wNfViiz8r3RLBJ6HEWUbitVnICvQqBSQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:13.125rem;display:block; }
#VHOZRrZl2BafkJeOEZHi3zxhTcJz9mN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe { color:rgba(var(--color-tertiary-2),1);display:block;width:20.625rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:1.875rem;height:26.46875rem;font-style:normal;display:block; }#cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe li:before{  }
#BC3BobBw93v07QmHkH14Mk7OfJT6F8RH { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:1.875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A4vrKiauShmJup0VSKBdsmixFSnAnkKJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:13.9375rem; }
#n8qrsaUkUC4xh1ON65wirmqISWqU5iUZ { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:1.875rem;height:4.125rem;font-style:normal;display:block; }
#tdedQ62ofJ7XuVCsvLmIlt2uFUsL2Tnd { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:1.875rem;height:1.71875rem;font-style:normal;display:block; }
#Unb6aalpLcSTynQm5OyC55P9lX0P5Tpb { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:51.5625rem;overflow:hidden;display:block; }
#XpfpUXXkg3RLQBmxvxe6cKKQrZtG9s4P { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:51.5625rem;display:block; }
#SKWc0reMPp6cr2WGPrd6sfkGe58biMAN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:20.875rem;width:23.4375rem;top:17.4375rem;left:51.5625rem;display:block; }
#hXpPO02gbwgbOJUl2XvJyKPO1wZgMP8L { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:64.6875rem;display:block; }
#nqXoGko52ctDy8mbyt9yT7ye6ew4r29Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHnKOs7C99hTl708PSIA5pRsASLi73Co { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:53.4375rem;height:13.75rem;font-style:normal;display:block; }#RHnKOs7C99hTl708PSIA5pRsASLi73Co li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RHnKOs7C99hTl708PSIA5pRsASLi73Co li:before{  }
#dy0U3kyKdJ7ea3I98vPnni4yKbmQt3XV { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:53.4375rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsZ7uerzcB0lFUvDkfl4RdnOL4ySFlf5 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:53.4375rem;height:4.125rem;font-style:normal;display:block; }
#aABefz7XX7CAV5AfwVZETQbLqXdmJwx2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:65.5rem; }
#tbtGOATstNz5wTwrQ6dRptwH4K975so0 { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:53.4375rem;height:1.71875rem;font-style:normal;display:block; }
#BbswhAfgWIv5gHSluvituNoxfKq9qL8x { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.4375rem;width:23.4375rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#LfRSsn7KBeCzi7GltdpZqy7mcPNuVzsD { box-sizing:content-box;height:5rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), rgba(var(--color-tertiary-4),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.5rem;left:25rem;display:block; }
#dU53dd2d7OBw2Kr6Bbud1I0LB6gqNypo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(127,134,148,0.5) ;height:31.4375rem;width:23.4375rem;top:17.4375rem;left:25rem;display:block; }
#lb2FtI8JP5mCoHAZRDFqIRXy4t0aparF { color:#00b242;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:20.125rem;left:26.875rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Suyu84g4z2LPLlnAW8XnzhwKfnWyW9uh { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.625rem;left:38.125rem;display:block; }
#JRnG8JVF77ZHAVJKKi1XTLPMT19Vd1UM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd { color:rgba(var(--color-tertiary-2),1);display:block;width:21rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:22.3125rem;left:26.875rem;height:24.15625rem;font-style:normal;display:block; }#EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd li:before{  }
#Nqu7pv9mtxDn6be6aiTt0AT4FJH1mVR4 { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:12.75rem;left:26.875rem;height:4.125rem;font-style:normal;display:block; }
#UuBcvsCTcFiHws4UIrWT5piw0gh9yVl2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:17.5rem;left:38.9375rem; }
#T8mxNqhbI8D1Gh1nKG9Ch3SRTQmMaoET { color:#af003c;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:18.0625rem;left:26.875rem;height:1.71875rem;font-style:normal;display:block; }
#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { position:relative;display:block; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { background-color: transparent; background-image: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container > .video-iframe-container { display: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row > .video-iframe-container { display: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .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); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { border-width: 0; border-radius: 0; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af003c;background-image:none;font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6bbf4f2f-cdbe-4347-86b4-5fa908b5e2e6/download20230515T141240264.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.5625rem;width:20.0625rem;top:0rem;left:0rem;display:block; }#NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh.adaptive-delivery-prevent-bg, #NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh.lazyload, #NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh.lazyloading { background-image: none; }
#opBkBMCfobzdpk0ON4qFTP1yq46FUvhQ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #af003c);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #af003c);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #af003c);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #af003c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af003c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#af003c' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #af003c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:10.5rem;top:0rem;left:9.625rem;display:block; }
#f7qzM6H0y5SI6fvF26CEN3JUnXRKAVLh { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:3.375rem;left:23.6875rem;height:5.25rem;display:block; }
#nhP8d1XbJoCNWL6mEfTgKKHxPfMpKctJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#DEBL1Zce4U0IRzaA13krQ60LB4NRfHCP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.5rem;left:57.625rem; }
#w9FcCPC7H9FCmak5FuKRXhLGxwBbN4s8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.5625rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:11.0625rem;left:56.875rem;display:block; }
#NGAdcP8iRywaKcpbcQZPtlAVGzZ1oJDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fzs533Nswo8ruclTRvhmoQxQvQyb4pEt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:3.9375rem;left:57rem;height:5.77345rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 { position:relative;display:block; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 { background-color: transparent; background-image: none; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row .container > .video-iframe-container { display: none; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row > .video-iframe-container { display: none; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .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); }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 { border-width: 0; border-radius: 0; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .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; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .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.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eeeef3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eeeef3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eeeef3);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eeeef3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#eeeef3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#eeeef3' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #eeeef3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container { background-color: transparent; background-image: none; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container > .video-iframe-container { display: none; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row > .video-iframe-container { display: none; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .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); }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container { border-width: 0; border-radius: 0; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#MGkDDC2vWFZSdbadmTtG6R70wTS21IXO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.8125rem;left:53.625rem;height:18.890625rem;font-style:normal;display:block; }
#X4k7yk37LO2cn5xBghv5gPPnQX1ZsluV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:assistant;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.8125rem;left:28.6875rem;height:20.46484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tDxZGdPgqQDIgHrTtnRs2OBGO66NMogr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:assistant;font-size:2.6875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:2.8125rem;left:0rem;height:11.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uxHGhniBrPFroXnaTzW91oihZFcgiBam { color:#af003c;display:block;width:1.8125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:2.8125rem;left:26.875rem;height:17.31640625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gggcI6BQrSemv8pTHlT2Cb7xOIXoCUGk { color:#af003c;display:block;width:1.8125rem;position:absolute;font-family:"font awesome 2022";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:2.8125rem;left:51.8125rem;height:17.31640625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af003c;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container { background-color: transparent; background-image: none; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container > .video-iframe-container { display: none; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row > .video-iframe-container { display: none; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .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); }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container { border-width: 0; border-radius: 0; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#csazHF2w2OVGzkhQl0KlD1DynhFSmaSd { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:4.625rem;left:0rem;height:3.65625rem;display:block; }
#gc3rxQ7oP7HOCc0yNCeLsEpN99llzwKu { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:assistant;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.50390625rem;left:36.75rem;height:3.8984375rem;font-style:normal;display:block; }
#SJEB48e6o3wWpHLsn2tNC2ZNPIbwGqMT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.375rem;left:62.1875rem; }
#vmNVFG4TgD0UObpkXc9b9ql7LrQN18q8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.5625rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.90625rem;left:61.4375rem;display:block; }
#GoMdOadanMX4NaMhrJaXEhUwHBeJh5eH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laaNOLDX1isipCAWe1nvFrnClT5iC7T0 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.1875rem;position:absolute;font-family:assistant;font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3515625rem;left:32.8125rem;height:0.89355625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv { position:relative;display:block; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv { background-color: transparent; background-image: none; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row .container > .video-iframe-container { display: none; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row > .video-iframe-container { display: none; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .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); }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv { border-width: 0; border-radius: 0; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .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; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .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:17.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RuGlmNVzRLIsilGXqzgkSmQgyCAs8NXm { color:rgba(var(--color-tertiary-2),0.23);display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.375rem;left:0rem;height:8.77525rem;display:block; }
#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l { position:relative;display:block; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l { background-color: transparent; background-image: none; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row .container > .video-iframe-container { display: none; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row > .video-iframe-container { display: none; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .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); }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l { border-width: 0; border-radius: 0; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .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; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .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:16.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/670550ff-cd05-47af-902f-260235c253fb/CapturadeTela20230515as141822.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:0rem;left:0rem;display:block; }#XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.adaptive-delivery-prevent-bg, #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.lazyload, #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.lazyloading { background-image: none; }
#B13LpR65RzwWo9mef6HeIH7RuUKQyeWl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/797dad39-5ce6-4e93-836c-fb0fb020d275/CapturadeTela20230515as141908.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:0.8125rem;left:25.6875rem;display:block; }#B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.adaptive-delivery-prevent-bg, #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.lazyload, #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.lazyloading { background-image: none; }
#gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fdd2b9f0-616f-4914-81af-fc359b7758bd/CapturadeTela20230515as141829.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:0rem;left:51.3125rem;display:block; }#gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.adaptive-delivery-prevent-bg, #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.lazyload, #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.lazyloading { background-image: none; }
#DqTMeHQkXV6xQrmWkeKrfhAXTcKWHHec { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.375rem;left:5.5rem;display:block; }
#Oevt1ovUy6ToveDkW8TTToONmRkdb1HM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.375rem;left:31.1875rem;display:block; }
#dJB9dHkk9MtBbpGAmWVeMpp6Db4os3Bb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.375rem;left:57rem;display:block; }
#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL { position:relative;display:block; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL { background-color: transparent; background-image: none; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row .container > .video-iframe-container { display: none; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row > .video-iframe-container { display: none; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .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); }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL { border-width: 0; border-radius: 0; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .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; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d87e6684-45e9-4b4d-8c6d-a4d17405d51f/CapturadeTela20230515as141851.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:0.5625rem;left:0rem;display:block; }#KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.adaptive-delivery-prevent-bg, #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.lazyload, #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.lazyloading { background-image: none; }
#Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/36c2470b-cbb3-476f-9835-a2f31e51c17d/CapturadeTela20230515as142336.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:1.5rem;left:25.6875rem;display:block; }#Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.adaptive-delivery-prevent-bg, #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.lazyload, #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.lazyloading { background-image: none; }
#grryL9cM6GHo7DmicXigMAheleKSaSLD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e717ebe-6861-41f1-8faa-fa49fc733e57/CapturadeTela20230515as142407.png");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:23.6875rem;top:0rem;left:51.3125rem;display:block; }#grryL9cM6GHo7DmicXigMAheleKSaSLD.adaptive-delivery-prevent-bg, #grryL9cM6GHo7DmicXigMAheleKSaSLD.lazyload, #grryL9cM6GHo7DmicXigMAheleKSaSLD.lazyloading { background-image: none; }
#hJsMGrGM2mB2Qg7EaJsEk7mvcE7TnXdd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.9375rem;left:5.5rem;display:block; }
#OdVxJ8IWMDCBOIK8ygKNDe4ociKVMr8p { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.5rem;left:31.125rem;display:block; }
#HxiqmnN4KzbR5ZzU92NCu4f0WN9kNsBC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:7rem;top:5.34375rem;left:56.96875rem;display:block; }
#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 { position:relative;display:block; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 { background-color: transparent; background-image: none; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row .container > .video-iframe-container { display: none; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row > .video-iframe-container { display: none; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .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); }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 { border-width: 0; border-radius: 0; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .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; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .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:15.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L8ZQa28MLCW9sPexmf3g2FAISkTmEhmC { color:rgba(var(--color-tertiary-2),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:7.09375rem;left:17.96875rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SI1OEZ33eq6wobNbxALf77QFqNxwfdh9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14997;opacity:1;top:2.625rem;left:34.3125rem; }
#c9PpkIQUga1FtLqVft6b5008KQrCBAF7 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:12.9375rem;top:2.3125rem;left:33.5625rem;display:block; }
#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container { background-color: transparent; background-image: none; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container > .video-iframe-container { display: none; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row > .video-iframe-container { display: none; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .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); }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container { border-width: 0; border-radius: 0; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#BopCdJhrscA9Nm0no6z14iyAe4LnxsBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.25rem;left:17.96875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m93cwA4D0ep6tEmiQGlow2s6Qr4fzPyn { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:11.3125rem;left:17.96875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S56ReLhyQvX24kAkZ7DIFNNVqKHettrp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:19.0625rem;left:18rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RftNwbDoii5V9guTpCNHRiCn5c7qsBSR { 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:12.9375rem;width:12.9375rem;top:21.5rem;left:31.0625rem;overflow:hidden;display:block; }
#ZR7t5TQRaqqOQFO5BSVsTTVTtlyaNhTA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.9375rem;left:29.4375rem; }
#VZOLgd2vdF7i52zsxBqATTn4maFOdVZZ { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.5625rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:assistant;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:14.3125rem;left:28.625rem;display:block; }
#gFxfxfhMQrEUX9WWBqHuFcavTbJvygWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cztZ8Q7e0QUQ08mNMZu3TPCgWD39UVn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:assistant;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:33.8125rem;left:17.96875rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container { background-color: transparent; background-image: none; }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container > .video-iframe-container { display: none; }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row > .video-iframe-container { display: none; }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .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); }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container { border-width: 0; border-radius: 0; }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O { background-color: transparent; background-image: none; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row .container > .video-iframe-container { display: none; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row > .video-iframe-container { display: none; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .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); }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O { border-width: 0; border-radius: 0; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .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; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KTnT4JPr6sUd1OaPxSdofL9hq7cT2mCv { background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:assistant;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.8125rem;display:block; }
#mBzsgEsi8ofSxg8tfQcmTm9eWdzbQusK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIwxyN0kKupDNdoUnSmEyQKI4wowHiog { box-sizing:content-box;color:#ededed;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#ZGZkK2zDoObD08JzhEeKAKzi9OeScC9p { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#w2RsCOZeABAmmvzGr2J91QWlpTATHWsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QW2LDEaRR7SSRZKOQklOJIJryU1bXSFr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#wyaSVTqg8uKSKpTMiXQPpFgLfTTMCVK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efN4c44eTBtT1SCOZcL8xgR2bzwZtryr { width:26.4375rem;height:4.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt9TRdtPnBC8zNGmsLL5EN41pR6LBQyb { width:1.625rem;height:1.625rem;top:3.625rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsl7oCbIyhxxdTDqC3QaPGM88uq4lkxp { width:10.375rem;height:0.73046875rem;top:3.875rem;left:37.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFuWVKBcq2vLzif81n8l1H2y94WrF5JZ { width:11rem;height:2.875rem;top:2.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV7snteL5Fuz0qPK4rEUN0Vt9btC6QSl { display:block; }
 }@media only screen and (max-width: 763px) { #IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg { display:block; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJp5LZs1bg47coSN8axKSJcOls6ySKBC { width:44.5rem;height:26.875rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbU50NNyV8BEp8qhhmqCMoJrUohJiCR { width:13.625rem;height:26.875rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMSTMhzDvgGhmrT9Pls1brJac3lby9f5 { width:25.4375rem;height:4.5rem;top:3.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygpMLc89ZH618T8ZsSGVzwT5drHF1sF { width:24.5rem;height:2.923825rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDGAcoShe0Z1tO85R5dTn1OzpmmxA4HT { width:9.4375rem;height:2.5625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8uUW2ruIIG4MGkvTwuBzeMpzlcFUfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg3ITdv6UsXN4dWnLNXI2uJAbO1bDKlw { width:1.3125rem;height:1.3125rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVniGymxGlDa9E5R0Teg9bg4sx8Ss9ue { width:12.75rem;height:1rem;top:21.125rem;left:3.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H { display:block; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gumql8KWK3t7nn3T3dLmL9RKfTBBNIBb { width:3.1875rem;height:3.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw37kxM5GmRGoP66yRlIXB1Wm9bNNb1T { width:10.375rem;height:1.4619125rem;top:1.75rem;left:0.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvz5Luc8svd3slL3BEL5akpTJvIhXpC6 { width:10.375rem;height:1.0556625rem;top:3.25rem;left:0.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVJvqQX8dbLmyIAnfO5huzJziRafmvv3 { width:3.1875rem;height:3.1875rem;top:1.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlq0yHhs9WudoaDC1eNT0cy9TKaAEhMd { width:10.375rem;height:1.0556625rem;top:3.25rem;left:12.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5oNnWb4XSVBAENx5l1EagKNvDXCr5ZC { width:10.375rem;height:1.4619125rem;top:1.75rem;left:12.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6e8i2Ly5NoNotQX9TK3NtZNrgTyuEf { width:2.1875rem;height:2.1875rem;top:1.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz35eps6oB8NH6vz4BZ1XDgIdDutDeer { width:10.375rem;height:1.0556625rem;top:3.25rem;left:35.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeLTV9ADg7wBADDgcl2dV1lDb6WEq34L { width:10.375rem;height:1.4619125rem;top:1.75rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzaZGpuMfqLzmfVfHZ9lraq9AFUCTtk { width:10.375rem;height:1.4619125rem;top:1.75rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNf1Tst236KPy8ZKvsqNEH6NXcJt7LGk { width:10.375rem;height:1.0556625rem;top:3.25rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKHpe5xa2wa2f0X5eCTLpreakqB1Gp8s { width:2.8125rem;height:2.8125rem;top:1.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGgoIrT0hwSLukZQaBog4WvqigX7fEQr { display:block; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMAzTRiU2StNnQ690ECRTCxTbGDSsbtX { width:47.75rem;height:8.75rem;top:2.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VyQ2sWVNFH45hE7haLqr4Nmxr0PpcM { width:41rem;height:1.375rem;top:9.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 { display:block; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwc7d1dHdKAL4cvaR4HDRbsW5Z867TTB { width:23.4375rem;height:17.4375rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcE0OBTP5GaSSV98Kee1vUSKzqZyURu { width:23.4375rem;height:5rem;top:12.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUvA6sixmfmnBT0Tx4LAtgRuMwmNCGmJ { width:23.4375rem;height:14.375rem;top:17.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGPiOeO22TTAePLFb6tSkMNfxPbEbbT { width:9.0625rem;height:2.875rem;top:16.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXFZ7ucN5BV8ScX0zPSO04r8P45yt3W { display:block; }
 }@media only screen and (max-width: 763px) { #d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK { width:19.9375rem;height:6.8125rem;top:22.3125rem;left:11.8125rem;font-size:0.9375rem;display:block; }#d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK li:before{  }
 }@media only screen and (max-width: 763px) { #m22T77Kl645RE33Tm1ncDuRLzINRTW01 { width:18.3125rem;height:0.9375rem;top:20.125rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUp3Ogc0qWZu6a6fnhnAVt5FISRFNIT { width:1.125rem;height:1.125rem;top:17.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbo8oF0lD3L9qy9dzxLP2m9PvCrouoaN { width:17.625rem;height:4.125rem;top:12.75rem;left:14.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQcabUQHtRzlCRmsh1wXAxOziwryHzhD { width:7.5rem;height:1.6875rem;top:18.0625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMwoIS9wThO63Ulckql27MmvoZmdzl3x { width:23.4375rem;height:17.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV { width:19.9375rem;height:9.125rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }#V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV li:before{  }
 }@media only screen and (max-width: 763px) { #pApMbTNSgdVcnnyGkHvPWHkHlEaZqOJS { width:18.3125rem;height:0.9375rem;top:20.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKrT2wMk5hyu7FdKZJo9TpJ1S8xVxTQ { width:9.0625rem;height:2.875rem;top:16.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWE8yusWQVncoXXievXhZmJbBusDaN4 { display:block; }
 }@media only screen and (max-width: 763px) { #aIN5xXXGZd93CS2gLMac4bMa3k6yK0XX { width:1.125rem;height:1.125rem;top:17.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwS82J0eOHZy7bHNrw0dgr3k2ovCDovr { width:23.4375rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWq2dRdMZinTWCp6N8siXN43TKaGvUyX { width:23.4375rem;height:5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UNSPIqDO9BaRXmx22k9zcTpRCmFRZe { width:11.875rem;height:4.125rem;top:12.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxEJQRyVs76FW6g9oInHNwkTfylQIUBN { width:7.5rem;height:1.6875rem;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRE8I88uey5d18w8p1sagqBl2gylZNBw { width:23.4375rem;height:17.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF7tnVIXkTokmDJ5yRofe3KGKPW0bBQD { width:23.4375rem;height:5rem;top:12.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFQtFXqCiM2SJVvPobpSAum6EgKmOST4 { width:17.625rem;height:4.125rem;top:12.75rem;left:30rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFR8ZTbCRG5s79zdziKyb5oW1dDCk5X { width:23.4375rem;height:17.5625rem;top:17.4375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJwTbTqonNBNu5nTHtHZB3yGDnReoiI { width:18.3125rem;height:0.9375rem;top:20.125rem;left:29.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAxzF0fgVh3xLiRDGii9ZUPFgZlDwkx { width:7.5rem;height:1.6875rem;top:18.0625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lppn2uUa3vurk3htkMNQm5mqFpGxU8iX { width:9.0625rem;height:2.875rem;top:16.625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdRdGt3inZE8aBhDWzbhihOslH9WuRm { display:block; }
 }@media only screen and (max-width: 763px) { #dqt4AI5E7cmizvTLRvmR24r6O200uF7J { width:19.9375rem;height:9.125rem;top:22.3125rem;left:27.6875rem;font-size:0.9375rem;display:block; }#dqt4AI5E7cmizvTLRvmR24r6O200uF7J li:before{  }
 }@media only screen and (max-width: 763px) { #mqQ4FT2FmdgNbEvZ90iai53WkdDZ4DrS { width:1.125rem;height:1.125rem;top:17.5rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh { display:block; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHQdVkdoBsiWOUQmHIDt6gFSRiQGTUyb { width:23.4375rem;height:15.6875rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO { width:18.9375rem;height:7.875rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }#VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO li:before{  }
 }@media only screen and (max-width: 763px) { #Tq9pLMBxmzRIrkJsH7d1Uz3TpWyhrBfr { width:18.3125rem;height:0.9375rem;top:20.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhbThnQydHookTq2PULGDTanTHBRTa9 { width:9.0625rem;height:2.875rem;top:16.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0yefTBgiiTcJD6BHeKEb7bz2q408we { display:block; }
 }@media only screen and (max-width: 763px) { #UiBKyA4NgodGuohQtSHHSUTZqMzkpTbe { width:7.5rem;height:1.6875rem;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coIcpGqDZTcZ7mXwRma06VOPNPMmWkXT { width:1.125rem;height:1.125rem;top:17.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHu4q9FITKTqdscoyMfeThiWTtR9dCqt { width:23.3125rem;height:17.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3MHrHXgd0NHi6KPsiLyxiN4Z6H8h4d { width:11.875rem;height:4.125rem;top:12.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlaFpa5oDlfvLvhby6uNSgCXiybE2mFl { width:23.4375rem;height:5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lci0ViRdKXpRlIcdukINlJWTJvaN5JUp { display:block; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTmLl4diGKslnuPanMcHuwpRITzxpxBd { width:47.75rem;height:8.75rem;top:2.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8orTVphPD1ih5pUbBLWy7lkSOl17L5Q { width:41rem;height:1.375rem;top:9.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGysrH6sAO2OHUEWHIRNtVbINfO37weP { display:block; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5lgAyK9mr4bQ7WqhWcfy2WZH8PGKVa5 { width:23.4375rem;height:24.125rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU { width:21rem;height:17.25rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }#CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU li:before{  }
 }@media only screen and (max-width: 763px) { #Bdc6Hm8sO1Wyv6FsGCXbgOAihwJoyMqn { width:18.3125rem;height:0.9375rem;top:20.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNZWacDArcvs0DErkIeipayCOklewZm { width:9.0625rem;height:2.875rem;top:16.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9eTiqROiAe8ohsAmfLkXQpEA466npec { display:block; }
 }@media only screen and (max-width: 763px) { #NBmWKlhNkNOh3Mn9OU2VevqL6CFdEnxl { width:7.5rem;height:1.6875rem;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK1dMn0nvadRRpx1Tc3qk2nhtFeyuQq { width:1.125rem;height:1.125rem;top:17.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWNpeiTbRyt9cbwLmiPkgcwovA6zwZQA { width:23.4375rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRxwFwcLWFIhuWcnxCmgpOMbvkZiVs1g { width:11.875rem;height:4.125rem;top:12.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrNfBM5ovXl6u8xrhzg8R17U604hX74g { width:23.4375rem;height:5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNDFbvQwTJ2VmqOMnNPBBV3DZrA7REFq { width:23.4375rem;height:17.4375rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1JtCGzAomS9qZ2MAOIa3pk0ECF3HNIn { width:23.4375rem;height:5rem;top:12.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GAKWty5IxzMQiOJONwzOkPwLvXrJho { width:23.4375rem;height:26.625rem;top:17.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAIp1ZiqeRwL8iNiuPnTAFIrzt6aTR3Q { width:9.0625rem;height:2.875rem;top:16.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8P9Q7aIh53p5vzI8BIFFcpnda8i3HCq { display:block; }
 }@media only screen and (max-width: 763px) { #xkTKWxLThG4D0lWU9A2596rGrNUe6KHd { width:20.625rem;height:;top:22.3125rem;left:11.125rem;font-size:0.9375rem;display:block; }#xkTKWxLThG4D0lWU9A2596rGrNUe6KHd li:before{  }
 }@media only screen and (max-width: 763px) { #llUPdigAeZOdccK2FzmPZnz0nAi34N1m { width:18.3125rem;height:0.9375rem;top:20.125rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3AgyS1TKvpbo597ldgfg3fSDeJiEAq { width:1.125rem;height:1.125rem;top:17.5rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSWvqgGSkxwFLzH8AxFXnPCMhD7HceDI { width:9.75rem;height:4.125rem;top:12.75rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TkkwHfX0vz8iTZLTkqJVPlc7dHEXWp { width:7.5rem;height:1.6875rem;top:18.0625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMzXy65G3tqgJXZosD2TrG6nf3btc5g { width:23.4375rem;height:17.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoL1NTNU6TMNpLA5wLxWcR650VL1pJuH { width:23.4375rem;height:5rem;top:12.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hlmGOIhtyvdETdIC03or3burNPhmxJ { width:11.875rem;height:4.125rem;top:12.75rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOd1axEhz8hlZJ7L2TgoyglNnoqlHWQS { width:23.4375rem;height:30.6875rem;top:17.4375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NwKXc9CKqg570NV0y3z1BwA75mmW7h { width:18.3125rem;height:0.9375rem;top:20.125rem;left:29.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZ5iNHZyI4GDCmmHBVrAq4QCS7a6kZU { width:7.5rem;height:1.6875rem;top:18.0625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM { width:19.9375rem;height:23rem;top:22.3125rem;left:27.6875rem;font-size:0.9375rem;display:block; }#ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM li:before{  }
 }@media only screen and (max-width: 763px) { #gNz2KzCkqTuDUqFcudOSxsreyhZJSxK5 { width:9.0625rem;height:2.875rem;top:16.625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shDv3pRyyiqik6ncmtImbf3JBKI2TeZg { display:block; }
 }@media only screen and (max-width: 763px) { #UlBeLcOxVqC3mF5xgTfmOeGkfVZrIbfz { width:1.125rem;height:1.125rem;top:17.5rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T { display:block; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTqfLzexC9RI9Kkd89f1xmhDCuA5E5A0 { width:23.4375rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenOhnGgSeN0dOd4aVJBAisyvQdOlgDD { width:23.4375rem;height:5rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxuztAT9vd3xg59GT2Pp6GlsN84Tk03 { width:23.4375rem;height:34.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNfViiz8r3RLBJ6HEWUbitVnICvQqBSQ { width:9.0625rem;height:2.875rem;top:16.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOZRrZl2BafkJeOEZHi3zxhTcJz9mN3 { display:block; }
 }@media only screen and (max-width: 763px) { #cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe { width:20.625rem;height:26.4375rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }#cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe li:before{  }
 }@media only screen and (max-width: 763px) { #BC3BobBw93v07QmHkH14Mk7OfJT6F8RH { width:18.3125rem;height:0.9375rem;top:20.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4vrKiauShmJup0VSKBdsmixFSnAnkKJ { width:1.125rem;height:1.125rem;top:17.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8qrsaUkUC4xh1ON65wirmqISWqU5iUZ { width:17.625rem;height:4.125rem;top:12.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdedQ62ofJ7XuVCsvLmIlt2uFUsL2Tnd { width:7.5rem;height:1.6875rem;top:18.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb6aalpLcSTynQm5OyC55P9lX0P5Tpb { width:23.4375rem;height:17.4375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpfpUXXkg3RLQBmxvxe6cKKQrZtG9s4P { width:23.4375rem;height:5rem;top:12.5rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWc0reMPp6cr2WGPrd6sfkGe58biMAN { width:23.4375rem;height:20.875rem;top:17.4375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXpPO02gbwgbOJUl2XvJyKPO1wZgMP8L { width:9.0625rem;height:2.875rem;top:16.625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqXoGko52ctDy8mbyt9yT7ye6ew4r29Q { display:block; }
 }@media only screen and (max-width: 763px) { #RHnKOs7C99hTl708PSIA5pRsASLi73Co { width:21rem;height:13.75rem;top:22.3125rem;left:26.625rem;font-size:0.9375rem;display:block; }#RHnKOs7C99hTl708PSIA5pRsASLi73Co li:before{  }
 }@media only screen and (max-width: 763px) { #dy0U3kyKdJ7ea3I98vPnni4yKbmQt3XV { width:18.3125rem;height:0.9375rem;top:20.125rem;left:29.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZ7uerzcB0lFUvDkfl4RdnOL4ySFlf5 { width:17.625rem;height:4.125rem;top:12.75rem;left:30rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABefz7XX7CAV5AfwVZETQbLqXdmJwx2 { width:1.125rem;height:1.125rem;top:17.5rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbtGOATstNz5wTwrQ6dRptwH4K975so0 { width:7.5rem;height:1.6875rem;top:18.0625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbswhAfgWIv5gHSluvituNoxfKq9qL8x { width:23.4375rem;height:17.4375rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfRSsn7KBeCzi7GltdpZqy7mcPNuVzsD { width:23.4375rem;height:5rem;top:12.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU53dd2d7OBw2Kr6Bbud1I0LB6gqNypo { width:23.4375rem;height:31.4375rem;top:17.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2FtI8JP5mCoHAZRDFqIRXy4t0aparF { width:18.3125rem;height:0.9375rem;top:20.125rem;left:13.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suyu84g4z2LPLlnAW8XnzhwKfnWyW9uh { width:9.0625rem;height:2.875rem;top:16.625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRnG8JVF77ZHAVJKKi1XTLPMT19Vd1UM { display:block; }
 }@media only screen and (max-width: 763px) { #EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd { width:21rem;height:24.125rem;top:22.3125rem;left:10.75rem;font-size:0.9375rem;display:block; }#EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd li:before{  }
 }@media only screen and (max-width: 763px) { #Nqu7pv9mtxDn6be6aiTt0AT4FJH1mVR4 { width:17.625rem;height:4.125rem;top:12.75rem;left:14.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBcvsCTcFiHws4UIrWT5piw0gh9yVl2 { width:1.125rem;height:1.125rem;top:17.5rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8mxNqhbI8D1Gh1nKG9Ch3SRTQmMaoET { width:7.5rem;height:1.6875rem;top:18.0625rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { display:block; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh { width:20.0625rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBkBMCfobzdpk0ON4qFTP1yq46FUvhQ { width:10.5rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7qzM6H0y5SI6fvF26CEN3JUnXRKAVLh { width:29.3125rem;height:5.25rem;top:3.375rem;left:10.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhP8d1XbJoCNWL6mEfTgKKHxPfMpKctJ { width:29.9375rem;height:2.923825rem;top:9.25rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBL1Zce4U0IRzaA13krQ60LB4NRfHCP { width:1.125rem;height:1.125rem;top:11.5rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9FcCPC7H9FCmak5FuKRXhLGxwBbN4s8 { width:13.5625rem;height:2.125rem;top:11.0625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAdcP8iRywaKcpbcQZPtlAVGzZ1oJDc { display:block; }
 }@media only screen and (max-width: 763px) { #Fzs533Nswo8ruclTRvhmoQxQvQyb4pEt { width:13.375rem;height:4.72265rem;top:3.9375rem;left:34.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 { display:block; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHToCrq4HcupPsTSVTWUR9CmxoS0dACl { display:block; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGkDDC2vWFZSdbadmTtG6R70wTS21IXO { width:15.6875rem;height:18.890625rem;top:2.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4k7yk37LO2cn5xBghv5gPPnQX1ZsluV { width:16.625rem;height:20.46484375rem;top:2.8125rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDxZGdPgqQDIgHrTtnRs2OBGO66NMogr { width:19.6875rem;height:3.57421875rem;top:2.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxHGhniBrPFroXnaTzW91oihZFcgiBam { width:1.8125rem;height:17.31640625rem;top:2.8125rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gggcI6BQrSemv8pTHlT2Cb7xOIXoCUGk { width:1.8125rem;height:17.31640625rem;top:2.8125rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 { display:block; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csazHF2w2OVGzkhQl0KlD1DynhFSmaSd { width:41.0625rem;height:1.9121125rem;top:4.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3rxQ7oP7HOCc0yNCeLsEpN99llzwKu { width:21.5625rem;height:2.923825rem;top:4.5rem;left:23.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJEB48e6o3wWpHLsn2tNC2ZNPIbwGqMT { width:1.125rem;height:1.125rem;top:6.375rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmNVFG4TgD0UObpkXc9b9ql7LrQN18q8 { width:13.5625rem;height:2.125rem;top:5.875rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMdOadanMX4NaMhrJaXEhUwHBeJh5eH { display:block; }
 }@media only screen and (max-width: 763px) { #laaNOLDX1isipCAWe1nvFrnClT5iC7T0 { width:42.1875rem;height:0.73046875rem;top:9.3125rem;left:5.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv { display:block; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuGlmNVzRLIsilGXqzgkSmQgyCAs8NXm { width:47.75rem;height:2.25rem;top:7.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l { display:block; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue { width:23.6875rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl { width:23.6875rem;height:12.5rem;top:0.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C { width:23.6875rem;height:12.5rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTMeHQkXV6xQrmWkeKrfhAXTcKWHHec { width:7rem;height:1.4375rem;top:5.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oevt1ovUy6ToveDkW8TTToONmRkdb1HM { width:7rem;height:1.4375rem;top:5.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJB9dHkk9MtBbpGAmWVeMpp6Db4os3Bb { width:7rem;height:1.4375rem;top:5.375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL { display:block; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg { width:23.6875rem;height:12.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz { width:23.6875rem;height:12.5rem;top:1.5rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grryL9cM6GHo7DmicXigMAheleKSaSLD { width:23.6875rem;height:12.5rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJsMGrGM2mB2Qg7EaJsEk7mvcE7TnXdd { width:7rem;height:1.4375rem;top:5.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVxJ8IWMDCBOIK8ygKNDe4ociKVMr8p { width:7rem;height:1.4375rem;top:5.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiqmnN4KzbR5ZzU92NCu4f0WN9kNsBC { width:7rem;height:1.4375rem;top:5.3125rem;left:34.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 { display:block; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8ZQa28MLCW9sPexmf3g2FAISkTmEhmC { width:39.0625rem;height:2.1875rem;top:7.0625rem;left:4.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI1OEZ33eq6wobNbxALf77QFqNxwfdh9 { width:7.5rem;height:7.5rem;top:2.625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9PpkIQUga1FtLqVft6b5008KQrCBAF7 { width:12.9375rem;height:9.0625rem;top:2.3125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV { display:block; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BopCdJhrscA9Nm0no6z14iyAe4LnxsBQ { width:39.0625rem;height:2.5371125rem;top:8.25rem;left:4.34375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m93cwA4D0ep6tEmiQGlow2s6Qr4fzPyn { width:39.0625rem;height:1.13671875rem;top:11.3125rem;left:4.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S56ReLhyQvX24kAkZ7DIFNNVqKHettrp { width:39.0625rem;height:1.75rem;top:19.0625rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RftNwbDoii5V9guTpCNHRiCn5c7qsBSR { width:12.9375rem;height:12.9375rem;top:21.5rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR7t5TQRaqqOQFO5BSVsTTVTtlyaNhTA { width:1.8125rem;height:1.8125rem;top:14.9375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZOLgd2vdF7i52zsxBqATTn4maFOdVZZ { width:17.75rem;height:3.25rem;top:14.3125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFxfxfhMQrEUX9WWBqHuFcavTbJvygWx { display:block; }
 }@media only screen and (max-width: 763px) { #cztZ8Q7e0QUQ08mNMZu3TPCgWD39UVn3 { width:39.0625rem;height:2.8857375rem;top:33.8125rem;left:4.34375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O { display:block; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTnT4JPr6sUd1OaPxSdofL9hq7cT2mCv { width:7.5rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzsgEsi8ofSxg8tfQcmTm9eWdzbQusK { display:block; }
 }@media only screen and (max-width: 763px) { #TIwxyN0kKupDNdoUnSmEyQKI4wowHiog { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZkK2zDoObD08JzhEeKAKzi9OeScC9p { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2RsCOZeABAmmvzGr2J91QWlpTATHWsN { display:block; }
 }@media only screen and (max-width: 763px) { #QW2LDEaRR7SSRZKOQklOJIJryU1bXSFr { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyaSVTqg8uKSKpTMiXQPpFgLfTTMCVK4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efN4c44eTBtT1SCOZcL8xgR2bzwZtryr { width:12.1875rem;height:1.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt9TRdtPnBC8zNGmsLL5EN41pR6LBQyb { display:flex;width:1.625rem;height:1.625rem;top:1.375rem;left:14.5rem; }
 }@media only screen and (max-width: 763px) { #xsl7oCbIyhxxdTDqC3QaPGM88uq4lkxp { width:4.8125rem;height:1.4615875rem;top:1.6640625rem;left:15.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFuWVKBcq2vLzif81n8l1H2y94WrF5JZ { width:4rem;height:1.9375rem;top:1.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV7snteL5Fuz0qPK4rEUN0Vt9btC6QSl { display:block; }
 }@media only screen and (max-width: 763px) { #IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg { display:block; }#IWLhZyN95vmpAdlz2c5Kw0DTVoSkcMbg > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJp5LZs1bg47coSN8axKSJcOls6ySKBC { width:20rem;height:14.5rem;top:19.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fad83f38-61e2-4b5f-a49f-55d3ab993e37/luxeframemarblegold17647111741806932ec4a3ef04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJp5LZs1bg47coSN8axKSJcOls6ySKBC.adaptive-delivery-prevent-bg, #RJp5LZs1bg47coSN8axKSJcOls6ySKBC.lazyload, #RJp5LZs1bg47coSN8axKSJcOls6ySKBC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sWbU50NNyV8BEp8qhhmqCMoJrUohJiCR { width:3.5625rem;height:9.125rem;top:23.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMSTMhzDvgGhmrT9Pls1brJac3lby9f5 { width:16.625rem;height:6.75rem;top:4.3125rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UygpMLc89ZH618T8ZsSGVzwT5drHF1sF { width:13.625rem;height:4.38574375rem;top:11.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDGAcoShe0Z1tO85R5dTn1OzpmmxA4HT { width:9.9375rem;height:2.5625rem;top:18.0625rem;left:1.875rem;background-color:#de1253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.9375rem solid rgba(var(--color-primary-3),0);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #F8uUW2ruIIG4MGkvTwuBzeMpzlcFUfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #Wg3ITdv6UsXN4dWnLNXI2uJAbO1bDKlw { display:flex;width:1.3125rem;height:1.3125rem;top:18.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #AVniGymxGlDa9E5R0Teg9bg4sx8Ss9ue { width:12.75rem;height:0.8125rem;top:2.375rem;left:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H { display:block; }#c58cEJO4hVDePMWv6MBfw1gT3MkcsL6H > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gumql8KWK3t7nn3T3dLmL9RKfTBBNIBb { display:flex;width:1.875rem;height:1.875rem;top:2.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Bw37kxM5GmRGoP66yRlIXB1Wm9bNNb1T { width:8.3125rem;height:1.4619125rem;top:4.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvz5Luc8svd3slL3BEL5akpTJvIhXpC6 { width:8rem;height:1.05625rem;top:5.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVJvqQX8dbLmyIAnfO5huzJziRafmvv3 { display:flex;width:1.625rem;height:1.625rem;top:2.25rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #qlq0yHhs9WudoaDC1eNT0cy9TKaAEhMd { width:8rem;height:1.05625rem;top:5.5rem;left:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5oNnWb4XSVBAENx5l1EagKNvDXCr5ZC { width:8.3125rem;height:1.4619125rem;top:4.125rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6e8i2Ly5NoNotQX9TK3NtZNrgTyuEf { display:flex;width:1.5rem;height:1.5rem;top:9.0625rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #Zz35eps6oB8NH6vz4BZ1XDgIdDutDeer { width:8rem;height:2.111325rem;top:12.1875rem;left:11.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeLTV9ADg7wBADDgcl2dV1lDb6WEq34L { width:8.3125rem;height:1.4619125rem;top:10.8125rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDzaZGpuMfqLzmfVfHZ9lraq9AFUCTtk { width:8.3125rem;height:1.4619125rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNf1Tst236KPy8ZKvsqNEH6NXcJt7LGk { width:8rem;height:2.111325rem;top:12.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKHpe5xa2wa2f0X5eCTLpreakqB1Gp8s { display:flex;width:1.625rem;height:1.625rem;top:8.9375rem;left:-0.3125rem; }
 }@media only screen and (max-width: 763px) { #sGgoIrT0hwSLukZQaBog4WvqigX7fEQr { display:block; }#sGgoIrT0hwSLukZQaBog4WvqigX7fEQr > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMAzTRiU2StNnQ690ECRTCxTbGDSsbtX { width:20rem;height:3.29980625rem;top:6.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4VyQ2sWVNFH45hE7haLqr4Nmxr0PpcM { width:20rem;height:2.5996125rem;top:10.25rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#990028;display:block; }
 }@media only screen and (max-width: 763px) { #DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 { display:block; }#DhWdccNIskh8RWsAVuTxg8nA9egIhvl8 > .row .container { width:20rem;height:101.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwc7d1dHdKAL4cvaR4HDRbsW5Z867TTB { width:20rem;height:14.875rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdcE0OBTP5GaSSV98Kee1vUSKzqZyURu { width:20rem;height:5rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUvA6sixmfmnBT0Tx4LAtgRuMwmNCGmJ { width:20rem;height:15.375rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srGPiOeO22TTAePLFb6tSkMNfxPbEbbT { width:9.0625rem;height:2.875rem;top:50.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXFZ7ucN5BV8ScX0zPSO04r8P45yt3W { display:block; }
 }@media only screen and (max-width: 763px) { #d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK { width:18.4375rem;height:8.5rem;top:55.875rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#d67JbgrrKJdGRd3dA7cV45mFKQlTiJCK li:before{  }
 }@media only screen and (max-width: 763px) { #m22T77Kl645RE33Tm1ncDuRLzINRTW01 { width:17.25rem;height:0.9375rem;top:54.3125rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNUp3Ogc0qWZu6a6fnhnAVt5FISRFNIT { display:flex;width:1.125rem;height:1.125rem;top:51.6875rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #wbo8oF0lD3L9qy9dzxLP2m9PvCrouoaN { width:11.875rem;height:4.125rem;top:46.8125rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQcabUQHtRzlCRmsh1wXAxOziwryHzhD { width:7.3125rem;height:1.71875rem;top:52.125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMwoIS9wThO63Ulckql27MmvoZmdzl3x { width:20rem;height:18rem;top:16.75390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV { width:17.5625rem;height:11.375rem;top:21.125rem;left:1.21875rem;font-size:0.875rem;line-height:1.5;display:block; }#V2U0XZLV4WFT5S4FVZr6UqldykqKpdcV li:before{  }
 }@media only screen and (max-width: 763px) { #pApMbTNSgdVcnnyGkHvPWHkHlEaZqOJS { width:17.25rem;height:0.9375rem;top:19.5625rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKrT2wMk5hyu7FdKZJo9TpJ1S8xVxTQ { width:9.0625rem;height:2.875rem;top:16.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWE8yusWQVncoXXievXhZmJbBusDaN4 { display:block; }
 }@media only screen and (max-width: 763px) { #aIN5xXXGZd93CS2gLMac4bMa3k6yK0XX { display:flex;width:1.125rem;height:1.125rem;top:16.9375rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #wwS82J0eOHZy7bHNrw0dgr3k2ovCDovr { width:20rem;height:14.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWq2dRdMZinTWCp6N8siXN43TKaGvUyX { width:20rem;height:5rem;top:11.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5UNSPIqDO9BaRXmx22k9zcTpRCmFRZe { width:11.875rem;height:4.125rem;top:12.06640625rem;left:1.21875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxEJQRyVs76FW6g9oInHNwkTfylQIUBN { width:7.3125rem;height:1.71875rem;top:17.37890625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRE8I88uey5d18w8p1sagqBl2gylZNBw { width:20rem;height:14.875rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF7tnVIXkTokmDJ5yRofe3KGKPW0bBQD { width:20rem;height:5rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFQtFXqCiM2SJVvPobpSAum6EgKmOST4 { width:11.875rem;height:4.125rem;top:78.9375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsFR8ZTbCRG5s79zdziKyb5oW1dDCk5X { width:20rem;height:18.0625rem;top:83.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJwTbTqonNBNu5nTHtHZB3yGDnReoiI { width:17.25rem;height:0.9375rem;top:86.4375rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuAxzF0fgVh3xLiRDGii9ZUPFgZlDwkx { width:7.3125rem;height:1.71875rem;top:84.25rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lppn2uUa3vurk3htkMNQm5mqFpGxU8iX { width:9.0625rem;height:2.875rem;top:82.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWdRdGt3inZE8aBhDWzbhihOslH9WuRm { display:block; }
 }@media only screen and (max-width: 763px) { #dqt4AI5E7cmizvTLRvmR24r6O200uF7J { width:18.4375rem;height:11.375rem;top:88rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#dqt4AI5E7cmizvTLRvmR24r6O200uF7J li:before{  }
 }@media only screen and (max-width: 763px) { #mqQ4FT2FmdgNbEvZ90iai53WkdDZ4DrS { display:flex;width:1.125rem;height:1.125rem;top:83.8125rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh { display:block; }#yZRSvhL4mBL2U1I1sZupPtup7qdXbwBh > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHQdVkdoBsiWOUQmHIDt6gFSRiQGTUyb { width:20rem;height:16.8125rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO { width:17.5625rem;height:9.8125rem;top:21.125rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#VzWTvH83Q3qHDef7aiytP8NTvmtdFoDO li:before{  }
 }@media only screen and (max-width: 763px) { #Tq9pLMBxmzRIrkJsH7d1Uz3TpWyhrBfr { width:17.25rem;height:0.9375rem;top:19.5625rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhbThnQydHookTq2PULGDTanTHBRTa9 { width:9.0625rem;height:2.875rem;top:16.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0yefTBgiiTcJD6BHeKEb7bz2q408we { display:block; }
 }@media only screen and (max-width: 763px) { #UiBKyA4NgodGuohQtSHHSUTZqMzkpTbe { width:7.3125rem;height:1.71875rem;top:17.375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coIcpGqDZTcZ7mXwRma06VOPNPMmWkXT { display:flex;width:1.125rem;height:1.125rem;top:16.9375rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #qHu4q9FITKTqdscoyMfeThiWTtR9dCqt { width:20rem;height:14.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv3MHrHXgd0NHi6KPsiLyxiN4Z6H8h4d { width:11.875rem;height:4.125rem;top:12.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlaFpa5oDlfvLvhby6uNSgCXiybE2mFl { width:20rem;height:5rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lci0ViRdKXpRlIcdukINlJWTJvaN5JUp { display:block; }#lci0ViRdKXpRlIcdukINlJWTJvaN5JUp > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTmLl4diGKslnuPanMcHuwpRITzxpxBd { width:20rem;height:3.29980625rem;top:1.25rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8orTVphPD1ih5pUbBLWy7lkSOl17L5Q { width:20rem;height:2.5996125rem;top:4.5498046875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#990028;display:block; }
 }@media only screen and (max-width: 763px) { #JGysrH6sAO2OHUEWHIRNtVbINfO37weP { display:block; }#JGysrH6sAO2OHUEWHIRNtVbINfO37weP > .row .container { width:20rem;height:148.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R5lgAyK9mr4bQ7WqhWcfy2WZH8PGKVa5 { width:20rem;height:30.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU { width:17.5625rem;height:24.0625rem;top:19.25rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#CEBTTRvr2IsFBloZLyW7kC0IHbL8k1WU li:before{  }
 }@media only screen and (max-width: 763px) { #Bdc6Hm8sO1Wyv6FsGCXbgOAihwJoyMqn { width:17.25rem;height:0.9375rem;top:17.6875rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqNZWacDArcvs0DErkIeipayCOklewZm { width:9.0625rem;height:2.875rem;top:14.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9eTiqROiAe8ohsAmfLkXQpEA466npec { display:block; }
 }@media only screen and (max-width: 763px) { #NBmWKlhNkNOh3Mn9OU2VevqL6CFdEnxl { width:7.3125rem;height:1.71875rem;top:15.5rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK1dMn0nvadRRpx1Tc3qk2nhtFeyuQq { display:flex;width:1.125rem;height:1.125rem;top:15.0625rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #AWNpeiTbRyt9cbwLmiPkgcwovA6zwZQA { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRxwFwcLWFIhuWcnxCmgpOMbvkZiVs1g { width:11.875rem;height:4.125rem;top:10.1875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrNfBM5ovXl6u8xrhzg8R17U604hX74g { width:20rem;height:5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNDFbvQwTJ2VmqOMnNPBBV3DZrA7REFq { width:20rem;height:14.875rem;top:46.875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B1JtCGzAomS9qZ2MAOIa3pk0ECF3HNIn { width:20rem;height:5rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0GAKWty5IxzMQiOJONwzOkPwLvXrJho { width:20rem;height:32.375rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAIp1ZiqeRwL8iNiuPnTAFIrzt6aTR3Q { width:9.0625rem;height:2.875rem;top:61.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8P9Q7aIh53p5vzI8BIFFcpnda8i3HCq { display:block; }
 }@media only screen and (max-width: 763px) { #xkTKWxLThG4D0lWU9A2596rGrNUe6KHd { width:18.4375rem;height:24.3125rem;top:66.125rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#xkTKWxLThG4D0lWU9A2596rGrNUe6KHd li:before{  }
 }@media only screen and (max-width: 763px) { #llUPdigAeZOdccK2FzmPZnz0nAi34N1m { width:17.25rem;height:0.9375rem;top:64.5625rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3AgyS1TKvpbo597ldgfg3fSDeJiEAq { display:flex;width:1.125rem;height:1.125rem;top:61.9375rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #OSWvqgGSkxwFLzH8AxFXnPCMhD7HceDI { width:11.875rem;height:4.125rem;top:57.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TkkwHfX0vz8iTZLTkqJVPlc7dHEXWp { width:7.3125rem;height:1.71875rem;top:62.375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDMzXy65G3tqgJXZosD2TrG6nf3btc5g { width:20rem;height:14.88rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoL1NTNU6TMNpLA5wLxWcR650VL1pJuH { width:20rem;height:5rem;top:105.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3hlmGOIhtyvdETdIC03or3burNPhmxJ { width:11.875rem;height:4.125rem;top:106.1875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOd1axEhz8hlZJ7L2TgoyglNnoqlHWQS { width:20rem;height:35.3125rem;top:110.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NwKXc9CKqg570NV0y3z1BwA75mmW7h { width:17.25rem;height:0.9375rem;top:113.6875rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUZ5iNHZyI4GDCmmHBVrAq4QCS7a6kZU { width:7.3125rem;height:1.71875rem;top:111.5rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM { width:17.5625rem;height:28.625rem;top:115.25rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#ZUX3EpBEABq4sdmhanuOHy8JdvF43XZM li:before{  }
 }@media only screen and (max-width: 763px) { #gNz2KzCkqTuDUqFcudOSxsreyhZJSxK5 { width:9.0625rem;height:2.875rem;top:110.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shDv3pRyyiqik6ncmtImbf3JBKI2TeZg { display:block; }
 }@media only screen and (max-width: 763px) { #UlBeLcOxVqC3mF5xgTfmOeGkfVZrIbfz { display:flex;width:1.125rem;height:1.125rem;top:111.0625rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T { display:block; }#v6qDDXwPt12xUQL4NoVKTTn5wbT3n42T > .row .container { width:20rem;height:159.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTqfLzexC9RI9Kkd89f1xmhDCuA5E5A0 { width:20rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenOhnGgSeN0dOd4aVJBAisyvQdOlgDD { width:20rem;height:5rem;top:123.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxuztAT9vd3xg59GT2Pp6GlsN84Tk03 { width:20rem;height:41.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNfViiz8r3RLBJ6HEWUbitVnICvQqBSQ { width:9.0625rem;height:2.875rem;top:14.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOZRrZl2BafkJeOEZHi3zxhTcJz9mN3 { display:block; }
 }@media only screen and (max-width: 763px) { #cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe { width:18.4375rem;height:35.5625rem;top:19.25rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#cuTzNAqvNOPAs3QW9kEaMxZnh3zexUMe li:before{  }
 }@media only screen and (max-width: 763px) { #BC3BobBw93v07QmHkH14Mk7OfJT6F8RH { width:17.25rem;height:0.9375rem;top:17.6875rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4vrKiauShmJup0VSKBdsmixFSnAnkKJ { display:flex;width:1.125rem;height:1.125rem;top:15.0625rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #n8qrsaUkUC4xh1ON65wirmqISWqU5iUZ { width:11.875rem;height:4.125rem;top:10.1875rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdedQ62ofJ7XuVCsvLmIlt2uFUsL2Tnd { width:7.3125rem;height:1.71875rem;top:15.5rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unb6aalpLcSTynQm5OyC55P9lX0P5Tpb { width:20rem;height:14.875rem;top:113.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpfpUXXkg3RLQBmxvxe6cKKQrZtG9s4P { width:20rem;height:5rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWc0reMPp6cr2WGPrd6sfkGe58biMAN { width:20rem;height:27.5625rem;top:128.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXpPO02gbwgbOJUl2XvJyKPO1wZgMP8L { width:9.0625rem;height:2.875rem;top:127.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqXoGko52ctDy8mbyt9yT7ye6ew4r29Q { display:block; }
 }@media only screen and (max-width: 763px) { #RHnKOs7C99hTl708PSIA5pRsASLi73Co { width:18.4375rem;height:21.0625rem;top:132.6875rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#RHnKOs7C99hTl708PSIA5pRsASLi73Co li:before{  }
 }@media only screen and (max-width: 763px) { #dy0U3kyKdJ7ea3I98vPnni4yKbmQt3XV { width:17.25rem;height:0.9375rem;top:131.125rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsZ7uerzcB0lFUvDkfl4RdnOL4ySFlf5 { width:11.875rem;height:4.125rem;top:123.625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aABefz7XX7CAV5AfwVZETQbLqXdmJwx2 { display:flex;width:1.125rem;height:1.125rem;top:128.5rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #tbtGOATstNz5wTwrQ6dRptwH4K975so0 { width:7.3125rem;height:1.71875rem;top:128.9375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbswhAfgWIv5gHSluvituNoxfKq9qL8x { width:20rem;height:14.875rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfRSsn7KBeCzi7GltdpZqy7mcPNuVzsD { width:20rem;height:5rem;top:68.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU53dd2d7OBw2Kr6Bbud1I0LB6gqNypo { width:20rem;height:38.375rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb2FtI8JP5mCoHAZRDFqIRXy4t0aparF { width:17.25rem;height:0.9375rem;top:76rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Suyu84g4z2LPLlnAW8XnzhwKfnWyW9uh { width:9.0625rem;height:2.875rem;top:72.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRnG8JVF77ZHAVJKKi1XTLPMT19Vd1UM { display:block; }
 }@media only screen and (max-width: 763px) { #EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd { width:18.4375rem;height:32.6875rem;top:77.5625rem;left:1.25rem;font-size:0.875rem;line-height:1.5;display:block; }#EchkOLUH89TLxetJ5OTlpPzdm0fdoTWd li:before{  }
 }@media only screen and (max-width: 763px) { #Nqu7pv9mtxDn6be6aiTt0AT4FJH1mVR4 { width:11.875rem;height:4.125rem;top:68.5rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuBcvsCTcFiHws4UIrWT5piw0gh9yVl2 { display:flex;width:1.125rem;height:1.125rem;top:73.375rem;left:11.3125rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #T8mxNqhbI8D1Gh1nKG9Ch3SRTQmMaoET { width:7.3125rem;height:1.71875rem;top:73.8125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { display:block; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF { background-color: transparent; background-image: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(175,0,60,0.92); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container > .video-iframe-container { display: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row > .video-iframe-container { display: none; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(175,0,60,0.92); }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container { width:20rem;height:23.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6bbf4f2f-cdbe-4347-86b4-5fa908b5e2e6/download20230515T141240264.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container.adaptive-delivery-prevent-bg, #cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container.lazyload, #cWh1QvFMesTvCsPbKEyJBlsMnlsz0dQF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #NlPW1wvknD3X4bLLwqTMuBw8J2okqAQh { width:20rem;height:11.375rem;top:17.0625rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #opBkBMCfobzdpk0ON4qFTP1yq46FUvhQ { width:10.5rem;height:26.875rem;top:20.26171875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7qzM6H0y5SI6fvF26CEN3JUnXRKAVLh { width:15.9375rem;height:6.07324375rem;top:1.875rem;left:1.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhP8d1XbJoCNWL6mEfTgKKHxPfMpKctJ { width:16.0625rem;height:4.38574375rem;top:8.5732421875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBL1Zce4U0IRzaA13krQ60LB4NRfHCP { display:flex;width:1.125rem;height:1.125rem;top:14.75rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #w9FcCPC7H9FCmak5FuKRXhLGxwBbN4s8 { width:13.5625rem;height:2.125rem;top:14.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGAdcP8iRywaKcpbcQZPtlAVGzZ1oJDc { display:block; }
 }@media only screen and (max-width: 763px) { #Fzs533Nswo8ruclTRvhmoQxQvQyb4pEt { width:13.375rem;height:3.375rem;top:17.625rem;left:1.875rem;font-size:0.5625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 { display:block; }#U63f7BTQ0VoTmtbPDB4VGELe2eG3Gt26 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cHToCrq4HcupPsTSVTWUR9CmxoS0dACl { display:block; }#cHToCrq4HcupPsTSVTWUR9CmxoS0dACl > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGkDDC2vWFZSdbadmTtG6R70wTS21IXO { width:15.6875rem;height:18.890625rem;top:31.189453125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4k7yk37LO2cn5xBghv5gPPnQX1ZsluV { width:16.625rem;height:20.46484375rem;top:8.849609375rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDxZGdPgqQDIgHrTtnRs2OBGO66NMogr { width:19.6875rem;height:4.2252625rem;top:2rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uxHGhniBrPFroXnaTzW91oihZFcgiBam { width:1.8125rem;height:17.31640625rem;top:8.849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gggcI6BQrSemv8pTHlT2Cb7xOIXoCUGk { width:1.8125rem;height:17.31640625rem;top:31.189453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 { display:block; }#M2DBC8be0X56TiyG7WcWJmSr4alNkvX4 > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csazHF2w2OVGzkhQl0KlD1DynhFSmaSd { width:20rem;height:1.9121125rem;top:2.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3rxQ7oP7HOCc0yNCeLsEpN99llzwKu { width:16.5625rem;height:2.923825rem;top:5.26171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJEB48e6o3wWpHLsn2tNC2ZNPIbwGqMT { display:flex;width:1.125rem;height:1.125rem;top:10.625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vmNVFG4TgD0UObpkXc9b9ql7LrQN18q8 { width:13.5625rem;height:2.125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMdOadanMX4NaMhrJaXEhUwHBeJh5eH { display:block; }
 }@media only screen and (max-width: 763px) { #laaNOLDX1isipCAWe1nvFrnClT5iC7T0 { width:20rem;height:0.73125rem;top:13rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv { display:block; }#am6bDHBxDUWSUIVBFv9JvadZ8NerMDGv > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuGlmNVzRLIsilGXqzgkSmQgyCAs8NXm { width:20rem;height:2.25rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l { display:block; }#Alv5yTsqptRbOzlGLNbu0WywLJzJGN8l > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue { width:20rem;height:9rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/670550ff-cd05-47af-902f-260235c253fb/CapturadeTela20230515as141822.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.adaptive-delivery-prevent-bg, #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.lazyload, #XsTVq6rnd02KZaZqGqEdndJbCcmpX6Ue.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl { width:20rem;height:10.125rem;top:12.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/797dad39-5ce6-4e93-836c-fb0fb020d275/CapturadeTela20230515as141908.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.adaptive-delivery-prevent-bg, #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.lazyload, #B13LpR65RzwWo9mef6HeIH7RuUKQyeWl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C { width:20rem;height:9.375rem;top:24.6875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fdd2b9f0-616f-4914-81af-fc359b7758bd/CapturadeTela20230515as141829.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.adaptive-delivery-prevent-bg, #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.lazyload, #gkfGDnwdBPmIfeEZ4URX4NoTDcQyDL9C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DqTMeHQkXV6xQrmWkeKrfhAXTcKWHHec { width:7.1875rem;height:1.375rem;top:4.53125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oevt1ovUy6ToveDkW8TTToONmRkdb1HM { width:7rem;height:1.4375rem;top:15.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJB9dHkk9MtBbpGAmWVeMpp6Db4os3Bb { width:7rem;height:1.4375rem;top:28.0625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL { display:block; }#tOuWPmz0irDMcDvO3lXkq9aQF4N5r6uL > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg { width:20rem;height:8rem;top:2.25rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d87e6684-45e9-4b4d-8c6d-a4d17405d51f/CapturadeTela20230515as141851.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.adaptive-delivery-prevent-bg, #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.lazyload, #KH8cSk583bHdGO5Ld9kfiHO64hkgpPzg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz { width:20rem;height:9.1875rem;top:12.8125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36c2470b-cbb3-476f-9835-a2f31e51c17d/CapturadeTela20230515as142336.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.adaptive-delivery-prevent-bg, #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.lazyload, #Ov06qgm0MBOtc4ay1hZrRtTbggMfB2Fz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #grryL9cM6GHo7DmicXigMAheleKSaSLD { width:20rem;height:6.75rem;top:24.6875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e717ebe-6861-41f1-8faa-fa49fc733e57/CapturadeTela20230515as142407.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#grryL9cM6GHo7DmicXigMAheleKSaSLD.adaptive-delivery-prevent-bg, #grryL9cM6GHo7DmicXigMAheleKSaSLD.lazyload, #grryL9cM6GHo7DmicXigMAheleKSaSLD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hJsMGrGM2mB2Qg7EaJsEk7mvcE7TnXdd { width:7.1875rem;height:1.375rem;top:5.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdVxJ8IWMDCBOIK8ygKNDe4ociKVMr8p { width:7rem;height:1.4375rem;top:15.625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxiqmnN4KzbR5ZzU92NCu4f0WN9kNsBC { width:7rem;height:1.4375rem;top:27.375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 { display:block; }#kCgMOHwsMc7uTtIrUZCNfITdSPoqMaM8 > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8ZQa28MLCW9sPexmf3g2FAISkTmEhmC { width:13.9375rem;height:2.2737625rem;top:4.25rem;left:6.125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SI1OEZ33eq6wobNbxALf77QFqNxwfdh9 { display:flex;width:5.375rem;height:5.375rem;top:4.125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #c9PpkIQUga1FtLqVft6b5008KQrCBAF7 { width:8.3125rem;height:6.6875rem;top:3.5625rem;left:-0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV { display:block; }#T4r6Pvn4c01f8XlIlGurVkeID9zs2QyV > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BopCdJhrscA9Nm0no6z14iyAe4LnxsBQ { width:20rem;height:2.35625rem;top:4.787109375rem;left:0rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m93cwA4D0ep6tEmiQGlow2s6Qr4fzPyn { width:20rem;height:1.05625rem;top:8.099609375rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S56ReLhyQvX24kAkZ7DIFNNVqKHettrp { width:20rem;height:1.625rem;top:17.130859375rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RftNwbDoii5V9guTpCNHRiCn5c7qsBSR { width:10.125rem;height:10.125rem;top:22.380859375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR7t5TQRaqqOQFO5BSVsTTVTtlyaNhTA { display:flex;width:1.8125rem;height:1.8125rem;top:12.125rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #VZOLgd2vdF7i52zsxBqATTn4maFOdVZZ { width:17.75rem;height:3.25rem;top:11.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFxfxfhMQrEUX9WWBqHuFcavTbJvygWx { display:block; }
 }@media only screen and (max-width: 763px) { #cztZ8Q7e0QUQ08mNMZu3TPCgWD39UVn3 { width:20rem;height:2.68066875rem;top:31.673828125rem;left:0rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #SArZ27DzXtiFkhKvdkUNcXmxSZqNOPy7 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E9EhehiXyyJwRZzdBtLXHd7y2Wf4dw8O > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTnT4JPr6sUd1OaPxSdofL9hq7cT2mCv { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzsgEsi8ofSxg8tfQcmTm9eWdzbQusK { display:block; }
 }@media only screen and (max-width: 763px) { #TIwxyN0kKupDNdoUnSmEyQKI4wowHiog { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZkK2zDoObD08JzhEeKAKzi9OeScC9p { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2RsCOZeABAmmvzGr2J91QWlpTATHWsN { display:block; }
 }@media only screen and (max-width: 763px) { #QW2LDEaRR7SSRZKOQklOJIJryU1bXSFr { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyaSVTqg8uKSKpTMiXQPpFgLfTTMCVK4 { display:block; }
 }