.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:237,218,217;--color-primary-1:194,133,128;--color-primary-2:132,11,0;--color-primary-3:66,6,0;--color-primary-4:20,2,0;--color-secondary-0:255,247,225;--color-secondary-1:255,229,155;--color-secondary-2:255,216,107;--color-secondary-3:153,130,64;--color-secondary-4:47,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s > .row .container { border-width: 0; border-radius: 0; }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.50875rem;padding-right:0.438125rem;padding-bottom:0.50875rem;padding-left:0.438125rem;display:block;align-items:center;width:2.63rem;min-width:2.63rem;height:2.73625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.036875rem;font-weight:700;line-height:43.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5075rem;height:1.080625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.76375rem;font-weight:700;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.153125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:49.5rem;z-index:5000; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #zv2MbLpahdZlCNFau2AP5tB3ffVLr0HG { display:flex;position:relative;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #vZ8tiDr2huLRTgrBS1FkqvvbW8OII86U { width:auto; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #q62Xq43lldk6MO16GFGNOcgBnfp6IkCG {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #ycWIwZuH9VKWXr6bZ4JM98nkpMqLFOhB { display:flex;position:relative;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #wBTzuse3P15BiERAbRKeIBO3KWZpk20S {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #Nf2CtySxMSviJl4Sp81ct8gPp4TA5CT0 {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #NcDZwzvT7kLii6CsQ5V0WtpINzBB6TnM { display:flex;position:relative;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #KSS4815ANokpLXuxAaK3rnDXTMG9g3TG {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #gEOLBcWENTlN0vClfa7Rr1fDdv5MLSFC {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #tUsHOHJESBtl5PvfX6GiugFSEaEnf6QW { display:flex;position:relative;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #U60XUygV0h1e0EPHcZZpkqwqPCNdx57u {  }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #aIBzgo0VZb5TVlgTNQFVLNZZpAsNTmcc {  }
#nbQlgFAmDvyAg4DxTxMmT7Q8Qe4J3cdP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.763671875rem;left:7.5rem;height:1.625rem;display:block; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.50875rem;padding-right:0.438125rem;padding-bottom:0.50875rem;padding-left:0.438125rem;display:block;align-items:center;width:2.63rem;min-width:2.63rem;height:2.73625rem;position:relative;font-family:var(--headlines-font-family);font-size:2.036875rem;font-weight:700;line-height:43.78px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5075rem;height:1.080625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.76375rem;font-weight:700;line-height:17.29px;text-align:center;text-align-last:center;text-transform:none;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.153125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.625rem;left:50.125rem;z-index:5001; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #Zy3xcNmNTSTwv5z5ni3gKmlKfe5yaZov { display:flex;position:relative;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #AhMATo4DdW19dbErO9yPOBzAQEbZU5XX { width:auto; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #TGWFTJlh0xgp4VZcuHhGZeHuWe3Xi9Om {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #KyTQ6CuKJqQF6DMHSh6A0JqdTXbeoS6k { display:flex;position:relative;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #s9sBGBoG7tHmbhOrJD1LlyhowiNCIGtm {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #UPZVx4fmZkSyynEQNqinLAmmFBBVWHAE {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #dsa3Thwe7tbZfHDdOEy9nztdkrsVzag3 { display:flex;position:relative;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #w0yOpue2luXP0KnA2kFaCTCZeLmN6rDS {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #zNX6wR2k27qq8Za4MFGyIRlTorsnFdPo {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #oFDVFAn6i7RAyAg3TfNN2go8hpReB2lP { display:flex;position:relative;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #A9J10SmDEh5ilkeBwAhVeboaEdbNfU8Q {  }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #ZtVMiDg7Iu8idwf7CDmUTiu3LE0hrTJL {  }
#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7f7b9a3e-9d61-4911-acc5-48533c399925/latomockupzbiorczy3.png");background-position:top right !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; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C.adaptive-delivery-prevent-bg, #VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C.lazyload, #VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C.lazyloading { background-image: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { background-color: transparent; background-image: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container > .video-iframe-container { display: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row > .video-iframe-container { display: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .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); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { border-width: 0; border-radius: 0; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#yFyuAiex8U0EKOJXz1OTb4xSUtKTLXVH { color:rgba(var(--color-primary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:10.4795rem;font-style:normal;display:block; }
#Q24Zs5fcIgVIbeQiGiOpyWmAtWVvnwy7 { color:rgba(var(--color-primary-3),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:31.375rem;left:0rem;height:5.0625rem;display:block; }
#oLf743FLZ6G8UGNGPhLfJxrFMq6VOOHO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.875rem;left:0rem;display:block; }
#F1eoKBx521BpM7xL0csonb4JGr0LaPzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roZEr5Snb2oxp4PfM6sMtd5twAczfw1B { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:24.875rem;top:12.25rem;left:48.6875rem;overflow:hidden;display:block; }
#v6eLIF5M7GQR4vUJtkzg0GKUTbN03u5w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61.9375rem;width:60rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1ece6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;overflow:visible;position:relative;display:none; }#ROATRhV1uBrU1Dzx4zQyTUyTlCdOQb0E { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.6806625rem;font-style:normal;display:block; }
#fuwQ2z0Bt9w5KhMTB5ld3cPdKKhHFwUb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.25rem;left:0rem;height:7.5rem;display:block; }
#pylP19athZIJ5EKN7vmAlnpnh3FM3t6C { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.812375rem;width:15.812375rem;top:1.5618896484375rem;left:44.6875rem;overflow:hidden;display:block; }
#EgJviNLUlqcGpg7K8B1NBNNyuafTk2hm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.9996337890625rem;left:49.625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 { z-index:;position:relative;display:block; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 { background-color: transparent; background-image: none; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row .container > .video-iframe-container { display: none; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row > .video-iframe-container { display: none; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .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); }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 { border-width: 0; border-radius: 0; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WNL5kZVmaiyLBD3AZ9qaV6uNuvwaADNV { box-sizing:content-box;height:5.0625rem;width:17.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(241,236,230,0.65);background-image:none;top:12.75rem;left:45.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#N8J6LAQOTqdUvbQIfPqTc4PT66upc6uz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:49.5625rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pw6xyEs4ZKT4FJgqTXrgrS9ixnW2mGB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:34.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QUJVHg3zn3eUDnw3dI7mEHeF8NZ0rKGU { box-sizing:content-box;height:5rem;width:14.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(241,236,230,0.65);background-image:none;top:12.8125rem;left:29.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#i81KEG8hDTGMm8b7PU5gJH37rLb5Zm87 { color:rgba(var(--color-primary-0),1);display:block;width:3.37463125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:11.9375rem;left:28.3125rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#efOJVWuJDqNDlEXJuEkkFehCyXRy5LVT { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:13.5rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UoHy2DVTS82mVcTI0B9BTTam4pL7fgS2 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAllCaVeTZT8EllgxAD3phxDx62EBcXZ { box-sizing:content-box;height:5.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(241,236,230,0.65);background-image:none;top:12.75rem;left:13.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#bPdrpRkFnq9kBfRgrJBo0EU9XMfuo2VB { color:rgba(var(--color-primary-0),1);display:block;width:3.37463125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15005;line-height:.9;letter-spacing:0;top:11.875rem;left:12.375rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8yOomCgsMNm79mmPn6rapLlEk7dxdQh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14rem;left:15.6875rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LbdFQqhT6aB063LPwTJy599Iwa4UhhK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.8125rem;left:9.0625rem;height:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZNbuV6JyJupGnmeRW1Qi60CoroISlC2 { color:rgba(var(--color-primary-0),1);display:block;width:3.37463125rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:11.875rem;left:44.5625rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCi37pGFPLOnK7QAtSOEFF0nV1bUvGS0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:36.75rem;left:23.25rem;display:block; }
#Sa7RxpVPFe0MfQZHiq1A5OKyEmAdbnwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { background-color: transparent; background-image: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container > .video-iframe-container { display: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row > .video-iframe-container { display: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .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); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { border-width: 0; border-radius: 0; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#wS2lF0kLiqUUPfL43x85JrhgyH66IfiK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.25rem;left:3.625rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ONf2EHEkwqnM7nocU0RpuFZcDMttcsv8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.478515625rem;left:28.5625rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ATxk3MN9BW6MvefdbBBhuTTqaUf4W9cG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.478515625rem;left:53.4375rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:19.078125rem;left:3.78125rem;height:9.0625rem;display:block; }#Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 li:before{  }
#CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.078125rem;left:28.5625rem;height:10.46875rem;display:block; }#CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN li:before{  }
#L0FHb59ExmgogG1KZAm0w5lECkRGWnwk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19.078125rem;left:53.4375rem;height:10.46875rem;display:block; }#L0FHb59ExmgogG1KZAm0w5lECkRGWnwk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L0FHb59ExmgogG1KZAm0w5lECkRGWnwk li:before{  }
#pX0qPJh478KiruQ7kx3I9Caweoo95hTO { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:25.9375rem;height:2.6806625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnlTg1LtN8H7CdBSz45tnFEqPrGfcBaQ { color:rgba(var(--color-primary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:15rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gloxcZJR0FDsMI0nK75zfZoGqayXrh2A { box-sizing:content-box;height:18.125rem;width:20.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),0.57);background-image:none;top:13.4375rem;left:2.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0) ;display:block; }
#TkJp5niuUBuAJLBAZ6sgkKcHR93SO9Bb { box-sizing:content-box;height:18.125rem;width:20.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),0.57);background-image:none;top:13.5625rem;left:27.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0) ;display:block; }
#f9uPbM01LPVdDXXOCB4UVSNZ3VW1TqZN { box-sizing:content-box;height:18.125rem;width:20.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),0.57);background-image:none;top:13.875rem;left:52.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0) ;display:block; }
#LENlIUxasnzumwTe4fWvRri3lfK8svuM { position:relative;display:block; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM { background-color: transparent; background-image: none; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row .container > .video-iframe-container { display: none; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row > .video-iframe-container { display: none; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .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); }#LENlIUxasnzumwTe4fWvRri3lfK8svuM { border-width: 0; border-radius: 0; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .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; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMARTT730lvuFeMsRWHwg7otDd6T30uL { color:rgba(var(--color-primary-2),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:17.28125rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:9.1240234375rem;left:12.5625rem;height:12.5rem;font-style:normal;display:block; }#MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c7ba6076ee788361e200d294b588793ae07ad25.svg); }
#GLMwGSVaPCfpaTVACTL2hQabAQtTr4Bp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.0625rem;left:23.25rem;display:block; }
#SuXSAKvGQd7LEvlo6DxO6Rp4MPOpX9Wq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container { background-color: transparent; background-image: none; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container > .video-iframe-container { display: none; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row > .video-iframe-container { display: none; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .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); }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container { border-width: 0; border-radius: 0; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#wHD1i7VQTfEaV4ccPk4mL0e2o2IGLdTy { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:12.9990234375rem;height:2.6806625rem;font-style:normal;display:block; }
#sg17r4PiNGeU89uV5ewCEecztUUThFFq { position:absolute;display:block;z-index:14998;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:14.0625rem;width:56.3730625rem;top:49.7421875rem;left:8.6552734375rem;overflow:hidden;display:block; }
#g3rpwFGmEZSulHl8ksgzVxXctc5uK58T { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:10.21875rem;left:11.34375rem;height:36rem;font-style:normal;display:block; }#g3rpwFGmEZSulHl8ksgzVxXctc5uK58T li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3rpwFGmEZSulHl8ksgzVxXctc5uK58T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3577bb65743bef1bbea4ae07e863359208ec15e8.svg); }
#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container { background-color: transparent; background-image: none; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container > .video-iframe-container { display: none; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row > .video-iframe-container { display: none; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .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); }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container { border-width: 0; border-radius: 0; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#sAkptWApByOHvEJfMUEuB3htp5hxOLSS { color:rgba(var(--color-primary-2),1);display:block;width:47.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:12.6875rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSXgc0RInlo7Sc61HuHX9Ua69KHRUGoG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:12.6875rem;height:4.62890625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:20.9375rem;left:12.6875rem;height:13.5rem;font-style:normal;display:block; }#etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 li:before{  }
#InQwUf8EsDriHMO0zPSgbd1ZpiVPfLAm { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.9375rem;left:40.0625rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rshrxhws3tyHaiR5BBMnflTFmewB1G8O { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:20.5625rem;left:39.6875rem;height:12rem;font-style:normal;display:block; }#Rshrxhws3tyHaiR5BBMnflTFmewB1G8O li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rshrxhws3tyHaiR5BBMnflTFmewB1G8O li:before{  }
#TVpTsbENmMPerdEsbIoRALsCtN66kfqq { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:37.8125rem;left:13.375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tcaOcN9QBhooyZFX8AAbIKCHwLQKGPzR { box-sizing:content-box;height:23.5625rem;width:24.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.65);background-image:none;top:12rem;left:10.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.3125rem solid rgba(var(--color-primary-0),1);border-left:0.3125rem solid rgba(var(--color-primary-0),1);border-right:0.3125rem solid rgba(var(--color-primary-0),1);border-bottom:0.3125rem solid rgba(var(--color-primary-0),1);display:block; }
#TfRSHUg0kzQxa1RqKaEhe91uKiGqx41T { box-sizing:content-box;height:23.5625rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.65);background-image:none;top:12rem;left:37.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.3125rem solid rgba(var(--color-primary-0),1);border-left:0.3125rem solid rgba(var(--color-primary-0),1);border-right:0.3125rem solid rgba(var(--color-primary-0),1);border-bottom:0.3125rem solid rgba(var(--color-primary-0),1);display:block; }
#nGAwZ9sLBkF8dh9z4Wmt2h7K5urFvdkT { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12rem;left:30.0625rem; }
#LKu0AAdRVCQJF1QMb6T8zzhWIU7Ui5TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12rem;left:57.25rem; }
#wLDx5EnKl6rBDNwEDOiGcEFGMH5P5hcW { box-sizing:content-box;height:8.18725rem;width:8.18725rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11rem;left:29.0625rem;display:block; }
#TiR62pvX6dUPsTask44gNHBxTmcCxvrk { box-sizing:content-box;height:8.186625rem;width:8.186625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11rem;left:56.125rem;display:block; }
#dEW1HcKggZfw6y47Wfq920vtInOyECuL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JPQwotmtRdrfeSBJHSfFuWasTDr9Cmpk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS { position:relative;display:block; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS { background-color: transparent; background-image: none; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row .container > .video-iframe-container { display: none; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row > .video-iframe-container { display: none; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .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); }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS { border-width: 0; border-radius: 0; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .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; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:80.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VWKJS1fKOl7wWvtiAX6lN1LeC7M5lrfR { color:rgba(var(--color-primary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:17.4375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FNhEZM1NwG7vRDzZxt7MFiveAvo8ZR7K { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.3125rem;left:13.28125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D9TV82eyPAcF0DiMLTiMAUS1PJavuTfE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.25rem;left:25.75rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tZDfyGgPca7eOUM647kKAJFxyNCRUhni { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:42.25rem;left:25.875rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V18XPrBmbQTww6hGdBsSTGc2wM2tX9FV { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:64.125rem;left:25.875rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXVtoHKn2As7H6iB493GlZKvCT5UXftE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.625rem;left:25.9375rem;height:4.62890625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ieFG2wFtWP10euNgIf8nbFvS3h5GQKh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:37.625rem;left:25.9375rem;height:4.62890625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u3ax2Rt15dulT4IyEUqG9Bb3ubVHoq7T { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:57.9375rem;left:25.8125rem;height:6.171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAPQwvzOPanbnIDTiTnq3CmKoUfeJus1 { box-sizing:content-box;height:20.3125rem;width:54.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(241,236,230,0.45);background-image:none;top:55.3125rem;left:15rem;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; }
#VdS7K13QJJvc3tx5yShtpduTxJeroi6n { box-sizing:content-box;height:18.0625rem;width:54.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(241,236,230,0.45);background-image:none;top:35.5rem;left:15rem;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; }
#NQfgUAlsRHKFwLlSzEUzmB0bUDaP00dT { box-sizing:content-box;height:17.0625rem;width:54.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(241,236,230,0.45);background-image:none;top:16.375rem;left:15rem;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; }
#mXBd7zhWPkw67gK5PwyUGAWIwPbxwzCk { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.874875rem;width:20rem;top:17.4375rem;left:5.9375rem;overflow:hidden;display:block; }
#xKaiGqTHA3EnHRNxEVZJ39P7QKW4JCwm { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:19.8125rem;top:37.625rem;left:5.8125rem;overflow:hidden;display:block; }
#LMAbLTmJWzKwi1UaRakbrhx3gzONSOI5 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:19.75rem;top:57.875rem;left:5.9375rem;overflow:hidden;display:block; }
#uPNV69l3iS0eGMCQT69B3IJIHhtzU66b { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15018;background-color:rgba(221,215,205,0.64);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:53.25rem;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; }
#zg64xPNTxyH15l971mOA0RXVP3VXvtVv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:30.375rem;left:54.375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQLcn0mymwOV1SU9vl8LoTd7wZzs3yBq { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(221,215,205,0.64);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.125rem;left:53.125rem;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; }
#HFglL9EfalsruPeSQZ79g5wlhvIl4Jrn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:50.625rem;left:54.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QxG85DDb1HAZvQSPdD9SrUPJ7WmppuFx { box-sizing:content-box;height:2.5rem;width:6.5625rem;position:absolute;display:block;z-index:15022;background-color:rgba(221,215,205,0.64);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.0625rem;left:53.25rem;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; }
#BZVy0JwJLp9zh9e07OOAbDQq5W08ybJ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.74975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:72.5625rem;left:54.375rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t { position:relative;display:block; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t { background-color: transparent; background-image: none; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row .container > .video-iframe-container { display: none; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row > .video-iframe-container { display: none; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .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); }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t { border-width: 0; border-radius: 0; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .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; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:177.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; }#w94rWUBFJhyguc94cc311oaZBOhh4Wv4 { color:rgba(var(--color-primary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:17.4375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.625rem;left:26.25rem;height:9.0625rem;font-style:normal;display:block; }#CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a li:before{  }
#C5XcHxGaaZu4aEq3glIsg6eTFFitWiMm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.5625rem;left:26.25rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH { color:rgba(var(--color-tertiary-4),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:32rem;left:26.25rem;height:4.53125rem;font-style:normal;display:block; }#hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH li:before{  }
#wStpUTUTMLKoCasDCT3HrkpI0E8vNDOh { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.0625rem;left:26.25rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SkzSRZ5oul359kWR4O9xvViKcMWeRnAw { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:48.9375rem;left:26.1875rem;height:6.25rem;font-style:normal;display:block; }#SkzSRZ5oul359kWR4O9xvViKcMWeRnAw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SkzSRZ5oul359kWR4O9xvViKcMWeRnAw li:before{  }
#SalnBJzvOGcRLbSuBa9LfFgqDWI7vHK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:45.1875rem;left:26.1875rem;height:3.0859375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:65.625rem;left:26.0625rem;height:5.9375rem;font-style:normal;display:block; }#PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 li:before{  }
#fCk0R70fUAy2VrnH1BvZh6GxM1rCyuC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:63.0625rem;left:26.0625rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:84.4375rem;left:26.25rem;height:4.53125rem;font-style:normal;display:block; }#BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 li:before{  }
#IZFVQgM9EVUzGgmAdOeoyOD4lc0NTh3L { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:79.875rem;left:26.25rem;height:3.0859375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OKbmsiFtqvxE2g8BXi46ZGL07nZtBps9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.9013671875rem;left:35.9375rem; }
#PIeTxeXgPWlmL1AbF1fXkVED80Cpvpeq { box-sizing:content-box;height:13.125rem;width:54.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(241,236,230,0.45);background-image:none;top:12.1875rem;left:15.4375rem;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; }
#zXS7vBWRgG9JyxPf99yvCLvzpE4un6us { box-sizing:content-box;height:13.125rem;width:54.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(241,236,230,0.45);background-image:none;top:27.6875rem;left:15.375rem;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; }
#qCAgA794kPtFXUe8TJoUEG42U90f206R { box-sizing:content-box;height:13.125rem;width:54.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(241,236,230,0.45);background-image:none;top:44rem;left:15.3125rem;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; }
#SeWTUznR3IQqTZQdk4OyH76bphq4ibbi { box-sizing:content-box;height:13.125rem;width:54.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(241,236,230,0.45);background-image:none;top:61.5625rem;left:15.3125rem;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; }
#T6GT0TLkrw60SNOKOLGoDK9a43Fxpy4O { box-sizing:content-box;height:13.125rem;width:54.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(241,236,230,0.45);background-image:none;top:77.875rem;left:15.3125rem;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; }
#dCTnQfITB8oFNkl5gwCMqQeFxxhIToyb { position:absolute;display:block;z-index:15021;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:13rem;width:17.375rem;top:45rem;left:7.875rem;overflow:hidden;display:block; }
#DA6CcOMDxeRD07D0lspWhQNbQEDyxEmZ { position:absolute;display:block;z-index:15023;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:13.0625rem;width:17.5rem;top:61.5625rem;left:6.875rem;overflow:hidden;display:block; }
#HtOUTeqmUUf6Iy1spGIXmCwg3JmvTi8g { position:absolute;display:block;z-index:15024;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:13.75rem;width:13.75rem;top:77.875rem;left:7.8125rem;overflow:hidden;display:block; }
#BHWpGRgCexx8sM1cKFDXWRhF9uTUoUTX { position:absolute;display:block;z-index:15026;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:13.75rem;width:13.75rem;top:27.375rem;left:8.8125rem;overflow:hidden;display:block; }
#TkKbEZMSZ1gryCGGpJOfBT72311k24s4 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5rem;top:12.1875rem;left:6.0625rem;overflow:hidden;display:block; }
#wA3dbS5QcgvKTEOqRZtC2KDydKfR2toJ { box-sizing:content-box;height:16.0625rem;width:54.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(241,236,230,0.45);background-image:none;top:93.6875rem;left:15.3125rem;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; }
#Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF { color:rgba(var(--color-tertiary-4),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:97.6875rem;left:25.375rem;height:9.0625rem;font-style:normal;display:block; }#Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF li:before{  }
#TOZfWJ4hc6oZTLdkJ6feew6t84yFQeK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:95.4375rem;left:25.5rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D6GWvkTL6fMqiLyl9QPz68IUvSRWTIMI { 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:13rem;width:17.5rem;top:93.75rem;left:6.9375rem;overflow:hidden;display:block; }
#FaCKSKTEmOXXkLOHpRMZmfkEuAfX6cTd { box-sizing:content-box;height:16rem;width:54.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(241,236,230,0.45);background-image:none;top:114.125rem;left:15.3125rem;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; }
#PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW { color:rgba(var(--color-tertiary-4),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:118.125rem;left:25.375rem;height:9.0625rem;font-style:normal;display:block; }#PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW li:before{  }
#pUMwAnnkCJyVULZgS74fN6Z8F455wWJF { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:115.75rem;left:26rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jr1BQve3IrV87aPDll6XooIWu9ageTtB { box-sizing:content-box;height:15.125rem;width:54.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(241,236,230,0.45);background-image:none;top:133.6875rem;left:15.3125rem;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; }
#bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:138.5625rem;left:26.3125rem;height:7.5rem;font-style:normal;display:block; }#bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 li:before{  }
#DARefuS91yatOBympbpKI9i2cw4WSlqX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:136.0625rem;left:26.1875rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4pZndvQNihIbsl8GcrFa2uKJlBPZRMs { box-sizing:content-box;height:17.25rem;width:54.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(241,236,230,0.45);background-image:none;top:152.3125rem;left:14.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; }
#Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:157.1875rem;left:25.875rem;height:9.0625rem;font-style:normal;display:block; }#Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM li:before{  }
#eqiHazewzm2BKz9BRrpFTmLxT2MTZDEx { color:rgba(var(--color-tertiary-4),1);display:block;width:28.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:154.6875rem;left:25.8125rem;height:1.54296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yey71tM6llb6o7ndPnqSZ7vUmir63vaV { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5rem;top:114.3125rem;left:6.75rem;overflow:hidden;display:block; }
#B4RmvMEClqLIdLuWAyIT7TBtfCavDspM { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5rem;top:133.6875rem;left:5.5625rem;overflow:hidden;display:block; }
#gCOidtzqc65mLbn2Pi4qFcWNauxdgcmJ { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.5rem;top:153.3125rem;left:6rem;overflow:hidden;display:block; }
#CGmmzQkQshgNKllTGz6MTIscocIbH7WL { position:relative;display:block; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL { background-color: transparent; background-image: none; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row .container > .video-iframe-container { display: none; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row > .video-iframe-container { display: none; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .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); }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL { border-width: 0; border-radius: 0; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .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; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ANMm0Vx3tZ8ftTX76UQPLeyAggz29TyF { color:rgba(var(--color-primary-2),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.2490234375rem;left:14.0625rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:35.0625rem;left:20.625rem;height:21.942375rem;font-style:normal;display:block; }#bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
#gGrUEQhdpv04iPitNRgz3MUWR2ds2aFB { color:#157400;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:68.6865234375rem;left:17.8125rem;height:4.7109375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FvcQJnsZqIs1IXTaVbP4ig11ArfSGSDu { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:66.6630859375rem;left:17.8125rem;height:3.0859375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xnD2J8Jb8q1hqKSAoTqF2nKEIwAolrqp { box-sizing:content-box;height:16.125rem;width:42.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;top:64.5615234375rem;left:16.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#CQs3n8pApnpKfT4UVTc0RfKHOskkWwM1 { box-sizing:content-box;height:5.125rem;width:16.25rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.812133789062rem;left:20.625rem;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; }
#cvFBn9thSIRhchLTEhdBaFaw1cQ3IfOR { box-sizing:content-box;height:5.1245125rem;width:16.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.812133789062rem;left:38.1875rem;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; }
#CRNLuxTbfX8IS9Wyu2TWclROWK4GJWQH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:60.937377929688rem;left:42.8125rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fU5yGAHBKPQmtPf6Su8zzfeLPoE9wnKV { color:rgba(var(--color-tertiary-0),1);display:block;width:9.186375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:59.62451171875rem;left:42.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Py7SvuxhV89EPB1PEEIb8yApkRx219Gk { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1858125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:59.687377929688rem;left:25.625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5SrAorIKOkQbZ3hspc5akvr3tgEyXCA { color:rgba(var(--color-tertiary-0),1);display:block;width:10.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:60.937377929688rem;left:25.625rem;height:2.2749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUvCtozffSghilkrp0BB9c5TAH8W224S { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:59.8125rem;left:21.5625rem; }
#U1XOcWKCzKwP4QlrisokUaRGFo6dIrsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:59.8125rem;left:39.125rem; }
#IQPpD9JRNJQaxZ4ZQAOGulJttoOSOXMv { box-sizing:content-box;height:31.5rem;width:42.125rem;position:absolute;display:block;z-index:15019;background-color:#f1ece6;background-image:none;top:33.937377929688rem;left:16.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#UFUhImCFXV6lpcBJNVJ0cpKl8nTEIu25 { color:#157400;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:71.6904296875rem;left:17.8125rem;height:1.8681625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XnaiUiAH8tnsWyN714sTxdk5MmMQogKI { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.1875rem;width:60rem;top:6.064453125rem;left:7.5rem;overflow:hidden;display:block; }
#RQVQDJ7UALSO12ZRLFq0uIIcVP9bmkaO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:75.49951171875rem;left:24.4375rem;display:block; }
#rvTcTvs89hXTQvD7imn1dUKVuDWQNW9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container { background-color: transparent; background-image: none; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container > .video-iframe-container { display: none; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row > .video-iframe-container { display: none; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .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); }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container { border-width: 0; border-radius: 0; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:9.1865234375rem;left:19.6875rem;height:10.25rem;font-style:normal;display:block; }#mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
#aVRLkSpzLSbcRkfEii1dDnetb0oTcWK6 { color:rgba(var(--color-primary-2),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.375rem;left:15.4375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iRHUZfIX6tztLVieH4qCSg6i8herarMD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bXqSknccXke6HtEZaqsfewOnUNH7zEGT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container { background-color: transparent; background-image: none; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container > .video-iframe-container { display: none; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row > .video-iframe-container { display: none; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .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); }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container { border-width: 0; border-radius: 0; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;position:relative;display:block; }#O9QdxtFqP1nMyf0yrDCErCotZe6nPCE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:10.091796875rem;left:6.3125rem;height:19.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SmGtwPPTQXxi3yhzw3R4QH9B0NxOXh6i { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.298828125rem;left:13.375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aM4NbeSoIXgDPTdy9Aag1LK0XobZAxrZ { position:absolute;display:block;z-index:15022;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:28rem;width:19.1875rem;top:1.5301513671875rem;left:44rem;overflow:hidden;display:block; }
#bTfnlfTfzgdH1p7x5RCER3zaKKI8zV87 { box-sizing:content-box;height:24.25rem;width:19.25rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.48), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.48), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.48), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.48), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.48)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.48)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.48), rgba(var(--color-tertiary-0),0));background-size:auto !important;top:5.2994384765625rem;left:44rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ppWIn1E2XSKQvnWpaQmQ299dt336AzVm { box-sizing:content-box;height:24.249875rem;width:19.249875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -moz-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -ms-linear-gradient(180deg, #f1ece6, #f1ece6);background-image: -o-linear-gradient(180deg, #f1ece6, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #f1ece6, #f1ece6);background-size:auto !important;top:3.7183837890625rem;left:45.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN { position:relative;display:block; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN { background-color: transparent; background-image: none; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row .container > .video-iframe-container { display: none; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row > .video-iframe-container { display: none; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .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); }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN { border-width: 0; border-radius: 0; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .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; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.8125rem;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; }#Zv5MLotl5mfizOR0g1265vFd9zQqNbUs { color:rgba(var(--color-primary-2),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.625rem;left:15.59375rem;height:5.361325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kQpDEid14IeEzK83027STZuxfd7xME2V { box-sizing:content-box;height:32.1875rem;width:18.5rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-size:auto !important;top:9.4375rem;left:28.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#DBn0snd30nWKnQAECMypI3s3fTBVdcxU { box-sizing:content-box;height:26.5625rem;width:17.1875rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:14.375rem;left:29.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#k2pPkOTNTflGBbXtGzdFPoXzhE2GGBF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.8125rem;left:30.1875rem;height:3.8994125rem;display:block; }
#SRoEFnbXDzXD9cVBu6U9Nc2qOThbk2hb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:22.693481445312rem;left:40.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#SpeVGL8E8UBJKQ1ScR5m1JJUZQQbBnzg { position:absolute;display:block;z-index:15073;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.061525rem;width:13.811625rem;top:10.531005859375rem;left:29.5rem;overflow:hidden;display:block; }
#g63TrTNKVDpp3HwBTAQzcy2xTn0GoDKL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:15.812377929688rem;left:49.4375rem;height:22.0966875rem;display:block; }
#KxpKUphJq1CK1RlBTGUU93l1aMvy1zMo { color:rgba(var(--color-tertiary-4),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:38.802490234375rem;left:59.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#aFCRsrb8pXgMFixK26NKRl2ZyKboGOhg { position:absolute;display:block;z-index:15082;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.061525rem;width:13.8110625rem;top:10.531005859375rem;left:48.8125rem;overflow:hidden;display:block; }
#hJ74Jf2wTk42OfJD229AKrWUDgOczVIa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:15.812377929688rem;left:10.75rem;height:18.19725rem;display:block; }
#LGh4dUXyzfs3No4XtCdXLe7fokQROdfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.87426875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:36.642456054688rem;left:21.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#vZ6RLDtwiddbwWQt4Eh4D3TerRlcbkNU { position:absolute;display:block;z-index:15091;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.061525rem;width:13.8110625rem;top:10.531005859375rem;left:10.125rem;overflow:hidden;display:block; }
#W8DHnIyX7p0FlWvJUrgsEIoJbzDa2R1H { box-sizing:content-box;height:26.5625rem;width:17.1875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:14.375rem;left:48.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fC4hyOKN9lqxE6pU7LkDlm9LSPKMHozV { box-sizing:content-box;height:32.1875rem;width:18.5rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-size:auto !important;top:9.4375rem;left:48.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#F1sHZpdt12neWEZFm80rLQdOmXef568J { box-sizing:content-box;height:26.5625rem;width:17.1875rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.28)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.28), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:14.375rem;left:10.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#oNxgRPZMk2gSwvdCHhaVnEHfst34SpPX { box-sizing:content-box;height:32.1875rem;width:18.5rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='rgba(var(--color-primary-2),0.26)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.1), rgba(var(--color-primary-2),0.26));background-size:auto !important;top:9.4375rem;left:9.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#PWbURXvVeMRmhQnRasAse28qSTe5ydEO { position:relative;display:block; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO { background-color: transparent; background-image: none; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row .container > .video-iframe-container { display: none; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row > .video-iframe-container { display: none; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .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); }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO { border-width: 0; border-radius: 0; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .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; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.8125rem;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; }#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .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:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(77,77,77,0.5) ; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .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; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1rem;height:auto; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-trigger.adaptive-delivery-prevent-bg, #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-trigger.lazyload, #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-trigger.lazyloading { background-image: none; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w { box-sizing:content-box;height:auto;width:47.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.375rem;left:12.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #MkE0Hlwi44lFU0eOOSGheZAaQUtlxpAP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #T0h4oTDKNJymPQd52x7ZlO18kSbLqQlP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #lPSvDeSuZIGaFxl8dHc8OKRhJ79GWROt { display:block;position:relative; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #ztCi06ozQCxHyLeoXUKEgQxVRlCMDdcF {  }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #dNlUbWBU3nd1Qic8PDF2Lk84TdfHey8G {  }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #zpUsowOminwvptL03Qn0sv5kJ3SfN9gE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #pGGBwr0kZpSQcxFGL33dp35hRid86ht2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #TL9y1X7KGGtJfoPuh82poVR0xniJmlfT { display:block;position:relative; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FuXvIHcFZxqCl5TDRrVOgdTyWx3lBKM3 {  }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fq2rIUG8iyKX7rqcGFJb31oXXJlIApRp { display:none; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #Wzt6DSFAHGKguGVTFOGOtn4CKtDu6NZg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XT1VwlvrtIk25U5QQPOgFDqfJUPmZsZQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #h3Pc07dwziJKTqplwtNEf56TW04gUIuL { display:block;position:relative; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fMBOIK7o0k5pNThzbG5AUhQ8TuCzMKbB {  }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #iHaUWGuTlS2HBMzzL3idudmobcPzgiB2 { display:none; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XS0QxSCgDzN8qpN2ypHPAKVskB6mrJVS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #LZbkPtlaGV8we4yANg0dqtDRzIhIZ9Cs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FQkeDCXzoTfGqZodJlsmCcEIBqZvKLKc { display:block;position:relative; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #WIACdOQf9uRng4E03qXQgnKlpPeX6UaT {  }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #gnw0w8zssafpwXXaapmtfEaEm25hCmrT { display:none; }
#eeTGTmEPlWtCVF0AqhiZy4gUai5TcqwE { color:rgba(var(--color-primary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:6.875rem;left:13.4375rem;height:2.6806625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container { background-color: transparent; background-image: none; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container > .video-iframe-container { display: none; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row > .video-iframe-container { display: none; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .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); }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container { border-width: 0; border-radius: 0; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#DeSFSTa65scWqfIkfNaFe81Fp6zsSV4R { color:rgba(var(--color-tertiary-4),1);display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:9.625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o83eoMGGWcNXxbDrZlTDACitEtMLrlJc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4183c', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #e4183c, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.5rem;left:23.25rem;display:block; }
#RSou6PO2hHZuMsnKFLauQC3uVwOgqpBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container { background-color: transparent; background-image: none; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container > .video-iframe-container { display: none; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row > .video-iframe-container { display: none; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .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); }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container { border-width: 0; border-radius: 0; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#gkkwIekktIV79SmQ3tO6Th7g9ouocsD1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:7.5rem;overflow:hidden;display:block; }
#Ucr7qQTgwoB0A5A0xGBlEqZMlmkEhSNe { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0623779296875rem;left:9.1875rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oSZdcdKlemDJl4CGd5pUHb1Zwdxz2Kq1 { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:1.9866943359375rem;left:47.75rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VXDxWmEOClDg6wiuS55TAWfxpCZvUGTV { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:61.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TcWBmClpirho5KSi7S6FSZHKnPNGl83s { display:block; }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 { display:flex;width:18rem;height:5.0625rem;top:0.25rem;left:29.6875rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #zv2MbLpahdZlCNFau2AP5tB3ffVLr0HG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #vZ8tiDr2huLRTgrBS1FkqvvbW8OII86U {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #q62Xq43lldk6MO16GFGNOcgBnfp6IkCG {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #ycWIwZuH9VKWXr6bZ4JM98nkpMqLFOhB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #wBTzuse3P15BiERAbRKeIBO3KWZpk20S {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #Nf2CtySxMSviJl4Sp81ct8gPp4TA5CT0 {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #NcDZwzvT7kLii6CsQ5V0WtpINzBB6TnM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #KSS4815ANokpLXuxAaK3rnDXTMG9g3TG {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #gEOLBcWENTlN0vClfa7Rr1fDdv5MLSFC {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #tUsHOHJESBtl5PvfX6GiugFSEaEnf6QW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #U60XUygV0h1e0EPHcZZpkqwqPCNdx57u {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #aIBzgo0VZb5TVlgTNQFVLNZZpAsNTmcc {  }
 }@media only screen and (max-width: 763px) { #nbQlgFAmDvyAg4DxTxMmT7Q8Qe4J3cdP { top:1.75rem;left:0rem;width:23.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 { display:flex;width:18rem;height:5.0625rem;top:0.25rem;left:29.6875rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #Zy3xcNmNTSTwv5z5ni3gKmlKfe5yaZov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #AhMATo4DdW19dbErO9yPOBzAQEbZU5XX {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #TGWFTJlh0xgp4VZcuHhGZeHuWe3Xi9Om {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #KyTQ6CuKJqQF6DMHSh6A0JqdTXbeoS6k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #s9sBGBoG7tHmbhOrJD1LlyhowiNCIGtm {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #UPZVx4fmZkSyynEQNqinLAmmFBBVWHAE {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #dsa3Thwe7tbZfHDdOEy9nztdkrsVzag3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #w0yOpue2luXP0KnA2kFaCTCZeLmN6rDS {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #zNX6wR2k27qq8Za4MFGyIRlTorsnFdPo {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #oFDVFAn6i7RAyAg3TfNN2go8hpReB2lP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #A9J10SmDEh5ilkeBwAhVeboaEdbNfU8Q {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #ZtVMiDg7Iu8idwf7CDmUTiu3LE0hrTJL {  }
 }@media only screen and (max-width: 763px) { #VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C { display:block; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFyuAiex8U0EKOJXz1OTb4xSUtKTLXVH { top:19.5rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q24Zs5fcIgVIbeQiGiOpyWmAtWVvnwy7 { top:31.375rem;left:0rem;width:36.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLf743FLZ6G8UGNGPhLfJxrFMq6VOOHO { width:17.5rem;height:3.125rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1eoKBx521BpM7xL0csonb4JGr0LaPzg { display:block; }
 }@media only screen and (max-width: 763px) { #roZEr5Snb2oxp4PfM6sMtd5twAczfw1B { top:12.25rem;left:22.875rem;width:24.875rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6eLIF5M7GQR4vUJtkzg0GKUTbN03u5w { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROATRhV1uBrU1Dzx4zQyTUyTlCdOQb0E { top:4.0625rem;left:0rem;width:30.0625rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuwQ2z0Bt9w5KhMTB5ld3cPdKKhHFwUb { top:8.25rem;left:0rem;width:32.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pylP19athZIJ5EKN7vmAlnpnh3FM3t6C { top:1.5rem;left:31.0625rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJviNLUlqcGpg7K8B1NBNNyuafTk2hm { top:3.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 { display:block; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNL5kZVmaiyLBD3AZ9qaV6uNuvwaADNV { top:12.75rem;left:30.4375rem;width:17.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8J6LAQOTqdUvbQIfPqTc4PT66upc6uz { top:13.3125rem;left:35.5625rem;width:12.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw6xyEs4ZKT4FJgqTXrgrS9ixnW2mGB3 { top:14rem;left:20.5rem;width:7.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUJVHg3zn3eUDnw3dI7mEHeF8NZ0rKGU { top:12.8125rem;left:15.625rem;width:14.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81KEG8hDTGMm8b7PU5gJH37rLb5Zm87 { top:11.9375rem;left:14.6875rem;width:3.3125rem;height:6.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #efOJVWuJDqNDlEXJuEkkFehCyXRy5LVT { top:8.0625rem;left:0rem;width:45.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHy2DVTS82mVcTI0B9BTTam4pL7fgS2 { top:4.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAllCaVeTZT8EllgxAD3phxDx62EBcXZ { top:12.75rem;left:0rem;width:14.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdrpRkFnq9kBfRgrJBo0EU9XMfuo2VB { top:11.875rem;left:0rem;width:3.3125rem;height:6.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8yOomCgsMNm79mmPn6rapLlEk7dxdQh { top:14rem;left:2.0625rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdFQqhT6aB063LPwTJy599Iwa4UhhK2 { top:21.8125rem;left:0rem;width:47.75rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNbuV6JyJupGnmeRW1Qi60CoroISlC2 { top:11.875rem;left:30.9375rem;width:3.3125rem;height:6.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCi37pGFPLOnK7QAtSOEFF0nV1bUvGS0 { width:28.5rem;height:3.125rem;top:36.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7RxpVPFe0MfQZHiq1A5OKyEmAdbnwK { display:block; }
 }@media only screen and (max-width: 763px) { #nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ { display:block; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS2lF0kLiqUUPfL43x85JrhgyH66IfiK { top:15.25rem;left:0rem;width:17.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONf2EHEkwqnM7nocU0RpuFZcDMttcsv8 { top:14.4375rem;left:15.875rem;width:14.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxk3MN9BW6MvefdbBBhuTTqaUf4W9cG { top:14.4375rem;left:31.75rem;width:14.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 { top:19.0625rem;left:0rem;width:17.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }#Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 li:before{  }
 }@media only screen and (max-width: 763px) { #CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN { top:19.0625rem;left:13.875rem;width:17.875rem;height:10.4375rem;font-size:0.9375rem;display:block; }#CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN li:before{  }
 }@media only screen and (max-width: 763px) { #L0FHb59ExmgogG1KZAm0w5lECkRGWnwk { top:19.0625rem;left:29.5rem;width:18.125rem;height:10.4375rem;font-size:0.9375rem;display:block; }#L0FHb59ExmgogG1KZAm0w5lECkRGWnwk li:before{  }
 }@media only screen and (max-width: 763px) { #pX0qPJh478KiruQ7kx3I9Caweoo95hTO { top:5.25rem;left:6.75rem;width:25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnlTg1LtN8H7CdBSz45tnFEqPrGfcBaQ { top:9.375rem;left:0rem;width:46.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gloxcZJR0FDsMI0nK75zfZoGqayXrh2A { top:13.4375rem;left:0rem;width:20.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkJp5niuUBuAJLBAZ6sgkKcHR93SO9Bb { top:13.5625rem;left:11.1875rem;width:20.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9uPbM01LPVdDXXOCB4UVSNZ3VW1TqZN { top:13.875rem;left:27.0625rem;width:20.5625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LENlIUxasnzumwTe4fWvRri3lfK8svuM { display:block; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMARTT730lvuFeMsRWHwg7otDd6T30uL { top:3.9375rem;left:3.65625rem;width:40.4375rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM { top:9.0625rem;left:0rem;width:47.75rem;height:12.5rem;font-size:0.875rem;display:block; }#MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c7ba6076ee788361e200d294b588793ae07ad25.svg); }
 }@media only screen and (max-width: 763px) { #GLMwGSVaPCfpaTVACTL2hQabAQtTr4Bp { width:28.5rem;height:3.125rem;top:25.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXSAKvGQd7LEvlo6DxO6Rp4MPOpX9Wq { display:block; }
 }@media only screen and (max-width: 763px) { #fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 { display:block; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHD1i7VQTfEaV4ccPk4mL0e2o2IGLdTy { top:4.75rem;left:0rem;width:47.6875rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg17r4PiNGeU89uV5ewCEecztUUThFFq { top:49.6875rem;left:0rem;width:47.75rem;height:11.911440415358rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3rpwFGmEZSulHl8ksgzVxXctc5uK58T { top:10.1875rem;left:0rem;width:47.75rem;height:36rem;font-size:0.875rem;display:block; }#g3rpwFGmEZSulHl8ksgzVxXctc5uK58T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3577bb65743bef1bbea4ae07e863359208ec15e8.svg); }
 }@media only screen and (max-width: 763px) { #LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt { display:block; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkptWApByOHvEJfMUEuB3htp5hxOLSS { top:5.5625rem;left:0rem;width:47.25rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSXgc0RInlo7Sc61HuHX9Ua69KHRUGoG { top:14.5625rem;left:0rem;width:15.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 { top:20.9375rem;left:0rem;width:21.625rem;height:13.5rem;font-size:1rem;display:block; }#etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 li:before{  }
 }@media only screen and (max-width: 763px) { #InQwUf8EsDriHMO0zPSgbd1ZpiVPfLAm { top:16.9375rem;left:26.4375rem;width:10.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rshrxhws3tyHaiR5BBMnflTFmewB1G8O { top:20.5625rem;left:26.0625rem;width:21.375rem;height:12rem;font-size:1rem;display:block; }#Rshrxhws3tyHaiR5BBMnflTFmewB1G8O li:before{  }
 }@media only screen and (max-width: 763px) { #TVpTsbENmMPerdEsbIoRALsCtN66kfqq { top:37.8125rem;left:0rem;width:46rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaOcN9QBhooyZFX8AAbIKCHwLQKGPzR { top:12rem;left:0rem;width:24.8125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRSHUg0kzQxa1RqKaEhe91uKiGqx41T { top:12rem;left:22.3125rem;width:24.8125rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGAwZ9sLBkF8dh9z4Wmt2h7K5urFvdkT { top:12rem;left:16.4375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKu0AAdRVCQJF1QMb6T8zzhWIU7Ui5TI { top:12rem;left:41.8125rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLDx5EnKl6rBDNwEDOiGcEFGMH5P5hcW { top:11rem;left:15.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiR62pvX6dUPsTask44gNHBxTmcCxvrk { top:11rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEW1HcKggZfw6y47Wfq920vtInOyECuL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JPQwotmtRdrfeSBJHSfFuWasTDr9Cmpk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS { display:block; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWKJS1fKOl7wWvtiAX6lN1LeC7M5lrfR { top:3.875rem;left:3.8125rem;width:40.125rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNhEZM1NwG7vRDzZxt7MFiveAvo8ZR7K { top:7.3125rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TV82eyPAcF0DiMLTiMAUS1PJavuTfE { top:23.25rem;left:8.0625rem;width:39.6875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZDfyGgPca7eOUM647kKAJFxyNCRUhni { top:42.25rem;left:8.5625rem;width:39.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18XPrBmbQTww6hGdBsSTGc2wM2tX9FV { top:64.125rem;left:8.5625rem;width:39.1875rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXVtoHKn2As7H6iB493GlZKvCT5UXftE { top:18.625rem;left:12.3125rem;width:32.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieFG2wFtWP10euNgIf8nbFvS3h5GQKh0 { top:37.625rem;left:12.3125rem;width:33.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ax2Rt15dulT4IyEUqG9Bb3ubVHoq7T { top:57.9375rem;left:12.1875rem;width:32.25rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPQwvzOPanbnIDTiTnq3CmKoUfeJus1 { top:55.3125rem;left:0rem;width:47.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdS7K13QJJvc3tx5yShtpduTxJeroi6n { top:35.5rem;left:0rem;width:47.75rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfgUAlsRHKFwLlSzEUzmB0bUDaP00dT { top:16.375rem;left:0rem;width:47.75rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXBd7zhWPkw67gK5PwyUGAWIwPbxwzCk { top:17.4375rem;left:0rem;width:20rem;height:14.874rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaiGqTHA3EnHRNxEVZJ39P7QKW4JCwm { top:37.625rem;left:0rem;width:19.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAbLTmJWzKwi1UaRakbrhx3gzONSOI5 { top:57.875rem;left:0rem;width:19.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPNV69l3iS0eGMCQT69B3IJIHhtzU66b { top:29.875rem;left:39.625rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg64xPNTxyH15l971mOA0RXVP3VXvtVv { top:30.375rem;left:40.75rem;width:4.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQLcn0mymwOV1SU9vl8LoTd7wZzs3yBq { top:50.125rem;left:39.5rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFglL9EfalsruPeSQZ79g5wlhvIl4Jrn { top:50.625rem;left:40.625rem;width:4.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxG85DDb1HAZvQSPdD9SrUPJ7WmppuFx { top:72.0625rem;left:39.625rem;width:6.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZVy0JwJLp9zh9e07OOAbDQq5W08ybJ7 { top:72.5625rem;left:40.75rem;width:4.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t { display:block; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w94rWUBFJhyguc94cc311oaZBOhh4Wv4 { top:7rem;left:3.8125rem;width:40.125rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a { top:15.625rem;left:6.1875rem;width:41.5625rem;height:9.0625rem;font-size:0.9375rem;display:block; }#CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a li:before{  }
 }@media only screen and (max-width: 763px) { #C5XcHxGaaZu4aEq3glIsg6eTFFitWiMm { top:13.5625rem;left:12.625rem;width:29.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH { top:32rem;left:7.125rem;width:40.625rem;height:4.5rem;font-size:0.9375rem;display:block; }#hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH li:before{  }
 }@media only screen and (max-width: 763px) { #wStpUTUTMLKoCasDCT3HrkpI0E8vNDOh { top:29.0625rem;left:12.625rem;width:22.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzSRZ5oul359kWR4O9xvViKcMWeRnAw { top:48.9375rem;left:7.3125rem;width:40.4375rem;height:6.25rem;font-size:0.9375rem;display:block; }#SkzSRZ5oul359kWR4O9xvViKcMWeRnAw li:before{  }
 }@media only screen and (max-width: 763px) { #SalnBJzvOGcRLbSuBa9LfFgqDWI7vHK4 { top:45.1875rem;left:12.5625rem;width:28.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 { top:65.625rem;left:9.125rem;width:38.625rem;height:5.9375rem;font-size:0.9375rem;display:block; }#PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 li:before{  }
 }@media only screen and (max-width: 763px) { #fCk0R70fUAy2VrnH1BvZh6GxM1rCyuC3 { top:63.0625rem;left:12.4375rem;width:26.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 { top:84.4375rem;left:10.875rem;width:36.875rem;height:4.5rem;font-size:0.9375rem;display:block; }#BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 li:before{  }
 }@media only screen and (max-width: 763px) { #IZFVQgM9EVUzGgmAdOeoyOD4lc0NTh3L { top:79.875rem;left:12.625rem;width:28.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKbmsiFtqvxE2g8BXi46ZGL07nZtBps9 { top:2.875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIeTxeXgPWlmL1AbF1fXkVED80Cpvpeq { top:12.1875rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXS7vBWRgG9JyxPf99yvCLvzpE4un6us { top:27.6875rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCAgA794kPtFXUe8TJoUEG42U90f206R { top:44rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWTUznR3IQqTZQdk4OyH76bphq4ibbi { top:61.5625rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6GT0TLkrw60SNOKOLGoDK9a43Fxpy4O { top:77.875rem;left:0rem;width:47.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTnQfITB8oFNkl5gwCMqQeFxxhIToyb { top:45rem;left:0rem;width:17.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA6CcOMDxeRD07D0lspWhQNbQEDyxEmZ { top:61.5625rem;left:0rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOUTeqmUUf6Iy1spGIXmCwg3JmvTi8g { top:77.875rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWpGRgCexx8sM1cKFDXWRhF9uTUoUTX { top:27.375rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKbEZMSZ1gryCGGpJOfBT72311k24s4 { top:12.1875rem;left:0rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA3dbS5QcgvKTEOqRZtC2KDydKfR2toJ { top:93.6875rem;left:0rem;width:47.75rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF { top:97.6875rem;left:6.0625rem;width:41.6875rem;height:9.0625rem;font-size:0.9375rem;display:block; }#Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF li:before{  }
 }@media only screen and (max-width: 763px) { #TOZfWJ4hc6oZTLdkJ6feew6t84yFQeK1 { top:95.4375rem;left:11.875rem;width:28.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GWvkTL6fMqiLyl9QPz68IUvSRWTIMI { top:93.75rem;left:0rem;width:17.5rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCKSKTEmOXXkLOHpRMZmfkEuAfX6cTd { top:114.125rem;left:0rem;width:47.75rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW { top:118.125rem;left:6.75rem;width:41rem;height:9.0625rem;font-size:0.9375rem;display:block; }#PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW li:before{  }
 }@media only screen and (max-width: 763px) { #pUMwAnnkCJyVULZgS74fN6Z8F455wWJF { top:115.75rem;left:12.375rem;width:28.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1BQve3IrV87aPDll6XooIWu9ageTtB { top:133.6875rem;left:0rem;width:47.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 { top:138.5625rem;left:7.875rem;width:39.875rem;height:7.5rem;font-size:1rem;display:block; }#bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 li:before{  }
 }@media only screen and (max-width: 763px) { #DARefuS91yatOBympbpKI9i2cw4WSlqX { top:136.0625rem;left:12.5625rem;width:28.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pZndvQNihIbsl8GcrFa2uKJlBPZRMs { top:152.3125rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM { top:157.1875rem;left:8.625rem;width:39.125rem;height:9.0625rem;font-size:0.9375rem;display:block; }#Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM li:before{  }
 }@media only screen and (max-width: 763px) { #eqiHazewzm2BKz9BRrpFTmLxT2MTZDEx { top:154.6875rem;left:12.1875rem;width:28.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yey71tM6llb6o7ndPnqSZ7vUmir63vaV { top:114.3125rem;left:0rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4RmvMEClqLIdLuWAyIT7TBtfCavDspM { top:133.6875rem;left:0rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCOidtzqc65mLbn2Pi4qFcWNauxdgcmJ { top:153.3125rem;left:0rem;width:17.5rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGmmzQkQshgNKllTGz6MTIscocIbH7WL { display:block; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANMm0Vx3tZ8ftTX76UQPLeyAggz29TyF { top:1.1875rem;left:0.4375rem;width:45.125rem;height:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c { top:35.0625rem;left:7rem;width:36.125rem;height:21.9375rem;font-size:0.875rem;display:block; }#bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #gGrUEQhdpv04iPitNRgz3MUWR2ds2aFB { top:68.625rem;left:4.1875rem;width:39.375rem;height:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcQJnsZqIs1IXTaVbP4ig11ArfSGSDu { top:66.625rem;left:4.1875rem;width:39.375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnD2J8Jb8q1hqKSAoTqF2nKEIwAolrqp { top:64.5rem;left:2.75rem;width:42.125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQs3n8pApnpKfT4UVTc0RfKHOskkWwM1 { top:58.75rem;left:7rem;width:16.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFBn9thSIRhchLTEhdBaFaw1cQ3IfOR { top:58.75rem;left:24.5625rem;width:16.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNLuxTbfX8IS9Wyu2TWclROWK4GJWQH { top:60.875rem;left:29.1875rem;width:10.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU5yGAHBKPQmtPf6Su8zzfeLPoE9wnKV { top:59.5625rem;left:29.1875rem;width:9.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py7SvuxhV89EPB1PEEIb8yApkRx219Gk { top:59.625rem;left:12rem;width:9.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SrAorIKOkQbZ3hspc5akvr3tgEyXCA { top:60.875rem;left:12rem;width:10.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvCtozffSghilkrp0BB9c5TAH8W224S { top:59.8125rem;left:7.9375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1XOcWKCzKwP4QlrisokUaRGFo6dIrsJ { top:59.8125rem;left:25.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQPpD9JRNJQaxZ4ZQAOGulJttoOSOXMv { top:33.875rem;left:2.75rem;width:42.125rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUhImCFXV6lpcBJNVJ0cpKl8nTEIu25 { top:71.6875rem;left:4.1875rem;width:39.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnaiUiAH8tnsWyN714sTxdk5MmMQogKI { top:6.0625rem;left:0rem;width:47.75rem;height:20.840885416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVQDJ7UALSO12ZRLFq0uIIcVP9bmkaO { width:28.5rem;height:3.125rem;top:75.4375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTcTvs89hXTQvD7imn1dUKVuDWQNW9P { display:block; }
 }@media only screen and (max-width: 763px) { #GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x { display:block; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO { top:9.125rem;left:6.0625rem;width:35.625rem;height:10.25rem;font-size:0.875rem;display:block; }#mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #aVRLkSpzLSbcRkfEii1dDnetb0oTcWK6 { top:5.375rem;left:1.8125rem;width:44.125rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHUZfIX6tztLVieH4qCSg6i8herarMD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bXqSknccXke6HtEZaqsfewOnUNH7zEGT { display:block; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9QdxtFqP1nMyf0yrDCErCotZe6nPCE9 { top:10.0625rem;left:0rem;width:35.4375rem;height:19.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmGtwPPTQXxi3yhzw3R4QH9B0NxOXh6i { top:5.25rem;left:0rem;width:21.3125rem;height:2.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM4NbeSoIXgDPTdy9Aag1LK0XobZAxrZ { top:1.5rem;left:28.5625rem;width:19.1875rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfnlfTfzgdH1p7x5RCER3zaKKI8zV87 { top:5.25rem;left:28.5rem;width:19.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppWIn1E2XSKQvnWpaQmQ299dt336AzVm { top:3.6875rem;left:28.5625rem;width:19.1875rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN { display:block; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv5MLotl5mfizOR0g1265vFd9zQqNbUs { top:2.625rem;left:1.96875rem;width:43.8125rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpDEid14IeEzK83027STZuxfd7xME2V { top:9.4375rem;left:15.25rem;width:18.5rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBn0snd30nWKnQAECMypI3s3fTBVdcxU { top:14.375rem;left:15.9375rem;width:17.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pPkOTNTflGBbXtGzdFPoXzhE2GGBF5 { top:15.8125rem;left:16.5625rem;width:15.9375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoEFnbXDzXD9cVBu6U9Nc2qOThbk2hb { top:22.6875rem;left:27rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpeVGL8E8UBJKQ1ScR5m1JJUZQQbBnzg { top:10.5rem;left:15.875rem;width:13.75rem;height:3.0478926076096rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63TrTNKVDpp3HwBTAQzcy2xTn0GoDKL { top:15.75rem;left:31.8125rem;width:15.9375rem;height:22.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpKUphJq1CK1RlBTGUU93l1aMvy1zMo { top:38.75rem;left:42.9375rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCRsrb8pXgMFixK26NKRl2ZyKboGOhg { top:10.5rem;left:34rem;width:13.75rem;height:3.0480995071707rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ74Jf2wTk42OfJD229AKrWUDgOczVIa { top:15.75rem;left:0rem;width:15.9375rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGh4dUXyzfs3No4XtCdXLe7fokQROdfJ { top:36.625rem;left:7.4375rem;width:4.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ6RLDtwiddbwWQt4Eh4D3TerRlcbkNU { top:10.5rem;left:0rem;width:13.75rem;height:3.0480995071707rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8DHnIyX7p0FlWvJUrgsEIoJbzDa2R1H { top:14.375rem;left:30.5625rem;width:17.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC4hyOKN9lqxE6pU7LkDlm9LSPKMHozV { top:9.4375rem;left:29.3125rem;width:18.4375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1sHZpdt12neWEZFm80rLQdOmXef568J { top:14.375rem;left:0rem;width:17.1875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxgRPZMk2gSwvdCHhaVnEHfst34SpPX { top:9.4375rem;left:0rem;width:18.4375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWbURXvVeMRmhQnRasAse28qSTe5ydEO { display:block; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w { display:flex;height:auto;width:27.8125rem;top:2.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #MkE0Hlwi44lFU0eOOSGheZAaQUtlxpAP {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #T0h4oTDKNJymPQd52x7ZlO18kSbLqQlP {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #lPSvDeSuZIGaFxl8dHc8OKRhJ79GWROt {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #ztCi06ozQCxHyLeoXUKEgQxVRlCMDdcF {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #dNlUbWBU3nd1Qic8PDF2Lk84TdfHey8G {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #zpUsowOminwvptL03Qn0sv5kJ3SfN9gE {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #pGGBwr0kZpSQcxFGL33dp35hRid86ht2 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #TL9y1X7KGGtJfoPuh82poVR0xniJmlfT {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FuXvIHcFZxqCl5TDRrVOgdTyWx3lBKM3 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fq2rIUG8iyKX7rqcGFJb31oXXJlIApRp {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #Wzt6DSFAHGKguGVTFOGOtn4CKtDu6NZg {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XT1VwlvrtIk25U5QQPOgFDqfJUPmZsZQ {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #h3Pc07dwziJKTqplwtNEf56TW04gUIuL {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fMBOIK7o0k5pNThzbG5AUhQ8TuCzMKbB {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #iHaUWGuTlS2HBMzzL3idudmobcPzgiB2 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XS0QxSCgDzN8qpN2ypHPAKVskB6mrJVS {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #LZbkPtlaGV8we4yANg0dqtDRzIhIZ9Cs {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FQkeDCXzoTfGqZodJlsmCcEIBqZvKLKc {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #WIACdOQf9uRng4E03qXQgnKlpPeX6UaT {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #gnw0w8zssafpwXXaapmtfEaEm25hCmrT {  }
 }@media only screen and (max-width: 763px) { #eeTGTmEPlWtCVF0AqhiZy4gUai5TcqwE { top:6.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI { display:block; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeSFSTa65scWqfIkfNaFe81Fp6zsSV4R { top:5.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o83eoMGGWcNXxbDrZlTDACitEtMLrlJc { width:28.5rem;height:3.125rem;top:12.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSou6PO2hHZuMsnKFLauQC3uVwOgqpBM { display:block; }
 }@media only screen and (max-width: 763px) { #J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs { display:block; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkkwIekktIV79SmQ3tO6Th7g9ouocsD1 { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucr7qQTgwoB0A5A0xGBlEqZMlmkEhSNe { width:25.9375rem;height:1.1875rem;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZdcdKlemDJl4CGd5pUHb1Zwdxz2Kq1 { width:12.1875rem;height:1.375rem;top:1.9375rem;left:34.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDxWmEOClDg6wiuS55TAWfxpCZvUGTV { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TcWBmClpirho5KSi7S6FSZHKnPNGl83s { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#TcWBmClpirho5KSi7S6FSZHKnPNGl83s > .row .container { width:20rem;height:5.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-number { padding-top:0.38rem;padding-right:0.33rem;padding-bottom:0.38rem;padding-left:0.33rem;width:1.979375rem;min-width:1.979375rem;height:2.04125rem;font-size:1.51875rem;line-height:32.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.64rem;height:0.806875rem;font-size:0.569375rem;line-height:12.91px;top:-17%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 { display:flex;width:14.5625rem;height:3.845625rem;top:1.923828125rem;left:2.71875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #zv2MbLpahdZlCNFau2AP5tB3ffVLr0HG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #vZ8tiDr2huLRTgrBS1FkqvvbW8OII86U {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #q62Xq43lldk6MO16GFGNOcgBnfp6IkCG {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #ycWIwZuH9VKWXr6bZ4JM98nkpMqLFOhB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #wBTzuse3P15BiERAbRKeIBO3KWZpk20S {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #Nf2CtySxMSviJl4Sp81ct8gPp4TA5CT0 {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #NcDZwzvT7kLii6CsQ5V0WtpINzBB6TnM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #KSS4815ANokpLXuxAaK3rnDXTMG9g3TG {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #gEOLBcWENTlN0vClfa7Rr1fDdv5MLSFC {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #tUsHOHJESBtl5PvfX6GiugFSEaEnf6QW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #U60XUygV0h1e0EPHcZZpkqwqPCNdx57u {  }
 }@media only screen and (max-width: 763px) { #lA88c9CV3mCNeZkxrmnRNrPzuslPV0F2 #aIBzgo0VZb5TVlgTNQFVLNZZpAsNTmcc {  }
 }@media only screen and (max-width: 763px) { #nbQlgFAmDvyAg4DxTxMmT7Q8Qe4J3cdP { width:20rem;height:1.29980625rem;top:0.6240234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-number { padding-top:0.38rem;padding-right:0.33rem;padding-bottom:0.38rem;padding-left:0.33rem;width:1.979375rem;min-width:1.979375rem;height:2.04125rem;font-size:1.51875rem;line-height:32.66px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.64rem;height:0.806875rem;font-size:0.569375rem;line-height:12.91px;top:-17%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#oZMvtUp1hLQlciOwPakzVo08SZJXnky7 { display:flex;width:14.5625rem;height:3.845625rem;top:0.625rem;left:10rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #Zy3xcNmNTSTwv5z5ni3gKmlKfe5yaZov { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #AhMATo4DdW19dbErO9yPOBzAQEbZU5XX {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #TGWFTJlh0xgp4VZcuHhGZeHuWe3Xi9Om {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #KyTQ6CuKJqQF6DMHSh6A0JqdTXbeoS6k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #s9sBGBoG7tHmbhOrJD1LlyhowiNCIGtm {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #UPZVx4fmZkSyynEQNqinLAmmFBBVWHAE {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #dsa3Thwe7tbZfHDdOEy9nztdkrsVzag3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #w0yOpue2luXP0KnA2kFaCTCZeLmN6rDS {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #zNX6wR2k27qq8Za4MFGyIRlTorsnFdPo {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #oFDVFAn6i7RAyAg3TfNN2go8hpReB2lP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #A9J10SmDEh5ilkeBwAhVeboaEdbNfU8Q {  }
 }@media only screen and (max-width: 763px) { #oZMvtUp1hLQlciOwPakzVo08SZJXnky7 #ZtVMiDg7Iu8idwf7CDmUTiu3LE0hrTJL {  }
 }@media only screen and (max-width: 763px) { #VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-1),1));background-size:cover !important;display:block; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { background-color: transparent; background-image: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container > .video-iframe-container { display: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row > .video-iframe-container { display: none; }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .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); }#VoUZT1wClLaRsVeSOSMTgkXDmKRlTR7C > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFyuAiex8U0EKOJXz1OTb4xSUtKTLXVH { width:20rem;height:13.6465rem;top:3.474609375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q24Zs5fcIgVIbeQiGiOpyWmAtWVvnwy7 { width:20rem;height:7.5rem;top:18.71875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLf743FLZ6G8UGNGPhLfJxrFMq6VOOHO { width:17.5rem;height:3.125rem;top:44.25rem;left:1.25rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #F1eoKBx521BpM7xL0csonb4JGr0LaPzg { display:block; }
 }@media only screen and (max-width: 763px) { #roZEr5Snb2oxp4PfM6sMtd5twAczfw1B { width:12.3125rem;height:17.3125rem;top:28.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6eLIF5M7GQR4vUJtkzg0GKUTbN03u5w { top:40.125rem;left:1.4375rem;width:17.124rem;height:17.6865rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1ece6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ROATRhV1uBrU1Dzx4zQyTUyTlCdOQb0E { width:19.375rem;height:1.86865rem;top:1.25rem;left:0.3125rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fuwQ2z0Bt9w5KhMTB5ld3cPdKKhHFwUb { width:18.5625rem;height:9.1875rem;top:3.93017578125rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pylP19athZIJ5EKN7vmAlnpnh3FM3t6C { width:15.749rem;height:15.749rem;top:13.5781rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgJviNLUlqcGpg7K8B1NBNNyuafTk2hm { width:12.5rem;height:12.5rem;top:16.01608828125rem;left:7.10009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 { display:block; }#punPrqZlT7fmAdMCK5nGMZ6nKcbARAA6 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNL5kZVmaiyLBD3AZ9qaV6uNuvwaADNV { width:17.5rem;height:3.75rem;top:20.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8J6LAQOTqdUvbQIfPqTc4PT66upc6uz { width:14.499rem;height:2.2744125rem;top:21.6123046875rem;left:3.7490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw6xyEs4ZKT4FJgqTXrgrS9ixnW2mGB3 { width:14.5rem;height:1.13769375rem;top:18.05615234375rem;left:3.7490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUJVHg3zn3eUDnw3dI7mEHeF8NZ0rKGU { width:17.5rem;height:3.75rem;top:16.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i81KEG8hDTGMm8b7PU5gJH37rLb5Zm87 { width:3.37463125rem;height:3.59985625rem;top:16.875rem;left:0.8125rem;font-size:4rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #efOJVWuJDqNDlEXJuEkkFehCyXRy5LVT { width:20rem;height:2.2734375rem;top:8.287109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoHy2DVTS82mVcTI0B9BTTam4pL7fgS2 { width:20rem;height:5.60449375rem;top:1.75rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SAllCaVeTZT8EllgxAD3phxDx62EBcXZ { width:17.5rem;height:3.75rem;top:12.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPdrpRkFnq9kBfRgrJBo0EU9XMfuo2VB { width:3.37463125rem;height:3.59985625rem;top:12.8125rem;left:1.125rem;font-size:4rem;z-index:15003;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #S8yOomCgsMNm79mmPn6rapLlEk7dxdQh { width:14.5rem;height:1.13769375rem;top:13.93115234375rem;left:3.7490234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbdFQqhT6aB063LPwTJy599Iwa4UhhK2 { width:20rem;height:19.6875rem;top:26.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNbuV6JyJupGnmeRW1Qi60CoroISlC2 { width:3.31176875rem;height:3.59985625rem;top:21.0625rem;left:0.8125rem;font-size:4rem;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #mCi37pGFPLOnK7QAtSOEFF0nV1bUvGS0 { width:19rem;height:3.125rem;top:48.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa7RxpVPFe0MfQZHiq1A5OKyEmAdbnwK { display:block; }
 }@media only screen and (max-width: 763px) { #nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ { background-color:#f1ece6;background-image:none;display:block; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { background-color: transparent; background-image: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container > .video-iframe-container { display: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row > .video-iframe-container { display: none; }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .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); }#nO6VP3mmNGVG9wxZcoFTCFugShlou4WJ > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wS2lF0kLiqUUPfL43x85JrhgyH66IfiK { width:14.499rem;height:1.54296875rem;top:6.5859375rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONf2EHEkwqnM7nocU0RpuFZcDMttcsv8 { width:17.9365rem;height:3.0859375rem;top:21.5rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxk3MN9BW6MvefdbBBhuTTqaUf4W9cG { width:17.75rem;height:3.0859375rem;top:40.8125rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 { width:17.9355625rem;height:7.1875rem;top:9.1015625rem;left:1.03125rem;font-size:0.875rem;display:block; }#Av8ScJCzqH6gWdAUTA7IO99h2EWkSma0 li:before{  }
 }@media only screen and (max-width: 763px) { #CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN { width:17.6865rem;height:9.8125rem;top:26.125rem;left:1.3125rem;font-size:0.875rem;display:block; }#CK2hQiD5uwUpT8AEOEzpHqgq5FpR3liN li:before{  }
 }@media only screen and (max-width: 763px) { #L0FHb59ExmgogG1KZAm0w5lECkRGWnwk { width:17.25rem;height:9.8125rem;top:45.4375rem;left:1.1875rem;font-size:0.875rem;display:block; }#L0FHb59ExmgogG1KZAm0w5lECkRGWnwk li:before{  }
 }@media only screen and (max-width: 763px) { #pX0qPJh478KiruQ7kx3I9Caweoo95hTO { width:19.375rem;height:1.8681625rem;top:1.7109375rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wnlTg1LtN8H7CdBSz45tnFEqPrGfcBaQ { width:16.75rem;height:2.2734375rem;top:60.3671875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gloxcZJR0FDsMI0nK75zfZoGqayXrh2A { width:19.1875rem;height:14.125rem;top:4.7734375rem;left:0.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TkJp5niuUBuAJLBAZ6sgkKcHR93SO9Bb { width:20rem;height:18.125rem;top:20.5625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #f9uPbM01LPVdDXXOCB4UVSNZ3VW1TqZN { width:20rem;height:18.125rem;top:40.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #LENlIUxasnzumwTe4fWvRri3lfK8svuM { display:block; }#LENlIUxasnzumwTe4fWvRri3lfK8svuM > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMARTT730lvuFeMsRWHwg7otDd6T30uL { width:18.0615rem;height:3.736325rem;top:2.3125rem;left:0.96875rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM { width:20rem;height:23.375rem;top:8.09375rem;left:0rem;font-size:0.875rem;display:block; }#MIp2hwsrDLXI4QqQre9gepzs8kTXv2dM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0c7ba6076ee788361e200d294b588793ae07ad25.svg); }
 }@media only screen and (max-width: 763px) { #GLMwGSVaPCfpaTVACTL2hQabAQtTr4Bp { width:19rem;height:3.125rem;top:33.6318359375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXSAKvGQd7LEvlo6DxO6Rp4MPOpX9Wq { display:block; }
 }@media only screen and (max-width: 763px) { #fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 { display:block; }#fl1kxB7VNtAhXy34eNTc4zVL8JEEg974 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wHD1i7VQTfEaV4ccPk4mL0e2o2IGLdTy { width:20rem;height:3.736325rem;top:1.212890625rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg17r4PiNGeU89uV5ewCEecztUUThFFq { width:20rem;height:4.98828125rem;top:6.1982421875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g3rpwFGmEZSulHl8ksgzVxXctc5uK58T { width:18.25rem;height:58.6875rem;top:12.2734375rem;left:0.875rem;font-size:0.875rem;display:block; }#g3rpwFGmEZSulHl8ksgzVxXctc5uK58T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3577bb65743bef1bbea4ae07e863359208ec15e8.svg); }
 }@media only screen and (max-width: 763px) { #LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt { display:block; }#LpEGd3Ko5DAxrVlQ2Z9Kb1r7ZD32SOQt > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkptWApByOHvEJfMUEuB3htp5hxOLSS { width:20rem;height:3.736325rem;top:1.625rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QSXgc0RInlo7Sc61HuHX9Ua69KHRUGoG { width:11.5625rem;height:3.41015625rem;top:7.4373779296875rem;left:6.3116455078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 { width:17.0625rem;height:13.3125rem;top:13.010498046875rem;left:1.12548828125rem;font-size:0.875rem;display:block; }#etTO6xZpnQbTvoAnQF0opklP9GXIh0v9 li:before{  }
 }@media only screen and (max-width: 763px) { #InQwUf8EsDriHMO0zPSgbd1ZpiVPfLAm { width:11.875rem;height:1.13769375rem;top:29.624267578125rem;left:6.4129638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rshrxhws3tyHaiR5BBMnflTFmewB1G8O { width:16.749875rem;height:13.3125rem;top:33.810668945312rem;left:1.1541748046875rem;font-size:0.875rem;display:block; }#Rshrxhws3tyHaiR5BBMnflTFmewB1G8O li:before{  }
 }@media only screen and (max-width: 763px) { #TVpTsbENmMPerdEsbIoRALsCtN66kfqq { width:18.6245rem;height:9.1875rem;top:49.4814453125rem;left:0.6865234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaOcN9QBhooyZFX8AAbIKCHwLQKGPzR { width:18.5rem;height:17.8125rem;top:8.7490234375rem;left:0.374755859375rem;border-top:0.1875rem solid #ffbb00;border-left:0.1875rem solid #ffbb00;border-right:0.1875rem solid #ffbb00;border-bottom:0.1875rem solid #ffbb00;display:block; }
 }@media only screen and (max-width: 763px) { #TfRSHUg0kzQxa1RqKaEhe91uKiGqx41T { width:18.5rem;height:17.8125rem;top:30.124145507812rem;left:0.4046630859375rem;border-top:0.1875rem solid #ffbb00;border-left:0.1875rem solid #ffbb00;border-right:0.1875rem solid #ffbb00;border-bottom:0.1875rem solid #ffbb00;display:block; }
 }@media only screen and (max-width: 763px) { #nGAwZ9sLBkF8dh9z4Wmt2h7K5urFvdkT { display:flex;width:2.5rem;height:2.5rem;top:7.4373779296875rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #LKu0AAdRVCQJF1QMb6T8zzhWIU7Ui5TI { display:flex;width:3.312375rem;height:3.312375rem;top:28.62451171875rem;left:1.68701171875rem; }
 }@media only screen and (max-width: 763px) { #wLDx5EnKl6rBDNwEDOiGcEFGMH5P5hcW { width:4.3125rem;height:4.3125rem;top:6.61279296875rem;left:1.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiR62pvX6dUPsTask44gNHBxTmcCxvrk { width:4.3125rem;height:4.3125rem;top:28.124633789062rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEW1HcKggZfw6y47Wfq920vtInOyECuL { top:6.9368896484375rem;left:4.9127197265625rem;width:13.125rem;height:4.3125rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JPQwotmtRdrfeSBJHSfFuWasTDr9Cmpk { top:28.123413085938rem;left:3.4375rem;width:9.5rem;height:4.3125rem;z-index:15001;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS { display:block; }#Or1mpb0iCIN6UPRWAbv7domGk6DTXFgS > .row .container { width:20rem;height:123.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWKJS1fKOl7wWvtiAX6lN1LeC7M5lrfR { width:20rem;height:3.736325rem;top:0.8115234375rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNhEZM1NwG7vRDzZxt7MFiveAvo8ZR7K { width:20rem;height:10.5rem;top:5.298828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D9TV82eyPAcF0DiMLTiMAUS1PJavuTfE { width:17.75rem;height:10.5rem;top:36.452514648438rem;left:1.2811279296875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZDfyGgPca7eOUM647kKAJFxyNCRUhni { width:17.5625rem;height:10.5rem;top:71.3125rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V18XPrBmbQTww6hGdBsSTGc2wM2tX9FV { width:18.0615rem;height:11.8125rem;top:107.43713378906rem;left:1.37451171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OXVtoHKn2As7H6iB493GlZKvCT5UXftE { width:17.5rem;height:6.171875rem;top:31.316772460938rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieFG2wFtWP10euNgIf8nbFvS3h5GQKh0 { width:17.937rem;height:6.171875rem;top:65.5rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3ax2Rt15dulT4IyEUqG9Bb3ubVHoq7T { width:17.124rem;height:7.71484375rem;top:100.12451171875rem;left:1.4373779296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAPQwvzOPanbnIDTiTnq3CmKoUfeJus1 { width:20rem;height:24.5625rem;top:96.812133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdS7K13QJJvc3tx5yShtpduTxJeroi6n { width:20rem;height:24.4375rem;top:60.874633789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQfgUAlsRHKFwLlSzEUzmB0bUDaP00dT { width:20rem;height:22.625rem;top:27.110229492188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXBd7zhWPkw67gK5PwyUGAWIwPbxwzCk { width:19.43725rem;height:14.43725rem;top:16.426025390625rem;left:0.5633544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaiGqTHA3EnHRNxEVZJ39P7QKW4JCwm { width:19.4375rem;height:14.5rem;top:50.62255859375rem;left:0.2801513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMAbLTmJWzKwi1UaRakbrhx3gzONSOI5 { width:19.4375rem;height:14.5rem;top:85.624389648438rem;left:0.2801513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPNV69l3iS0eGMCQT69B3IJIHhtzU66b { width:5.875rem;height:2.1875rem;top:82.25rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg64xPNTxyH15l971mOA0RXVP3VXvtVv { width:4.6875rem;height:1.31286875rem;top:82.75rem;left:14.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dQLcn0mymwOV1SU9vl8LoTd7wZzs3yBq { width:5.875rem;height:2.1875rem;top:46.9375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFglL9EfalsruPeSQZ79g5wlhvIl4Jrn { width:4.6875rem;height:1.31286875rem;top:47.4375rem;left:14.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QxG85DDb1HAZvQSPdD9SrUPJ7WmppuFx { width:5.875rem;height:2.1875rem;top:118.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZVy0JwJLp9zh9e07OOAbDQq5W08ybJ7 { width:4.6875rem;height:1.31286875rem;top:118.75rem;left:14.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t { display:block; }#qaOP9kZv1zCvrAvBLwrRTGoZGJ1dXP1t > .row .container { width:20rem;height:277.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w94rWUBFJhyguc94cc311oaZBOhh4Wv4 { width:15.812375rem;height:3.736325rem;top:1.1248779296875rem;left:3.2568359375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a { width:18.3125rem;height:15.0625rem;top:9.598388671875rem;left:1.2799072265625rem;font-size:0.875rem;display:block; }#CZfRLG7Tbi5UrrGHkdDl0D2Asf2Hyl4a li:before{  }
 }@media only screen and (max-width: 763px) { #C5XcHxGaaZu4aEq3glIsg6eTFFitWiMm { width:17.437125rem;height:1.29980625rem;top:7.1114501953125rem;left:1.2799072265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH { width:17.125rem;height:8.1875rem;top:39.687377929688rem;left:1.4373779296875rem;font-size:0.875rem;display:block; }#hG4z1UZ96LRbvF822i3ZPPI6FbFWtqMH li:before{  }
 }@media only screen and (max-width: 763px) { #wStpUTUTMLKoCasDCT3HrkpI0E8vNDOh { width:16.124875rem;height:1.29980625rem;top:37.62451171875rem;left:1.2799072265625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkzSRZ5oul359kWR4O9xvViKcMWeRnAw { width:17.6875rem;height:12.4375rem;top:67.49951171875rem;left:1.1248779296875rem;font-size:0.875rem;display:block; }#SkzSRZ5oul359kWR4O9xvViKcMWeRnAw li:before{  }
 }@media only screen and (max-width: 763px) { #SalnBJzvOGcRLbSuBa9LfFgqDWI7vHK4 { width:17.25rem;height:3.8994125rem;top:62.6875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 { width:18rem;height:10.8125rem;top:95.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }#PMQsJbC6nynLkiRbsyb057OMfxa0lWB2 li:before{  }
 }@media only screen and (max-width: 763px) { #fCk0R70fUAy2VrnH1BvZh6GxM1rCyuC3 { width:17.375rem;height:1.29980625rem;top:93rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 { width:18.062125rem;height:6.875rem;top:126.25rem;left:1rem;font-size:0.875rem;display:block; }#BTPWG1Ireo9O84dsGo6XeN7mQ3TzcTM2 li:before{  }
 }@media only screen and (max-width: 763px) { #IZFVQgM9EVUzGgmAdOeoyOD4lc0NTh3L { width:18.062125rem;height:2.5996125rem;top:122.4375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKbmsiFtqvxE2g8BXi46ZGL07nZtBps9 { display:flex;width:2.374875rem;height:2.374875rem;top:0.625rem;left:0.5460205078125rem; }
 }@media only screen and (max-width: 763px) { #PIeTxeXgPWlmL1AbF1fXkVED80Cpvpeq { width:20rem;height:29.9375rem;top:5.9619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXS7vBWRgG9JyxPf99yvCLvzpE4un6us { width:20rem;height:23.3125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCAgA794kPtFXUe8TJoUEG42U90f206R { width:20rem;height:30.4375rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeWTUznR3IQqTZQdk4OyH76bphq4ibbi { width:20rem;height:28.5rem;top:91.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6GT0TLkrw60SNOKOLGoDK9a43Fxpy4O { width:20rem;height:27.4375rem;top:120.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCTnQfITB8oFNkl5gwCMqQeFxxhIToyb { width:14.125rem;height:10.5625rem;top:79.9365234375rem;left:2.2783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA6CcOMDxeRD07D0lspWhQNbQEDyxEmZ { width:14.625rem;height:10.875rem;top:107.4365234375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOUTeqmUUf6Iy1spGIXmCwg3JmvTi8g { width:13.18725rem;height:13.18725rem;top:133.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHWpGRgCexx8sM1cKFDXWRhF9uTUoUTX { width:11.686375rem;height:11.686375rem;top:48.1640625rem;left:4.1558837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkKbEZMSZ1gryCGGpJOfBT72311k24s4 { width:12.9375rem;height:9.625rem;top:25.2578125rem;left:2.8720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA3dbS5QcgvKTEOqRZtC2KDydKfR2toJ { width:20rem;height:29.75rem;top:149.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF { width:17.125rem;height:13.75rem;top:153.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }#Bi2LT6xyo1oIpADQpMizNwTrwnfTL1QF li:before{  }
 }@media only screen and (max-width: 763px) { #TOZfWJ4hc6oZTLdkJ6feew6t84yFQeK1 { width:14.1875rem;height:1.29980625rem;top:150.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6GWvkTL6fMqiLyl9QPz68IUvSRWTIMI { width:16rem;height:11.875rem;top:167rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCKSKTEmOXXkLOHpRMZmfkEuAfX6cTd { width:20rem;height:29.875rem;top:179.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW { width:20rem;height:12.4375rem;top:184.1875rem;left:0rem;font-size:0.875rem;display:block; }#PZb1EBpMsbdc8dAJZTzcRWTsyMmk3rBW li:before{  }
 }@media only screen and (max-width: 763px) { #pUMwAnnkCJyVULZgS74fN6Z8F455wWJF { width:18.562rem;height:1.29980625rem;top:181.625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1BQve3IrV87aPDll6XooIWu9ageTtB { width:20rem;height:28.8125rem;top:210.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 { width:19.12475rem;height:10.5rem;top:215.3125rem;left:0.4375rem;font-size:0.875rem;display:block; }#bAVI6OG9WwTvSHrFFIcmLaTh2DdiLU26 li:before{  }
 }@media only screen and (max-width: 763px) { #DARefuS91yatOBympbpKI9i2cw4WSlqX { width:17.437125rem;height:1.29980625rem;top:212.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pZndvQNihIbsl8GcrFa2uKJlBPZRMs { width:20rem;height:33.125rem;top:240.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM { width:17.687375rem;height:17.6875rem;top:245.1875rem;left:0.875rem;font-size:0.875rem;display:block; }#Zw3zp5pTqsiTZF8FAEUCaGvW98TQRNrM li:before{  }
 }@media only screen and (max-width: 763px) { #eqiHazewzm2BKz9BRrpFTmLxT2MTZDEx { width:17.937rem;height:1.29980625rem;top:242.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yey71tM6llb6o7ndPnqSZ7vUmir63vaV { width:14.1875rem;height:10.5625rem;top:197.9990234375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4RmvMEClqLIdLuWAyIT7TBtfCavDspM { width:15.4375rem;height:11.5rem;top:226.9375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCOidtzqc65mLbn2Pi4qFcWNauxdgcmJ { width:14rem;height:10.4375rem;top:262.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGmmzQkQshgNKllTGz6MTIscocIbH7WL { display:block; }#CGmmzQkQshgNKllTGz6MTIscocIbH7WL > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANMm0Vx3tZ8ftTX76UQPLeyAggz29TyF { width:18.624875rem;height:7.472625rem;top:1.9759521484375rem;left:0.68603515625rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c { width:18.81225rem;height:20.8945rem;top:20.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }#bpzlEDOBFCnZXU0o18yfL8XmDNBaDG9c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #gGrUEQhdpv04iPitNRgz3MUWR2ds2aFB { width:17.999875rem;height:3.7373rem;top:58.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcQJnsZqIs1IXTaVbP4ig11ArfSGSDu { width:20rem;height:2.761725rem;top:56.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnD2J8Jb8q1hqKSAoTqF2nKEIwAolrqp { width:20rem;height:12.8125rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQs3n8pApnpKfT4UVTc0RfKHOskkWwM1 { width:16.25rem;height:4.375rem;top:41.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvFBn9thSIRhchLTEhdBaFaw1cQ3IfOR { width:16.25rem;height:4.375rem;top:46.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRNLuxTbfX8IS9Wyu2TWclROWK4GJWQH { width:10.625rem;height:1.950075rem;top:48.125rem;left:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU5yGAHBKPQmtPf6Su8zzfeLPoE9wnKV { width:9.12475rem;height:1.13769375rem;top:47rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py7SvuxhV89EPB1PEEIb8yApkRx219Gk { width:9.12475rem;height:1.13769375rem;top:41.9375rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SrAorIKOkQbZ3hspc5akvr3tgEyXCA { width:10.625rem;height:1.950075rem;top:43.25rem;left:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvCtozffSghilkrp0BB9c5TAH8W224S { display:flex;width:2.5rem;height:2.5rem;top:42.25rem;left:3.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #U1XOcWKCzKwP4QlrisokUaRGFo6dIrsJ { display:flex;width:2.5rem;height:2.5rem;top:47.25rem;left:3.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #IQPpD9JRNJQaxZ4ZQAOGulJttoOSOXMv { width:20rem;height:53.5625rem;top:0.5621337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUhImCFXV6lpcBJNVJ0cpKl8nTEIu25 { width:20rem;height:1.29980625rem;top:60.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnaiUiAH8tnsWyN714sTxdk5MmMQogKI { width:20rem;height:8.7291666666667rem;top:9.4482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQVQDJ7UALSO12ZRLFq0uIIcVP9bmkaO { width:19rem;height:3.125rem;top:63.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTcTvs89hXTQvD7imn1dUKVuDWQNW9P { display:block; }
 }@media only screen and (max-width: 763px) { #GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x { display:block; }#GK7byH0o56FD8LSMNiJQP4IGHfE2ro5x > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO { width:18.4375rem;height:11.75rem;top:6.23730625rem;left:0.75rem;font-size:0.875rem;display:block; }#mOLTz1hiELQwzhMQZMz9N7T6c7nwr3TO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_df9d30451b78e1616ada911243b44a1bc09784ed.svg); }
 }@media only screen and (max-width: 763px) { #aVRLkSpzLSbcRkfEii1dDnetb0oTcWK6 { width:18.3115rem;height:3.736325rem;top:1.25rem;left:0.84375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRHUZfIX6tztLVieH4qCSg6i8herarMD { top:0rem;left:2.0625rem;width:15.812rem;height:15.812rem;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffa5', endColorstr='#ffffff26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffa5', endColorstr='#ffffff26' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #bXqSknccXke6HtEZaqsfewOnUNH7zEGT { display:block; }#bXqSknccXke6HtEZaqsfewOnUNH7zEGT > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9QdxtFqP1nMyf0yrDCErCotZe6nPCE9 { width:18.875rem;height:23.625rem;top:4.1621125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmGtwPPTQXxi3yhzw3R4QH9B0NxOXh6i { width:17.6875rem;height:1.86865rem;top:1.25rem;left:0.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM4NbeSoIXgDPTdy9Aag1LK0XobZAxrZ { width:13.499125rem;height:19.6875rem;top:28.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfnlfTfzgdH1p7x5RCER3zaKKI8zV87 { width:13.5625rem;height:17.125rem;top:31.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppWIn1E2XSKQvnWpaQmQ299dt336AzVm { width:13.374625rem;height:16.875rem;top:30.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN { display:block; }#b0AJZCF4pivpt1Pa0I6MrbDDMx1KIGUN > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zv5MLotl5mfizOR0g1265vFd9zQqNbUs { width:18.8125rem;height:4.62890625rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpDEid14IeEzK83027STZuxfd7xME2V { width:18.5rem;height:15.5625rem;top:32.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBn0snd30nWKnQAECMypI3s3fTBVdcxU { width:17.1875rem;height:9.875rem;top:37rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2pPkOTNTflGBbXtGzdFPoXzhE2GGBF5 { width:15.9375rem;height:3.41015625rem;top:38.4375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRoEFnbXDzXD9cVBu6U9Nc2qOThbk2hb { width:4.8120125rem;height:1.13769375rem;top:43.4375rem;left:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpeVGL8E8UBJKQ1ScR5m1JJUZQQbBnzg { width:13.75rem;height:3.0478650231236rem;top:33.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63TrTNKVDpp3HwBTAQzcy2xTn0GoDKL { width:15.9375rem;height:18.1875rem;top:55rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpKUphJq1CK1RlBTGUU93l1aMvy1zMo { width:4.8120125rem;height:1.13769375rem;top:74.120483398438rem;left:12.562255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCRsrb8pXgMFixK26NKRl2ZyKboGOhg { width:13.75rem;height:3.0479891572426rem;top:49.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ74Jf2wTk42OfJD229AKrWUDgOczVIa { width:15.9375rem;height:13.640625rem;top:13.505859570313rem;left:2.030517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGh4dUXyzfs3No4XtCdXLe7fokQROdfJ { width:4.8120125rem;height:1.13769375rem;top:27.835693359375rem;left:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ6RLDtwiddbwWQt4Eh4D3TerRlcbkNU { width:13.75rem;height:3.0479891572426rem;top:8.2244875rem;left:1.405517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8DHnIyX7p0FlWvJUrgsEIoJbzDa2R1H { width:17.1875rem;height:18.3125rem;top:11.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC4hyOKN9lqxE6pU7LkDlm9LSPKMHozV { width:18.4375rem;height:24.0625rem;top:7rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1sHZpdt12neWEZFm80rLQdOmXef568J { width:17.1875rem;height:23.375rem;top:53.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNxgRPZMk2gSwvdCHhaVnEHfst34SpPX { width:18.4375rem;height:28.25rem;top:48.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWbURXvVeMRmhQnRasAse28qSTe5ydEO { display:block; }#PWbURXvVeMRmhQnRasAse28qSTe5ydEO > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w .accordion-desc-text { font-size:0.875rem;height:auto; }
#w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w { display:flex;height:auto;width:17.5rem;top:6.00830078125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #MkE0Hlwi44lFU0eOOSGheZAaQUtlxpAP {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #T0h4oTDKNJymPQd52x7ZlO18kSbLqQlP {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #lPSvDeSuZIGaFxl8dHc8OKRhJ79GWROt {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #ztCi06ozQCxHyLeoXUKEgQxVRlCMDdcF {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #dNlUbWBU3nd1Qic8PDF2Lk84TdfHey8G {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #zpUsowOminwvptL03Qn0sv5kJ3SfN9gE {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #pGGBwr0kZpSQcxFGL33dp35hRid86ht2 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #TL9y1X7KGGtJfoPuh82poVR0xniJmlfT {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FuXvIHcFZxqCl5TDRrVOgdTyWx3lBKM3 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fq2rIUG8iyKX7rqcGFJb31oXXJlIApRp {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #Wzt6DSFAHGKguGVTFOGOtn4CKtDu6NZg {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XT1VwlvrtIk25U5QQPOgFDqfJUPmZsZQ {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #h3Pc07dwziJKTqplwtNEf56TW04gUIuL {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #fMBOIK7o0k5pNThzbG5AUhQ8TuCzMKbB {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #iHaUWGuTlS2HBMzzL3idudmobcPzgiB2 {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #XS0QxSCgDzN8qpN2ypHPAKVskB6mrJVS {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #LZbkPtlaGV8we4yANg0dqtDRzIhIZ9Cs {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #FQkeDCXzoTfGqZodJlsmCcEIBqZvKLKc {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #WIACdOQf9uRng4E03qXQgnKlpPeX6UaT {  }
 }@media only screen and (max-width: 763px) { #w24m4xdzG3ZVE3nsLmXrEKTxWvKkD36w #gnw0w8zssafpwXXaapmtfEaEm25hCmrT {  }
 }@media only screen and (max-width: 763px) { #eeTGTmEPlWtCVF0AqhiZy4gUai5TcqwE { width:18.375rem;height:3.0859375rem;top:2.3983154296875rem;left:0.8123779296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI { display:block; }#CvWnxJVTE7Nx8lpPdN6tGXlvQwQNB8pI > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeSFSTa65scWqfIkfNaFe81Fp6zsSV4R { width:18.624875rem;height:6.171875rem;top:1.7498779296875rem;left:0.68603515625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o83eoMGGWcNXxbDrZlTDACitEtMLrlJc { width:19rem;height:3.125rem;top:8.9990234375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSou6PO2hHZuMsnKFLauQC3uVwOgqpBM { display:block; }
 }@media only screen and (max-width: 763px) { #J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs { display:block; }#J1g0i8xBgDlaNKOzIiKwqcxxO3gigTJs > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkkwIekktIV79SmQ3tO6Th7g9ouocsD1 { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucr7qQTgwoB0A5A0xGBlEqZMlmkEhSNe { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSZdcdKlemDJl4CGd5pUHb1Zwdxz2Kq1 { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXDxWmEOClDg6wiuS55TAWfxpCZvUGTV { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }