.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:254,232,232;--color-primary-1:250,177,179;--color-primary-2:245,99,103;--color-primary-3:123,50,52;--color-primary-4:37,15,15;--color-secondary-0:232,224,233;--color-secondary-1:178,151,182;--color-secondary-2:100,47,108;--color-secondary-3:50,24,54;--color-secondary-4:15,7,16;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-secondary-2),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); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { background-color: transparent; background-image: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container > .video-iframe-container { display: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container { display: none; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .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); }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { border-width: 0; border-radius: 0; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;overflow:visible;position:relative;display:block; }#fQvowEQITDz4PMLMJepJGcCBWgEPcKEy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4375rem;left:62.0625rem;display:block; }
#AftpRwT3IZqEeZPIntMcfBgwfKTkobTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:49.8125rem;display:block; }
#WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#U7u7M1gTF15zbacw8QJtlMRH6761JJFI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { background-color: transparent; background-image: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container > .video-iframe-container { display: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container { display: none; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .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); }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { border-width: 0; border-radius: 0; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/43e2ae3e-28bd-4d2c-a25d-d9e5e7b94501/c57e2673b7fa4bd724cee5d9f1e3cdd0409d5784.png");background-position:top left !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; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { border-width: 0; border-radius: 0; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.4375rem;left:44.0625rem;height:8.7744375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { color:rgba(var(--color-secondary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:39.4375rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container { background-color: transparent; background-image: none; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container > .video-iframe-container { display: none; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row > .video-iframe-container { display: none; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .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); }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container { border-width: 0; border-radius: 0; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#EZ6DrucoKu1tys3s6i33xvKCUTe8t3s4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:19.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:37.0625rem;z-index:15004; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #bF0MlqpZnhLOnTAoWTcTBTOUfhbcczdw { display:flex;position:relative;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #orPvnVEotTcpWxAasfJNHPD28ycaicd0 { width:auto; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #MdIbaWCVnseDT9pZBhKafcVVyuEb9NIo {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #D6mENvRGJGyVUyn3NA12zcTzLwWT03uO { display:flex;position:relative;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #WiBndnbNTaDJ00OWwheg0x8rV8TfA8Wi {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #BGhVRb9Js6JuQbvglClmNsAa8hXWnd3l {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #wsHryv8VHFZSVU28J0vbD3u7Rt2vQdnu { display:flex;position:relative;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #f0I6VRN3kfVg1ic47MTfSMV9iZOhQMem {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #TGJT9q2GwFPq3NTcLNOpl771mKcHaUK1 {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #KtvAuir4kDSColvmmg6VJTyAMZSJSNmr { display:flex;position:relative;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #ySxOzXygC2xzqc31pH0M9WDaPbpxoVrh {  }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #h5uVLnbQNNzuQwqicOyBGqmoBqbhQWtp {  }
#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container { background-color: transparent; background-image: none; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container > .video-iframe-container { display: none; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row > .video-iframe-container { display: none; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .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); }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container { border-width: 0; border-radius: 0; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;position:relative;display:block; }#hXO225KTPpUfKivTG2RzObS2NGTBv62U { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:37.5625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:none; }
#z3KIZwXyDxzMqr7FK0bTezg5GPRBwNM8 { position:absolute;display:block;z-index:15003;height:55.5rem;width:36.5625rem;top:1.5rem;left:38.4375rem;display:block; }
#Xp26pLaanX88ETedURQgNuaMdTE2EoJr { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQ3wOUKs9Jd3Covb7UiKCeykZGDaNzxg { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.25rem;width:30.5rem;top:26.96875rem;left:0rem;display:block; }
#v5RQCeTUeFEDzWNI8P93xCHpHQMbVs5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.125rem;left:0rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#nHQE8Qg5voE4yDpA1UHdPfJbUayHCuKv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");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; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.adaptive-delivery-prevent-bg, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyload, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyloading { background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { background-color: transparent; background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .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); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { border-width: 0; border-radius: 0; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9::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; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#yWoCgRHxkqT4AnAbUN8cB3TB8in9nr8R { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K3mCh8WEEkoMDT8CAgXTWxcCfVS8T7ou { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:20.4375rem;left:0rem;height:11.25rem;display:block; }
#JDA8dBwCP54LvEOJZEnkrQJpvsTVgdkk { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KmI65DyBhq6EzDmLMfgcWCyIOemPdxbZ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XUcvRtBIEDbrJL6svTuP9l5XqZo4WF1I { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.3125rem;left:19.5625rem;height:4.54980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTPpSufobqppkFLCTyOthoy7KvqVRNhp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;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:11.9375rem;left:19.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CzOXdm3cHRT0wskFruzfmATWAcQOLdEM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.3125rem;left:38.625rem;height:4.54980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wW1T4nvIwO0DK4mKxCOCAq4zbQAwKeJq { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:38.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#kclvm7IH6nX42qOyQnLUHsT8fVHwc0Op { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:58.125rem;height:4.54980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lBsLqVUefRO8lWdPKc8WpE1O7oe7MI6z { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:58.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#z1rNOkZ3uvn081PmCNtvvKsv5AKaUBTp { background-color:rgba(var(--color-tertiary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.96875rem;left:29.5rem;display:block; }
#l3HSTGxQfWNT7hFwbLIITT7h6zTVrObQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container { background-color: transparent; background-image: none; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container > .video-iframe-container { display: none; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row > .video-iframe-container { display: none; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .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); }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container { border-width: 0; border-radius: 0; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#wRgUCQFJpzRxQTG61zxiA9u69hCwNHD3 { color:rgba(var(--color-secondary-2),1);display:block;width:68.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#KozBpd0nLdIRlPriyZW0uvkcyfqUvJJ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:19.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#Euny26XPFfRd9utiQrgpeSBc9k4JFa0d { 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:1.25rem;width:1.8125rem;top:2.0625rem;left:3.125rem;overflow:hidden;display:block; }
#eNgsfSyUvo9LXbTuNq5H0D0xg6rKVypG { 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:1.25rem;width:1.8125rem;top:4.75rem;left:61.40625rem;overflow:hidden;display:block; }
#go43FvcKhclKaL21yPfEyugv85TGWtTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container { background-color: transparent; background-image: none; }#go43FvcKhclKaL21yPfEyugv85TGWtTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container > .video-iframe-container { display: none; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row > .video-iframe-container { display: none; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .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); }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container { border-width: 0; border-radius: 0; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#QVskPou7BPdw1GTFB2TCOTT3pPgMqbGD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#F8FMXePA8Ixiq2kc22nylhRQQe6OgXeU { box-sizing:content-box;height:8.125rem;width:24.6875rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:24.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WsFSGkvpaPG0WaxTlyd8RoSQxT7LG4CW { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WGKI7fpQZ6eTT1bTTiBZ2wCwwnTQZdTp { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:24.6875rem;top:9.0625rem;left:0rem;overflow:hidden;display:block; }
#gUklIKqI8p479W1IHQDyEwcQdyZvmvBg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QeNi0ZgHRW7rLGCN4sM7WWq49Qfh58QV { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:24.6875rem;top:9.0625rem;left:50.3125rem;overflow:hidden;display:block; }
#g7bgW8KfCD816S7MKwTnpWoLhb6KUoKM { box-sizing:content-box;height:8.125rem;width:24.6875rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:24rem;left:50.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RaschJkqBi4xa52SRX7PbMF7JxxJCrVV { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.625rem;left:50.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G1KskhISV3NR0ScbCIpQdG1DZXciBxEp { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:15rem;width:24.6875rem;top:9.0625rem;left:25.15625rem;overflow:hidden;display:block; }
#mxoK9hnIGTrOaUJwhJ0Iu4lmBdRmyHLk { box-sizing:content-box;height:8.125rem;width:24.6875rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;top:24.0625rem;left:25.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WrGxUrXWFFpOHNJKgGa7pzEkroivxg69 { color:rgba(var(--color-secondary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:25.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVtZ5Fy4gWtNt0uhnZbR0KPgi0ga6hwP { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:27.275390625rem;left:0.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#leTWSMuTaBBdAbLmEbEbIxIobxcyFlz1 { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:27.275390625rem;left:25.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BICScaEFeJPTpLWam7NOs9mXBeKLNF6V { color:#212721;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:27.275390625rem;left:50.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");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; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.adaptive-delivery-prevent-bg, #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.lazyload, #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.lazyloading { background-image: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { background-color: transparent; background-image: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container > .video-iframe-container { display: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .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.4); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row > .video-iframe-container { display: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .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); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { border-width: 0; border-radius: 0; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV::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; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#Hd8QHGqI7ydeVbEdL3AMWtH8awa3UKQw { color:rgba(var(--color-tertiary-0),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hzc1nl7t6fLWzGWV5wg5hbliHkxP3QcX { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#k50IhhNaByWW4cPi44GQHZSlw0O9o5XT { background-color:rgba(var(--color-tertiary-2),1);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.94921875rem;left:22.375rem;display:block; }
#XsblkXxkD3vKse0VgsXPzTPvvv6qBElC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container { background-color: transparent; background-image: none; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container > .video-iframe-container { display: none; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row > .video-iframe-container { display: none; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .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); }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container { border-width: 0; border-radius: 0; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#qPXJw1K28AK9HW3F5P3kLTrAFPZV5A6N { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4248046875rem;left:0rem;display:block; }
#s65gbh1ghLxW11nE515PmZCDm4cNfHqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cZSpXBTNiQc6mX7uGzoZbSUNbfx1lISo { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:31.5rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;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:5.63671875rem;left:31.5rem;height:7.749rem;display:block; }#KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews li:before{  }
#gzhdy5DAZDE8UDoof9QPvF7iDPF1EV1g { color:#642f6c;display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.25rem;left:29.0625rem;height:2.92480625rem;display:block; }
#RPwAbJUoCi0Kv29SMCz3KeReK1CC4bLK { box-sizing:content-box;height:11.1875rem;width:47.5rem;position:absolute;display:block;z-index:14999;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3rem;left:27.625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#o5WeLDFWiUm9DMMbIopICt6kEcB4WWO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:10.1123046875rem;left:0rem;height:6.5rem;display:block; }
#RTet4gnl40EQ7LSMLKXCvJOWR3JCMnHr { box-sizing:content-box;height:6.1875rem;width:47.5rem;position:absolute;display:block;z-index:15003;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.6875rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#xvqSETiGEKMeNsDgOCkC9VeEGiW6tPrf { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:31.5rem;height:2.5996125rem;display:block; }
#ktoaT6R4SduGZvWKpfk1qbNTN5THZmKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.5rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AvLmt67LWsWyceoNtaQpU8Vzf5oW9TlP { color:#642f6c;display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.3125rem;left:29.0625rem;height:2.92480625rem;display:block; }
#kf5cSuhwcxEPPc4EzTQRDJqtA6MGVIC2 { box-sizing:content-box;height:7.0625rem;width:47.5rem;position:absolute;display:block;z-index:15007;background-color:#efefef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:27.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#KTBd3bEs9bPTULp5DXN50KLazUFd0uhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.3125rem;left:31.5rem;height:1.29980625rem;display:block; }
#xcu9GezgxB9rNiMUW49RXIGKgCVVZrXy { color:#642f6c;display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:29.0625rem;height:2.92480625rem;display:block; }
#wAW10D6teWV4aQ9SaUUDPuCWgJDX4JEP { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:31.5rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thb0h3y1Jd4sSnrHTCMqWst7lZLPsSgm { color:rgba(var(--color-tertiary-4),1);display:block;width:42.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.6123046875rem;left:31.5rem;height:2.2734375rem;display:block; }
#AeN01Im7rqGTwVumgzJiexqHCosnx2ip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { background-color: transparent; background-image: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .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); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { border-width: 0; border-radius: 0; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#ct4BhzOq6i3KJI47W8pzdTTD5DRVEC2H { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0869140625rem;left:0rem;height:11.69821875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GHcFbicQFCCB4sFU0J7Pp8g6IRTAECHh { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.5625rem;width:25rem;top:2.28125rem;left:50rem;overflow:hidden;display:block; }
#bkk4sTbVuFrhMk6IteD8dc7Up7nqMyDU { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6875rem;left:-0.09375rem;height:3.4121125rem;display:block; }
#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m.adaptive-delivery-prevent-bg, #Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m.lazyload, #Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m.lazyloading { background-image: none; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container { background-color: transparent; background-image: none; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container > .video-iframe-container { display: none; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .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.4); }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row > .video-iframe-container { display: none; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .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); }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container { border-width: 0; border-radius: 0; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m::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; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#La8oXftQUiKCtBriLfCya6r56nLnp4uq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:11.6875rem;height:2.5996125rem;display:block; }
#vEbdT9GltIsFoqcpaBJ4F3O7dVztw5h5 { background-color:rgba(var(--color-tertiary-2),1);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.625rem;left:47.5625rem;display:block; }
#z4RbNmCCOw3TLCXzqsbaCsWHemRHQQ64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { background-color: transparent; background-image: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container > .video-iframe-container { display: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container { display: none; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .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); }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { border-width: 0; border-radius: 0; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.03125rem;left:0rem;display:block; }
#p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgWlSrT0eHQToeboWM1iv581RqyXrHLb { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:40.5rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { 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:1.5rem;width:1.5rem;top:2.6875rem;left:38.5rem;overflow:hidden;display:block; }
#pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.2373046875rem;left:0rem;height:6.82425rem;display:block; }
#usRPL6Ap7o54mr2Br1Jcqw7STTXstztN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.74609375rem;left:40.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tr5Zqa3KWgpzDgdNpn8NyI9axVx1n2z1 { position:absolute;display:block;z-index:15018;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:11.9375rem;width:11.8125rem;top:2.65625rem;left:22.796875rem;overflow:hidden;display:block; }
#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");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; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9.adaptive-delivery-prevent-bg, #W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9.lazyload, #W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9.lazyloading { background-image: none; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container { background-color: transparent; background-image: none; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container > .video-iframe-container { display: none; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row > .video-iframe-container { display: none; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .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); }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container { border-width: 0; border-radius: 0; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#JkvW6W0E3SBC88z6ittDLH43dySCuQWO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .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; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:2rem;color:rgba(var(--color-secondary-2),1);height:auto; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.5rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-trigger { width:1.75rem;min-width:1.75rem;height:1.75rem;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_072f7ab79ae0b3f777d472e0b785bfb6e21ee7d3.svg");background-size:contain !important; }#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-trigger.adaptive-delivery-prevent-bg, #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-trigger.lazyload, #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-trigger.lazyloading { background-image: none; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp { box-sizing:content-box;height:auto;width:72rem;position:absolute;display:flex;flex-direction:column;gap:1.5rem;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:1.5rem;padding-left:1.5rem;top:6.3125rem;left:0rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #MgVxuXb3T3RskoIMSOfp0e6LHp0nW109 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aqcH7NLugmkn4zAUWsceG71ihrPagT5Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #idB4n94kAr1J4M9wVSlCCJDSwrDETGZW { display:block;position:relative; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #Res3QiKaNwwXtSVcAi7O3Xh8NBHW3XPV {  }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #hpbUTMZVdwApDqAIlTSdTLPlykfUnXf3 {  }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #ANR6g2wpLiMroEnQ2WARWp4Rg1wLfKNH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aadBatPISm6H8M6fmqFUse3DRhPTfNgp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qkCnAAefMZ1zdtTBTxVLtsFHTpGG808h { display:block;position:relative; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #FQpNddr4vlm7uF6Qs2r47F4JMsbnO8Hq {  }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #P3ANbZAdx3SQ9bKgtu4wEymT6Ml2684g { display:none; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #GpC0ucXw4Vy0GkHAHgzu4uVQTh2FhgIk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #T7pqMqdVNI2nTsNPx4XMlEoJG7r7l8z7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #k9GQivdFiqnDnTlkkDMP08JseyW0BiCh { display:block;position:relative; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qPwb2wflBa2VF1L4pLCvuoi47M3hLIMu {  }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #AVr30egqeN4CPnUWCyiLvrQlZwErZsRL { display:none; }
#zP0sxe1LfmstU2uidbcva8IEf0R5kttg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { background-color: transparent; background-image: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container > .video-iframe-container { display: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container { display: none; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .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); }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { border-width: 0; border-radius: 0; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.125rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { color:#212721;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { color:#212721;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2373046875rem;left:43.75rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQvowEQITDz4PMLMJepJGcCBWgEPcKEy { width:12.9375rem;height:2.75rem;top:1.4375rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AftpRwT3IZqEeZPIntMcfBgwfKTkobTL { display:block; }
 }@media only screen and (max-width: 1199px) { #F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { width:11.0625rem;height:2.75rem;top:1.4375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block; }
 }@media only screen and (max-width: 1199px) { #mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { width:19.3125rem;height:5.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #U7u7M1gTF15zbacw8QJtlMRH6761JJFI { display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/43e2ae3e-28bd-4d2c-a25d-d9e5e7b94501/c57e2673b7fa4bd724cee5d9f1e3cdd0409d5784.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:38.0625rem;height:8.7744375rem;top:12.6875rem;left:9.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:35.5625rem;height:1.94921875rem;top:9.875rem;left:12.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBnw0FNmVEA2wCX1dxomZLL04grTCIeI { display:block; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EZ6DrucoKu1tys3s6i33xvKCUTe8t3s4 { width:15.5rem;height:1.29980625rem;top:1.9375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.3125rem; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #bF0MlqpZnhLOnTAoWTcTBTOUfhbcczdw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #orPvnVEotTcpWxAasfJNHPD28ycaicd0 {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #MdIbaWCVnseDT9pZBhKafcVVyuEb9NIo {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #D6mENvRGJGyVUyn3NA12zcTzLwWT03uO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #WiBndnbNTaDJ00OWwheg0x8rV8TfA8Wi {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #BGhVRb9Js6JuQbvglClmNsAa8hXWnd3l {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #wsHryv8VHFZSVU28J0vbD3u7Rt2vQdnu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #f0I6VRN3kfVg1ic47MTfSMV9iZOhQMem {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #TGJT9q2GwFPq3NTcLNOpl771mKcHaUK1 {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #KtvAuir4kDSColvmmg6VJTyAMZSJSNmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #ySxOzXygC2xzqc31pH0M9WDaPbpxoVrh {  }
 }@media only screen and (max-width: 1199px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #h5uVLnbQNNzuQwqicOyBGqmoBqbhQWtp {  }
 }@media only screen and (max-width: 1199px) { #Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 { display:block; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container { width:47.75rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hXO225KTPpUfKivTG2RzObS2NGTBv62U { width:11.75rem;height:1.125rem;top:19.625rem;left:23.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z3KIZwXyDxzMqr7FK0bTezg5GPRBwNM8 { width:47.75rem;height:50.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xp26pLaanX88ETedURQgNuaMdTE2EoJr { width:46.25rem;height:2.92480625rem;top:54.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ3wOUKs9Jd3Covb7UiKCeykZGDaNzxg { width:47.75rem;height:9rem;top:57.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { width:25.9375rem;height:15.25rem;top:76.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5RQCeTUeFEDzWNI8P93xCHpHQMbVs5Q { width:47.75rem;height:4.5rem;top:70.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHQE8Qg5voE4yDpA1UHdPfJbUayHCuKv { width:46.25rem;height:2.92480625rem;top:67.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.adaptive-delivery-prevent-bg, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyload, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyloading { background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { background-color: transparent; background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .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); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { width:47.75rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yWoCgRHxkqT4AnAbUN8cB3TB8in9nr8R { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3mCh8WEEkoMDT8CAgXTWxcCfVS8T7ou { width:47.75rem;height:14.625rem;top:28.224609375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDA8dBwCP54LvEOJZEnkrQJpvsTVgdkk { width:21.25rem;height:4.54980625rem;top:7.25rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmI65DyBhq6EzDmLMfgcWCyIOemPdxbZ { width:21.25rem;height:1.29980625rem;top:11.7998046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XUcvRtBIEDbrJL6svTuP9l5XqZo4WF1I { width:21.25rem;height:4.54980625rem;top:7.25rem;left:26.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTPpSufobqppkFLCTyOthoy7KvqVRNhp { width:21.25rem;height:1.29980625rem;top:11.8125rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzOXdm3cHRT0wskFruzfmATWAcQOLdEM { width:21.25rem;height:4.54980625rem;top:15.9375rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wW1T4nvIwO0DK4mKxCOCAq4zbQAwKeJq { width:21.25rem;height:2.5996125rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kclvm7IH6nX42qOyQnLUHsT8fVHwc0Op { width:21.25rem;height:4.54980625rem;top:15.9375rem;left:26.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lBsLqVUefRO8lWdPKc8WpE1O7oe7MI6z { width:21.25rem;height:2.5996125rem;top:20.5rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1rNOkZ3uvn081PmCNtvvKsv5AKaUBTp { width:13.875rem;height:2.75rem;top:24.15625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3HSTGxQfWNT7hFwbLIITT7h6zTVrObQ { display:block; }
 }@media only screen and (max-width: 1199px) { #JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ { display:block; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wRgUCQFJpzRxQTG61zxiA9u69hCwNHD3 { width:43.3125rem;height:3.8994125rem;top:3.1572265625rem;left:2.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KozBpd0nLdIRlPriyZW0uvkcyfqUvJJ4 { width:35.125rem;height:1.94921875rem;top:7.5908203125rem;left:7rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Euny26XPFfRd9utiQrgpeSBc9k4JFa0d { width:1.8125rem;height:1.25rem;top:2.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNgsfSyUvo9LXbTuNq5H0D0xg6rKVypG { width:1.8125rem;height:1.25rem;top:6.2431640625rem;left:44.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #go43FvcKhclKaL21yPfEyugv85TGWtTH { display:block; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QVskPou7BPdw1GTFB2TCOTT3pPgMqbGD { width:46.25rem;height:3.375rem;top:5.474609375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8FMXePA8Ixiq2kc22nylhRQQe6OgXeU { width:15rem;height:9.625rem;top:18.5625rem;left:0.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #WsFSGkvpaPG0WaxTlyd8RoSQxT7LG4CW { width:14.6875rem;height:1.4619125rem;top:19.375rem;left:0.6875rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #WGKI7fpQZ6eTT1bTTiBZ2wCwwnTQZdTp { width:15rem;height:8.4375rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUklIKqI8p479W1IHQDyEwcQdyZvmvBg { width:46.25rem;height:2.92480625rem;top:2.4873046875rem;left:0.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeNi0ZgHRW7rLGCN4sM7WWq49Qfh58QV { width:15rem;height:8.4375rem;top:10.1875rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7bgW8KfCD816S7MKwTnpWoLhb6KUoKM { width:15rem;height:9.625rem;top:18.5625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaschJkqBi4xa52SRX7PbMF7JxxJCrVV { width:14.6875rem;height:1.4619125rem;top:19.3125rem;left:32rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #G1KskhISV3NR0ScbCIpQdG1DZXciBxEp { width:15rem;height:8.4375rem;top:10.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxoK9hnIGTrOaUJwhJ0Iu4lmBdRmyHLk { width:15rem;height:9.625rem;top:18.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrGxUrXWFFpOHNJKgGa7pzEkroivxg69 { width:14.6875rem;height:1.4619125rem;top:19.25rem;left:16.375rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 1199px) { #lVtZ5Fy4gWtNt0uhnZbR0KPgi0ga6hwP { width:14.6875rem;height:4.875rem;top:21rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #leTWSMuTaBBdAbLmEbEbIxIobxcyFlz1 { width:14.6875rem;height:3.65625rem;top:21.0625rem;left:16.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BICScaEFeJPTpLWam7NOs9mXBeKLNF6V { width:14.6875rem;height:4.875rem;top:21.0625rem;left:32.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV { display:block; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { width:47.75rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hd8QHGqI7ydeVbEdL3AMWtH8awa3UKQw { width:47.6875rem;height:2.5996125rem;top:2.681640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hzc1nl7t6fLWzGWV5wg5hbliHkxP3QcX { width:47.75rem;height:7.7988125rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k50IhhNaByWW4cPi44GQHZSlw0O9o5XT { width:26.5rem;height:2.75rem;top:15.4228515625rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsblkXxkD3vKse0VgsXPzTPvvv6qBElC { display:block; }
 }@media only screen and (max-width: 1199px) { #CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT { display:block; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container { width:47.75rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qPXJw1K28AK9HW3F5P3kLTrAFPZV5A6N { width:21.25rem;height:2.75rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s65gbh1ghLxW11nE515PmZCDm4cNfHqL { display:block; }
 }@media only screen and (max-width: 1199px) { #cZSpXBTNiQc6mX7uGzoZbSUNbfx1lISo { width:20.875rem;height:1.4619125rem;top:2.75rem;left:26.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews { width:20.5625rem;height:7.749rem;top:4.875rem;left:26.8125rem;font-size:1rem;display:block; }#KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews li:before{  }
 }@media only screen and (max-width: 1199px) { #gzhdy5DAZDE8UDoof9QPvF7iDPF1EV1g { width:1.5rem;height:2.03125rem;top:2.75rem;left:24.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPwAbJUoCi0Kv29SMCz3KeReK1CC4bLK { width:23.6875rem;height:11.1875rem;top:2.1875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o5WeLDFWiUm9DMMbIopICt6kEcB4WWO8 { width:22rem;height:5.8496125rem;top:11.6103515625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTet4gnl40EQ7LSMLKXCvJOWR3JCMnHr { width:23.6875rem;height:8.875rem;top:13.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvqSETiGEKMeNsDgOCkC9VeEGiW6tPrf { width:20.125rem;height:5.19921875rem;top:16.75rem;left:26.5625rem;font-size:1rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 1199px) { #ktoaT6R4SduGZvWKpfk1qbNTN5THZmKQ { width:20.875rem;height:1.4619125rem;top:14.6875rem;left:26.4375rem;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 1199px) { #AvLmt67LWsWyceoNtaQpU8Vzf5oW9TlP { width:1.5rem;height:2.03125rem;top:14.75rem;left:24.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kf5cSuhwcxEPPc4EzTQRDJqtA6MGVIC2 { width:23.6875rem;height:9.625rem;top:23.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTBd3bEs9bPTULp5DXN50KLazUFd0uhZ { width:20.125rem;height:2.5996125rem;top:26rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcu9GezgxB9rNiMUW49RXIGKgCVVZrXy { width:1.5rem;height:2.03125rem;top:24.125rem;left:24.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAW10D6teWV4aQ9SaUUDPuCWgJDX4JEP { width:20.875rem;height:1.4619125rem;top:23.9375rem;left:26.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thb0h3y1Jd4sSnrHTCMqWst7lZLPsSgm { width:20.1875rem;height:3.41015625rem;top:28.6875rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeN01Im7rqGTwVumgzJiexqHCosnx2ip { background-color:#f3f3f3;background-image:none;display:block; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { background-color: transparent; background-image: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .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); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ct4BhzOq6i3KJI47W8pzdTTD5DRVEC2H { width:23.8125rem;height:20.79686875rem;top:8.3486328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHcFbicQFCCB4sFU0J7Pp8g6IRTAECHh { width:22.5rem;height:14.8125rem;top:9.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bkk4sTbVuFrhMk6IteD8dc7Up7nqMyDU { width:24.4375rem;height:5.19921875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m { display:block; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #La8oXftQUiKCtBriLfCya6r56nLnp4uq { width:32.5625rem;height:2.5996125rem;top:2.681640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEbdT9GltIsFoqcpaBJ4F3O7dVztw5h5 { width:13.75rem;height:2.75rem;top:2.59375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4RbNmCCOw3TLCXzqsbaCsWHemRHQQ64 { display:block; }
 }@media only screen and (max-width: 1199px) { #BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { display:block; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { width:47.75rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { width:17.1875rem;height:2.75rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block; }
 }@media only screen and (max-width: 1199px) { #RgWlSrT0eHQToeboWM1iv581RqyXrHLb { width:45.125rem;height:1.94921875rem;top:9.5625rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { width:1.5rem;height:1.5rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { width:47.375rem;height:2.92480625rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #usRPL6Ap7o54mr2Br1Jcqw7STTXstztN { width:47.375rem;height:7.7988125rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tr5Zqa3KWgpzDgdNpn8NyI9axVx1n2z1 { width:11.8125rem;height:11.9375rem;top:0.84375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 { display:block; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container { width:47.75rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JkvW6W0E3SBC88z6ittDLH43dySCuQWO { width:47.75rem;height:2.92480625rem;top:1.6875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp { display:flex;height:auto;width:44.7480625rem;top:5.650390625rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #MgVxuXb3T3RskoIMSOfp0e6LHp0nW109 {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aqcH7NLugmkn4zAUWsceG71ihrPagT5Q {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #idB4n94kAr1J4M9wVSlCCJDSwrDETGZW {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #Res3QiKaNwwXtSVcAi7O3Xh8NBHW3XPV {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #hpbUTMZVdwApDqAIlTSdTLPlykfUnXf3 {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #ANR6g2wpLiMroEnQ2WARWp4Rg1wLfKNH {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aadBatPISm6H8M6fmqFUse3DRhPTfNgp {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qkCnAAefMZ1zdtTBTxVLtsFHTpGG808h {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #FQpNddr4vlm7uF6Qs2r47F4JMsbnO8Hq {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #P3ANbZAdx3SQ9bKgtu4wEymT6Ml2684g {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #GpC0ucXw4Vy0GkHAHgzu4uVQTh2FhgIk {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #T7pqMqdVNI2nTsNPx4XMlEoJG7r7l8z7 {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #k9GQivdFiqnDnTlkkDMP08JseyW0BiCh {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qPwb2wflBa2VF1L4pLCvuoi47M3hLIMu {  }
 }@media only screen and (max-width: 1199px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #AVr30egqeN4CPnUWCyiLvrQlZwErZsRL {  }
 }@media only screen and (max-width: 1199px) { #zP0sxe1LfmstU2uidbcva8IEf0R5kttg { display:block; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { width:19.125rem;height:5.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { width:17.3125rem;height:1.29980625rem;top:2.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { width:31.25rem;height:1.29980625rem;top:4.1875rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hJzwTRmz55ZXGaw61iNB2Uo8A4PQzShe > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQvowEQITDz4PMLMJepJGcCBWgEPcKEy { width:6.25rem;height:2.1875rem;top:1.75rem;left:13.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AftpRwT3IZqEeZPIntMcfBgwfKTkobTL { display:block; }
 }@media only screen and (max-width: 763px) { #F4ceCOmtuAZJ4F8Wh1kQsp6mmGutVo6g { width:6.25rem;height:2.1875rem;top:1.75rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgQmrL4FhmfyBNNx7Rxluit10iS1zeys { display:block; }
 }@media only screen and (max-width: 763px) { #mMacPVm9Jz4hLS0LpnoAkJTpQ3TGzh4X { width:6.5rem;height:1.875rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7u7M1gTF15zbacw8QJtlMRH6761JJFI { display:block; }#U7u7M1gTF15zbacw8QJtlMRH6761JJFI > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/43e2ae3e-28bd-4d2c-a25d-d9e5e7b94501/c57e2673b7fa4bd724cee5d9f1e3cdd0409d5784.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.adaptive-delivery-prevent-bg, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyload, #H5ni6FqsdpLFRkHTaMr9dDsINLITECdf.lazyloading { background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { background-color: transparent; background-image: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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.6); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row > .video-iframe-container { display: none; }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .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); }#H5ni6FqsdpLFRkHTaMr9dDsINLITECdf > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEl5VREgBRpCCN1gaTGwsP4Vwl2LVDVu { width:20rem;height:14.624rem;top:8.0625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vHTZeoE5WSxu8RQcBM5t4G6v9FQ7xVAx { width:20rem;height:3.8984375rem;top:4.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #SBnw0FNmVEA2wCX1dxomZLL04grTCIeI { display:block; }#SBnw0FNmVEA2wCX1dxomZLL04grTCIeI > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZ6DrucoKu1tys3s6i33xvKCUTe8t3s4 { width:20rem;height:1.38135rem;top:0.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#QyMP9umaTXCNV29IQRt2CuPuwSg9wpze { display:flex;width:18rem;height:5.0625rem;top:1.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #bF0MlqpZnhLOnTAoWTcTBTOUfhbcczdw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #orPvnVEotTcpWxAasfJNHPD28ycaicd0 {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #MdIbaWCVnseDT9pZBhKafcVVyuEb9NIo {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #D6mENvRGJGyVUyn3NA12zcTzLwWT03uO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #WiBndnbNTaDJ00OWwheg0x8rV8TfA8Wi {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #BGhVRb9Js6JuQbvglClmNsAa8hXWnd3l {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #wsHryv8VHFZSVU28J0vbD3u7Rt2vQdnu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #f0I6VRN3kfVg1ic47MTfSMV9iZOhQMem {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #TGJT9q2GwFPq3NTcLNOpl771mKcHaUK1 {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #KtvAuir4kDSColvmmg6VJTyAMZSJSNmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #ySxOzXygC2xzqc31pH0M9WDaPbpxoVrh {  }
 }@media only screen and (max-width: 763px) { #QyMP9umaTXCNV29IQRt2CuPuwSg9wpze #h5uVLnbQNNzuQwqicOyBGqmoBqbhQWtp {  }
 }@media only screen and (max-width: 763px) { #Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 { display:block; }#Hoih1T2trSs0VdvuXgPsrvIIk47Uexe0 > .row .container { width:20rem;height:157.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXO225KTPpUfKivTG2RzObS2NGTBv62U { width:1.5rem;height:0.8125rem;top:23.75rem;left:4.5rem;font-size:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #z3KIZwXyDxzMqr7FK0bTezg5GPRBwNM8 { width:20rem;height:97.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp26pLaanX88ETedURQgNuaMdTE2EoJr { width:20rem;height:2.5996125rem;top:100.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3wOUKs9Jd3Covb7UiKCeykZGDaNzxg { width:20rem;height:19.5rem;top:103.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXsCU5CSRPK3WwLBA65LMoLH12PNBnv8 { height:11.7988125rem;width:20rem;top:143.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5RQCeTUeFEDzWNI8P93xCHpHQMbVs5Q { width:20rem;height:12rem;top:130.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHQE8Qg5voE4yDpA1UHdPfJbUayHCuKv { width:20rem;height:5.19921875rem;top:124.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.adaptive-delivery-prevent-bg, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyload, #TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9.lazyloading { background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { background-color: transparent; background-image: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row > .video-iframe-container { display: none; }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .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); }#TW1BVwEKazR2DSq9qHeZ7pUsCQ6W2Uf9 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWoCgRHxkqT4AnAbUN8cB3TB8in9nr8R { width:20rem;height:5.20019375rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3mCh8WEEkoMDT8CAgXTWxcCfVS8T7ou { width:20rem;height:29.25rem;top:38.599609375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JDA8dBwCP54LvEOJZEnkrQJpvsTVgdkk { width:20rem;height:2.6001rem;top:9.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmI65DyBhq6EzDmLMfgcWCyIOemPdxbZ { width:20rem;height:1.29980625rem;top:11.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUcvRtBIEDbrJL6svTuP9l5XqZo4WF1I { width:20rem;height:2.5996125rem;top:15.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTPpSufobqppkFLCTyOthoy7KvqVRNhp { width:20rem;height:1.29980625rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzOXdm3cHRT0wskFruzfmATWAcQOLdEM { width:20rem;height:2.5996125rem;top:21.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wW1T4nvIwO0DK4mKxCOCAq4zbQAwKeJq { width:20rem;height:2.5996125rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kclvm7IH6nX42qOyQnLUHsT8fVHwc0Op { width:20rem;height:2.6001rem;top:28.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBsLqVUefRO8lWdPKc8WpE1O7oe7MI6z { width:20rem;height:2.5996125rem;top:31.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1rNOkZ3uvn081PmCNtvvKsv5AKaUBTp { width:16rem;height:2.75rem;top:34.849609375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3HSTGxQfWNT7hFwbLIITT7h6zTVrObQ { display:block; }
 }@media only screen and (max-width: 763px) { #JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ { display:block; }#JouRwNgyCXs9XWg17oFmWiK1qhTSxNrJ > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRgUCQFJpzRxQTG61zxiA9u69hCwNHD3 { width:20rem;height:9.098625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KozBpd0nLdIRlPriyZW0uvkcyfqUvJJ4 { width:20rem;height:3.8984375rem;top:13.89453125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Euny26XPFfRd9utiQrgpeSBc9k4JFa0d { width:1.8125rem;height:1.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNgsfSyUvo9LXbTuNq5H0D0xg6rKVypG { width:1.8125rem;height:1.25rem;top:11.6591796875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #go43FvcKhclKaL21yPfEyugv85TGWtTH { display:block; }#go43FvcKhclKaL21yPfEyugv85TGWtTH > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QVskPou7BPdw1GTFB2TCOTT3pPgMqbGD { width:20rem;height:6rem;top:8.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8FMXePA8Ixiq2kc22nylhRQQe6OgXeU { width:20rem;height:9.6875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsFSGkvpaPG0WaxTlyd8RoSQxT7LG4CW { width:18.75rem;height:1.625rem;top:29.1875rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGKI7fpQZ6eTT1bTTiBZ2wCwwnTQZdTp { width:19.9375rem;height:13.25rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUklIKqI8p479W1IHQDyEwcQdyZvmvBg { width:20rem;height:5.8496125rem;top:1.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeNi0ZgHRW7rLGCN4sM7WWq49Qfh58QV { width:20rem;height:13.25rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7bgW8KfCD816S7MKwTnpWoLhb6KUoKM { width:20rem;height:9.375rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaschJkqBi4xa52SRX7PbMF7JxxJCrVV { width:18.75rem;height:1.625rem;top:77.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1KskhISV3NR0ScbCIpQdG1DZXciBxEp { width:20rem;height:13.25rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxoK9hnIGTrOaUJwhJ0Iu4lmBdRmyHLk { width:20rem;height:9.5rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrGxUrXWFFpOHNJKgGa7pzEkroivxg69 { width:18.75rem;height:1.625rem;top:53.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lVtZ5Fy4gWtNt0uhnZbR0KPgi0ga6hwP { width:18.75rem;height:5.19921875rem;top:31.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTWSMuTaBBdAbLmEbEbIxIobxcyFlz1 { width:18.75rem;height:3.8994125rem;top:55.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BICScaEFeJPTpLWam7NOs9mXBeKLNF6V { width:18.75rem;height:5.19921875rem;top:79.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/26cb31d3-273b-4f27-af0e-96eca95d380c/c8c7f7e6ff7a4f04f0f959fc2c4672ce95164d74.png");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.adaptive-delivery-prevent-bg, #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.lazyload, #Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV.lazyloading { background-image: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { background-color: transparent; background-image: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container > .video-iframe-container { display: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .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.4); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row > .video-iframe-container { display: none; }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .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); }#Iuo4pqfihpXoMiNtF4DLxRLTWkuLdGIV > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hd8QHGqI7ydeVbEdL3AMWtH8awa3UKQw { width:20rem;height:10.3984375rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzc1nl7t6fLWzGWV5wg5hbliHkxP3QcX { width:20rem;height:19.4970625rem;top:13.1728515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k50IhhNaByWW4cPi44GQHZSlw0O9o5XT { width:19rem;height:2.75rem;top:33.9697265625rem;left:0.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsblkXxkD3vKse0VgsXPzTPvvv6qBElC { display:block; }
 }@media only screen and (max-width: 763px) { #CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT { display:block; }#CPDbmF5XTRWuGSxF9Or8WydZFbqpcCqT > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPXJw1K28AK9HW3F5P3kLTrAFPZV5A6N { width:20rem;height:2.75rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s65gbh1ghLxW11nE515PmZCDm4cNfHqL { display:block; }
 }@media only screen and (max-width: 763px) { #cZSpXBTNiQc6mX7uGzoZbSUNbfx1lISo { width:20rem;height:1.625rem;top:16.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews { width:16.75rem;height:9.0488125rem;top:18.625rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KwmmtfcXpQLPIbHMpGdvdCgDkaxE4ews li:before{  }
 }@media only screen and (max-width: 763px) { #gzhdy5DAZDE8UDoof9QPvF7iDPF1EV1g { width:2.4375rem;height:2.03125rem;top:16.3125rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPwAbJUoCi0Kv29SMCz3KeReK1CC4bLK { width:20rem;height:12.875rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5WeLDFWiUm9DMMbIopICt6kEcB4WWO8 { width:20rem;height:8.7744375rem;top:1.875rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTet4gnl40EQ7LSMLKXCvJOWR3JCMnHr { width:20rem;height:10.3125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqSETiGEKMeNsDgOCkC9VeEGiW6tPrf { width:15.25rem;height:6.499rem;top:32.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoaT6R4SduGZvWKpfk1qbNTN5THZmKQ { width:15.6875rem;height:1.625rem;top:30.5625rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvLmt67LWsWyceoNtaQpU8Vzf5oW9TlP { width:2.4375rem;height:2.03125rem;top:30.625rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf5cSuhwcxEPPc4EzTQRDJqtA6MGVIC2 { width:20rem;height:12rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTBd3bEs9bPTULp5DXN50KLazUFd0uhZ { width:15.6875rem;height:3.8994125rem;top:43.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcu9GezgxB9rNiMUW49RXIGKgCVVZrXy { width:2.4375rem;height:2.03125rem;top:41.625rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAW10D6teWV4aQ9SaUUDPuCWgJDX4JEP { width:15.375rem;height:1.625rem;top:41.625rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #thb0h3y1Jd4sSnrHTCMqWst7lZLPsSgm { width:16.625rem;height:4.546875rem;top:47.5625rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeN01Im7rqGTwVumgzJiexqHCosnx2ip { background-color:#f3f3f3;background-image:none;display:block; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { background-color: transparent; background-image: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row > .video-iframe-container { display: none; }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .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); }#AeN01Im7rqGTwVumgzJiexqHCosnx2ip > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct4BhzOq6i3KJI47W8pzdTTD5DRVEC2H { width:20rem;height:23.39649375rem;top:7.169921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHcFbicQFCCB4sFU0J7Pp8g6IRTAECHh { width:19.9375rem;height:13.125rem;top:31.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkk4sTbVuFrhMk6IteD8dc7Up7nqMyDU { width:20rem;height:5.19921875rem;top:1.658203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m { display:block; }#Hg13Xhcaxg2MdN0c5rNSRz1GoNT8O44m > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La8oXftQUiKCtBriLfCya6r56nLnp4uq { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEbdT9GltIsFoqcpaBJ4F3O7dVztw5h5 { width:15.75rem;height:2.75rem;top:10.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4RbNmCCOw3TLCXzqsbaCsWHemRHQQ64 { display:block; }
 }@media only screen and (max-width: 763px) { #BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 { display:block; }#BU0EuhkSP4MP8S4LtCX6o4TOTH84J5H7 > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcqTmnplCGK81tbl5AgRR02mKZ4arLqx { width:20rem;height:2.75rem;top:8.5625rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p952Tcl63ZaTgwmW8wOok4pa75sSHvau { display:block; }
 }@media only screen and (max-width: 763px) { #RgWlSrT0eHQToeboWM1iv581RqyXrHLb { width:16.875rem;height:3.8984375rem;top:13.4375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT1Z0lE6qMDGLrmetlkd2BqLZMwoTOB { width:1.5rem;height:1.5rem;top:13.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvRphV0p2l3ZImDTdNa6vl8bd9B6zec3 { width:20rem;height:5.8496125rem;top:2.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usRPL6Ap7o54mr2Br1Jcqw7STTXstztN { width:20rem;height:14.297875rem;top:18.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5Zqa3KWgpzDgdNpn8NyI9axVx1n2z1 { width:11.8125rem;height:11.9375rem;top:7.974609375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 { display:block; }#W2dUmFnB5mcrBmFDUe3ZK9sZb6QqzOM9 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkvW6W0E3SBC88z6ittDLH43dySCuQWO { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-heading-text { font-size:1.25rem;height:auto; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp .accordion-desc-text { font-size:1rem;height:auto; }
#dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp { display:flex;height:auto;width:20rem;top:7.69921875rem;left:0rem;gap:1.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #MgVxuXb3T3RskoIMSOfp0e6LHp0nW109 {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aqcH7NLugmkn4zAUWsceG71ihrPagT5Q {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #idB4n94kAr1J4M9wVSlCCJDSwrDETGZW {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #Res3QiKaNwwXtSVcAi7O3Xh8NBHW3XPV {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #hpbUTMZVdwApDqAIlTSdTLPlykfUnXf3 {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #ANR6g2wpLiMroEnQ2WARWp4Rg1wLfKNH {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #aadBatPISm6H8M6fmqFUse3DRhPTfNgp {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qkCnAAefMZ1zdtTBTxVLtsFHTpGG808h {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #FQpNddr4vlm7uF6Qs2r47F4JMsbnO8Hq {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #P3ANbZAdx3SQ9bKgtu4wEymT6Ml2684g {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #GpC0ucXw4Vy0GkHAHgzu4uVQTh2FhgIk {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #T7pqMqdVNI2nTsNPx4XMlEoJG7r7l8z7 {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #k9GQivdFiqnDnTlkkDMP08JseyW0BiCh {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #qPwb2wflBa2VF1L4pLCvuoi47M3hLIMu {  }
 }@media only screen and (max-width: 763px) { #dVI3gPui2OzAdgGO2we6qDuqN3uh94Bp #AVr30egqeN4CPnUWCyiLvrQlZwErZsRL {  }
 }@media only screen and (max-width: 763px) { #zP0sxe1LfmstU2uidbcva8IEf0R5kttg { display:block; }#zP0sxe1LfmstU2uidbcva8IEf0R5kttg > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOxIMR69uPB1wN2mXfF8IQ6UgPqBtzdU { width:13.9375rem;height:4.0625rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnc0wlTuCoPtuTWsP9Gg1UopAfU5xZVF { width:20rem;height:1.29980625rem;top:8.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ximS1eQ6W70hz7cn5oLz1MOUnkZZQrTC { width:20rem;height:2.5996125rem;top:10.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }