.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg { position:relative;display:block; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg { background-color: transparent; background-image: none; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row .container > .video-iframe-container { display: none; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row > .video-iframe-container { display: none; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .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); }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg { border-width: 0; border-radius: 0; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .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; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .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:10.9375rem;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; }#CVki3fI66pBo87VBW92PArNOvkRe0SsB { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:0rem;left:32.09375rem;overflow:hidden;display:block; }
#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK { position:relative;display:none; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK { border-width: 0; border-radius: 0; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .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; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.93);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; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { background-color: transparent; background-image: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container > .video-iframe-container { display: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row > .video-iframe-container { display: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .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); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { border-width: 0; border-radius: 0; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;position:relative;display:block; }#meaxM2T3Bbtwd2UWLuB6BzZmplyoLKg8 { color:rgba(var(--color-primary-2),1);display:block;width:36.5rem;position:absolute;font-family:raleway;font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.4365234375rem;left:1.0625rem;height:6.375rem;font-style:normal;display:block; }
#IEe5CZdFUO22ZmT7TyQuCbZpoWlAwBzZ { color:rgba(var(--color-primary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.3115234375rem;left:1.0625rem;height:4.125rem;font-style:normal;display:block; }
#TRTS5VemfFzIi4EslMRUb1cfn7hEiXWZ { color:#1e1e1e;display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:17.125rem;left:1.0625rem;height:1.71875rem;font-style:normal;display:block; }
#ad8couJT8C5i0R3lp9miDtaPOn3WkHVv { position:absolute;display:block;z-index:15000;height:60.125rem;width:32.0625rem;top:4.4365234375rem;left:39.0947265625rem;display:block; }
#NrbFwcQEXJrAx3rQoURGVkppltNMFf32 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.5rem;left:1.0625rem;display:block; }
#LtwLAd8beTJ2t7QUmHmQ8HKUS8ZWnD4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL { color:#1e1e1e;display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:19.8125rem;left:1.0625rem;height:6.4375rem;font-style:normal;display:block; }#Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL li:before{  }
#NWt4W1pzU5AChKBq9aPOXKfuKbS0sPLi { color:#000000;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:29.5625rem;left:1.0625rem;height:2.88671875rem;font-style:normal;display:block; }
#Wycie9fm7c1kkblCR8GDckLHFlKtIaDD { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.9375rem;left:1.0625rem;display:block; }
#Ab8kd1AnTFJ5WFFnkzW3OdWWFatirQsa { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:50.0625rem;left:1.0625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SbBuHgITcM00nOJbPRkybmdvoqbOBxQk { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:5.5625rem;width:23.375rem;top:42.25rem;left:1.0625rem;overflow:hidden;display:block; }
#liAkyS2N1OBtPqrlwZ1e28I7W98sFTkX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:42.25rem;left:1.0625rem;height:1.4619125rem;display:block; }
#CUvtm5SKlQevCe4TMle97tqSePX5WATZ { position:relative;display:none; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ { border-width: 0; border-radius: 0; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .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; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Xqlo2ixVhOohodqSETlfMfhTdMuCMLzR { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.5615234375rem;left:1.0625rem;display:none; }
#AcrUtQVsl0nH79FmTWtAtGEgLxVTd8vt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyiUpSVmXTcmOXBiJz3HQCsDXChu5Ink { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:28.25rem;left:1.0625rem;height:;font-style:normal;display:none; }
#CELo9Z3nxhSMb3TCSFOCV3sEfMOIarLb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:5.5625rem;width:23.375rem;top:13.3125rem;left:25.623046875rem;overflow:hidden;display:block; }
#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,233,209,0.6);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; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container { background-color: transparent; background-image: none; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container > .video-iframe-container { display: none; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row > .video-iframe-container { display: none; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .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); }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container { border-width: 0; border-radius: 0; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#IVkFiwq7O6a0uQUeaq9TXUmbSaSh92Ev { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:31.125rem;height:1.4619125rem;display:block; }
#be5TGa1GMKP88l3g9eJ9wPsCcCv89Xb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.640625rem;left:11.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hHsTRCSXfsTBWplAVbzzTdloaaeN31RJ { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.9375rem;left:28.125rem;display:block; }
#V25NewcvI6Pi87gSxHrguBvsVmZp7v18 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.5625rem;top:58.3125rem;left:25.78125rem;overflow:hidden;display:none; }
#fphFklnFPVphchoBXR7qlp9iSUQJ1BIG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:5.5625rem;width:23.375rem;top:2.9375rem;left:25.8125rem;overflow:hidden;display:block; }
#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h { position:relative;display:block; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h { background-color: transparent; background-image: none; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row .container > .video-iframe-container { display: none; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row > .video-iframe-container { display: none; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .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); }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h { border-width: 0; border-radius: 0; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .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; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .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.9375rem;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; }#fVNbyLMvQ3gGKe8PXzSwVSC3IkQ8X0Qh { color:#e42313;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.833984375rem;left:5.90625rem;height:2.51875rem;font-style:normal;display:block; }
#BcJa1JX4qROP8bGD0JZCH5GXwCyTzSVa { color:#e42313;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.833984375rem;left:27.15625rem;height:2.51875rem;font-style:normal;display:block; }
#bUilHb324IKhS7OTTvTZ3moJ62HpM7s7 { color:#e42313;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.833984375rem;left:41.75rem;height:2.51875rem;font-style:normal;display:block; }
#E6MP7c6ZRAWwBh4IFBXqowOs04B0hhcv { color:#e42313;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.833984375rem;left:61.65625rem;height:2.51875rem;font-style:normal;display:block; }
#S4aEHa8vUIBZ56AMHb1q08Gbwa2OmkQv { color:#1e1e1e;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.9033203125rem;left:1.375rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvS6LhDGpqfwMApTKxCPmlTqx3a7Wyil { color:#1e1e1e;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:12.9033203125rem;left:19.75rem;height:3.50390625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dpC6z9y32cGCr7pw7CyadzSApyv9dr22 { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:12.9033203125rem;left:38.4375rem;height:2.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdeNxz74RFbFnrGNUUfiZduvdC2vO9VK { color:#1e1e1e;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:12.9033203125rem;left:57.625rem;height:3.50390625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2PCefO5PEq9Tmz8Bt4Dh1aD8SMB2WaR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:11rem;width:11rem;top:0rem;left:3.875rem;overflow:hidden;display:block; }
#vanaODqENf9TdZM7MH6Our4wItTOyQFS { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:11rem;width:11rem;top:0rem;left:22.625rem;overflow:hidden;display:block; }
#pIgeOMdWZV14Ur4LWy8XeuBbmBmdgtMK { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:11rem;width:11rem;top:0rem;left:41.375rem;overflow:hidden;display:block; }
#lWPDNITPuM9RtsVFksowrzbaaORQ7lwX { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:11rem;width:11rem;top:0rem;left:60.125rem;overflow:hidden;display:block; }
#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy { position:relative;display:block; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy { background-color: transparent; background-image: none; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row .container > .video-iframe-container { display: none; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row > .video-iframe-container { display: none; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .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); }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy { border-width: 0; border-radius: 0; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .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; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .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.4375rem;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; }#rqQcFiK1BSbgT96ZMIlLEbs6hcvM3hBF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.875rem;left:0.90625rem;height:5rem;display:block; }
#Aemr5o3ckW3dW2TedeTMADQhgwDwlmpV { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:28.125rem;display:block; }
#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep { position:relative;display:block; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep { background-color: transparent; background-image: none; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row .container > .video-iframe-container { display: none; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row > .video-iframe-container { display: none; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .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); }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep { border-width: 0; border-radius: 0; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .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; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .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:60.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; }#LdLgQ0aO4QML14p9Ew3SiaoXAxPtVvvi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-4),1) ;height:31.9375rem;width:25.5rem;top:5.625rem;left:6rem;overflow:hidden;display:block; }
#oiKDVqTM0CPIGbpqDuR191JbTy9VKEUi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.1875rem 0.5625rem rgba(var(--color-tertiary-4),1) ;height:32.1875rem;width:24.125rem;top:5.5rem;left:44.1875rem;overflow:hidden;display:block; }
#vDeBw5UX7MFm0usTqdZSWQEO7nLT5gsb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:1.1630859375rem;left:13.6875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#qd7EkDRgrzrieSrhyFvIz80eDxJZyXKE { background-color:#e42313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:53.9375rem;left:16.34375rem;display:none; }
#TgJwwfiaWpwDdqG9U8sNhMeWx2wDKQTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbTE6A4BBWTzTQanuStyV3datcOVC1r4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.1875rem;left:4.71875rem;height:9.098625rem;text-align:left;text-align-last:left;display:block; }
#GZ3ACb9kavRcbGLes4Hw1TknsWIbKo2W { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:41.625rem;left:43.0625rem;height:9.098625rem;display:block; }
#AA2NJK08zFPiWRNLI1zWS5n8dW2wNvKO { box-sizing:content-box;height:8.875rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.3125rem;left:3.96875rem;display:block; }
#weIi3odqqmvtoG0IeIzZ2hSRPJTG7x2i { box-sizing:content-box;height:8.875rem;width:0.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.6484375rem;left:42.09375rem;display:block; }
#hMfzkMFf1oq7zSR9UFA8pXD0661zogEq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.1630859375rem;left:50.375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#QFMqfka0ZzR0wQcpgGa9mHfs8nwXMNCw { background-color:#e42313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.707294464111rem;left:14.502082824707rem;display:block; }
#E5vft4TUgLL9rG5Ox1kFs3k2Iw4BzoAR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORJCmdIyf15SCcTeHg0inVxezcTOcDza { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:50rem;width:75rem;display:none; }
#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e31da6c0-ef4f-463a-9d70-1c016ea05747/bambiniafricanichesigodonolavita.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5.adaptive-delivery-prevent-bg, #lfkx9P136J87wWsf1stPGOdKLtEt6ke5.lazyload, #lfkx9P136J87wWsf1stPGOdKLtEt6ke5.lazyloading { background-image: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { background-color: transparent; background-image: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.08); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container > .video-iframe-container { display: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.08); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row > .video-iframe-container { display: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .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); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { border-width: 0; border-radius: 0; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#H7H70t10X11KHgCZBz2uWPzoabiXHzuL { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.03125rem;height:;display:block; }
#KL7trJGGC17QvVamlutvnIPtaiLCsfRK { color:rgba(var(--color-tertiary-0),1);display:block;width:69.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:11.25rem;left:3.03125rem;height:;font-style:normal;display:block; }#KL7trJGGC17QvVamlutvnIPtaiLCsfRK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KL7trJGGC17QvVamlutvnIPtaiLCsfRK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b68b797448c3e621afbb2249432337ae49eab3cd.svg); }
#QxWrXHggWfTx3kCCbbiafPTwoCACcpv1 { background-color:#e42313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.5625rem;left:3.03125rem;display:block; }
#U6kuu06LtOF3P3hv3L6Vw1RTbMDM8t9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ { position:relative;display:block; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ { background-color: transparent; background-image: none; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row .container > .video-iframe-container { display: none; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row > .video-iframe-container { display: none; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .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); }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ { border-width: 0; border-radius: 0; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .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; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .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.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; }#PaL8vSRTpTVAHMcZh3mfsJSNOToGVUTy { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:1.03125rem;height:5rem;display:block; }
#n2htp7MgqglBbchowmoHo7LStFHF6cUR { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8rem;left:1.03125rem;height:5.5rem;font-style:normal;display:block; }
#DnkXBDKV7aNyNfv5sdtL5tknqwWlARbF { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(222,43,43,0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.625rem;left:1.03125rem;display:block; }
#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr { position:relative;display:block; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr { background-color: transparent; background-image: none; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row .container > .video-iframe-container { display: none; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row > .video-iframe-container { display: none; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .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); }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr { border-width: 0; border-radius: 0; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .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; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .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:19.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; }#g0f5UxJZchBPKawPNke6vHAcBW3qlsBH { box-sizing:content-box;height:2.75rem;width:43.4375rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:1.5625rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#fBIEAKOhAGgwOltdZ7KUE8In27h9T7Ll { box-sizing:content-box;height:2.6875rem;width:29.5rem;position:absolute;display:block;z-index:15018;background-color:#d20910;background-image:none;top:1.5625rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#WfWDBaAwLTBHNZEpdm9EAkxtqQ5tWcHi { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.625rem;left:1.1875rem;height:3.75rem;display:block; }
#D98QbAQhgwPPvoC77yOAO9I9zpqWoCg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.0625rem;left:30.6875rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#K5FW1efkUEK21ITnd9Dg5sT1DO0esuSB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:10.25rem;left:1.1875rem;height:6.25rem;font-style:normal;display:block; }
#VZNSZOfnCpIuJHcuTqERTWSaG3RFrTcN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:9.625rem;left:30.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVBfqbATok4VHiTqcuz7zsMX8Uqz9XKD { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:15.5rem;width:23.375rem;top:1.5625rem;left:48.580078125rem;overflow:hidden;display:block; }
#q9Vql57i21sJDwF6BdouTILCHlI7asm3 { position:relative;display:block; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 { background-color: transparent; background-image: none; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row .container > .video-iframe-container { display: none; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row > .video-iframe-container { display: none; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .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); }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 { border-width: 0; border-radius: 0; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .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; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .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:24.0625rem;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; }#zN1B4MpICHLUmrRLwcC6D3veOrTJD9x0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:15.375rem;width:15.375rem;top:2.59375rem;left:4.8125rem;overflow:hidden;display:block; }
#dpbPl0JT7NSpgMKqsfD4TkkWAVRxQDt0 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:15.3125rem;width:15.375rem;top:2.625rem;left:29.8125rem;overflow:hidden;display:block; }
#gkyTNR3gNsU9HUlbzVydx6sIS8P4ArnW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:15.3125rem;width:15.375rem;top:3.25rem;left:54.8125rem;overflow:hidden;display:block; }
#do14Ul29NCUoPdDhCKi2IbnxKaKbQ13p { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:17.96875rem;left:5.21875rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDe4NmP9QWuZ5Xe1isHUSsDtayGkRRqV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:17.96875rem;left:27.96875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqpROOOphZ2gfviFHcpnWw86feyuqCm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:17.96875rem;left:53.1875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylUNTqxhZqW17P3ickqBeRwcHTpWT8w4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.59375rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9u2SSoTF4scAc6oNMHhRXANdlX1JMTx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.59375rem;left:30.21875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUZXuVKBO070UG1WZ7tISLOdVONACB5s { color:rgba(var(--color-tertiary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.59375rem;left:53.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNtqFIzzWXpLGy09IPahLeKCfDclstZZ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:7.0625rem;width:7.0625rem;top:6.75rem;left:20.96875rem;overflow:hidden;display:block; }
#mzLFDB2vGpIhblPltOARe7gf4z4K0D0G { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:7.0625rem;width:7.0625rem;top:6.75rem;left:46.1875rem;overflow:hidden;display:block; }
#URCgXZy7W9k6MEkNzmSXT2x9SXodVrT1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:75rem;display:none; }
#frWXLT3qiHenTZZLacWpgPtKqWUkRJiF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:75rem;width:75rem;display:none; }
#c624TiEVTfDuOzVgp93L58OGBV5RUUUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,233,209,0.39);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; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container { background-color: transparent; background-image: none; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container > .video-iframe-container { display: none; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row > .video-iframe-container { display: none; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .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); }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container { border-width: 0; border-radius: 0; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#ghNMXTPLt1XmFtXvUmarwznHqM0iQgFb { color:rgba(var(--color-tertiary-4),1);display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.375rem;left:1.21875rem;height:5.25rem;display:block; }
#cMsPQf0NnkU8VUBlZiHk1zhnHk07xrwb { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:8.6875rem;left:1.21875rem;height:5.75rem;font-style:normal;display:block; }
#S0C56ZOscDOumnNOXMa2sAIe3JMEN5nx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.5625rem;left:1.21875rem;display:block; }
#sHFGTT2MHTT6QZGNwAr8lRKNvs8wXMWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bh1kCSHWbOHmarz4xV2gu5FOlBMOiMmr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.375rem;left:1.21875rem;display:block; }
#NkFuGRW76ndLuxF2rQXQ5nFtuWgC0fGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnUrkFBOnoU4tDKEdpFovwhoVS1izscx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.375rem;left:1.21875rem;display:block; }
#mQgOqP2MRDyTvKC3imk22xT9X0s1QbsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PLgu5wgOvEcQvpX2Uvh5G4TInuNL6O7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:18.5625rem;left:23.40625rem; }
#cvXOH98bA9ImzwJGkq2O4LcTAomfHdEx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:18.375rem;left:25.40625rem;height:1.4375rem;font-style:normal;display:block; }
#Qirtt1ubf7h0spwN5xSnNgucb9u428Ty { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:23.125rem;left:25.46875rem;height:2.875rem;font-style:normal;display:block; }
#bcC7WPazqeoo03harDrwe2x6E335X53x { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:28rem;left:25.46875rem;height:;font-style:normal;display:block; }
#vQQhRAiATrUQgNImQhTBGKRfB7T1fWu4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.5rem;left:23.40625rem; }
#RImL2gx1BNQRH3DrWxTE0QaWPTTITXbD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:28.5rem;left:23.40625rem; }
#WvDlB1X4LvSmIZ2cJwKdINmqm7KlTwRO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#r4w4c12B26VHqHWEfo5eIEdmZeTueouW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#L7uC8nhq2Gioq5rMnhrkaC2vCT6NqNP6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lPgULbOrD9uURiferU16TZD8NOI1hhd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7b64456-1d27-4225-b7e9-ea0910729888/ragazziafricanichesigodonolavita1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7.adaptive-delivery-prevent-bg, #lPgULbOrD9uURiferU16TZD8NOI1hhd7.lazyload, #lPgULbOrD9uURiferU16TZD8NOI1hhd7.lazyloading { background-image: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { background-color: transparent; background-image: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,22,38,0.23); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container > .video-iframe-container { display: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,22,38,0.23); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row > .video-iframe-container { display: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .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); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { border-width: 0; border-radius: 0; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#s4fqTkIy7yDtnGwtfBT3hulOMG7f0Q17 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:3.1875rem;left:0.90625rem;height:;display:block; }
#G46kTZIwTQ2meVyahxvsf3hc5NkokgDA { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12rem;left:0.90625rem;height:6.5rem;display:block; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-form-header {  }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d20910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2.6875rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18rem;height:2.6875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22rem;overflow:hidden;font-style:normal; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-container { padding-top:0.875rem;padding-right:0;padding-bottom:0.8125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-container:first-of-type{padding-top:0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-container:last-of-type{padding-bottom:0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;position:absolute;top:10.9375rem;left:44.5625rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs {display:block;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;position:absolute;top:10.9375rem;left:44.5625rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLw3Mf9DVQZewWWeFfdaW19m6Kn5EQ2d { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #JxJX3B8rf6HU06w3LzX4DpTvqVcg4Oo9 { position:relative;display:block; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #liudmTdCi732yQ3bJiEGlyUPqvQrdOOr { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #QJtr2MxSDLNwBBWmqIn7LGPLOAHD18i1 { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #ceTMFCz1zM3nUAIirEDkrJpm6XiAKSns { position:relative;display:block; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #y2GIP6BtWIQpFmE9aNGa6MQIT2X0SlCg { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TxbXZCCgFMPZwqPh0Ro893NB1HwH1tEq { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TziuRKTgJosskB2XBTZ22olN99wsP0BP { position:relative;display:block; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #WDAhUyFzngroFG0Gs8EKpVmNbqrXceDN { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLtf0QDRJtc7huhVe623Re7OArJP8I7p { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #UEJGw5QUZTnCbMR9AkBtLAs2d1fsimVd { position:relative;z-index:2; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #beWTPuCJg0PFWak0KDk0v2lhBfTyWIoq { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #flZNtVQpBBsGiraG0TMKO5sBIMpCK5wg { position:relative; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #KTvU7w9t7S3CpM90boCdl3VR30dM1buK { position:relative; }
#XD9JH35nF80U5TycNgFoBELeTHWdyG0X { box-sizing:content-box;height:11.1875rem;width:25.75rem;position:absolute;display:block;z-index:14999;background-color:#d20910;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:44.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BHryrJErHJWgFo198cCXI7ERGqOfb1GG { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.787109375rem;left:48rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#qvhJ6K9RkiwgapDWpSD89bWgFqniHcGM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:50rem;width:75rem;display:none; }
#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe9d1;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; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container { background-color: transparent; background-image: none; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container > .video-iframe-container { display: none; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row > .video-iframe-container { display: none; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .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); }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container { border-width: 0; border-radius: 0; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#vsDGZKS1CTK84OVtg6GnEhqw6GIfdH6L { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.46875rem;left:1.59375rem;height:2.625rem;display:block; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffe9d1;background-image:none;box-shadow: 0.4375rem 0.625rem 0.4375rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-trigger.adaptive-delivery-prevent-bg, #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-trigger.lazyload, #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-trigger.lazyloading { background-image: none; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.03125rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #HnIAlmWwEtwoAl0ChES0QWt4wVPG6TGR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #S0CP9XByq2culZzakaGiqg1xJG3nM8US { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kwZIbnv4o694FkJStzllfrorbCcw3AkH { display:block;position:relative; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #TJTbV2rD1gwR6iA17oKbAGtEvFzhllhJ {  }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bFzNEffqi85BiyBbvmu7lNvH9chnAS0Z {  }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bvgN4qXoMZrr1sIZFF6qyMuH519PZKuO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #oN3UzhrTTRf2lTQ86VHITbOmdxzAXcT6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #vr4HW03k2tgOw8Ct5LyrrE9NydsBSGgy { display:block;position:relative; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #iL5fkbKfhJonq3fERccXRuSmZvW2Uwde {  }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #MFVP2GPApA9AKUzNL0aoOucsrtLOi5mf { display:none; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kM2sLIRVyhtctodSQLTU62FLPLxLILPn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #m0FyWGTvyQP79xsB4N74hsoFrIqOSr72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #PdzazmGHWTCPgAxD93l61nu7Fodw3sW6 { display:block;position:relative; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bmxDgz7zRUIJ8gCT35AyXFiTPbD5ELNX {  }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #qShGrMrH2vBlmAK4SWnFKtp5HzZk6Xz7 { display:none; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #pUZlQ6TPHl7BfNmDCbSqcxIzm9woQTf9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #WCoSOLqfOdTbkqOt74sPKMsALFvEMSSl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #mwAZKOBXBIvEelV3WeinpAg2mWF0V94k { display:block;position:relative; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #DggSFVRpwN3xLc4LIFvE1W8lSg3Vpufq {  }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #hgMWTP3i223X64tfby88N6XvvKrVFt08 { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TJhGREOxI0BvCTCINITpL7y52AVcs5Gg { display:block; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVki3fI66pBo87VBW92PArNOvkRe0SsB { width:10.8125rem;height:10.8125rem;top:0rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK { display:none; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE { display:block; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meaxM2T3Bbtwd2UWLuB6BzZmplyoLKg8 { width:36.5rem;height:6.375rem;top:4.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEe5CZdFUO22ZmT7TyQuCbZpoWlAwBzZ { width:36.5rem;height:4.125rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTS5VemfFzIi4EslMRUb1cfn7hEiXWZ { width:36.5rem;height:1.6875rem;top:17.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad8couJT8C5i0R3lp9miDtaPOn3WkHVv { width:32.0625rem;height:60.125rem;top:4.375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbFwcQEXJrAx3rQoURGVkppltNMFf32 { width:17.5rem;height:3.4375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtwLAd8beTJ2t7QUmHmQ8HKUS8ZWnD4a { display:block; }
 }@media only screen and (max-width: 763px) { #Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL { width:36.5rem;height:6.4375rem;top:19.8125rem;left:0rem;font-size:1.25rem;display:block; }#Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL li:before{  }
 }@media only screen and (max-width: 763px) { #NWt4W1pzU5AChKBq9aPOXKfuKbS0sPLi { width:21.875rem;height:2.875rem;top:29.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wycie9fm7c1kkblCR8GDckLHFlKtIaDD { width:18.75rem;height:0.125rem;top:48.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab8kd1AnTFJ5WFFnkzW3OdWWFatirQsa { width:23.4375rem;height:6.5rem;top:50.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbBuHgITcM00nOJbPRkybmdvoqbOBxQk { width:23.375rem;height:5.5625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liAkyS2N1OBtPqrlwZ1e28I7W98sFTkX { width:12.75rem;height:1.4375rem;top:42.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUvtm5SKlQevCe4TMle97tqSePX5WATZ { display:none; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xqlo2ixVhOohodqSETlfMfhTdMuCMLzR { width:17.5rem;height:3.4375rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcrUtQVsl0nH79FmTWtAtGEgLxVTd8vt { display:block; }
 }@media only screen and (max-width: 763px) { #LyiUpSVmXTcmOXBiJz3HQCsDXChu5Ink { width:36.5rem;height:;top:28.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CELo9Z3nxhSMb3TCSFOCV3sEfMOIarLb { width:23.375rem;height:5.5625rem;top:13.3125rem;left:11.998046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs { display:block; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVkFiwq7O6a0uQUeaq9TXUmbSaSh92Ev { width:12.75rem;height:1.4375rem;top:2.25rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5TGa1GMKP88l3g9eJ9wPsCcCv89Xb7 { width:47.75rem;height:4.0625rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHsTRCSXfsTBWplAVbzzTdloaaeN31RJ { width:18.75rem;height:0.125rem;top:9.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25NewcvI6Pi87gSxHrguBvsVmZp7v18 { width:24.5625rem;height:24.5625rem;top:58.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fphFklnFPVphchoBXR7qlp9iSUQJ1BIG { width:23.375rem;height:5.5625rem;top:2.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h { display:block; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVNbyLMvQ3gGKe8PXzSwVSC3IkQ8X0Qh { width:6.9375rem;height:2.5rem;top:9.8125rem;left:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJa1JX4qROP8bGD0JZCH5GXwCyTzSVa { width:1.9375rem;height:2.5rem;top:9.8125rem;left:16.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUilHb324IKhS7OTTvTZ3moJ62HpM7s7 { width:10.25rem;height:2.5rem;top:9.8125rem;left:24.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MP7c6ZRAWwBh4IFBXqowOs04B0hhcv { width:7.9375rem;height:2.5rem;top:9.8125rem;left:37.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aEHa8vUIBZ56AMHb1q08Gbwa2OmkQv { width:16rem;height:2.3125rem;top:12.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvS6LhDGpqfwMApTKxCPmlTqx3a7Wyil { width:16.75rem;height:3.5rem;top:12.875rem;left:7.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpC6z9y32cGCr7pw7CyadzSApyv9dr22 { width:16.875rem;height:2.3125rem;top:12.875rem;left:18.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdeNxz74RFbFnrGNUUfiZduvdC2vO9VK { width:16rem;height:3.5rem;top:12.875rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PCefO5PEq9Tmz8Bt4Dh1aD8SMB2WaR { width:11rem;height:11rem;top:0rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanaODqENf9TdZM7MH6Our4wItTOyQFS { width:11rem;height:11rem;top:0rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIgeOMdWZV14Ur4LWy8XeuBbmBmdgtMK { width:11rem;height:11rem;top:0rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPDNITPuM9RtsVFksowrzbaaORQ7lwX { width:11rem;height:11rem;top:0rem;left:36.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy { display:block; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqQcFiK1BSbgT96ZMIlLEbs6hcvM3hBF { width:39.0625rem;height:5rem;top:1.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aemr5o3ckW3dW2TedeTMADQhgwDwlmpV { width:18.75rem;height:0.125rem;top:0.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xev0aAWRVT7epGIyeZ7N3aiIiFGCObep { display:block; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdLgQ0aO4QML14p9Ew3SiaoXAxPtVvvi { width:25.5rem;height:31.9375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiKDVqTM0CPIGbpqDuR191JbTy9VKEUi { width:24.125rem;height:32.1875rem;top:5.5rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDeBw5UX7MFm0usTqdZSWQEO7nLT5gsb { width:10.125rem;height:3.5rem;top:1.125rem;left:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd7EkDRgrzrieSrhyFvIz80eDxJZyXKE { width:42.4375rem;height:3.4375rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJwwfiaWpwDdqG9U8sNhMeWx2wDKQTV { display:block; }
 }@media only screen and (max-width: 763px) { #fbTE6A4BBWTzTQanuStyV3datcOVC1r4 { width:28.0625rem;height:9.0625rem;top:42.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3ACb9kavRcbGLes4Hw1TknsWIbKo2W { width:24.75rem;height:9.0625rem;top:41.625rem;left:23rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA2NJK08zFPiWRNLI1zWS5n8dW2wNvKO { width:0.125rem;height:8.875rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weIi3odqqmvtoG0IeIzZ2hSRPJTG7x2i { width:0.125rem;height:8.875rem;top:41.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMfzkMFf1oq7zSR9UFA8pXD0661zogEq { width:10.125rem;height:3.5rem;top:1.125rem;left:29.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFMqfka0ZzR0wQcpgGa9mHfs8nwXMNCw { width:44.875rem;height:3.4375rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5vft4TUgLL9rG5Ox1kFs3k2Iw4BzoAR { display:block; }
 }@media only screen and (max-width: 763px) { #ORJCmdIyf15SCcTeHg0inVxezcTOcDza { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfkx9P136J87wWsf1stPGOdKLtEt6ke5 { display:block; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7H70t10X11KHgCZBz2uWPzoabiXHzuL { width:41.25rem;height:;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL7trJGGC17QvVamlutvnIPtaiLCsfRK { width:47.75rem;height:;top:11.25rem;left:0rem;font-size:0.875rem;display:block; }#KL7trJGGC17QvVamlutvnIPtaiLCsfRK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b68b797448c3e621afbb2249432337ae49eab3cd.svg); }
 }@media only screen and (max-width: 763px) { #QxWrXHggWfTx3kCCbbiafPTwoCACcpv1 { width:12.875rem;height:3.125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kuu06LtOF3P3hv3L6Vw1RTbMDM8t9e { display:block; }
 }@media only screen and (max-width: 763px) { #UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ { display:block; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaL8vSRTpTVAHMcZh3mfsJSNOToGVUTy { width:41.625rem;height:5rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2htp7MgqglBbchowmoHo7LStFHF6cUR { width:41.625rem;height:5.5rem;top:8rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkXBDKV7aNyNfv5sdtL5tknqwWlARbF { width:18.75rem;height:0.125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr { display:block; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0f5UxJZchBPKawPNke6vHAcBW3qlsBH { width:43.4375rem;height:2.75rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBIEAKOhAGgwOltdZ7KUE8In27h9T7Ll { width:29.5rem;height:2.6875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWDBaAwLTBHNZEpdm9EAkxtqQ5tWcHi { width:14.625rem;height:3.75rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98QbAQhgwPPvoC77yOAO9I9zpqWoCg9 { width:12.1875rem;height:3.75rem;top:5.0625rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5FW1efkUEK21ITnd9Dg5sT1DO0esuSB { width:16.8125rem;height:6.25rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZNSZOfnCpIuJHcuTqERTWSaG3RFrTcN { width:13.125rem;height:7.5rem;top:9.625rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBfqbATok4VHiTqcuz7zsMX8Uqz9XKD { width:23.375rem;height:15.5rem;top:1.5625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Vql57i21sJDwF6BdouTILCHlI7asm3 { display:block; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN1B4MpICHLUmrRLwcC6D3veOrTJD9x0 { width:15.375rem;height:15.375rem;top:2.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpbPl0JT7NSpgMKqsfD4TkkWAVRxQDt0 { width:15.375rem;height:15.3125rem;top:2.625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkyTNR3gNsU9HUlbzVydx6sIS8P4ArnW { width:15.375rem;height:15.3125rem;top:3.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #do14Ul29NCUoPdDhCKi2IbnxKaKbQ13p { width:14.5625rem;height:2.75rem;top:17.9375rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDe4NmP9QWuZ5Xe1isHUSsDtayGkRRqV { width:19.0625rem;height:4.125rem;top:17.9375rem;left:12.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpROOOphZ2gfviFHcpnWw86feyuqCm9 { width:18.625rem;height:4.125rem;top:17.9375rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUNTqxhZqW17P3ickqBeRwcHTpWT8w4 { width:10.75rem;height:1.375rem;top:2.5625rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9u2SSoTF4scAc6oNMHhRXANdlX1JMTx { width:14.5625rem;height:1.375rem;top:2.5625rem;left:16.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZXuVKBO070UG1WZ7tISLOdVONACB5s { width:18.625rem;height:1.375rem;top:2.5625rem;left:29rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNtqFIzzWXpLGy09IPahLeKCfDclstZZ { width:7.0625rem;height:7.0625rem;top:6.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzLFDB2vGpIhblPltOARe7gf4z4K0D0G { width:7.0625rem;height:7.0625rem;top:6.75rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URCgXZy7W9k6MEkNzmSXT2x9SXodVrT1 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #frWXLT3qiHenTZZLacWpgPtKqWUkRJiF { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c624TiEVTfDuOzVgp93L58OGBV5RUUUg { display:block; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghNMXTPLt1XmFtXvUmarwznHqM0iQgFb { width:41.625rem;height:;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMsPQf0NnkU8VUBlZiHk1zhnHk07xrwb { width:29.8125rem;height:;top:8.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0C56ZOscDOumnNOXMa2sAIe3JMEN5nx { width:21.5625rem;height:3.4375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHFGTT2MHTT6QZGNwAr8lRKNvs8wXMWQ { display:block; }
 }@media only screen and (max-width: 763px) { #bh1kCSHWbOHmarz4xV2gu5FOlBMOiMmr { width:21.5rem;height:3.4375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFuGRW76ndLuxF2rQXQ5nFtuWgC0fGV { display:block; }
 }@media only screen and (max-width: 763px) { #bnUrkFBOnoU4tDKEdpFovwhoVS1izscx { width:21.5625rem;height:3.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgOqP2MRDyTvKC3imk22xT9X0s1QbsA { display:block; }
 }@media only screen and (max-width: 763px) { #PLgu5wgOvEcQvpX2Uvh5G4TInuNL6O7t { width:1.1875rem;height:1.1875rem;top:18.5625rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvXOH98bA9ImzwJGkq2O4LcTAomfHdEx { width:29.8125rem;height:1.4375rem;top:18.375rem;left:11.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qirtt1ubf7h0spwN5xSnNgucb9u428Ty { width:25.8125rem;height:2.875rem;top:23.125rem;left:11.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcC7WPazqeoo03harDrwe2x6E335X53x { width:25.8125rem;height:;top:28rem;left:11.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQQhRAiATrUQgNImQhTBGKRfB7T1fWu4 { width:1.1875rem;height:1.1875rem;top:23.5rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RImL2gx1BNQRH3DrWxTE0QaWPTTITXbD { width:1.1875rem;height:1.1875rem;top:28.5rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvDlB1X4LvSmIZ2cJwKdINmqm7KlTwRO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4w4c12B26VHqHWEfo5eIEdmZeTueouW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7uC8nhq2Gioq5rMnhrkaC2vCT6NqNP6 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPgULbOrD9uURiferU16TZD8NOI1hhd7 { display:block; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4fqTkIy7yDtnGwtfBT3hulOMG7f0Q17 { width:31.9375rem;height:;top:3.1875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G46kTZIwTQ2meVyahxvsf3hc5NkokgDA { width:29.125rem;height:;top:12rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-button { width:18rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs  { width:23.4375rem;height:auto;top:10.9375rem;left:21.8125rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs {display:block;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs { width:23.4375rem;height:auto;top:10.9375rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLw3Mf9DVQZewWWeFfdaW19m6Kn5EQ2d {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #JxJX3B8rf6HU06w3LzX4DpTvqVcg4Oo9 {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #liudmTdCi732yQ3bJiEGlyUPqvQrdOOr {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #QJtr2MxSDLNwBBWmqIn7LGPLOAHD18i1 {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #ceTMFCz1zM3nUAIirEDkrJpm6XiAKSns {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #y2GIP6BtWIQpFmE9aNGa6MQIT2X0SlCg {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TxbXZCCgFMPZwqPh0Ro893NB1HwH1tEq {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TziuRKTgJosskB2XBTZ22olN99wsP0BP {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #WDAhUyFzngroFG0Gs8EKpVmNbqrXceDN {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLtf0QDRJtc7huhVe623Re7OArJP8I7p {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #UEJGw5QUZTnCbMR9AkBtLAs2d1fsimVd {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #beWTPuCJg0PFWak0KDk0v2lhBfTyWIoq {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #flZNtVQpBBsGiraG0TMKO5sBIMpCK5wg {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #KTvU7w9t7S3CpM90boCdl3VR30dM1buK {  }
 }@media only screen and (max-width: 763px) { #XD9JH35nF80U5TycNgFoBELeTHWdyG0X { width:25.75rem;height:11.1875rem;top:3.1875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHryrJErHJWgFo198cCXI7ERGqOfb1GG { width:19.0625rem;height:;top:4.75rem;left:27.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhJ6K9RkiwgapDWpSD89bWgFqniHcGM { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0uyngzowdtK3tuw12TrVcHEUCF3bx9S { display:block; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsDGZKS1CTK84OVtg6GnEhqw6GIfdH6L { width:25.75rem;height:2.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 { display:flex;height:auto;width:45.25rem;top:1rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #HnIAlmWwEtwoAl0ChES0QWt4wVPG6TGR {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #S0CP9XByq2culZzakaGiqg1xJG3nM8US {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kwZIbnv4o694FkJStzllfrorbCcw3AkH {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #TJTbV2rD1gwR6iA17oKbAGtEvFzhllhJ {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bFzNEffqi85BiyBbvmu7lNvH9chnAS0Z {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bvgN4qXoMZrr1sIZFF6qyMuH519PZKuO {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #oN3UzhrTTRf2lTQ86VHITbOmdxzAXcT6 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #vr4HW03k2tgOw8Ct5LyrrE9NydsBSGgy {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #iL5fkbKfhJonq3fERccXRuSmZvW2Uwde {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #MFVP2GPApA9AKUzNL0aoOucsrtLOi5mf {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kM2sLIRVyhtctodSQLTU62FLPLxLILPn {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #m0FyWGTvyQP79xsB4N74hsoFrIqOSr72 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #PdzazmGHWTCPgAxD93l61nu7Fodw3sW6 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bmxDgz7zRUIJ8gCT35AyXFiTPbD5ELNX {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #qShGrMrH2vBlmAK4SWnFKtp5HzZk6Xz7 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #pUZlQ6TPHl7BfNmDCbSqcxIzm9woQTf9 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #WCoSOLqfOdTbkqOt74sPKMsALFvEMSSl {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #mwAZKOBXBIvEelV3WeinpAg2mWF0V94k {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #DggSFVRpwN3xLc4LIFvE1W8lSg3Vpufq {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #hgMWTP3i223X64tfby88N6XvvKrVFt08 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TJhGREOxI0BvCTCINITpL7y52AVcs5Gg { display:block; }#TJhGREOxI0BvCTCINITpL7y52AVcs5Gg > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVki3fI66pBo87VBW92PArNOvkRe0SsB { width:10.1875rem;height:10.1875rem;top:0rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK { display:none; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/47a10d1e-e5f3-40a9-923d-4f7c5c49a0d8/ragazziafricanichesigodonolavita.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:60.0625rem;position:relative;display:none; }#QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container.adaptive-delivery-prevent-bg, #QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container.lazyload, #QEr1ZXQlGgTH5P7DSlQ89XWtgsESNVTK > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE { background-color:rgba(var(--color-tertiary-0),0.29);background-image:none;display:block; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { background-color: transparent; background-image: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container > .video-iframe-container { display: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row > .video-iframe-container { display: none; }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .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); }#eH1n75XzzoZi3yzXiVdTVnHyZUl0dBcE > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meaxM2T3Bbtwd2UWLuB6BzZmplyoLKg8 { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.75rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #IEe5CZdFUO22ZmT7TyQuCbZpoWlAwBzZ { width:20rem;height:3.0234375rem;top:5.875rem;left:0rem;font-size:1.375rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TRTS5VemfFzIi4EslMRUb1cfn7hEiXWZ { width:20rem;height:2.75rem;top:10.1875rem;left:0rem;font-size:1.25rem;color:#1e1e1e;text-shadow:0rem 0.0625rem 0.0625rem #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ad8couJT8C5i0R3lp9miDtaPOn3WkHVv { width:20rem;height:17.875rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrbFwcQEXJrAx3rQoURGVkppltNMFf32 { width:17.5rem;height:3.4375rem;top:29.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtwLAd8beTJ2t7QUmHmQ8HKUS8ZWnD4a { display:block; }
 }@media only screen and (max-width: 763px) { #Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL { width:20rem;height:9.598625rem;top:14.75rem;left:0rem;font-size:1.125rem;color:#1e1e1e;text-shadow:0rem 0.0625rem 0.0625rem #ffffff;display:block; }#Xe6V4kNPXnmcUanQ9QW2A2rJP4H7qtyL li:before{  }
 }@media only screen and (max-width: 763px) { #NWt4W1pzU5AChKBq9aPOXKfuKbS0sPLi { width:20rem;height:0;top:25.625rem;left:0rem;font-size:1.1875rem;color:#1e1e1e;text-shadow:0rem 0.0625rem 0.0625rem #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Wycie9fm7c1kkblCR8GDckLHFlKtIaDD { width:18.75rem;height:0.125rem;top:48.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab8kd1AnTFJ5WFFnkzW3OdWWFatirQsa { width:20rem;height:0;top:46.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbBuHgITcM00nOJbPRkybmdvoqbOBxQk { width:20rem;height:4.7593582887701rem;top:42.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #liAkyS2N1OBtPqrlwZ1e28I7W98sFTkX { width:12.75rem;height:0;top:42.25rem;left:3.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUvtm5SKlQevCe4TMle97tqSePX5WATZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container { background-color: transparent; background-image: none; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container > .video-iframe-container { display: none; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row > .video-iframe-container { display: none; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .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); }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container { border-width: 0; border-radius: 0; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUvtm5SKlQevCe4TMle97tqSePX5WATZ > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqlo2ixVhOohodqSETlfMfhTdMuCMLzR { width:17.5rem;height:3.4375rem;top:6.3125rem;left:1.25rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #AcrUtQVsl0nH79FmTWtAtGEgLxVTd8vt { display:block; }
 }@media only screen and (max-width: 763px) { #LyiUpSVmXTcmOXBiJz3HQCsDXChu5Ink { width:20rem;height:2.611325rem;top:2.4375rem;left:0rem;font-size:1.1875rem;color:#ffffff;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CELo9Z3nxhSMb3TCSFOCV3sEfMOIarLb { width:20rem;height:4.75rem;top:34.625000476837rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs { display:block; }#UWPWHsZDMsi0mBZuwLTi6mT5CyJnLzAs > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVkFiwq7O6a0uQUeaq9TXUmbSaSh92Ev { width:12.75rem;height:1.4625rem;top:2.8125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5TGa1GMKP88l3g9eJ9wPsCcCv89Xb7 { width:20rem;height:5.84765625rem;top:10.52734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHsTRCSXfsTBWplAVbzzTdloaaeN31RJ { width:18.75rem;height:0.125rem;top:9.2109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V25NewcvI6Pi87gSxHrguBvsVmZp7v18 { width:14rem;height:14rem;top:0rem;left:3rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fphFklnFPVphchoBXR7qlp9iSUQJ1BIG { width:20rem;height:4.7593582887701rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h { display:block; }#lga38VQxh3DWO2SoVMlp3CUPWS8Rgo5h > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVNbyLMvQ3gGKe8PXzSwVSC3IkQ8X0Qh { width:6.9375rem;height:2.51875rem;top:9.771484375rem;left:6.53125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcJa1JX4qROP8bGD0JZCH5GXwCyTzSVa { width:2.4375rem;height:2.51875rem;top:26.3154296875rem;left:8.78125rem;font-size:1.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bUilHb324IKhS7OTTvTZ3moJ62HpM7s7 { width:9.875rem;height:2.51875rem;top:44.6875rem;left:5.0625rem;font-size:1.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E6MP7c6ZRAWwBh4IFBXqowOs04B0hhcv { width:7.9375rem;height:2.51875rem;top:62.5rem;left:6.0625rem;font-size:1.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4aEHa8vUIBZ56AMHb1q08Gbwa2OmkQv { width:16rem;height:2.3359375rem;top:12.9150390625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvS6LhDGpqfwMApTKxCPmlTqx3a7Wyil { width:16.75rem;height:3.50390625rem;top:29.521484375rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpC6z9y32cGCr7pw7CyadzSApyv9dr22 { width:16.875rem;height:2.3359375rem;top:47.1435546875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdeNxz74RFbFnrGNUUfiZduvdC2vO9VK { width:16rem;height:3.50390625rem;top:65rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PCefO5PEq9Tmz8Bt4Dh1aD8SMB2WaR { width:11rem;height:11rem;top:1.3525390625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vanaODqENf9TdZM7MH6Our4wItTOyQFS { width:11rem;height:11rem;top:17.896484375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIgeOMdWZV14Ur4LWy8XeuBbmBmdgtMK { width:11rem;height:11rem;top:37.0185546875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPDNITPuM9RtsVFksowrzbaaORQ7lwX { width:11rem;height:11rem;top:54.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy { display:block; }#SLMAch2huTUp3T7wcvuQgmcXQ3ztW0wy > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqQcFiK1BSbgT96ZMIlLEbs6hcvM3hBF { width:20rem;height:3.125rem;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aemr5o3ckW3dW2TedeTMADQhgwDwlmpV { width:18.75rem;height:0.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xev0aAWRVT7epGIyeZ7N3aiIiFGCObep { display:block; }#xev0aAWRVT7epGIyeZ7N3aiIiFGCObep > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LdLgQ0aO4QML14p9Ew3SiaoXAxPtVvvi { width:20rem;height:25.0488125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiKDVqTM0CPIGbpqDuR191JbTy9VKEUi { width:20rem;height:26.683937823834rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDeBw5UX7MFm0usTqdZSWQEO7nLT5gsb { width:10.125rem;height:3.5rem;top:2rem;left:4.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd7EkDRgrzrieSrhyFvIz80eDxJZyXKE { width:19rem;height:5.25rem;top:99.8593788147rem;left:0.50000005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJwwfiaWpwDdqG9U8sNhMeWx2wDKQTV { display:block; }
 }@media only screen and (max-width: 763px) { #fbTE6A4BBWTzTQanuStyV3datcOVC1r4 { width:20rem;height:12.9980625rem;top:32.6728515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ3ACb9kavRcbGLes4Hw1TknsWIbKo2W { width:20rem;height:9.098625rem;top:85.91796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA2NJK08zFPiWRNLI1zWS5n8dW2wNvKO { width:0.125rem;height:8.875rem;top:40.9228515625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #weIi3odqqmvtoG0IeIzZ2hSRPJTG7x2i { width:0.125rem;height:8.875rem;top:107.41796875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMfzkMFf1oq7zSR9UFA8pXD0661zogEq { width:10.125rem;height:3.5rem;top:53.1875rem;left:4.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFMqfka0ZzR0wQcpgGa9mHfs8nwXMNCw { width:19rem;height:3.4375rem;top:106.859375rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5vft4TUgLL9rG5Ox1kFs3k2Iw4BzoAR { display:block; }
 }@media only screen and (max-width: 763px) { #ORJCmdIyf15SCcTeHg0inVxezcTOcDza { top:108.2500038147rem;left:0rem;width:20rem;height:13.3125rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lfkx9P136J87wWsf1stPGOdKLtEt6ke5 { background-color:rgba(var(--color-tertiary-0),0.08);background-image:none;display:block; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { background-color: transparent; background-image: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container > .video-iframe-container { display: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row > .video-iframe-container { display: none; }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .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); }#lfkx9P136J87wWsf1stPGOdKLtEt6ke5 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7H70t10X11KHgCZBz2uWPzoabiXHzuL { width:20rem;height:4.125rem;top:1.1875rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KL7trJGGC17QvVamlutvnIPtaiLCsfRK { width:20rem;height:12.4375rem;top:6.625rem;left:0rem;font-size:0.875rem;color:rgba(var(--color-primary-4),1);display:block; }#KL7trJGGC17QvVamlutvnIPtaiLCsfRK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b68b797448c3e621afbb2249432337ae49eab3cd.svg); }
 }@media only screen and (max-width: 763px) { #QxWrXHggWfTx3kCCbbiafPTwoCACcpv1 { width:11.4375rem;height:2.6875rem;top:21.375rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kuu06LtOF3P3hv3L6Vw1RTbMDM8t9e { display:block; }
 }@media only screen and (max-width: 763px) { #UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ { display:block; }#UZ5q1IToQe8V9UHhbc1XrE7ncUqJEGvQ > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaL8vSRTpTVAHMcZh3mfsJSNOToGVUTy { width:17.8125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2htp7MgqglBbchowmoHo7LStFHF6cUR { width:17.5625rem;height:7.4375rem;top:4.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnkXBDKV7aNyNfv5sdtL5tknqwWlARbF { width:18.75rem;height:0.125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr { display:block; }#wtqODiTCTv1eJ0Gvv268DiV65kbTnVFr > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0f5UxJZchBPKawPNke6vHAcBW3qlsBH { width:20rem;height:2.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBIEAKOhAGgwOltdZ7KUE8In27h9T7Ll { width:13.1875rem;height:2.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWDBaAwLTBHNZEpdm9EAkxtqQ5tWcHi { width:7.875rem;height:2rem;top:5.375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D98QbAQhgwPPvoC77yOAO9I9zpqWoCg9 { width:7.1875rem;height:2rem;top:5.375rem;left:12.46875rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #K5FW1efkUEK21ITnd9Dg5sT1DO0esuSB { width:7.125rem;height:8.4375rem;top:8.625rem;left:12.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VZNSZOfnCpIuJHcuTqERTWSaG3RFrTcN { width:6.375rem;height:8.4375rem;top:8.625rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBfqbATok4VHiTqcuz7zsMX8Uqz9XKD { width:20rem;height:13.26175rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Vql57i21sJDwF6BdouTILCHlI7asm3 { display:block; }#q9Vql57i21sJDwF6BdouTILCHlI7asm3 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zN1B4MpICHLUmrRLwcC6D3veOrTJD9x0 { width:12.75rem;height:12.75rem;top:1.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpbPl0JT7NSpgMKqsfD4TkkWAVRxQDt0 { width:12.125rem;height:12.0625rem;top:26.96875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkyTNR3gNsU9HUlbzVydx6sIS8P4ArnW { width:12.125rem;height:12.0625rem;top:52.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #do14Ul29NCUoPdDhCKi2IbnxKaKbQ13p { width:14.5625rem;height:2.25rem;top:13.625rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDe4NmP9QWuZ5Xe1isHUSsDtayGkRRqV { width:19.0625rem;height:3.375rem;top:37.5625rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqpROOOphZ2gfviFHcpnWw86feyuqCm9 { width:18.625rem;height:2.25rem;top:63.875rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylUNTqxhZqW17P3ickqBeRwcHTpWT8w4 { width:10.75rem;height:1.375rem;top:1.875rem;left:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9u2SSoTF4scAc6oNMHhRXANdlX1JMTx { width:14.5625rem;height:1.375rem;top:26.96875rem;left:2.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUZXuVKBO070UG1WZ7tISLOdVONACB5s { width:18.625rem;height:1.375rem;top:52.5625rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNtqFIzzWXpLGy09IPahLeKCfDclstZZ { width:7.0625rem;height:7.0625rem;top:67.375rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzLFDB2vGpIhblPltOARe7gf4z4K0D0G { width:7.0625rem;height:7.0625rem;top:75.6875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #URCgXZy7W9k6MEkNzmSXT2x9SXodVrT1 { top:16.8125rem;left:6.09375rem;width:7.8125rem;height:7.8125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #frWXLT3qiHenTZZLacWpgPtKqWUkRJiF { top:43.375rem;left:6.09375rem;width:7.8125rem;height:7.8125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c624TiEVTfDuOzVgp93L58OGBV5RUUUg { display:block; }#c624TiEVTfDuOzVgp93L58OGBV5RUUUg > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghNMXTPLt1XmFtXvUmarwznHqM0iQgFb { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMsPQf0NnkU8VUBlZiHk1zhnHk07xrwb { width:18.875rem;height:7.5rem;top:5.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0C56ZOscDOumnNOXMa2sAIe3JMEN5nx { width:19rem;height:3.4375rem;top:16rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHFGTT2MHTT6QZGNwAr8lRKNvs8wXMWQ { display:block; }
 }@media only screen and (max-width: 763px) { #bh1kCSHWbOHmarz4xV2gu5FOlBMOiMmr { width:19rem;height:3.4375rem;top:26.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFuGRW76ndLuxF2rQXQ5nFtuWgC0fGV { display:block; }
 }@media only screen and (max-width: 763px) { #bnUrkFBOnoU4tDKEdpFovwhoVS1izscx { width:19rem;height:3.4375rem;top:38.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQgOqP2MRDyTvKC3imk22xT9X0s1QbsA { display:block; }
 }@media only screen and (max-width: 763px) { #PLgu5wgOvEcQvpX2Uvh5G4TInuNL6O7t { display:flex;width:1.1875rem;height:1.1875rem;top:19.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvXOH98bA9ImzwJGkq2O4LcTAomfHdEx { width:16.125rem;height:2.375rem;top:21.625rem;left:1.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qirtt1ubf7h0spwN5xSnNgucb9u428Ty { width:16.625rem;height:3.5625rem;top:32.25rem;left:1.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bcC7WPazqeoo03harDrwe2x6E335X53x { width:15.9375rem;height:2.375rem;top:44.1875rem;left:2.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQQhRAiATrUQgNImQhTBGKRfB7T1fWu4 { display:flex;width:1.1875rem;height:1.1875rem;top:30.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RImL2gx1BNQRH3DrWxTE0QaWPTTITXbD { display:flex;width:1.1875rem;height:1.1875rem;top:47.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvDlB1X4LvSmIZ2cJwKdINmqm7KlTwRO { display:flex;top:19.4375rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #r4w4c12B26VHqHWEfo5eIEdmZeTueouW { display:flex;top:30.0625rem;left:8.90625rem;width:2.1875rem;height:2.1875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #L7uC8nhq2Gioq5rMnhrkaC2vCT6NqNP6 { display:flex;top:42rem;left:8.9375rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #lPgULbOrD9uURiferU16TZD8NOI1hhd7 { background-color:#ffffff;background-image:none;display:block; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { background-color: transparent; background-image: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container > .video-iframe-container { display: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row > .video-iframe-container { display: none; }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .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); }#lPgULbOrD9uURiferU16TZD8NOI1hhd7 > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4fqTkIy7yDtnGwtfBT3hulOMG7f0Q17 { width:17.9375rem;height:9.0625rem;top:15rem;left:0rem;font-size:1.8125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #G46kTZIwTQ2meVyahxvsf3hc5NkokgDA { width:20rem;height:6.9043125rem;top:25.46875rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-text {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-select {padding-top: 0; padding-bottom: 0;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs  { width:17.5rem;height:auto;top:43.5rem;left:0rem; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs {display:block;}#kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs { width:17.5rem;height:auto;top:43.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLw3Mf9DVQZewWWeFfdaW19m6Kn5EQ2d {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #JxJX3B8rf6HU06w3LzX4DpTvqVcg4Oo9 {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #liudmTdCi732yQ3bJiEGlyUPqvQrdOOr {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #QJtr2MxSDLNwBBWmqIn7LGPLOAHD18i1 {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #ceTMFCz1zM3nUAIirEDkrJpm6XiAKSns {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #y2GIP6BtWIQpFmE9aNGa6MQIT2X0SlCg {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TxbXZCCgFMPZwqPh0Ro893NB1HwH1tEq {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #TziuRKTgJosskB2XBTZ22olN99wsP0BP {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #WDAhUyFzngroFG0Gs8EKpVmNbqrXceDN {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #LLtf0QDRJtc7huhVe623Re7OArJP8I7p {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #UEJGw5QUZTnCbMR9AkBtLAs2d1fsimVd {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #beWTPuCJg0PFWak0KDk0v2lhBfTyWIoq {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #flZNtVQpBBsGiraG0TMKO5sBIMpCK5wg {  }
 }@media only screen and (max-width: 763px) { #kDEGrf3FJ3XaTfUTP9VG2O2Mv0cZXsbs #KTvU7w9t7S3CpM90boCdl3VR30dM1buK {  }
 }@media only screen and (max-width: 763px) { #XD9JH35nF80U5TycNgFoBELeTHWdyG0X { width:20rem;height:11.1875rem;top:34.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHryrJErHJWgFo198cCXI7ERGqOfb1GG { width:19.0625rem;height:3.736325rem;top:36.724609375rem;left:0.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhJ6K9RkiwgapDWpSD89bWgFqniHcGM { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w0uyngzowdtK3tuw12TrVcHEUCF3bx9S { display:block; }#w0uyngzowdtK3tuw12TrVcHEUCF3bx9S > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsDGZKS1CTK84OVtg6GnEhqw6GIfdH6L { width:12.25rem;height:1.25rem;top:1.5rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 { display:flex;height:auto;width:17.5rem;top:3.5625rem;left:0rem; }
#aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #HnIAlmWwEtwoAl0ChES0QWt4wVPG6TGR {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #S0CP9XByq2culZzakaGiqg1xJG3nM8US {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kwZIbnv4o694FkJStzllfrorbCcw3AkH {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #TJTbV2rD1gwR6iA17oKbAGtEvFzhllhJ {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bFzNEffqi85BiyBbvmu7lNvH9chnAS0Z {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bvgN4qXoMZrr1sIZFF6qyMuH519PZKuO {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #oN3UzhrTTRf2lTQ86VHITbOmdxzAXcT6 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #vr4HW03k2tgOw8Ct5LyrrE9NydsBSGgy {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #iL5fkbKfhJonq3fERccXRuSmZvW2Uwde {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #MFVP2GPApA9AKUzNL0aoOucsrtLOi5mf {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #kM2sLIRVyhtctodSQLTU62FLPLxLILPn {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #m0FyWGTvyQP79xsB4N74hsoFrIqOSr72 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #PdzazmGHWTCPgAxD93l61nu7Fodw3sW6 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #bmxDgz7zRUIJ8gCT35AyXFiTPbD5ELNX {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #qShGrMrH2vBlmAK4SWnFKtp5HzZk6Xz7 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #pUZlQ6TPHl7BfNmDCbSqcxIzm9woQTf9 {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #WCoSOLqfOdTbkqOt74sPKMsALFvEMSSl {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #mwAZKOBXBIvEelV3WeinpAg2mWF0V94k {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #DggSFVRpwN3xLc4LIFvE1W8lSg3Vpufq {  }
 }@media only screen and (max-width: 763px) { #aFtg1neRhdCOED8tkyopJyaCsOxZyvB5 #hgMWTP3i223X64tfby88N6XvvKrVFt08 {  }
 }