.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:229,234,255;--color-primary-1:169,184,255;--color-primary-2:82,113,255;--color-primary-3:41,57,128;--color-primary-4:12,17,38;--color-secondary-0:255,252,250;--color-secondary-1:255,246,238;--color-secondary-2:255,236,220;--color-secondary-3:128,118,110;--color-secondary-4:38,35,33;--color-tertiary-0:255,255,255;--color-tertiary-1:184,184,190;--color-tertiary-2:17,17,39;--color-tertiary-3:9,9,20;--color-tertiary-4:2,2,4;--headlines-font-family:"Phudu";--paragraphs-font-family:"Inter"; }@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); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { background-color: transparent; background-image: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container > .video-iframe-container { display: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container { display: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .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); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { border-width: 0; border-radius: 0; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#X4BwkTwXpNB40Tv6xTI7QZQoVN7cKfG5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06055rem;width:5.249025rem;top:1.5939670801162rem;left:2.3741321563721rem;overflow:hidden;display:block; }
#ZctPS2x8afRkaAlBWVhqMxzHKn4RmhPn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.4) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.125rem;left:61.25rem;display:block; }
#hpadCerK1dexln37LmrdpNdllwcgxLLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container { background-color: transparent; background-image: none; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container > .video-iframe-container { display: none; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row > .video-iframe-container { display: none; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .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); }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container { border-width: 0; border-radius: 0; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#fLhaiyBr0JV8tWgHBaaVH8JI80JhWndF { display:block;width:37.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:6.25rem;left:3.625rem;height:6.599375rem;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;color:rgba(var(--color-tertiary-4),1);display:block; }
#bOqxC42T0TM49UWfcHXmeI87W5XN8k5y { display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:15.375rem;left:3.625rem;height:9.4479375rem;color:rgba(var(--color-tertiary-4),1);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; }
#shCsh3bKET9TXF3NPr8yoVVoFwqkdcIu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.4) ;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(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.75rem;left:3.625rem;display:block; }
#CPwgtL53SQGSJaoCTnJzCICHJ9bKKW2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JpdT2PFZEfRXULBJ6NOVETb39e6pJMP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.1875rem;left:4rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XimJktfCma9KZPT8Am0lpMDGNHB6lSVF { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3730625rem;width:8.8748125rem;top:35rem;left:0rem;overflow:hidden;display:block; }
#LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5 { box-sizing:content-box;height:27.8125rem;width:24.1873125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/acc0ac9c-ba4e-472e-93e1-5de599e39274/Imageboat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.1875rem;left:45.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5.adaptive-delivery-prevent-bg, #LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5.lazyload, #LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5.lazyloading { background-image: none; }
#T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ { position:relative;display:block; } #o5b019642a472d3b30ada9a093049102.widget-smartsection *:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="text"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="email"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="tel"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection textarea:focus-visible { outline: none; } #T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ > .row .container { position:relative;display:block; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container { background-color: transparent; background-image: none; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container > .video-iframe-container { display: none; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row > .video-iframe-container { display: none; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .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); }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container { border-width: 0; border-radius: 0; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#zTR2NLEr1O7KIeNbbQ0NJag27EBeGtTq { color:rgba(var(--color-primary-0),1);display:block;width:50.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.9184045791626rem;left:12.094184875488rem;height:;text-align:center;text-align-last:center;display:block; }
#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container { background-color: transparent; background-image: none; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container > .video-iframe-container { display: none; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row > .video-iframe-container { display: none; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .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); }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container { border-width: 0; border-radius: 0; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#t17ygnmrVpLrdsJ28xI2XRET4rfuI3HE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.4) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.99805rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.406471252441rem;left:28.75rem;display:block; }
#LVNTwCdTwEMZWUZE1PPT5MBAmzTbCGBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AoMHvzaiGphmEXFMEkSXCx0XgbwSCSAH { box-sizing:content-box;height:20.25rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#151d39;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.2497844696045rem;left:3.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#NEUJ2oXpHadTnkgtadDsbaSRpwzfdqkb { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:10.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mwKWMMSlck7rHcgSGwoBG3HIsTGviLbL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:5.5598945617676rem;left:11.498479843139rem; }
#W4z9CcB61erTn6KT9vdyDhXcGnw7Xtwx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.125rem;left:6.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USkLOzwkI0pPEMxoeEiKIfBLc091vm3U { color:rgba(var(--color-tertiary-0),0.5);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:13.600261688233rem;left:5.3125rem;height:6.9965rem;text-align:left;text-align-last:left;display:block; }
#WTOrHpy34SLRZG4WXrhKx5F6pWo36dDG { color:rgba(var(--color-primary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.125rem;left:5.3125rem;height:1.46180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9TngaKmTL2UuxObt4vNefm4r4PTaCbv { box-sizing:content-box;height:19.9375rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:#151d39;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1868495941162rem;left:28.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ENQ6G1C7gGJamTWmng23roV2IRGkcJHs { color:rgba(var(--color-tertiary-0),0.5);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:13.600261688233rem;left:30.312501907349rem;height:6.9965rem;text-align:left;text-align-last:left;display:block; }
#fNRZ2wbXQwT0oeEqBDwkhD63DeBX6Ifk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.125rem;left:31.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vIVgqPXxZDMqshABz4f6AyNKSZM20GZX { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:35.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MGgdgkANXJZwHT2uRasZ1LUy1Vmmpdok { color:rgba(var(--color-primary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.125rem;left:30.3125rem;height:1.46180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BQbgxeSLdImWiWdLQKlNLHZhcnaxQU10 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:5.5598945617676rem;left:36.498483657837rem; }
#ZMfq71QCiZSRfTnx3TLbNXXqeIH09auf { box-sizing:content-box;height:19.875rem;width:18.75rem;position:absolute;display:block;z-index:15033;background-color:#151d39;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1868495941162rem;left:53.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#isghlEudXI5FgVlZ7cVK1sgFclTpxh4c { color:rgba(var(--color-tertiary-0),0.5);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:13.600261688233rem;left:55.312501907349rem;height:8.3958125rem;text-align:left;text-align-last:left;display:block; }
#KnvrsecR0oiOgQRWDslGxsBK853nGkNF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.124784469604rem;left:56.5625rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#smWR4kqQcqhzB8nzcQNTFfi5OeIxDKOF { color:rgba(var(--color-primary-2),1);display:block;width:1.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.125rem;left:55.3125rem;height:1.46180625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vGPeE1GJpyI4lP7fLuqQML1FFXRmUO75 { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:60.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BqnFJIa7m5yxETgV1E5wMSDnhTQC1r03 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:5.5598945617676rem;left:61.498483657837rem; }
#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container { background-color: transparent; background-image: none; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container > .video-iframe-container { display: none; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row > .video-iframe-container { display: none; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .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); }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container { border-width: 0; border-radius: 0; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#P8nZ9qXFdtQ0wVyR2qsTJMQAQNhmRvXv { color:#3c3833;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FHEnioU6L6xLBUkHChQoeA5uuEM6ORMc { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddee3;border-left:0.0625rem solid #dddee3;border-right:0.0625rem solid #dddee3;border-bottom:0.0625rem solid #dddee3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.5625rem;width:19.125rem;top:13rem;left:7.5rem;display:block; }
#L2tlTSnUNPfFz91FOP3IJb5P1nmt878p { color:#0a0b0b;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18rem;left:8.6875rem;height:1.5434rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlROVtJFCqdkVGiIFcE2R0T25AdJcTI2 { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.1875rem;left:8.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFx7x3XT3NFSNtnciCSPSd2VQPc407B0 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddee3;border-left:0.0625rem solid #dddee3;border-right:0.0625rem solid #dddee3;border-bottom:0.0625rem solid #dddee3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.5625rem;width:19.0625rem;top:13.0625rem;left:27.9375rem;display:block; }
#TUyK7BTVJTnxcKier7kMwBN2lFQBCkQz { box-sizing:content-box;height:2.43696875rem;width:2.43696875rem;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:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:8.5625rem;display:block; }
#TmFugooGNehRyFlSlPA4Umi8HbHP6B0Z { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:8.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iThsDtQ5Z8XrOQK8BsuMupq7vPseftTR { color:#0a0b0b;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18rem;left:29.0625rem;height:1.5434rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SUukccAOU7uA4qwa2vZnpZOIgBk0ctgQ { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.1875rem;left:29.0625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gQNeQHaSyMl0lRCrh9MX8fIcbTJmic61 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddee3;border-left:0.0625rem solid #dddee3;border-right:0.0625rem solid #dddee3;border-bottom:0.0625rem solid #dddee3;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.562125rem;width:19.0625rem;top:13rem;left:48.3125rem;display:block; }
#sU3tTWCVLHPNEpKyBedX9FGHeRXGntiD { color:#0a0b0b;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18rem;left:49.5rem;height:1.5434rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pEKStFrLzkp2awpmAWM25tUTRcsBqABK { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.1875rem;left:49.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FU2vHrsOmbzs6nbxumWBXwWgUWNRHyVr { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.593099594116rem;left:29.498699188233rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhkRZUnBZgZ59XZMLGRaXMqS1bmVpXOo { box-sizing:content-box;height:2.43598125rem;width:2.43598125rem;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:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.18728351593rem;left:29.0625rem;display:block; }
#yISHrtANkPK3k050rZXtR2V39rztlFcF { box-sizing:content-box;height:2.43696875rem;width:2.43696875rem;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:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.1875rem;left:49.5rem;display:block; }
#OigibP1OB3r6uZqfy7GSSHPCkT7n9KLl { color:#ffffff;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5625rem;left:49.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiMRThlXgIA9uFMpsHw9qh8RxNr6OLgp { color:rgba(var(--color-primary-2),1);display:block;width:74.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.8606176376342rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
#PVGtGsrA7qbXH6Q8UpQgPFwpOpwSytpy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.4) ;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(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.99805rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.353160023689rem;left:27.499111175537rem;display:block; }
#LQ9LHTy0PQeo0hS13SHfIpLRGzFU0i6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#begNxoet4smPrrJ93iDgxUlMEIxu0riO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container { background-color: transparent; background-image: none; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container > .video-iframe-container { display: none; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row > .video-iframe-container { display: none; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .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); }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container { border-width: 0; border-radius: 0; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:75rem;position:relative;display:block; }#lCiSesee7K2GbfbvZqVLdaObTsGTAEwp { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.875rem;left:0rem;height:6.599375rem;text-align:center;text-align-last:center;display:block; }
#zItpZ6JK6QxICFOkiI5SmJM3L05vql6T { color:rgba(var(--color-tertiary-2),0.82);display:block;width:35.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.375rem;left:0.75rem;height:8.997375rem;text-align:left;text-align-last:left;display:block; }
#BKo0HuS9uTChmfmZBTduQ6SaattofK7o { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:19.375rem;width:29.125rem;top:5.0000004768372rem;left:41.531036376953rem;overflow:hidden;display:block; }
#dHhGdoFuT6ulTcqDN32TkPfOPa3RLJAe { color:rgba(var(--color-primary-2),1);display:block;width:37.436rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:3.689236164093rem;left:0rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.15);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; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container { background-color: transparent; background-image: none; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container > .video-iframe-container { display: none; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row > .video-iframe-container { display: none; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .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); }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container { border-width: 0; border-radius: 0; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#D46BkqB7wtcg2Rd0TgOSCHxy3XfOvn1R { color:rgba(var(--color-tertiary-2),1);display:block;width:56.624375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.3111991882325rem;left:9.1861991882325rem;height:;text-align:center;text-align-last:center;display:block; }
#IWreC1JydkHq8pf7MaQIeFbmMurWwTsP { color:rgba(var(--color-tertiary-4),0.5);display:block;width:51.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:15.248481750488rem;left:11.937934875488rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#pDU4DDruHVTyioybA1bRCDX9T2FB1Lcu { color:rgba(var(--color-primary-2),1);display:block;width:37.436rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.6245670318604rem;left:18.781467437744rem;height:1.381075rem;text-align:center;text-align-last:center;display:block; }
#Vk1yPEPL0wRrehr53E9KlZKDrHkGsKH2 { box-sizing:content-box;height:3.0625rem;width:14.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MJbPMBZBMMg9Ks96Nx2MG5i0TwlPcGZK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.1875rem;left:19.6875rem;height:1.2999125rem;font-style:normal;display:block; }
#Oc8uZWEbNuKoWXbwk5O3Lev0WmROu31I { position:absolute;display:block;z-index:15020;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:2.25rem;width:2.25rem;top:25.6875rem;left:16.5625rem;overflow:hidden;display:block; }
#QRVJ4DT8WaO6trSFcy35yFAiJqNDEmfD { position:absolute;display:block;z-index:15023;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:2.1875rem;width:2.1875rem;top:29.5rem;left:16.5625rem;overflow:hidden;display:block; }
#SH2orsqWrOc1TfkMuca21UmLc9aczgHP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:29.9375rem;left:19.6875rem;height:1.2999125rem;font-style:normal;display:block; }
#iIb3TExoLqy4E81FWTJvPRvCQ2qHhGDP { position:absolute;display:block;z-index:15023;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:2.25rem;width:2.25rem;top:25.75rem;left:46rem;overflow:hidden;display:block; }
#CJHzf81u6P6LVZ6lMg52RZlSNcqfGLsR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:26.1875rem;left:49.1875rem;height:1.2999125rem;font-style:normal;display:block; }
#i6BFzw2K7Tiv87otOS1iUDkTQQEOaLh8 { position:absolute;display:block;z-index:15026;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:2.25rem;width:2.25rem;top:29.4375rem;left:46rem;overflow:hidden;display:block; }
#sXrMM33x3uG6mmC8vLArMKt3hVOZ5IBv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:29.9375rem;left:49.1875rem;height:1.2999125rem;font-style:normal;display:block; }
#mmKfDc81h1oE0QQbmyZTHfaTz9RA6CTm { position:absolute;display:block;z-index:15027;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:2.1875rem;width:2.1875rem;top:29.4375rem;left:31.1875rem;overflow:hidden;display:block; }
#W38gtJ9OLhwnmk4OvXzxlMEDc6BLH04J { color:rgba(var(--color-tertiary-4),1);display:block;width:10.2494375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:29.9375rem;left:34.375rem;height:1.2999125rem;font-style:normal;display:block; }
#dANNe1JfhcgefmWwtVXA4z73nEih4Z4D { color:rgba(var(--color-tertiary-4),1);display:block;width:10.2485625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.1875rem;left:34.375rem;height:1.2999125rem;font-style:normal;display:block; }
#zLJThEobc6zlbkM86A4V5VOuErSl6PCJ { 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:2.1875rem;width:2.1875rem;top:25.75rem;left:31.1875rem;overflow:hidden;display:block; }
#wyuPP7pWzskRpRtOKyFROgsyxTv4bx2w { box-sizing:content-box;height:3.06196875rem;width:14.2498125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.0625rem;left:15.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CkrWF0V4O42B34Cpw6uuO7aUZxFeuRyd { box-sizing:content-box;height:3.06196875rem;width:14.2489375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.0625rem;left:30.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#wH1hxraXDKlLt4GaGSqS3GGMKlAWgPKI { box-sizing:content-box;height:3.06196875rem;width:14.2489375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:30.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#DTAiFQgKi3e6tszRT3Lr2gRTVsz48m9v { box-sizing:content-box;height:3.06196875rem;width:14.2489375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:45.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UETGV03vDkmV4R1BIazgMNSuzeyZzagl { box-sizing:content-box;height:3.06196875rem;width:14.2489375rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -moz-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -ms-linear-gradient(225deg, #ffd8b4, #dfdcf7);background-image: -o-linear-gradient(225deg, #ffd8b4, #dfdcf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8b4', endColorstr='#dfdcf7' );";background-image: linear-gradient(225deg, #ffd8b4, #dfdcf7);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.0625rem;left:45.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.15);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; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container { background-color: transparent; background-image: none; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container > .video-iframe-container { display: none; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row > .video-iframe-container { display: none; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .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); }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container { border-width: 0; border-radius: 0; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#SmIf08rsgnDTX1E6yWGRMfX9gTueXLrV { color:rgba(var(--color-tertiary-2),1);display:block;width:50.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:2.6056461334229rem;left:12.09250831604rem;height:3.29969375rem;text-align:center;text-align-last:center;display:block; }
#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.19);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; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container { background-color: transparent; background-image: none; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container > .video-iframe-container { display: none; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row > .video-iframe-container { display: none; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .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); }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container { border-width: 0; border-radius: 0; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#hS8dD1qo0vGEw2GdTIOtkKDNUFhlFyNz { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:9.3038330078125rem;left:2.5rem;height:6.3993125rem;text-align:left;text-align-last:left;display:block; }
#kP5IfQwsZ4DhgKLMl8pCyTntn2TSZocA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:5.2562866210938rem;left:2.5rem; }
#g1xEH7taDnI6B5fgrrB9fifOBglvLHBl { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:.4;top:3.5275573730469rem;left:2.5rem; }
#Oy04bgspd8or5MwdlOHlXqBm9OmOagef { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.4375rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#GuyG6AfAZoh1h3eLSki6FgRP2GBHLU1T { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.4375rem;height:0.974825rem;text-align:left;text-align-last:left;display:block; }
#bBWCCdKfkBbMhfX1Lw9k5rwXCTZdDT4A { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:9.3125rem;left:27.5rem;height:6.3993125rem;text-align:left;text-align-last:left;display:block; }
#UbT3xwlWSiBQqv18VybV0ktXo8mqmcwl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23rem;left:27.5rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#MSdScmSMnmnIKdBXdcA5acb3Ju9M2oCE { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.312067985534rem;left:27.5rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#oFF1lUZ1EwIOn6bbccCUJ2XEAiaGVJH9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.25rem;left:27.5rem; }
#KyOGsnXBoLDX6PKvTbzTq5RCIcVB6Lzr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:.4;top:3.5rem;left:27.5rem; }
#AxJh9C9KJvJGs7U18s0l5TwRt2xTqxn4 { color:rgba(var(--color-tertiary-3),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.3125rem;left:52.5rem;height:7.999125rem;text-align:left;text-align-last:left;display:block; }
#B4MXfE4n5DqJ9xxPSe4W5SQniHHfHVkV { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.125rem;left:52.5rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#K9kzXrOxgxOf0eCHoxgo8NsObaKUe6VJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.436850547791rem;left:52.5rem;height:1.94965rem;text-align:left;text-align-last:left;display:block; }
#t3qL6cqxaf17H42fkHZ3VTiSJE7JPQ1K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.43728125rem;width:5.43728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:5.25rem;left:52.5rem; }
#drinEiqeHefXdpGRPVo81VB4q4g7MDMq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:.4;top:3.5rem;left:52.5rem; }
#xT5FlcWkHe82Bqee6lMpRsqUdtPT8ymt { box-sizing:content-box;height:2.1875rem;width:11.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#B2hWClS1EmwXv61TRtCeDHK3vJyGXcbQ { color:rgba(var(--color-tertiary-3),0.5);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15056;line-height:1.6;letter-spacing:0;top:18.625rem;left:3.1875rem;height:1.39930625rem;text-align:left;text-align-last:left;display:block; }
#dw2Te8e8naGf6FMJHMpX30EF0OLMzz2B { box-sizing:content-box;height:2.1875rem;width:11.0625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25550365448rem;left:27.499111175537rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#l4nJPphbzGL7P9PMho4gKlHU1spV1rRx { color:rgba(var(--color-tertiary-3),0.5);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15058;line-height:1.6;letter-spacing:0;top:18.649680137634rem;left:28.243076324463rem;height:1.39930625rem;text-align:left;text-align-last:left;display:block; }
#MTPfV8wVCNRHAI80HDUAEc7s423CoJrc { box-sizing:content-box;height:0.125rem;width:20rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:2.4375rem;display:block; }
#TIxTKlAehGQUVithO9QAg0dJEHcakZ2g { box-sizing:content-box;height:0.124783125rem;width:20rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:27.5rem;display:block; }
#cMS7gUBoh1looB2khtRzRFgS1FSuW6hk { box-sizing:content-box;height:0.124783125rem;width:20rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22rem;left:52.5rem;display:block; }
#zpGRTAdvxaU2uhlkeoA6LLMqcdQ7FRHX { color:rgba(var(--color-tertiary-3),0.5);display:block;width:13.9994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.6;letter-spacing:0;top:18.642577171326rem;left:53.311431884766rem;height:1.39930625rem;text-align:left;text-align-last:left;display:block; }
#AaiGlG7yuQH5ViWII9HuG4TaKtINnISy { box-sizing:content-box;height:2.1875rem;width:11.0618125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.249289512634rem;left:52.498222351074rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.15);background-image:none;position:relative;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container { background-color: transparent; background-image: none; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container > .video-iframe-container { display: none; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row > .video-iframe-container { display: none; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .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); }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container { border-width: 0; border-radius: 0; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#weR7Hh0cd7Jw34vh26lOC3rS3A6RMzWu { box-sizing:content-box;height:31.625rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7494668960571rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#QDUIzR7AdrXwfwq1bapWa9Mr0fr74CAv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:6.123046875rem;left:28.3740234375rem;height:;text-align:left;text-align-last:left;display:block; }
#UTFgpPtJNxT0M9CWcu3xRNFXxvtoapZz { color:rgba(var(--color-tertiary-0),0.5);display:block;width:35.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.998046875rem;left:28.3740234375rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 { color:rgba(var(--color-tertiary-0),0.5);display:block;width:14.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:21.2421875rem;left:28.3740234375rem;height:3.3125rem;text-align:left;text-align-last:left;display:block; }#JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
#ahfszQFGeCx98oaUO6zE80EH0X6rBaiO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.99805rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.96875rem;left:28.3740234375rem;display:block; }
#y0vVAepdqmFbbzQ6XEme7yoSKcf2XCax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE { color:rgba(var(--color-tertiary-0),0.5);display:block;width:17.56125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:21.2421875rem;left:46.873046875rem;height:3.3125rem;text-align:left;text-align-last:left;display:block; }#Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
#LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om { box-sizing:content-box;height:25.0625rem;width:22.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/534f5a04-531d-4b37-8d55-0733164a28a9/e4949525f6f64f6788f335465e7de92d.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.123046875rem;left:3.14697265625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }#LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.adaptive-delivery-prevent-bg, #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.lazyload, #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.lazyloading { background-image: none; }
#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.15);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; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container { background-color: transparent; background-image: none; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container > .video-iframe-container { display: none; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row > .video-iframe-container { display: none; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .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); }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container { border-width: 0; border-radius: 0; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#WIDgS8TCtD9Q29ouzdrTxqRDeMUpblqs { color:rgba(var(--color-tertiary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.7667026519776rem;left:18.75rem;height:6.599625rem;text-align:center;text-align-last:center;display:block; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-element-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;vertical-align:top; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .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; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-2),1);height:auto; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),0.5);height:auto;line-height:1.6;overflow:hidden; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .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; }#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-trigger.adaptive-delivery-prevent-bg, #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-trigger.lazyload, #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-trigger.lazyloading { background-image: none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE { box-sizing:content-box;height:auto;width:62.5rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.63391494751rem;left:5rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qTpdJ0mFin5RVo9e4hZThff1D101plzh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #DQXTOxzg8CBWiPUrvSeaqMwH04oGFBfQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #NCH6BMtuUoXsEX9s5uiJxAg2QIVJFn74 { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #KmrA6VPTLXXR6woM2M0OTLfTdBq04OOa {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #sWfpdaZRdHANkhtQW1nETJ0CZv5VIc4V {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #CSkAuuzVRIdB56R5zXEE6zC7foPk8UyK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #LZRhXKtZbQfcp8FSrtiNNdqWNpqu83kP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JiTz4OW1P8ZMbO4TZkyz2RTnxVQJ5u4K { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #mv1ZeTbyt0dSTVgxdfAmGEdwb89Wdx7Q {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #kkdQxXseBEyNXf3r70PSTzcMGWzxqsE5 { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #uW45TLlbuN1nkLiwcwmrN929Fzpizhal { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #fzd1rWesJJfeBlGoJzSdcEP8gX8rmDoq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #U23lpg3EX6tr7tim3HCoh64rBf1PHPat { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hT7oDHv0ZiQNvwhpk36VpsgqqUk73Mai {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #oAPOcX3dE1fZ1qXDv7pSGTDnHglVsqek { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #utzSGIuTNTVPqBUUO0I6iJVicHp5VUO9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #zTRpcKQvPOKf2UAEbKIQU5BZurNczAvd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #RTciogqNcrGfkyaosKRcVgXVEWktalyN { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #HafzQKJAT8r5pTSadnAkzzrSnb2QdPZU {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #VyJzqd78nLp7mTTzqfnTQU9vvqsIbsdM { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #E81uMaV9vVVkNTTnifC0H7AFICMMo19s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #MvxLFw2ae9phNzTEKhaoVW1Z7anTbkHC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hv7xsr8RToXO5NtSqHG5VqyHd1HNTvDH { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #V6TRPeqHiHOPMdBLrOML8Qe1SSAdrThk {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Eo9bN1zbWTibxdOCx9JhVSUf2v6zFtZD { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #x1NeqKdxzV5ylWmMQFxgHJUdoh3ov3nr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JPi5xydhETBlMTy9w1TDZ02EXFcTKOx1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c5pFPdslS6R6i4lEox6E6Tt27y9S2ftI { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #liDGMCeKeZy6WnS5VgWoIsGQIzqBVnlp {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #L8KSGc1SE28K4Uc87FGUEmevy45JBMUi { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #rJSUpgzkOCJcITGRc1C7miVTs1Uh02eB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #ezN1xOawfCXqKPV0NgEdMQmzOkbZye1l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #xk0R5WJXIbWhpFp6PnsUVSBClKPliO3S { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c3tBTBJD4JSWKxVs3rCdSwhDrd6i9yMR {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Sg6fb64VddXTDyGC3Mr4V35LfXFXgtBt { display:none; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #i40zar5LoeFv7RcQedWR9wJkIZNXM7bT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #BaV2I3e0665yqW5lsFUOTGmB1AJJkZT5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #OGFzvqVd3XGd0umJTdTfkQr3SQTU63TJ { display:block;position:relative; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #bRFoGlADFQIHbXkk3XTDUQb2igTiJKHG {  }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qsK5pHqzeSoG6pLm5VavWiQn384yrNGA { display:none; }
#iXwirF35lD1PARxcqvKnvEeTi8i5whFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container { background-color: transparent; background-image: none; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container > .video-iframe-container { display: none; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row > .video-iframe-container { display: none; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .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); }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container { border-width: 0; border-radius: 0; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#kZKqpr4vOC5JZtexPkR9N8JWJihoRKN2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:4.74935rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#nlCP9NnMvQwT19Ikimc159oxgJ8vpqqt { color:rgba(var(--color-tertiary-0),0.3);display:block;width:25.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:5.9375rem;left:0rem;height:4.19791875rem;text-align:left;text-align-last:left;display:block; }
#k8T8RvEMfpDOadODqbkkTOH2AUT5vzRU { color:rgba(var(--color-tertiary-0),0.3);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:2.3;letter-spacing:0;top:4.6875rem;left:43.75rem;height:2.01215rem;display:block; }
#DGO0UTWEltqhpRVJZc9o6bwfzJRVa6l6 { color:rgba(var(--color-tertiary-0),0.6);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:3.375rem;left:43.75rem;height:1.39930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iVgi6nrtXc5nHBBcde2BylGJrXxLd2Wy { color:rgba(var(--color-tertiary-0),0.3);display:block;width:25.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:17.8125rem;left:49.499784469604rem;height:1.19965rem;text-align:right;text-align-last:right;display:block; }
#UHJoVryqIvJuZHqulhh1WPRVPskGLdwH { color:rgba(var(--color-tertiary-0),0.3);display:block;width:25.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:17.8125rem;left:0rem;height:1.19965rem;text-align:left;text-align-last:left;display:block; }
#odTTcRgKlAwN9rXrmianb4T5OiTn5Jdy { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.936859130859rem;left:0rem;display:block; }
#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 { position:relative;display:none; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 { border-width: 0; border-radius: 0; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .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; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ { position:relative;display:none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ { border-width: 0; border-radius: 0; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .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; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e0wvL1MHgRAlRefQqUON9QbfCc9N590G { display:block; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4BwkTwXpNB40Tv6xTI7QZQoVN7cKfG5 { top:1.5625rem;left:0rem;width:5.1875rem;height:2.0363978310258rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZctPS2x8afRkaAlBWVhqMxzHKn4RmhPn { width:13.6875rem;height:3rem;top:1.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpadCerK1dexln37LmrdpNdllwcgxLLH { display:block; }
 }@media only screen and (max-width: 763px) { #ivbbIWHg59VANgk23CPfvTOeK7oyNNLK { display:block; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLhaiyBr0JV8tWgHBaaVH8JI80JhWndF { width:37.8125rem;height:6.5625rem;top:6.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqxC42T0TM49UWfcHXmeI87W5XN8k5y { width:35.3125rem;height:9.4375rem;top:15.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shCsh3bKET9TXF3NPr8yoVVoFwqkdcIu { width:17.5rem;height:3.75rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPwgtL53SQGSJaoCTnJzCICHJ9bKKW2s { display:block; }
 }@media only screen and (max-width: 763px) { #JpdT2PFZEfRXULBJ6NOVETb39e6pJMP7 { top:32.1875rem;left:0rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimJktfCma9KZPT8Am0lpMDGNHB6lSVF { top:35rem;left:0rem;width:8.8125rem;height:7.3212941998775rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5 { top:6.1875rem;left:23.625rem;width:24.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ { display:block; } #o5b019642a472d3b30ada9a093049102.widget-smartsection *:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="text"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="email"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="tel"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection textarea:focus-visible { outline: none; } #T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq { display:block; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTR2NLEr1O7KIeNbbQ0NJag27EBeGtTq { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn { display:block; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t17ygnmrVpLrdsJ28xI2XRET4rfuI3HE { width:20rem;height:2.9375rem;top:24.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNTwCdTwEMZWUZE1PPT5MBAmzTbCGBz { display:block; }
 }@media only screen and (max-width: 763px) { #AoMHvzaiGphmEXFMEkSXCx0XgbwSCSAH { top:3.1875rem;left:0rem;width:18.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEUJ2oXpHadTnkgtadDsbaSRpwzfdqkb { top:4.5625rem;left:5.9375rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwKWMMSlck7rHcgSGwoBG3HIsTGviLbL { top:5.5rem;left:6.9359798431394rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4z9CcB61erTn6KT9vdyDhXcGnw7Xtwx { top:10.0625rem;left:2rem;width:12.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USkLOzwkI0pPEMxoeEiKIfBLc091vm3U { top:13.5625rem;left:0.75rem;width:14.375rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOrHpy34SLRZG4WXrhKx5F6pWo36dDG { top:10.125rem;left:0.75rem;width:1.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TngaKmTL2UuxObt4vNefm4r4PTaCbv { top:3.125rem;left:13rem;width:18.75rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENQ6G1C7gGJamTWmng23roV2IRGkcJHs { top:13.5625rem;left:16.625rem;width:14.375rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNRZ2wbXQwT0oeEqBDwkhD63DeBX6Ifk { top:10.0625rem;left:17.875rem;width:11.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVgqPXxZDMqshABz4f6AyNKSZM20GZX { top:4.5625rem;left:21.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGgdgkANXJZwHT2uRasZ1LUy1Vmmpdok { top:10.125rem;left:16.625rem;width:1.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbgxeSLdImWiWdLQKlNLHZhcnaxQU10 { top:5.5rem;left:22.810983657837rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfq71QCiZSRfTnx3TLbNXXqeIH09auf { top:3.125rem;left:28.875rem;width:18.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isghlEudXI5FgVlZ7cVK1sgFclTpxh4c { top:13.5625rem;left:32.5rem;width:14.375rem;height:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnvrsecR0oiOgQRWDslGxsBK853nGkNF { top:10.0625rem;left:33rem;width:14.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWR4kqQcqhzB8nzcQNTFfi5OeIxDKOF { top:10.125rem;left:32.5rem;width:1.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPeE1GJpyI4lP7fLuqQML1FFXRmUO75 { top:4.5625rem;left:37.6875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqnFJIa7m5yxETgV1E5wMSDnhTQC1r03 { top:5.5rem;left:38.685983657837rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRbaRJVeEgmUWotyibCX5d71bgq10Ozq { display:block; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8nZ9qXFdtQ0wVyR2qsTJMQAQNhmRvXv { width:47.75rem;height:3.625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHEnioU6L6xLBUkHChQoeA5uuEM6ORMc { width:19.0625rem;height:12.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2tlTSnUNPfFz91FOP3IJb5P1nmt878p { width:16.875rem;height:1.5rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlROVtJFCqdkVGiIFcE2R0T25AdJcTI2 { width:16.875rem;height:3rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFx7x3XT3NFSNtnciCSPSd2VQPc407B0 { width:19.0625rem;height:12.5rem;top:13.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUyK7BTVJTnxcKier7kMwBN2lFQBCkQz { top:14.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFugooGNehRyFlSlPA4Umi8HbHP6B0Z { width:1.5625rem;height:1.5625rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThsDtQ5Z8XrOQK8BsuMupq7vPseftTR { width:16.875rem;height:1.5rem;top:17.9375rem;left:15.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUukccAOU7uA4qwa2vZnpZOIgBk0ctgQ { width:16.875rem;height:4.5rem;top:20.125rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNeQHaSyMl0lRCrh9MX8fIcbTJmic61 { width:19.0625rem;height:12.5rem;top:13rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3tTWCVLHPNEpKyBedX9FGHeRXGntiD { width:16.875rem;height:1.5rem;top:17.9375rem;left:30.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEKStFrLzkp2awpmAWM25tUTRcsBqABK { width:16.875rem;height:4.4375rem;top:20.125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2vHrsOmbzs6nbxumWBXwWgUWNRHyVr { width:1.5625rem;height:1.5625rem;top:14.5625rem;left:15.873699188233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkRZUnBZgZ59XZMLGRaXMqS1bmVpXOo { top:14.125rem;left:15.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yISHrtANkPK3k050rZXtR2V39rztlFcF { top:14.1875rem;left:35.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigibP1OB3r6uZqfy7GSSHPCkT7n9KLl { width:1.5625rem;height:1.5625rem;top:14.5625rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiMRThlXgIA9uFMpsHw9qh8RxNr6OLgp { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVGtGsrA7qbXH6Q8UpQgPFwpOpwSytpy { width:20rem;height:2.9375rem;top:28.3125rem;left:13.874111175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9LHTy0PQeo0hS13SHfIpLRGzFU0i6d { display:block; }
 }@media only screen and (max-width: 763px) { #begNxoet4smPrrJ93iDgxUlMEIxu0riO { display:block; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCiSesee7K2GbfbvZqVLdaObTsGTAEwp { top:6.875rem;left:0rem;width:37.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItpZ6JK6QxICFOkiI5SmJM3L05vql6T { top:15.3125rem;left:0rem;width:35.9375rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKo0HuS9uTChmfmZBTduQ6SaattofK7o { top:5rem;left:18.375rem;width:29.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHhGdoFuT6ulTcqDN32TkPfOPa3RLJAe { top:3.6875rem;left:0rem;width:37.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n { display:block; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D46BkqB7wtcg2Rd0TgOSCHxy3XfOvn1R { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWreC1JydkHq8pf7MaQIeFbmMurWwTsP { top:15.1875rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDU4DDruHVTyioybA1bRCDX9T2FB1Lcu { top:4.5625rem;left:5.1564674377441rem;width:37.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk1yPEPL0wRrehr53E9KlZKDrHkGsKH2 { top:25.3125rem;left:2rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJbPMBZBMMg9Ks96Nx2MG5i0TwlPcGZK { top:26.1875rem;left:6.0625rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8uZWEbNuKoWXbwk5O3Lev0WmROu31I { top:25.6875rem;left:2.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRVJ4DT8WaO6trSFcy35yFAiJqNDEmfD { top:29.5rem;left:2.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH2orsqWrOc1TfkMuca21UmLc9aczgHP { top:29.9375rem;left:6.0625rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIb3TExoLqy4E81FWTJvPRvCQ2qHhGDP { top:25.75rem;left:32.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHzf81u6P6LVZ6lMg52RZlSNcqfGLsR { top:26.1875rem;left:35.5625rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6BFzw2K7Tiv87otOS1iUDkTQQEOaLh8 { top:29.4375rem;left:32.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXrMM33x3uG6mmC8vLArMKt3hVOZ5IBv { top:29.9375rem;left:35.5625rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKfDc81h1oE0QQbmyZTHfaTz9RA6CTm { top:29.4375rem;left:17.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W38gtJ9OLhwnmk4OvXzxlMEDc6BLH04J { top:29.9375rem;left:20.75rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dANNe1JfhcgefmWwtVXA4z73nEih4Z4D { top:26.1875rem;left:20.75rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJThEobc6zlbkM86A4V5VOuErSl6PCJ { top:25.75rem;left:17.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyuPP7pWzskRpRtOKyFROgsyxTv4bx2w { top:29.0625rem;left:2rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrWF0V4O42B34Cpw6uuO7aUZxFeuRyd { top:29.0625rem;left:16.75rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH1hxraXDKlLt4GaGSqS3GGMKlAWgPKI { top:25.3125rem;left:16.75rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAiFQgKi3e6tszRT3Lr2gRTVsz48m9v { top:25.3125rem;left:31.5625rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETGV03vDkmV4R1BIazgMNSuzeyZzagl { top:29.0625rem;left:31.5625rem;width:14.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL { display:block; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmIf08rsgnDTX1E6yWGRMfX9gTueXLrV { top:2.5625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS { display:block; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS8dD1qo0vGEw2GdTIOtkKDNUFhlFyNz { top:9.25rem;left:0rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP5IfQwsZ4DhgKLMl8pCyTntn2TSZocA { top:5.25rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xEH7taDnI6B5fgrrB9fifOBglvLHBl { top:3.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy04bgspd8or5MwdlOHlXqBm9OmOagef { top:23rem;left:0rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuyG6AfAZoh1h3eLSki6FgRP2GBHLU1T { top:24.3125rem;left:0rem;width:20.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBWCCdKfkBbMhfX1Lw9k5rwXCTZdDT4A { top:9.25rem;left:11.75rem;width:20rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbT3xwlWSiBQqv18VybV0ktXo8mqmcwl { top:22.9375rem;left:15.875rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSdScmSMnmnIKdBXdcA5acb3Ju9M2oCE { top:24.25rem;left:12.875rem;width:20.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFF1lUZ1EwIOn6bbccCUJ2XEAiaGVJH9 { top:5.25rem;left:15.875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOGsnXBoLDX6PKvTbzTq5RCIcVB6Lzr { top:3.5rem;left:15.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxJh9C9KJvJGs7U18s0l5TwRt2xTqxn4 { top:9.25rem;left:27.625rem;width:20rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4MXfE4n5DqJ9xxPSe4W5SQniHHfHVkV { top:23.125rem;left:31.75rem;width:15.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kzXrOxgxOf0eCHoxgo8NsObaKUe6VJ { top:24.375rem;left:26.875rem;width:20.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qL6cqxaf17H42fkHZ3VTiSJE7JPQ1K { top:5.25rem;left:31.75rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drinEiqeHefXdpGRPVo81VB4q4g7MDMq { top:3.5rem;left:31.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT5FlcWkHe82Bqee6lMpRsqUdtPT8ymt { top:18.25rem;left:0rem;width:11.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hWClS1EmwXv61TRtCeDHK3vJyGXcbQ { top:18.5625rem;left:0rem;width:10.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2Te8e8naGf6FMJHMpX30EF0OLMzz2B { top:18.25rem;left:15.5rem;width:11.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4nJPphbzGL7P9PMho4gKlHU1spV1rRx { top:18.625rem;left:15.875rem;width:13.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTPfV8wVCNRHAI80HDUAEc7s423CoJrc { top:22rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxTKlAehGQUVithO9QAg0dJEHcakZ2g { top:21.875rem;left:11.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMS7gUBoh1looB2khtRzRFgS1FSuW6hk { top:22rem;left:27.625rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpGRTAdvxaU2uhlkeoA6LLMqcdQ7FRHX { top:18.625rem;left:31.75rem;width:13.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaiGlG7yuQH5ViWII9HuG4TaKtINnISy { top:18.1875rem;left:31.75rem;width:11rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus { display:block; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weR7Hh0cd7Jw34vh26lOC3rS3A6RMzWu { top:2.6875rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDUIzR7AdrXwfwq1bapWa9Mr0fr74CAv { top:6.0625rem;left:10.25rem;width:37.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFgpPtJNxT0M9CWcu3xRNFXxvtoapZz { top:14.9375rem;left:11.8125rem;width:35.9375rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 { top:21.1875rem;left:14.7490234375rem;width:14.75rem;height:3.3125rem;font-size:0.9375rem;display:block; }#JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
 }@media only screen and (max-width: 763px) { #ahfszQFGeCx98oaUO6zE80EH0X6rBaiO { width:17.5rem;height:2.9375rem;top:27.9375rem;left:14.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vVAepdqmFbbzQ6XEme7yoSKcf2XCax { display:block; }
 }@media only screen and (max-width: 763px) { #Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE { top:21.1875rem;left:30.25rem;width:17.5rem;height:3.3125rem;font-size:0.9375rem;display:block; }#Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
 }@media only screen and (max-width: 763px) { #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om { top:6.0625rem;left:0rem;width:22.5625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMzkyQAybveCk8MymJq6gtTOsf9eTrbt { display:block; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIDgS8TCtD9Q29ouzdrTxqRDeMUpblqs { top:4.75rem;left:5.125rem;width:37.5rem;height:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE { display:flex;height:auto;width:27.8125rem;top:14.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qTpdJ0mFin5RVo9e4hZThff1D101plzh {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #DQXTOxzg8CBWiPUrvSeaqMwH04oGFBfQ {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #NCH6BMtuUoXsEX9s5uiJxAg2QIVJFn74 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #KmrA6VPTLXXR6woM2M0OTLfTdBq04OOa {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #sWfpdaZRdHANkhtQW1nETJ0CZv5VIc4V {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #CSkAuuzVRIdB56R5zXEE6zC7foPk8UyK {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #LZRhXKtZbQfcp8FSrtiNNdqWNpqu83kP {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JiTz4OW1P8ZMbO4TZkyz2RTnxVQJ5u4K {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #mv1ZeTbyt0dSTVgxdfAmGEdwb89Wdx7Q {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #kkdQxXseBEyNXf3r70PSTzcMGWzxqsE5 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #uW45TLlbuN1nkLiwcwmrN929Fzpizhal {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #fzd1rWesJJfeBlGoJzSdcEP8gX8rmDoq {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #U23lpg3EX6tr7tim3HCoh64rBf1PHPat {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hT7oDHv0ZiQNvwhpk36VpsgqqUk73Mai {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #oAPOcX3dE1fZ1qXDv7pSGTDnHglVsqek {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #utzSGIuTNTVPqBUUO0I6iJVicHp5VUO9 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #zTRpcKQvPOKf2UAEbKIQU5BZurNczAvd {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #RTciogqNcrGfkyaosKRcVgXVEWktalyN {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #HafzQKJAT8r5pTSadnAkzzrSnb2QdPZU {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #VyJzqd78nLp7mTTzqfnTQU9vvqsIbsdM {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #E81uMaV9vVVkNTTnifC0H7AFICMMo19s {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #MvxLFw2ae9phNzTEKhaoVW1Z7anTbkHC {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hv7xsr8RToXO5NtSqHG5VqyHd1HNTvDH {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #V6TRPeqHiHOPMdBLrOML8Qe1SSAdrThk {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Eo9bN1zbWTibxdOCx9JhVSUf2v6zFtZD {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #x1NeqKdxzV5ylWmMQFxgHJUdoh3ov3nr {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JPi5xydhETBlMTy9w1TDZ02EXFcTKOx1 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c5pFPdslS6R6i4lEox6E6Tt27y9S2ftI {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #liDGMCeKeZy6WnS5VgWoIsGQIzqBVnlp {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #L8KSGc1SE28K4Uc87FGUEmevy45JBMUi {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #rJSUpgzkOCJcITGRc1C7miVTs1Uh02eB {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #ezN1xOawfCXqKPV0NgEdMQmzOkbZye1l {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #xk0R5WJXIbWhpFp6PnsUVSBClKPliO3S {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c3tBTBJD4JSWKxVs3rCdSwhDrd6i9yMR {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Sg6fb64VddXTDyGC3Mr4V35LfXFXgtBt {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #i40zar5LoeFv7RcQedWR9wJkIZNXM7bT {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #BaV2I3e0665yqW5lsFUOTGmB1AJJkZT5 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #OGFzvqVd3XGd0umJTdTfkQr3SQTU63TJ {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #bRFoGlADFQIHbXkk3XTDUQb2igTiJKHG {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qsK5pHqzeSoG6pLm5VavWiQn384yrNGA {  }
 }@media only screen and (max-width: 763px) { #iXwirF35lD1PARxcqvKnvEeTi8i5whFr { display:block; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZKqpr4vOC5JZtexPkR9N8JWJihoRKN2 { top:2.75rem;left:0rem;width:4.6875rem;height:2.4674429132408rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCP9NnMvQwT19Ikimc159oxgJ8vpqqt { top:5.9375rem;left:0rem;width:25.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8T8RvEMfpDOadODqbkkTOH2AUT5vzRU { top:4.6875rem;left:30.125rem;width:12.5rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGO0UTWEltqhpRVJZc9o6bwfzJRVa6l6 { top:3.3125rem;left:30.125rem;width:11.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVgi6nrtXc5nHBBcde2BylGJrXxLd2Wy { top:17.8125rem;left:22.3125rem;width:25.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJoVryqIvJuZHqulhh1WPRVPskGLdwH { top:17.8125rem;left:0rem;width:25.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odTTcRgKlAwN9rXrmianb4T5OiTn5Jdy { top:16.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 { display:none; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ { display:none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e0wvL1MHgRAlRefQqUON9QbfCc9N590G { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { background-color: transparent; background-image: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container > .video-iframe-container { display: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container { display: none; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .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); }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { border-width: 0; border-radius: 0; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0wvL1MHgRAlRefQqUON9QbfCc9N590G > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4BwkTwXpNB40Tv6xTI7QZQoVN7cKfG5 { width:5.18555rem;height:2.03369375rem;top:1.16943359375rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZctPS2x8afRkaAlBWVhqMxzHKn4RmhPn { width:11.499rem;height:2.99926875rem;top:0.68603515625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpadCerK1dexln37LmrdpNdllwcgxLLH { display:block; }
 }@media only screen and (max-width: 763px) { #ivbbIWHg59VANgk23CPfvTOeK7oyNNLK { display:block; }#ivbbIWHg59VANgk23CPfvTOeK7oyNNLK > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLhaiyBr0JV8tWgHBaaVH8JI80JhWndF { width:18.75rem;height:6.18489375rem;top:6.1865234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqxC42T0TM49UWfcHXmeI87W5XN8k5y { width:18.75rem;height:11.39975rem;top:23.46923828125rem;left:0.625rem;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #shCsh3bKET9TXF3NPr8yoVVoFwqkdcIu { width:17.5rem;height:3.75rem;top:15.732421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPwgtL53SQGSJaoCTnJzCICHJ9bKKW2s { display:block; }
 }@media only screen and (max-width: 763px) { #JpdT2PFZEfRXULBJ6NOVETb39e6pJMP7 { width:16.6858125rem;height:1.2999125rem;top:20.777587890625rem;left:1.656494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimJktfCma9KZPT8Am0lpMDGNHB6lSVF { width:5.3737rem;height:4.5612rem;top:12.796875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRWTBx5kvO30R6r1KadKwJQpMEWlEXA5 { width:20rem;height:27.8125rem;top:36.118713623047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ { display:block; } #o5b019642a472d3b30ada9a093049102.widget-smartsection *:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="text"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="email"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection input[type="tel"]:focus-visible, #o5b019642a472d3b30ada9a093049102.widget-smartsection textarea:focus-visible { outline: none; } #T7kQE1ERtZUGugoElgJGIJWBAmTvu1fQ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq { display:block; }#T1eebhaFtdbCn0G7VJ7UTOSt6Eym4MRq > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTR2NLEr1O7KIeNbbQ0NJag27EBeGtTq { width:20rem;height:6.5983125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn { display:block; }#VMpsZCWiLFEM3PGGTtiT3HwutAiZfIdn > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t17ygnmrVpLrdsJ28xI2XRET4rfuI3HE { width:18.4375rem;height:2.9370125rem;top:59.124755859375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNTwCdTwEMZWUZE1PPT5MBAmzTbCGBz { display:block; }
 }@media only screen and (max-width: 763px) { #AoMHvzaiGphmEXFMEkSXCx0XgbwSCSAH { width:18.75rem;height:18.125rem;top:1.25rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NEUJ2oXpHadTnkgtadDsbaSRpwzfdqkb { width:3.9987rem;height:3.9987rem;top:2.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwKWMMSlck7rHcgSGwoBG3HIsTGviLbL { display:flex;width:1.9987rem;height:1.9987rem;top:3.55859375rem;left:8.997398376465rem; }
 }@media only screen and (max-width: 763px) { #W4z9CcB61erTn6KT9vdyDhXcGnw7Xtwx { width:12.7486875rem;height:1.462675rem;top:8.125rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USkLOzwkI0pPEMxoeEiKIfBLc091vm3U { width:14.375rem;height:6.99325rem;top:11.60026550293rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTOrHpy34SLRZG4WXrhKx5F6pWo36dDG { width:1.1237rem;height:1.462675rem;top:8.125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TngaKmTL2UuxObt4vNefm4r4PTaCbv { width:18.75rem;height:18.125rem;top:20.625rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ENQ6G1C7gGJamTWmng23roV2IRGkcJHs { width:14.375rem;height:6.99325rem;top:31.03776550293rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNRZ2wbXQwT0oeEqBDwkhD63DeBX6Ifk { width:11.875rem;height:1.462675rem;top:27.5625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIVgqPXxZDMqshABz4f6AyNKSZM20GZX { width:3.9362rem;height:3.9362rem;top:22rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGgdgkANXJZwHT2uRasZ1LUy1Vmmpdok { width:1.1237rem;height:1.462675rem;top:27.5625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQbgxeSLdImWiWdLQKlNLHZhcnaxQU10 { display:flex;width:1.9987rem;height:1.9987rem;top:22.99609375rem;left:8.997398376465rem; }
 }@media only screen and (max-width: 763px) { #ZMfq71QCiZSRfTnx3TLbNXXqeIH09auf { width:18.75rem;height:18.125rem;top:40.0625rem;left:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #isghlEudXI5FgVlZ7cVK1sgFclTpxh4c { width:14.375rem;height:8.3919375rem;top:50.5rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnvrsecR0oiOgQRWDslGxsBK853nGkNF { width:13.0611875rem;height:2.92535rem;top:47rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWR4kqQcqhzB8nzcQNTFfi5OeIxDKOF { width:1.1237rem;height:1.462675rem;top:47rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGPeE1GJpyI4lP7fLuqQML1FFXRmUO75 { width:3.9362rem;height:3.9362rem;top:41.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqnFJIa7m5yxETgV1E5wMSDnhTQC1r03 { display:flex;width:1.9987rem;height:1.9987rem;top:42.4375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #dRbaRJVeEgmUWotyibCX5d71bgq10Ozq { display:block; }#dRbaRJVeEgmUWotyibCX5d71bgq10Ozq > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8nZ9qXFdtQ0wVyR2qsTJMQAQNhmRvXv { width:20rem;height:7.3111875rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHEnioU6L6xLBUkHChQoeA5uuEM6ORMc { width:18.9375rem;height:12.6875rem;top:11.187065124512rem;left:0.49913197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2tlTSnUNPfFz91FOP3IJb5P1nmt878p { width:16.25rem;height:1.54296875rem;top:15.809462547303rem;left:2.2786460518837rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlROVtJFCqdkVGiIFcE2R0T25AdJcTI2 { width:16.25rem;height:4.50195rem;top:18.379992485046rem;left:2.2786460518837rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RFx7x3XT3NFSNtnciCSPSd2VQPc407B0 { width:19.0625rem;height:12.5rem;top:24.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUyK7BTVJTnxcKier7kMwBN2lFQBCkQz { width:2.375rem;height:2.375rem;top:12.271050810814rem;left:1.8739150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFugooGNehRyFlSlPA4Umi8HbHP6B0Z { width:1.5625rem;height:1.625rem;top:12.644315123558rem;left:2.2786460518837rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iThsDtQ5Z8XrOQK8BsuMupq7vPseftTR { width:16.875rem;height:1.54296875rem;top:29.75rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUukccAOU7uA4qwa2vZnpZOIgBk0ctgQ { width:16.875rem;height:4.50195rem;top:31.9375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQNeQHaSyMl0lRCrh9MX8fIcbTJmic61 { width:19.0625rem;height:12.5rem;top:38.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU3tTWCVLHPNEpKyBedX9FGHeRXGntiD { width:16.875rem;height:1.54296875rem;top:43.6875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEKStFrLzkp2awpmAWM25tUTRcsBqABK { width:16.875rem;height:4.50195rem;top:45.875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU2vHrsOmbzs6nbxumWBXwWgUWNRHyVr { width:1.5625rem;height:1.625rem;top:26.375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhkRZUnBZgZ59XZMLGRaXMqS1bmVpXOo { width:2.375rem;height:2.375rem;top:25.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yISHrtANkPK3k050rZXtR2V39rztlFcF { width:2.375rem;height:2.375rem;top:39.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigibP1OB3r6uZqfy7GSSHPCkT7n9KLl { width:1.5625rem;height:1.625rem;top:40.25rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiMRThlXgIA9uFMpsHw9qh8RxNr6OLgp { width:20rem;height:1.3808625rem;top:0.88650357723238rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVGtGsrA7qbXH6Q8UpQgPFwpOpwSytpy { width:20rem;height:2.9375rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9LHTy0PQeo0hS13SHfIpLRGzFU0i6d { display:block; }
 }@media only screen and (max-width: 763px) { #begNxoet4smPrrJ93iDgxUlMEIxu0riO { display:block; }#begNxoet4smPrrJ93iDgxUlMEIxu0riO > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCiSesee7K2GbfbvZqVLdaObTsGTAEwp { width:20rem;height:6.1853rem;top:4.8741321563721rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zItpZ6JK6QxICFOkiI5SmJM3L05vql6T { width:20rem;height:12.8038125rem;top:12.873264312744rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKo0HuS9uTChmfmZBTduQ6SaattofK7o { width:19.749375rem;height:13.125rem;top:27.174479484558rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHhGdoFuT6ulTcqDN32TkPfOPa3RLJAe { width:20rem;height:1.3808625rem;top:2.1245660781861rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n { display:block; }#Az3UPSxhqi7NdTPdJ9ymIqi8lcUFZE6n > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D46BkqB7wtcg2Rd0TgOSCHxy3XfOvn1R { width:20rem;height:8.79775rem;top:3.997802734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWreC1JydkHq8pf7MaQIeFbmMurWwTsP { width:18.125rem;height:20.8875625rem;top:14.061405181885rem;left:0.93750005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDU4DDruHVTyioybA1bRCDX9T2FB1Lcu { width:20rem;height:1.38020625rem;top:1.7491319179535rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk1yPEPL0wRrehr53E9KlZKDrHkGsKH2 { width:14.25rem;height:3.0625rem;top:37.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJbPMBZBMMg9Ks96Nx2MG5i0TwlPcGZK { width:10.249rem;height:1.2999125rem;top:38rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc8uZWEbNuKoWXbwk5O3Lev0WmROu31I { width:2.25rem;height:2.25rem;top:37.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRVJ4DT8WaO6trSFcy35yFAiJqNDEmfD { width:2.1875rem;height:2.1875rem;top:48.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH2orsqWrOc1TfkMuca21UmLc9aczgHP { width:10.249rem;height:1.2999125rem;top:49.0625rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIb3TExoLqy4E81FWTJvPRvCQ2qHhGDP { width:2.25rem;height:2.25rem;top:44.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHzf81u6P6LVZ6lMg52RZlSNcqfGLsR { width:10.249rem;height:1.2999125rem;top:45.4375rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6BFzw2K7Tiv87otOS1iUDkTQQEOaLh8 { width:2.25rem;height:2.25rem;top:56.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXrMM33x3uG6mmC8vLArMKt3hVOZ5IBv { width:10.2478125rem;height:1.2999125rem;top:56.5625rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKfDc81h1oE0QQbmyZTHfaTz9RA6CTm { width:2.1875rem;height:2.1875rem;top:52.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W38gtJ9OLhwnmk4OvXzxlMEDc6BLH04J { width:10.18675rem;height:1.2999125rem;top:52.875rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dANNe1JfhcgefmWwtVXA4z73nEih4Z4D { width:10.1855625rem;height:1.2999125rem;top:41.75rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLJThEobc6zlbkM86A4V5VOuErSl6PCJ { width:2.1875rem;height:2.1875rem;top:41.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyuPP7pWzskRpRtOKyFROgsyxTv4bx2w { width:14.1875rem;height:3rem;top:48.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrWF0V4O42B34Cpw6uuO7aUZxFeuRyd { width:14.1875rem;height:3rem;top:52rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH1hxraXDKlLt4GaGSqS3GGMKlAWgPKI { width:14.1875rem;height:3rem;top:40.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAiFQgKi3e6tszRT3Lr2gRTVsz48m9v { width:14.1875rem;height:3rem;top:44.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETGV03vDkmV4R1BIazgMNSuzeyZzagl { width:14.1875rem;height:3rem;top:55.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL { display:block; }#qNfgC1dO0XTMkHmSoqWIOQyQu3VTs4QL > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmIf08rsgnDTX1E6yWGRMfX9gTueXLrV { width:15.1236875rem;height:6.1853rem;top:1.25rem;left:2.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS { display:block; }#BA0rnAH2nlfVFvTsOKeuBlQEOiPLK6dS > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS8dD1qo0vGEw2GdTIOtkKDNUFhlFyNz { width:15.625rem;height:6.99325rem;top:12.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP5IfQwsZ4DhgKLMl8pCyTntn2TSZocA { display:flex;width:5.3737rem;height:5.3737rem;top:8.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #g1xEH7taDnI6B5fgrrB9fifOBglvLHBl { display:flex;width:2.8125rem;height:2.8125rem;top:7.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Oy04bgspd8or5MwdlOHlXqBm9OmOagef { width:12.5rem;height:1.2999125rem;top:25.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuyG6AfAZoh1h3eLSki6FgRP2GBHLU1T { width:15.7486875rem;height:1.94921875rem;top:27.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBWCCdKfkBbMhfX1Lw9k5rwXCTZdDT4A { width:15.625rem;height:6.99325rem;top:37.6875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbT3xwlWSiBQqv18VybV0ktXo8mqmcwl { width:12.5rem;height:1.2999125rem;top:50.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSdScmSMnmnIKdBXdcA5acb3Ju9M2oCE { width:15.8111875rem;height:1.9487875rem;top:52.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFF1lUZ1EwIOn6bbccCUJ2XEAiaGVJH9 { display:flex;width:5.3735375rem;height:5.3735375rem;top:33.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #KyOGsnXBoLDX6PKvTbzTq5RCIcVB6Lzr { display:flex;width:2.8125rem;height:2.8125rem;top:31.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AxJh9C9KJvJGs7U18s0l5TwRt2xTqxn4 { width:15.625rem;height:8.3919375rem;top:59.8125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4MXfE4n5DqJ9xxPSe4W5SQniHHfHVkV { width:12.5rem;height:1.2999125rem;top:3.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9kzXrOxgxOf0eCHoxgo8NsObaKUe6VJ { width:14.9361875rem;height:1.94921875rem;top:4.375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3qL6cqxaf17H42fkHZ3VTiSJE7JPQ1K { display:flex;width:5.3737rem;height:5.3737rem;top:55.75rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #drinEiqeHefXdpGRPVo81VB4q4g7MDMq { display:flex;width:2.8125rem;height:2.8125rem;top:54rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #xT5FlcWkHe82Bqee6lMpRsqUdtPT8ymt { width:12.4375rem;height:2.1875rem;top:20.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2hWClS1EmwXv61TRtCeDHK3vJyGXcbQ { width:13.25rem;height:1.39865625rem;top:20.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw2Te8e8naGf6FMJHMpX30EF0OLMzz2B { width:11.9995rem;height:2.1875rem;top:46.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4nJPphbzGL7P9PMho4gKlHU1spV1rRx { width:15rem;height:1.39865625rem;top:47.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTPfV8wVCNRHAI80HDUAEc7s423CoJrc { width:17.5rem;height:0.123698125rem;top:24.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxTKlAehGQUVithO9QAg0dJEHcakZ2g { width:17.5rem;height:0.0611979375rem;top:49.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMS7gUBoh1looB2khtRzRFgS1FSuW6hk { width:17.5rem;height:0.0611979375rem;top:1.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpGRTAdvxaU2uhlkeoA6LLMqcdQ7FRHX { width:13.9355625rem;height:1.39865625rem;top:70.0173664093rem;left:1.6250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaiGlG7yuQH5ViWII9HuG4TaKtINnISy { width:10.999375rem;height:2.1875rem;top:69.623483657837rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus { display:block; }#BbHg26zcVSCKNTEHP5MGIwfpg4IT7sus > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weR7Hh0cd7Jw34vh26lOC3rS3A6RMzWu { width:20rem;height:49.3111875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDUIzR7AdrXwfwq1bapWa9Mr0fr74CAv { width:16.875rem;height:6.18489375rem;top:3.87451171875rem;left:1.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFgpPtJNxT0M9CWcu3xRNFXxvtoapZz { width:16.875rem;height:7.2005rem;top:13.81103515625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 { width:14.7485625rem;height:3.31163125rem;top:22.374267578125rem;left:1.5625rem;font-size:0.9375rem;display:block; }#JGAt0Wou3K3gtfAV0TtwqPSu5lGw2U78 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
 }@media only screen and (max-width: 763px) { #ahfszQFGeCx98oaUO6zE80EH0X6rBaiO { width:14.6875rem;height:2.93579375rem;top:32.061767578125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0vVAepdqmFbbzQ6XEme7yoSKcf2XCax { display:block; }
 }@media only screen and (max-width: 763px) { #Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE { width:16.8103125rem;height:3.31163125rem;top:26.995849609375rem;left:1.59423828125rem;font-size:0.9375rem;display:block; }#Ftiy5yV7OCyrpEdupygJMqAX3NXHzaeE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7cda2991cedbb912bc6874950563c2b2516277bb.svg); }
 }@media only screen and (max-width: 763px) { #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om { width:17.75rem;height:12.25rem;top:36.434326171875rem;left:1.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/52636001-4c14-42b3-81fd-6cf1870959a8/9b30122466d945c78aeffed739247c9e.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.adaptive-delivery-prevent-bg, #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.lazyload, #LTe8yPazL02u3NXAOEzHHQTnmaPSA1Om.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lMzkyQAybveCk8MymJq6gtTOsf9eTrbt { display:block; }#lMzkyQAybveCk8MymJq6gtTOsf9eTrbt > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIDgS8TCtD9Q29ouzdrTxqRDeMUpblqs { width:20rem;height:4.1235375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-heading-text { font-size:1rem;height:auto;line-height:1.3;overflow:hidden; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE .accordion-desc-text { font-size:0.875rem;height:auto; }
#elAWAUHsr2HByw12ptlrX8z00FPZ2oWE { display:flex;height:auto;width:20rem;top:6.625rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qTpdJ0mFin5RVo9e4hZThff1D101plzh {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #DQXTOxzg8CBWiPUrvSeaqMwH04oGFBfQ {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #NCH6BMtuUoXsEX9s5uiJxAg2QIVJFn74 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #KmrA6VPTLXXR6woM2M0OTLfTdBq04OOa {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #sWfpdaZRdHANkhtQW1nETJ0CZv5VIc4V {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #CSkAuuzVRIdB56R5zXEE6zC7foPk8UyK {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #LZRhXKtZbQfcp8FSrtiNNdqWNpqu83kP {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JiTz4OW1P8ZMbO4TZkyz2RTnxVQJ5u4K {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #mv1ZeTbyt0dSTVgxdfAmGEdwb89Wdx7Q {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #kkdQxXseBEyNXf3r70PSTzcMGWzxqsE5 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #uW45TLlbuN1nkLiwcwmrN929Fzpizhal {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #fzd1rWesJJfeBlGoJzSdcEP8gX8rmDoq {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #U23lpg3EX6tr7tim3HCoh64rBf1PHPat {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hT7oDHv0ZiQNvwhpk36VpsgqqUk73Mai {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #oAPOcX3dE1fZ1qXDv7pSGTDnHglVsqek {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #utzSGIuTNTVPqBUUO0I6iJVicHp5VUO9 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #zTRpcKQvPOKf2UAEbKIQU5BZurNczAvd {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #RTciogqNcrGfkyaosKRcVgXVEWktalyN {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #HafzQKJAT8r5pTSadnAkzzrSnb2QdPZU {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #VyJzqd78nLp7mTTzqfnTQU9vvqsIbsdM {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #E81uMaV9vVVkNTTnifC0H7AFICMMo19s {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #MvxLFw2ae9phNzTEKhaoVW1Z7anTbkHC {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #hv7xsr8RToXO5NtSqHG5VqyHd1HNTvDH {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #V6TRPeqHiHOPMdBLrOML8Qe1SSAdrThk {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Eo9bN1zbWTibxdOCx9JhVSUf2v6zFtZD {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #x1NeqKdxzV5ylWmMQFxgHJUdoh3ov3nr {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #JPi5xydhETBlMTy9w1TDZ02EXFcTKOx1 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c5pFPdslS6R6i4lEox6E6Tt27y9S2ftI {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #liDGMCeKeZy6WnS5VgWoIsGQIzqBVnlp {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #L8KSGc1SE28K4Uc87FGUEmevy45JBMUi {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #rJSUpgzkOCJcITGRc1C7miVTs1Uh02eB {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #ezN1xOawfCXqKPV0NgEdMQmzOkbZye1l {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #xk0R5WJXIbWhpFp6PnsUVSBClKPliO3S {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #c3tBTBJD4JSWKxVs3rCdSwhDrd6i9yMR {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #Sg6fb64VddXTDyGC3Mr4V35LfXFXgtBt {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #i40zar5LoeFv7RcQedWR9wJkIZNXM7bT {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #BaV2I3e0665yqW5lsFUOTGmB1AJJkZT5 {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #OGFzvqVd3XGd0umJTdTfkQr3SQTU63TJ {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #bRFoGlADFQIHbXkk3XTDUQb2igTiJKHG {  }
 }@media only screen and (max-width: 763px) { #elAWAUHsr2HByw12ptlrX8z00FPZ2oWE #qsK5pHqzeSoG6pLm5VavWiQn384yrNGA {  }
 }@media only screen and (max-width: 763px) { #iXwirF35lD1PARxcqvKnvEeTi8i5whFr { display:block; }#iXwirF35lD1PARxcqvKnvEeTi8i5whFr > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZKqpr4vOC5JZtexPkR9N8JWJihoRKN2 { width:4.6875rem;height:2.46614375rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCP9NnMvQwT19Ikimc159oxgJ8vpqqt { width:20rem;height:4.1959625rem;top:4.96484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8T8RvEMfpDOadODqbkkTOH2AUT5vzRU { width:12.5rem;height:2.01063125rem;top:10.4140625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGO0UTWEltqhpRVJZc9o6bwfzJRVa6l6 { width:11.5625rem;height:1.39865625rem;top:21.7109375rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVgi6nrtXc5nHBBcde2BylGJrXxLd2Wy { width:20rem;height:0;top:31.145812988281rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UHJoVryqIvJuZHqulhh1WPRVPskGLdwH { width:20rem;height:1.19921875rem;top:31.145812988281rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odTTcRgKlAwN9rXrmianb4T5OiTn5Jdy { width:20rem;height:0.0611979375rem;top:30.26953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container { background-color: transparent; background-image: none; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container > .video-iframe-container { display: none; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row > .video-iframe-container { display: none; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .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); }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container { border-width: 0; border-radius: 0; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhzHAx89VsagUZMN1FBp87Iu4r5lA4B5 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container { background-color: transparent; background-image: none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container > .video-iframe-container { display: none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row > .video-iframe-container { display: none; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .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); }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container { border-width: 0; border-radius: 0; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PORPCUbnkeQzyuKFX2Te43BNZ6Mxv1RZ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }