.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:223,248,255;--color-primary-1:122,214,245;--color-primary-2:33,187,239;--color-primary-3:20,112,143;--color-primary-4:7,37,48;--color-secondary-0:217,220,228;--color-secondary-1:128,138,167;--color-secondary-2:0,20,78;--color-secondary-3:0,10,39;--color-secondary-4:0,3,12;--color-tertiary-0:217,220,228;--color-tertiary-1:128,138,167;--color-tertiary-2:0,20,78;--color-tertiary-3:0,10,39;--color-tertiary-4:0,3,12;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#ffffff;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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/040af449-a902-440c-9f37-c244b700519f/1920x1080_bg.webp");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; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { border-width: 0; border-radius: 0; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::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; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.625rem;left:53.125rem;display:none; }
#QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:63.4375rem;display:none; }
#wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.125rem;left:55.6875rem;height:1.2999125rem;display:none; }
#L0evWJb30xvpP7px4o73q9TA5KSzhGIy { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:66.4375rem;height:1.2999125rem;display:none; }
#CnOPMpbudSf4qXi6imulLqAfASiZfpdM { color:#ffffff;display:block;width:50.8734375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.437107086182rem;left:0rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { position:absolute;display:block;z-index:15028;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.9375rem;width:20.312125rem;top:3.7488279342651rem;left:54.687301635743rem;overflow:hidden;display:block; }
#sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38.186717987061rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { position:absolute;display:block;z-index:15029;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:8.8125rem;width:53.25rem;top:12.43593788147rem;left:0rem;overflow:hidden;display:block; }
#WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { position:absolute;display:block;z-index:15029;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.9375rem;width:3.9375rem;top:2.873046875rem;left:3.0615234375rem;overflow:hidden;display:block; }
#uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { position:absolute;display:block;z-index:15030;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.9375rem;width:3.9375rem;top:2.873046875rem;left:8.4990234375rem;overflow:hidden;display:block; }
#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { 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; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { background-color: transparent; background-image: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { display: none; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .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); }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { border-width: 0; border-radius: 0; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { font-size:0.875rem;font-family:arial;height:86.75rem;width:75rem;position:relative;display:block; }#OvyQWViCIFf5mkDETki0yREzfR5skCVd { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:6.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeMfyz2nR96vcVagnGuoq89FPbkso2UE { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.625rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4984375rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.5625rem;left:18.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:28rem;left:0.0625rem;overflow:hidden;display:block; }
#dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.936525rem;top:43.6875rem;left:0rem;overflow:hidden;display:block; }
#nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.936525rem;top:51.5rem;left:0rem;overflow:hidden;display:block; }
#BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { position:absolute;display:block;z-index:15045;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.0625rem;width:5.0625rem;top:35.5625rem;left:0rem;overflow:hidden;display:block; }
#V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5615rem;position:absolute;font-family:"lato black";font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:75.3125rem;left:6.875rem;height:1.78769375rem;text-align:left;text-align-last:left;display:block; }
#wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { position:absolute;display:block;z-index:15046;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:50.562rem;width:37.374rem;top:29.125rem;left:37.5rem;overflow:hidden;display:block; }
#hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.936525rem;width:4.936525rem;top:59.625rem;left:0rem;overflow:hidden;display:block; }
#IIEPx4Lwh0bTMgi50Du9mVvuFghmfsTF { box-sizing:content-box;height:6.249025rem;width:34.749rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-0),1);background-image:none;top:71.875rem;left:38.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#TIi9fqIXLoopcPt6CzQGDTxbeB8CnJzc { color:rgba(var(--color-tertiary-2),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:72.8125rem;left:40.4375rem;height:4.14258125rem;text-align:left;text-align-last:left;display:block; }
#MolwV8b7Qb3RRpKGInskPXCFKAdLFMmG { box-sizing:content-box;height:36.875rem;width:0.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:32.9375rem;left:2.4375rem;display:block; }
#ORfTXqptKaxMy3LOlEKRKu43Upx6Zq6C { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:68rem;left:0rem;overflow:hidden;display:block; }
#du0yuxQgulnWJR7sWdQ4DTLOGcTRFxko { color:rgba(var(--color-tertiary-2),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:35.625rem;left:6.875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w00yHWa4rzTOtaJ39NCZcRqa4b9vZlzc { color:rgba(var(--color-tertiary-2),1);display:block;width:27.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.5625rem;left:6.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aeWrbNPZoXT5wggpxGF5DRdrDNQqncUq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:52.3125rem;left:6.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TDO0PhgLVzNCuMNoePTwLbZskH8tTOm1 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:59.6875rem;left:6.875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JbtgfwUy06172Vsv95c8H2HPMvkKm1ny { color:rgba(var(--color-tertiary-2),1);display:block;width:27.9975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:68.8125rem;left:6.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e0SnuhexGhiSUaTPl7R1GVU9seTuD3x4 { color:rgba(var(--color-tertiary-2),1);display:block;width:25.5600625rem;position:absolute;font-family:"lato black";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:78rem;left:6.875rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#XF3GIhMf02tH0lxLllcrBy3T3Gqy0fiO { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:34.0625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#GKdP5qmeXPaGQp6vJhq6IWRt5Ea292Kr { color:rgba(var(--color-tertiary-2),1);display:block;width:38.4984375rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:18.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQuHAs1BgDfo6cF3i0rWUuanyLXA2Ucd { color:rgba(var(--color-tertiary-2),1);display:block;width:72.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8742179721594rem;left:1.1865234375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container { background-color: transparent; background-image: none; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container > .video-iframe-container { display: none; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row > .video-iframe-container { display: none; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .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); }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container { border-width: 0; border-radius: 0; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#UXWaRtekcB6MXhw0mzN6Kl93UnZTobfT { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#wTpD4DaT03kEbadNn843aTh1ONPK56hn { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8rcVTNkkwZL5TiRynyXpZqRIdShMxhD { position:absolute;display:block;z-index:15040;height:33.5rem;width:75rem;top:9.8125rem;left:-0.1875rem;display:block; }
#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29f60088-96f6-4daf-8203-6db9781bee08/photobackground.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.adaptive-delivery-prevent-bg, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyload, #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ.lazyloading { background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { background-color: transparent; background-image: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { display: none; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .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); }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { border-width: 0; border-radius: 0; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.625rem;left:33.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { color:#ffffff;display:block;width:38.4984375rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:18.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { color:#e1e92f;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:0rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { color:#e1e92f;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:20.62353515625rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { color:#e1e92f;display:block;width:14.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:41rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { color:#e1e92f;display:block;width:14.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.6875rem;left:60.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.3125rem;top:13.1865234375rem;left:65.841796875rem;overflow:hidden;display:block; }
#WTFDaGEUVKvwN54WztRa4flGEu5p8upk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.5625rem;top:13.31103515625rem;left:46.029296875rem;overflow:hidden;display:block; }
#lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:3.75rem;top:13.154296875rem;left:26.15478515625rem;overflow:hidden;display:block; }
#g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.75rem;top:13.2802734375rem;left:6.28125rem;overflow:hidden;display:block; }
#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { background-color: transparent; background-image: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { display: none; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .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); }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { border-width: 0; border-radius: 0; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:75rem;position:relative;display:block; }#ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { box-sizing:content-box;height:0.499804375rem;width:7.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.6875rem;left:33.9375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { color:rgba(var(--color-tertiary-2),1);display:block;width:44.1875rem;position:absolute;font-family:"lato black";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.406253814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .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; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"lato black";color:rgba(var(--color-tertiary-2),1);line-height:1.9;overflow:hidden;height:auto; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .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.125rem;color:rgba(var(--color-tertiary-2),1); }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .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_818de3f14dca724252a209ed0b52d03c99e52bf2.svg");background-size:contain !important; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.adaptive-delivery-prevent-bg, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyload, #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-trigger.lazyloading { background-image: none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { box-sizing:content-box;height:auto;width:72.373125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15040;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.750194549561rem;left:0rem;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; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz { display:none; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZO0SXB6fTmZFTfhJiCC0aMw7HaaTSVVL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZEMTgWsHQJoAg1zVtyyIumeITwitRoVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OwkbAELhUNzCSpTNu6y0PuhRAhGwRFvC { display:block;position:relative; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eObOTKxJmpBsGysROmT7DLN2VA51LJzB {  }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #HFqVTwZXIq74Ua18HyUH780xGX9cscx8 { display:none; }
#koiaHkqDRQsRib93qlcnIaXXzy08igr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9496ce8-f941-4513-938e-11f7862e5bdc/background_photo_3rd_section.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6.adaptive-delivery-prevent-bg, #koiaHkqDRQsRib93qlcnIaXXzy08igr6.lazyload, #koiaHkqDRQsRib93qlcnIaXXzy08igr6.lazyloading { background-image: none; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container { background-color: transparent; background-image: none; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container > .video-iframe-container { display: none; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row > .video-iframe-container { display: none; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .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); }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container { border-width: 0; border-radius: 0; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;position:relative;display:block; }#tAfV4h5QPQR05EoxPs82Xo6zQLAIbZFV { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"lato black";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKTMZcJTMx09FNoMJIUs01B0aNmoStxg { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q6oETu1iCZMIv8JelBE3vNGx279qerO9 { background-color:#e1e92f;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.53125rem;left:57.500003814698rem;display:block; }
#PwzRZ9sEyJ5TPy8QnbObWJRJ6TihchQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { position:relative;display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { background-color: transparent; background-image: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row > .video-iframe-container { display: none; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .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); }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { border-width: 0; border-radius: 0; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.677734375rem;left:31.8125rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { z-index:15003;top:2.1875rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { z-index:15004;top:2.1875rem;left:9.625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;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.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:1.93685rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { color:#000000;display:block;width:6.06228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6768684387207rem;left:56.310764312744rem;height:0.89375rem;text-align:left;text-align-last:left;display:block; }
#Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { 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.0625rem;width:2.0625rem;top:2.0931015014649rem;left:62.893886566163rem;overflow:hidden;display:block; }
#u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { position:absolute;display:block;z-index:15008;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:2rem;width:2rem;top:2.125rem;left:65.5rem;overflow:hidden;display:block; }
#LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:68.25rem;overflow:hidden;display:block; }
#DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:2.125rem;left:70.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { top:0.625rem;left:32.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { top:0.75rem;left:43rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { top:1.125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { top:1.0625rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { top:27.375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { top:3.6875rem;left:27.4375rem;width:20.25rem;height:3.9254570853616rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { top:38.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { top:12.375rem;left:0rem;width:47.75rem;height:7.9022887323944rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { top:2.8125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { top:2.8125rem;left:1.6865234375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { top:28.875rem;left:0.0625rem;width:14.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { top:23.625rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { top:19.5625rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { top:28rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { top:43.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { top:51.5rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { top:35.5625rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { top:75.3125rem;left:0rem;width:25.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { top:29.125rem;left:10.4375rem;width:37.3125rem;height:50.479246519503rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { top:59.625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEPx4Lwh0bTMgi50Du9mVvuFghmfsTF { top:71.875rem;left:13.0625rem;width:34.6875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIi9fqIXLoopcPt6CzQGDTxbeB8CnJzc { top:72.8125rem;left:15.625rem;width:32.125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MolwV8b7Qb3RRpKGInskPXCFKAdLFMmG { top:32.9375rem;left:0rem;width:0.1875rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORfTXqptKaxMy3LOlEKRKu43Upx6Zq6C { top:68rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0yuxQgulnWJR7sWdQ4DTLOGcTRFxko { top:35.625rem;left:0rem;width:26.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00yHWa4rzTOtaJ39NCZcRqa4b9vZlzc { top:44.5625rem;left:0rem;width:27.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWrbNPZoXT5wggpxGF5DRdrDNQqncUq { top:52.3125rem;left:0.0625rem;width:22.125rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDO0PhgLVzNCuMNoePTwLbZskH8tTOm1 { top:59.6875rem;left:0rem;width:27.9375rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtgfwUy06172Vsv95c8H2HPMvkKm1ny { top:68.8125rem;left:0rem;width:27.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0SnuhexGhiSUaTPl7R1GVU9seTuD3x4 { top:78rem;left:0rem;width:25.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF3GIhMf02tH0lxLllcrBy3T3Gqy0fiO { top:7.25rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKdP5qmeXPaGQp6vJhq6IWRt5Ea292Kr { top:3.1875rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQuHAs1BgDfo6cF3i0rWUuanyLXA2Ucd { top:9.8125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq84WW4GC9TB108qhV8vfLHhIDsMV4nV { display:block; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXWaRtekcB6MXhw0mzN6Kl93UnZTobfT { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpD4DaT03kEbadNn843aTh1ONPK56hn { top:3.6875rem;left:0rem;width:44.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rcVTNkkwZL5TiRynyXpZqRIdShMxhD { top:9.8125rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { top:8.625rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { top:4.375rem;left:0rem;width:38.4375rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { top:19.5rem;left:0rem;width:16.3125rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { top:19.5rem;left:9.0625rem;width:14.8125rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { top:19.5rem;left:23.875rem;width:14.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { top:19.6875rem;left:33.6875rem;width:14.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { top:13.125rem;left:43.4375rem;width:4.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { top:13.25rem;left:25.591796875rem;width:4.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { top:13.125rem;left:19.34228515625rem;width:3.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { top:13.25rem;left:0rem;width:3.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { top:7.6875rem;left:16.75rem;width:7.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { top:3.625rem;left:0rem;width:44.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:45.125rem;top:11.8125rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZO0SXB6fTmZFTfhJiCC0aMw7HaaTSVVL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZEMTgWsHQJoAg1zVtyyIumeITwitRoVC {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OwkbAELhUNzCSpTNu6y0PuhRAhGwRFvC {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eObOTKxJmpBsGysROmT7DLN2VA51LJzB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #HFqVTwZXIq74Ua18HyUH780xGX9cscx8 {  }
 }@media only screen and (max-width: 763px) { #koiaHkqDRQsRib93qlcnIaXXzy08igr6 { display:block; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAfV4h5QPQR05EoxPs82Xo6zQLAIbZFV { top:5.3125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKTMZcJTMx09FNoMJIUs01B0aNmoStxg { top:7.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6oETu1iCZMIv8JelBE3vNGx279qerO9 { width:17.5rem;height:3.4375rem;top:5.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwzRZ9sEyJ5TPy8QnbObWJRJ6TihchQH { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { top:2.625rem;left:18.1875rem;width:11.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:2.1875rem;left:0rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { top:2.625rem;left:41.75rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { top:2.0625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { top:2.125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/040af449-a902-440c-9f37-c244b700519f/1920x1080_bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.adaptive-delivery-prevent-bg, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyload, #kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM.lazyloading { background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { background-color: transparent; background-image: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row > .video-iframe-container { display: none; }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .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); }#kOs1ou4SCuSdsZlz24bslgcxF9tRTHlM > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1PhybJURgTRQIP2XNoxe5QQ86TOzNya { display:flex;width:2.24935rem;height:2.24935rem;top:26.188210487366rem;left:8.9382143020631rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSg0OoxrRGZmMbTBignpMGFGpTOT2Rcp { display:flex;width:2.06163125rem;height:2.06163125rem;top:26.312993526459rem;left:17.93836875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUEG9wqwDLHUyQ7v8dsCpAgnyo2gzOOv { width:12.5rem;height:0;top:26.687342524529rem;left:7.5rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L0evWJb30xvpP7px4o73q9TA5KSzhGIy { width:5.4362rem;height:0;top:26.662385940552rem;left:14.5638rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CnOPMpbudSf4qXi6imulLqAfASiZfpdM { width:15.31175rem;height:22.75rem;top:20.68593788147rem;left:2.3437499403954rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKbPvQtlEGbW2IIH83lRQwc9hFhwH0Vr { width:14.5625rem;height:2.75rem;top:8.625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE2GCVWEA1KqS1UdSJspNFaRKdZtnr3W { width:15rem;height:3.25rem;top:45.123439788818rem;left:2.4999999403954rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWW9xcF5pShTRoJkRqntceVKAbv2TEJs { width:20rem;height:3.375rem;top:15.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtfuGF025wl87n4xP6iUKLXe4hr8OJAg { width:2.8125rem;height:2.8125rem;top:2.46875rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTOu8E4cbOhaObZ19c6sSiKkgvJH6qie { width:3rem;height:3rem;top:2.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx { display:block; }#H1pb795zJm81tTEppUMIkqLC3Jxn8Fpx > .row .container { width:20rem;height:137.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvyQWViCIFf5mkDETki0yREzfR5skCVd { width:10.125rem;height:4.875rem;top:35.1875rem;left:6.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeMfyz2nR96vcVagnGuoq89FPbkso2UE { width:7.125rem;height:0.5rem;top:31.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWD2yT5TbEeZX3E0sJSosz0nQEoRMRov { width:20rem;height:1.95rem;top:27.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOeafLmNinnDfLVsqNdoRFkzsEWAeAQM { width:4.25rem;height:4.25rem;top:35.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTU3ZRc9PTSTaW4rK9wvUiDCxrDHAhT { width:4.3125rem;height:4.3125rem;top:55.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlZ7isQ5qdM8wwKCPwfHie1oaBSLwr1 { width:4.374025rem;height:4.374025rem;top:65.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BltnoDTCgit7Cm7OrNRT2DMPz6sM9NWE { width:4.3125rem;height:4.3125rem;top:42.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2krloMLM69VxJgNPfb2HFBLbwe7b3ym { width:13.4355625rem;height:1.4625rem;top:101rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wS1wAbOaJ036KCTNxllr0L3FvyIFZADP { width:20rem;height:27.125rem;top:106.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMykX6BxwzdhhOy2M8I0tOnToJoAAy0u { width:4.3125rem;height:4.3125rem;top:75.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEPx4Lwh0bTMgi50Du9mVvuFghmfsTF { width:20rem;height:10.6875rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIi9fqIXLoopcPt6CzQGDTxbeB8CnJzc { width:16.2495rem;height:8.28645rem;top:125.875rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MolwV8b7Qb3RRpKGInskPXCFKAdLFMmG { width:0.1875rem;height:53.25rem;top:40rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORfTXqptKaxMy3LOlEKRKu43Upx6Zq6C { width:4.875rem;height:4.875rem;top:89.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0yuxQgulnWJR7sWdQ4DTLOGcTRFxko { width:12.124125rem;height:13rem;top:41.243055105209rem;left:6.4375000596044rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w00yHWa4rzTOtaJ39NCZcRqa4b9vZlzc { width:13.125rem;height:8.125rem;top:55.25rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aeWrbNPZoXT5wggpxGF5DRdrDNQqncUq { width:12.8745rem;height:8.125rem;top:65.0625rem;left:5.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDO0PhgLVzNCuMNoePTwLbZskH8tTOm1 { width:11.0625rem;height:11.375rem;top:75.375rem;left:6.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbtgfwUy06172Vsv95c8H2HPMvkKm1ny { width:8.6865rem;height:4.875rem;top:89.5625rem;left:6.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e0SnuhexGhiSUaTPl7R1GVU9seTuD3x4 { width:13.875rem;height:2.9236125rem;top:97.375rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XF3GIhMf02tH0lxLllcrBy3T3Gqy0fiO { width:7.125rem;height:0.43671875rem;top:8.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKdP5qmeXPaGQp6vJhq6IWRt5Ea292Kr { width:19.9991875rem;height:1.95rem;top:4.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQuHAs1BgDfo6cF3i0rWUuanyLXA2Ucd { width:20rem;height:11.375rem;top:10.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lq84WW4GC9TB108qhV8vfLHhIDsMV4nV { display:block; }#lq84WW4GC9TB108qhV8vfLHhIDsMV4nV > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXWaRtekcB6MXhw0mzN6Kl93UnZTobfT { width:7.125rem;height:0.5rem;top:5.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTpD4DaT03kEbadNn843aTh1ONPK56hn { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8rcVTNkkwZL5TiRynyXpZqRIdShMxhD { width:20rem;height:33.5rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ { display:block; }#XO0vl5iRl5Q7TP9DGQsoR6Te50cCwFyZ > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4vmvf496KLtCkRRGKTJT8sTaxI7QeLJ { width:7.125rem;height:0.5rem;top:5.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKyskzFLJsB21cOHSQUHHteM1VVxHSDO { width:20rem;height:1.95rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFohtFpo7Hq2sRqsyGHdQwdRtwtNchyT { width:14.125rem;height:6.5rem;top:15.6875rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NO4PAUXBCfV0k65x77wTLsXFFbbXBIvT { width:14.0625rem;height:4.875rem;top:30.6875rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly4Xe3lXJU7CyXTOSEefk1bRVav0fKEz { width:14.0625rem;height:3.25rem;top:44.3125rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFDsasGktfpVI1HbCZVT2sw2JAEbqsZT { width:14.0625rem;height:3.25rem;top:56.6875rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihk2bO9KsCVS5DuxRkCbEOhEV7vMVtAo { width:4.375rem;height:4.6875rem;top:50.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTFDaGEUVKvwN54WztRa4flGEu5p8upk { width:4.625rem;height:4.375rem;top:38.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9Hq6AHlZuqAGOe8DtIqzOMrcsgh4cO { width:3.8125rem;height:4.8125rem;top:24.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7093cTnZXIGK3TH7ql9CNJHCJTsTONT { width:3.8125rem;height:4.4375rem;top:9.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh { display:block; }#x6MEWt9tPDW0Bh0OFBp03u1s3WtnPDhh > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ufB4zBTL69T24mUim7yRA0dNCHwoKVB3 { width:7.125rem;height:0.5rem;top:5.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Bi63w4Zyr9BGu88ODJz3p4xV0AaVpa { width:20rem;height:1.95rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK { display:flex;height:auto;width:17.3730625rem;top:7.2119140625rem;left:0rem; }
#dFcQxUokPrXflflB5OVbyVSEMwxJvzrK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #MNgr0PQ9pr4NistAQhTHnZVGoOCe8lRo {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zUTfCndTJZnXE5MDpL8uusakxr63NHEm {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #vvVA9JxtIxXpGsivW9hAlcMFUTIbWtbN {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EQwdXThRoFOOCrrc2StaIQH0ESy932TB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #laInWvThET49zZuP34wc75zs8l3AKxkR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hGw6IBfDZORcE1k0T5aVZo9FDnVf8TgT {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #U9tbIyu8X9gQLx4Ti3hlBwNI4FbngfkA {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #qVXyROE2sweHSTL8zlMU2hy3PqxNWJVE {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RsUoWa1DgH4m2fKBMMdfXiBmz90a2w1f {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #VE0QlIHv3mz6b5X1QHhC3n7OzgCMpz6I {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Li5FiMVSXlCnfrnrr6NfRtgXBZRElI4L {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #bl6kc7vu8DkzLT84ZdmOKRKqAbzCXASx {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #PRr0gvtRvpQWiGBm2dLhqmLpzlxW8gut {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wqXNcezDXqgwRy8nogBqX1azaMLMyzzL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wiD2IHVnqAgWcZhQUpoEdzGE0T3pDOHy {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #UxEqQaiekGfWdlefCbkgB3uFE932Mwri {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OtZUZgDWgxC8ysyl7eOeMCDIiqCVykIh {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #wgpk45ge8ulB9g6V9rvMIO7lTUBzgfvq {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ys33NABOCtK1GrcgI8Gld1xOfAeKKp9J {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #RKNyPRw9dGfdIzOTieWhnLv0xPp49Lxe {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BVTFCDtNAupTmXlTCrXq3pzf7bTtR9pI {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #WBgRwvW3I47TTztlVd6rZpwgiGAhsNdQ {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #CzQCTRCO998wP8NbK2tfSowlarGqe4wR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #BvsEBmPcZu639mMEntf3rbL8Vu6gk9Ls {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eh8UT0TiIdF0GAVEZmKDmBiGRGqiQ3gR {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #lwZV9HuXohJ3JkT9uOXIIDPzIaciIrum {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #hZ4PnkMi7gvGumdIMXo3PCPOA4y9vev7 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Hu04opPd446209vvApqNGoqEPbU6VNkG {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #EEBoKRAKrw5hA6sepisbKViDTyVi9ET2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #w0O2ZVqDXCTFTwud8sGAMr5s5CUi2ysu {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #Wrwtk7LHUy23D8gnQUKi90AxHZb58K3H {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #J7UVCSP1TBThhPm1aLz6VJvErshTSiu2 {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #mACAy5EdN0wFnEuDCTFKuTXcG57tv9Fk {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #zBqS3Mrf6OT5HbJS9og46SPWDxKfGkmX {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #DtuIGS9hpKTFA1GtLhsKnuR1rhaCaUEz {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZO0SXB6fTmZFTfhJiCC0aMw7HaaTSVVL {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #ZEMTgWsHQJoAg1zVtyyIumeITwitRoVC {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #OwkbAELhUNzCSpTNu6y0PuhRAhGwRFvC {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #eObOTKxJmpBsGysROmT7DLN2VA51LJzB {  }
 }@media only screen and (max-width: 763px) { #dFcQxUokPrXflflB5OVbyVSEMwxJvzrK #HFqVTwZXIq74Ua18HyUH780xGX9cscx8 {  }
 }@media only screen and (max-width: 763px) { #koiaHkqDRQsRib93qlcnIaXXzy08igr6 { display:block; }#koiaHkqDRQsRib93qlcnIaXXzy08igr6 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAfV4h5QPQR05EoxPs82Xo6zQLAIbZFV { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKTMZcJTMx09FNoMJIUs01B0aNmoStxg { width:20rem;height:3.25rem;top:4.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6oETu1iCZMIv8JelBE3vNGx279qerO9 { width:17.5rem;height:3.4375rem;top:8.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwzRZ9sEyJ5TPy8QnbObWJRJ6TihchQH { display:block; }
 }@media only screen and (max-width: 763px) { #FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO { display:block; }#FGN0RHA84LuIrb7ti5LW4rJnA3Zu1zvO > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLLutTZuScQFSLzF6Hn0svU6oSo9wnUx { width:20rem;height:0.89375rem;top:10.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2l3b7guUb3ChlNfDkR0ITbac1dxwnq2 { top:6.3125rem;left:5.25rem;width:9.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2A8E9xvNhGTuysDntgiHT8RbVaXVpH { display:block; }
 }@media only screen and (max-width: 763px) { #DeNFtgK5ePX7kKUUnfV7xxlivER65hJ9 { top:8.1875rem;left:5.3125rem;width:9.4355625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKrSzHmM2kUQfzp5MVK39A28o1pJXIG { display:block; }
 }@media only screen and (max-width: 763px) { #MKuMhdmniFNVmWxRUsmeTzsJrQIHutUo { width:5.999025rem;height:0.89375rem;top:0.6875rem;left:6.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lcpw8vBKxPKuDPSPG5VpAzM1qnU3xuKE { width:2.061525rem;height:2.061525rem;top:2.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OOmaCJuqUmBwxf4tkCuzGg9l0uZtty { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJzZFmOl46gWwzXkGoWErteaVOKdss6 { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8cG9IgMiOzBu8fEtQcGShIpFluT3PV { width:1.999025rem;height:1.999025rem;top:2.8125rem;left:14rem;display:block; }
 }