.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,217;--color-primary-1:255,204,129;--color-primary-2:255,153,3;--color-primary-3:128,77,2;--color-primary-4:38,23,0;--color-secondary-0:222,222,227;--color-secondary-1:144,145,162;--color-secondary-2:32,34,69;--color-secondary-3:16,17,35;--color-secondary-4:5,5,10;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:247,240,235;--color-tertiary-3:148,144,141;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { border-width: 0; border-radius: 0; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#FK963U8QgDPMK81duWqAqoZU6gNZE9aH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.999025rem;width:7.999rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/7c1253ea-068e-4a4b-bd4e-e8cb425b0933/AGOTADO.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { color:rgba(var(--color-tertiary-1),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:13.16164375rem;font-style:normal;display:block; }
#XhzNrrlOnvFyMT2JHsblPC56RptlbewN { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.875000953674rem;left:0.12478446960449rem;height:16.7936375rem;font-style:italic;display:block; }
#dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { z-index:15003;top:39.249567985534rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.8125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { background-color: transparent; background-image: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container > .video-iframe-container { display: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container { display: none; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .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); }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { border-width: 0; border-radius: 0; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { color:rgba(var(--color-tertiary-0),1);display:block;width:66.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.6875rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { color:rgba(var(--color-tertiary-0),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:9rem;left:15.09375rem;height:5.419925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { background-color: transparent; background-image: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container > .video-iframe-container { display: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container { display: none; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .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); }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { border-width: 0; border-radius: 0; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:6.3125rem;left:1.875rem;height:2.87435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqqAwkb0FkIho74VJJS8gUelVFbCil6V { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:10.93701171875rem;left:1.71875rem;height:6.800125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:2.3125rem;left:6.875rem;overflow:hidden;display:block; }
#FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.9365234375rem;left:20.1875rem;height:6.800125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:20.625rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:4.625rem;top:2.5rem;left:25.4375rem;overflow:hidden;display:block; }
#N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:10.875rem;left:40rem;height:5.1001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wr9muZC1JU35KzCdI2ixs8Duoqinku7d { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3125rem;left:39.4375rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:4rem;top:2.125rem;left:44.5rem;overflow:hidden;display:block; }
#bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:10.875rem;left:58.8125rem;height:5.1001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QxayNATdGgGbO028JPPer7s75rRiHMZf { color:rgba(var(--color-primary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.3125rem;left:58.1875rem;height:3.73535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.125rem;top:2.3125rem;left:64.25rem;overflow:hidden;display:block; }
#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { background-color: transparent; background-image: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container > .video-iframe-container { display: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container { display: none; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .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); }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { border-width: 0; border-radius: 0; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.96875rem;left:0rem;height:7.3111875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#woKAfzoQV7irkxySCgWx5fKsFKwTlSnl { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:7.15169375rem;text-align:left;text-align-last:left;display:block; }
#NBR0h2NUF5RoHmqIv44Jztr20B7JnRsI { position:absolute;display:block;z-index:15008;height:16.4371875rem;width:29.375rem;top:3.4041337966919rem;left:39.670408248901rem;display:block; }
#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { background-color: transparent; background-image: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { display: none; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .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); }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { border-width: 0; border-radius: 0; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#yIGEoQT9m7ZA7zKgypGpD2XEc3pdCVa5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:26.1875rem;top:9.1666669845581rem;left:24.375rem;overflow:hidden;display:block; }
#UCATKRFuGTRgEmBoz8IlTq0g3v0y8OzF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.9791679382324rem;left:0rem;height:6.186525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container { background-color: transparent; background-image: none; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container > .video-iframe-container { display: none; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row > .video-iframe-container { display: none; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .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); }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container { border-width: 0; border-radius: 0; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .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; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:3.4375rem;color:rgba(var(--color-tertiary-2),1);height:auto; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);line-height:2.1;overflow:hidden;height:auto; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_75f8760c30348e00a0b92efe36ae82145fd5d361.svg");background-size:contain !important; }#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-trigger.adaptive-delivery-prevent-bg, #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-trigger.lazyload, #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-trigger.lazyloading { background-image: none; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO { box-sizing:content-box;height:auto;width:72.49875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #oXr1lceq3WranNP0wAuSXom1AMeLGBpO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #TrRdrXek3OGBwLxrSZhlRE84T5icSptz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #krcNDw0I8XTlhgq7db0p6M2CbCWoAPne { display:block;position:relative; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #hCFaFk0msaCouNe2vgu74RMCfVfnMvr2 {  }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #GSFiQ7C9x2NmlQHHuSTDKgltp801mJ4F {  }
#epw5buycGLLfIqyZhB0ctbWUlhm5a92C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { background-color: transparent; background-image: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container > .video-iframe-container { display: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container { display: none; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .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); }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { border-width: 0; border-radius: 0; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:41.25rem;height:4.38801875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:19.125rem;top:16.1875rem;left:41.25rem;overflow:hidden;display:block; }
#qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { position:absolute;display:block;z-index:15005;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:34.6875rem;width:31.3125rem;top:0.625rem;left:7.5rem;overflow:hidden;display:block; }
#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { 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; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { background-color: transparent; background-image: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { display: none; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .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); }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { border-width: 0; border-radius: 0; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { 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:1.625rem;width:6.75rem;top:6rem;left:7.5rem;overflow:hidden;display:block; }
#s77qBo3yAus18Xi5T9HKctEmHubd8Isu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #97a7be;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:60rem;top:10rem;left:7.5rem;display:block; }
#K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.25rem;left:51.75rem;height:1.13769375rem;display:block; }
#RthNTn4uMn74ObMoEHMxie0kqt62VEvL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:12.25rem;left:26.3125rem;display:block; }
#A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.625rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:12.5625rem;left:43.25rem;display:block; }
#FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#97a7be;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.4375rem;text-decoration:none;z-index:15011;text-align:right;text-align-last:right;top:12.625rem;left:56.3125rem;display:block; }
#uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { color:#97a7be;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.86328125rem;left:7.5rem;height:1.13688125rem;display:block; }
#cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:58.5rem;overflow:hidden;display:block; }
#NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:60.375rem;overflow:hidden;display:block; }
#SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:62.25rem;overflow:hidden;display:block; }
#C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:64.125rem;overflow:hidden;display:block; }
#RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:6.0625rem;left:66rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { top:1rem;left:0rem;width:7.9375rem;height:1.9836555741343rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { top:6.5625rem;left:0rem;width:41.25rem;height:13.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { top:20.875rem;left:0rem;width:47.75rem;height:16.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { top:39.1875rem;left:0rem;width:28.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block; }
 }@media only screen and (max-width: 763px) { #nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { display:block; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { top:3.25rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { top:8.9375rem;left:0rem;width:43.9375rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { display:block; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { width:15.8125rem;height:2.875rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqqAwkb0FkIho74VJJS8gUelVFbCil6V { width:15.3125rem;height:6.75rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { width:3.125rem;height:2.6875rem;top:2.3125rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { width:15.875rem;height:6.75rem;top:10.875rem;left:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { width:15rem;height:3.6875rem;top:6.3125rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { width:4.625rem;height:2.3125rem;top:2.5rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { width:13.75rem;height:5.0625rem;top:10.875rem;left:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9muZC1JU35KzCdI2ixs8Duoqinku7d { width:14.875rem;height:3.6875rem;top:6.3125rem;left:20.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { width:4rem;height:3.0625rem;top:2.125rem;left:27.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { width:13.75rem;height:5.0625rem;top:10.8125rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxayNATdGgGbO028JPPer7s75rRiHMZf { width:14.875rem;height:3.6875rem;top:6.25rem;left:32.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { width:3.125rem;height:2.9375rem;top:2.3125rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { display:block; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { top:6.9375rem;left:0rem;width:38.4375rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woKAfzoQV7irkxySCgWx5fKsFKwTlSnl { top:16.25rem;left:0rem;width:34.625rem;height:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBR0h2NUF5RoHmqIv44Jztr20B7JnRsI { top:3.375rem;left:18.375rem;width:29.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIGEoQT9m7ZA7zKgypGpD2XEc3pdCVa5 { top:9.125rem;left:10.75rem;width:26.1875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCATKRFuGTRgEmBoz8IlTq0g3v0y8OzF { top:2.9375rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o { display:block; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO { display:flex;height:auto;width:45.25rem;top:21.625rem;left:0rem; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #oXr1lceq3WranNP0wAuSXom1AMeLGBpO {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #TrRdrXek3OGBwLxrSZhlRE84T5icSptz {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #krcNDw0I8XTlhgq7db0p6M2CbCWoAPne {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #hCFaFk0msaCouNe2vgu74RMCfVfnMvr2 {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #GSFiQ7C9x2NmlQHHuSTDKgltp801mJ4F {  }
 }@media only screen and (max-width: 763px) { #epw5buycGLLfIqyZhB0ctbWUlhm5a92C { display:block; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { top:10.0625rem;left:25.5625rem;width:22.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { top:16.1875rem;left:27.625rem;width:19.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { top:0.625rem;left:0rem;width:31.3125rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { top:6rem;left:0rem;width:6.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { top:10rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { top:6.25rem;left:38.125rem;width:6.5rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:2.1875rem;top:12.25rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.625rem;top:12.5625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.4375rem;top:12.625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { top:12.8125rem;left:0rem;width:16.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { top:6.0625rem;left:44.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { top:6.0625rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { display:block; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn { background-color: transparent; background-image: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row > .video-iframe-container { display: none; }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .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); }#WXqd7zeqSbtASAtkphoORQlHBMdcRGgn > .row .container { width:20rem;height:4.0625rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FK963U8QgDPMK81duWqAqoZU6gNZE9aH { width:7.9375rem;height:1.9829125rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/27225fc3-f48d-4466-a4c9-95817a41da0a/Group2609311.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XffTWAEi1JuH05sEIKv8qy6LxFQTJuMI { width:19.9995rem;height:7.19970625rem;top:0rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhzNrrlOnvFyMT2JHsblPC56RptlbewN { width:19.9995rem;height:11.80664375rem;top:7.90869140625rem;left:0rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPvf88VkQGklxEo9kL7dODfq6PtsUWWh { top:38.804256439209rem;left:1.2500000596046rem;width:17.48611125rem;height:3.42361125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGiMxkPkZTwGAtGdPw8i949sTEBv48w8 { display:block; }
 }@media only screen and (max-width: 763px) { #nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B { display:block; }#nzJfKxJIJ0L3sV1GI49UU1u5NvgJtt5B > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pppPRAReeRpXQGOTk9BTvRgMAEPmqmxu { width:20rem;height:7.8003125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoZrU0tLi5SpgfWtsuQSd7xBWQtxaPbW { width:20rem;height:6.3736875rem;top:10.53662109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 { display:block; }#ZhAW4NWHhRIPZBLvRngVd1bsXccCJ7Z0 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtzxBk0kEiVdHF5oZk1xaumqnQy1xwu2 { width:20rem;height:2.625325rem;top:7.63720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqqAwkb0FkIho74VJJS8gUelVFbCil6V { width:20rem;height:2.79948125rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr1QsEDvXw9pn4rIQTgcgcvlUfhx9JuO { width:7rem;height:6rem;top:0.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNAOb1cWeZqD6CS3iakkhJ64vGnlDVF { width:20rem;height:2.79948125rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQqRP6Cu7ZT2l0VgZ7aTsx29bHg5K9s { width:20rem;height:3.41145625rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDsTfDSCpn72XAZ44mHgRAJsPNVZo1y { width:7.875rem;height:3.9375rem;top:17.39111328125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78KvzmFgAf3maXRxt0AKiHc1TZOEgw8 { width:20rem;height:2.79948125rem;top:41.554522037506rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr9muZC1JU35KzCdI2ixs8Duoqinku7d { width:20rem;height:1.70573125rem;top:39.686846256256rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itHTIwseUDi9Dw5G2OFM2vtJavbL3k6S { width:7.9375rem;height:6.0625rem;top:32.624671936035rem;left:6.0310872793197rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTcPmhkoQM3TNuTyIeQ2B5nrCcWVob8 { width:19.9991875rem;height:2.79948125rem;top:57.202480316162rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxayNATdGgGbO028JPPer7s75rRiHMZf { width:20rem;height:3.41145625rem;top:53.624996185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEbxM4Wm0PtkXlTFZuAloRnBMyFnaw { width:6.125rem;height:5.6875rem;top:47.374997138977rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ { display:block; }#xzFhFThzn5Lp91WMo7cAsm8XNbqsdBgJ > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmwyHRguh1g4xd2pERQTUPTOUuwkReLD { width:20rem;height:7.8003125rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woKAfzoQV7irkxySCgWx5fKsFKwTlSnl { width:20rem;height:6.0913125rem;top:8.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBR0h2NUF5RoHmqIv44Jztr20B7JnRsI { width:20rem;height:16.375rem;top:16.278480093384rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc { display:block; }#ylBdhkw7Bod32ElCRafeQGgQAU2cr9Kc > .row .container { width:20rem;height:33.83137512207rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIGEoQT9m7ZA7zKgypGpD2XEc3pdCVa5 { width:20rem;height:20rem;top:13.831380844116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCATKRFuGTRgEmBoz8IlTq0g3v0y8OzF { width:20rem;height:11.2011875rem;top:2.693359375rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o { display:block; }#eRmC4oB5ByFpMkXN6vQOe8dQozSw2G0o > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-heading-text { font-size:2rem;height:auto; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO { display:flex;height:auto;width:17.499rem;top:0rem;left:0rem; }
#ea6o6qVu7SKFMBydDe773WpWpsPCrnkO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #oXr1lceq3WranNP0wAuSXom1AMeLGBpO {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #TrRdrXek3OGBwLxrSZhlRE84T5icSptz {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #krcNDw0I8XTlhgq7db0p6M2CbCWoAPne {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #hCFaFk0msaCouNe2vgu74RMCfVfnMvr2 {  }
 }@media only screen and (max-width: 763px) { #ea6o6qVu7SKFMBydDe773WpWpsPCrnkO #GSFiQ7C9x2NmlQHHuSTDKgltp801mJ4F {  }
 }@media only screen and (max-width: 763px) { #epw5buycGLLfIqyZhB0ctbWUlhm5a92C { display:block; }#epw5buycGLLfIqyZhB0ctbWUlhm5a92C > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqLgpvMmxzV0M2I2SsIDizR7wchTc9x1 { width:20rem;height:6.582rem;top:24.65525rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2RbAVQAbm7aT2LB9lokqbNZ9uCWrf7c { width:19.125rem;height:3.1875rem;top:32.4848125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlTnoOcsK6bTb1Zs3oDF3CN81lq3Vx0z { width:20rem;height:22.155688622754rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ { display:block; }#g9KOAdSy7Jz2uMcTRMTcG3y2RsGmf7TQ > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPlxTC1PnbxVshIJ0ZB3mBUDHB7NVOKJ { width:9.75rem;height:2.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77qBo3yAus18Xi5T9HKctEmHubd8Isu { width:20rem;height:0.4375rem;top:24.8056625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kgFKOtzfLE9ZnX4NWg8Ui3WNBdCuru { width:12.1875rem;height:1.05615rem;top:4.9375rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RthNTn4uMn74ObMoEHMxie0kqt62VEvL { width:12.6875rem;height:1rem;top:27.0556625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GgvyLghlBdxtXy0rSx5u5Qk1R7ZTF5 { display:block; }
 }@media only screen and (max-width: 763px) { #mg8eDBt3T32PDAJLqu9nQ7dcaxlA2loU { width:8.875rem;height:1.125rem;top:27.3681625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDMi6zwxwnpcUEU5rH4MZpA1GSUNTugq { display:block; }
 }@media only screen and (max-width: 763px) { #P4t3Tk8kR1kP3rCOGiVBA5CF7oqx6cil { width:11.1875rem;height:1.125rem;top:29.97460625rem;left:4.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uF1lZqse9VnHTw3rawT2IKavnzWhMxiw { display:block; }
 }@media only screen and (max-width: 763px) { #J86qkbIGTdTBBdMZaMdVIgnikMAJyKvb { width:16.5rem;height:1.05615rem;top:27.66894375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBd5iOchVdBplTBB4LP7NTuwPfFSFqWU { width:2.25rem;height:2.25rem;top:7.2431625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOb17TZ9ayRrVHTvpmQARP0VDO57u1DW { width:2.25rem;height:2.25rem;top:10.7431625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJzlNF0TMlrJWWyrMOTEWpZx9ssfynME { width:2.3125rem;height:2.3125rem;top:14.2431625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fp3wqMSZ9VuonkJKTWdsz8Afm5mvUW { width:2.25rem;height:2.25rem;top:17.8056625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMi07EoT1izubNrnUJ6fm9NpCosn9gMi { width:2.25rem;height:2.25rem;top:21.3056625rem;left:8.875rem;display:block; }
 }