.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:225,248,249;--color-primary-1:156,233,234;--color-primary-2:57,211,212;--color-primary-3:29,106,106;--color-primary-4:9,32,32;--color-secondary-0:218,231,236;--color-secondary-1:133,176,191;--color-secondary-2:11,97,126;--color-secondary-3:6,49,63;--color-secondary-4:2,15,19;--color-tertiary-0:255,255,255;--color-tertiary-1:236,245,242;--color-tertiary-2:191,222,210;--color-tertiary-3:96,111,105;--color-tertiary-4:19,22,21;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Unbounded"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk { position:relative;display:block; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk { background-color: transparent; background-image: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container > .video-iframe-container { display: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row > .video-iframe-container { display: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .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); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk { border-width: 0; border-radius: 0; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .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; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .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:8.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OCdwGcIFsyMoKUvQLEOXmnwTRABKgsLm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.4674479961395rem;left:57.93620300293rem;display:block; }
#mhEGR77JTBt625RpAMfyuRArV0pxZpaP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ya2rri9Kaa7n95Q4zJ1gvQfIbyqlgCZo { background-color:rgba(var(--color-primary-1),0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:2.1;overflow:hidden;position:absolute;width:6.875rem;height:2.87435rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:3.1875rem;left:68.125rem;display:block; }
#u4Tg7Hdy8NJgulP1f0n46ATkf9wG5488 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rFeT7QoKmHSw3qkgAAcDULb90nvh4zL9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.624rem;height:2.311525rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:3.4986979961395rem;left:30.99870300293rem;display:block; }
#pT69nXUopPsKOgmcZQQSCOq1BnqKf51K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HC8DvJHzgOqZD4iSlc3Z0II2DIwQd2Gl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249rem;height:2.311525rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:3.4986979961395rem;left:40.497398376465rem;display:block; }
#OHOemrWiL2PJFhlxHE1OmNdHxMziiUmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfS3AI7rBdNhFX36uTTvLwwE1He8xw5K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.31055rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:3.4986979961395rem;left:48.43620300293rem;display:block; }
#ztzphC5HKy9qi3ilLfRakQcbTo6kZEBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvnQMd2heAcMZwczMeccD6mSvDfEsKA6 { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.249625rem;width:7.249625rem;top:0.90553951263425rem;left:0rem;overflow:hidden;display:block; }
#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { background-color: transparent; background-image: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container > .video-iframe-container { display: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container { display: block; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .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); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { border-width: 0; border-radius: 0; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#feaqRBEKsdBGn9CNofMqyqQWIGGcLWOF { color:rgba(var(--color-tertiary-0),1);display:block;width:64.125rem;position:absolute;font-family:unbounded;font-size:4.5625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),1);top:3.6860793828964rem;left:2.6875rem;height:10.0375rem;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; }
#W4UE2ehIXGATlcnWTBFxXsign951UyAL { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:dinamit;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:32.75rem;left:2.6875rem;height:3.8984375rem;font-style:normal;display:block; }
#k4Fvv9Ln7dHWwkqOLJrTrgIg9izh41uv { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:dinamit;font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:14.2490234375rem;left:2.875rem;height:3.8984375rem;font-style:normal;display:none; }
#gBchPNaZ7lpF21dLETirvb5UQDFHcuec { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:38.4375rem;left:2.6875rem;height:1.1375rem;font-style:normal;display:block; }
#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC { position:relative;display:block; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC { background-color: transparent; background-image: none; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row .container > .video-iframe-container { display: none; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row > .video-iframe-container { display: none; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .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); }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC { border-width: 0; border-radius: 0; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .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; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .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:15.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QxzXDuSRX2RndbFUlhnzuGbrFQRFxZpk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:3.5rem;left:8.1875rem; }
#sZgcPRM0ViC2XWZxbMsPOHUaJE3480Xd { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.400390625rem;left:0.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFW4awniWa2n7IpudaKai2T5u6nUFd9p { color:#6c757b;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:11.3125rem;left:2.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9xtFvgNgrPrIOelpWFHwtgZlagLcoB2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:3.5rem;left:26.5625rem; }
#qf5ngLCn0tOZhBLGc78qHsdThXu1U8E2 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:8.375rem;left:19.6875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPshVbtoP2IsTLVwZMa7S6a9dgLdkGMo { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.3125rem;left:19.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Igll7tpoUD4icn0geru7vHTBrt0euaTe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:3.46875rem;left:64.40625rem; }
#nmrbwUnRvTf30NDJkNLZX9urJLZXZCKH { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.400390625rem;left:57.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXP21IlLxTKAWzszPByZeCkqMiVUmuKT { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:11.3125rem;left:57.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DM5cSFTv8dxEnOahhb5dOh6MidUIuygJ { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.400390625rem;left:38.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c44NgTQyVDBbzk1t8LxUt0n2dT17LzFA { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:3.46875rem;left:45.65625rem; }
#Uqiabncxr8OAT12pSx9Gtif369Ecc7Lv { color:#6c757b;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:11.3125rem;left:38.4375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9ef6bdf-2173-421c-b827-c53c11b0209a/plagedesaleccia_24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA.adaptive-delivery-prevent-bg, #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA.lazyload, #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA.lazyloading { background-image: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { background-color: transparent; background-image: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .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); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { border-width: 0; border-radius: 0; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;position:relative;display:block; }#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-form-header {  }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:#211747;width:19.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-3),1);font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:1rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dcdae5;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-button { border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.5rem;margin-bottom:0.25rem;margin-left:4.5rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:10.5625rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container:first-of-type{padding-top:0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container:last-of-type{padding-bottom:0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:38.49755859375rem;top:8.96142578125rem;z-index:15024;position:absolute; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ {display:block;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:38.49755859375rem;top:8.96142578125rem;z-index:15024;position:absolute; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PgPNTqMigZwX5odGs3g1cZVeBOGaBITn { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UgpHlX1BlXOEOURwH1KAfetaNRThTdkD { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ROtKsJUqDWLwkeW8chGfP3HBa8zed6iA { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #nvTWlyUM28CRCqadEBgq7gX6lnqozfVB { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #O4QKirsMD3I5LQ6ESJciOQrKi2f3hIzJ { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #g8CPdTeAkK8Db8aA2mlXuvKe1dpRRI5y { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #w9vZEE2zr6yMLbUEEXDr34G1Ib4A7IgR { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #MOnMS0m6F9T0LEdSDf0P5QryAToTZiU5 { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #C7vI1zh6kdtW3thFMlWXTGPNvwQiyeGm { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #QqkZydlbcghG8TF0TB3QcmDnT9f6lAzz { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #TZm6cz4JGXGPS2MmHxNe9Vm1QXLMQ5D7 { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #qO9IiSQCslgRH1hwB0yB8NNkOgHxCMkC { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #X0OXETlvdcXuKTxVCPptcHVayrAQXnTX { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wh73pgZInKT5O9Ru8fFI6BoxKwxX4PT6 { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fe8a95wJaO6uCKdQNmbNTXhEVdXDHJu1 { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #dq2v2dvn8Zf99uPJfBn5fLtE4as8ckoP { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #FTb6Pbil2qLJmVRskZTsB5uEVkv1G9ED { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Uu2EXVeaoXW1I68WbCq7mEmiW8U7qELh { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wb6UaWowdt5NkCLpRmuJ9zl49oQ7b2wV { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ChxPbtT4rARduGTKa05uc1LguVhSdSFs { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #vDH2mCzJApdTPvApEH3IfiC89rn8CDQN { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PAakTCdP5TQqGHriAQNCg3D3X8H2XzfX { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #iPu7XSkbaHZ7Rouoy4fBuVo2kzynT5mf { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #miRbIz58gbWXVn1bSCiu8U1RruIXKtEq { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #yWQ22EvmPfxOkuMZ45orRxy8PZkUT1de { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #k7yBTBmw0zNXImMPgk3zLvJgeuHtX2R6 { position:relative;z-index:2; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #B6qSN9tgluRqUbz8cm1eOxOgVKsKmB3V { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fVk5uu1DpyFq94PucVzMrIVeFfSkJEaZ { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UxhH7n7bCXn4Wm5dtzQWt4KLf3f1LBcu { position:relative;z-index:2; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #s9Kb9EF1oPvapUgNRvR7TcU7v4uIbpG6 { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #enGZZ3hFOeFS30Na0u5IwxTzDmZiKwmu { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #awJTScBfdVNTBK58U145IBgctPMqCw9P { position:relative;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #HTRhXJoDTsDo1zQIHPzgCHy9s0T3e43E { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #apZ3xOCcwo5EqbPwxeVos0KHu6N71Aut { position:relative; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fUgmZMDvTDV1SfJvc2cWXzKmBruTSUTQ { position:relative; }
#pvth2a3Z2IT2IAezDFI4vb8wXkRiLNAx { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:9.625rem;left:11.875rem;height:10.347625rem;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; }
#BFsZIwpgqTAD2Ap5NN8bMNKkcfbBg0NB { box-sizing:content-box;height:36.3125rem;width:43.75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.5625004768369rem;left:7.9687519073488rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#wDcNsV8Qe9Q7LdPDW8B9E4z0mvfNlgHL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:23.296875rem;left:11.875rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QaR9RT9sZktrke3pv7v1tKsT2oSgZW4m { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:23.296875rem;left:11.875rem;height:15.7552rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { background-color: transparent; background-image: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { display: none; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .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); }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { border-width: 0; border-radius: 0; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { color:#211747;display:block;width:45.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:4.25rem;left:14.875rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xOJuipsX59285TXesbPPTAPMF4DhKpMe { color:rgba(33,23,71,0.4);display:block;width:45.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.25rem;left:14.875rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#po51m12Wh2kSVHNmUEULb2XtlJFybLHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container { background-color: transparent; background-image: none; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container > .video-iframe-container { display: none; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row > .video-iframe-container { display: none; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .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); }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container { border-width: 0; border-radius: 0; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#SXhlD4GE9c39bKStfQvGe12nt8z56CXH { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:3.7863979339599rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Kut6DfoyOkk9sz6GcqWfChA0fnTnXVkv { color:#211747;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.6015625rem;left:8.224609375rem;height:2.923825rem;font-style:normal;display:block; }
#WAPE533K2kT6Tr3zyH0LPsTuHVtkXDWZ { z-index:15069;top:26.367538452149rem;left:7.28515625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4993125rem;height:2.43696875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z3UT3CqGJGdAp13RQ5BsEwtgKhA5VRLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VLtSimeT3d8ZXy0K4p6cHvNIBXk1gIGT { color:rgba(var(--color-secondary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:8.224609375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLpTA3Q4nzkLQk5dEl30mP5LoMITKcv5 { color:#211747;display:block;width:14.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.883697509766rem;left:6.7853336334231rem;height:1.21875rem;font-style:normal;display:block; }
#Vkf3pxvheBXbJepuF8rnUe46BoqFQiP0 { color:#211747;display:block;width:5.5612rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:25.099960327149rem;left:9.0349788665769rem;height:0.89375rem;font-style:normal;display:block; }
#rlT9FD9LuFfKKvHeJshvQuQp9ZiIJ1Bb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.5859375rem;left:5.84765625rem; }
#WHcJrvHR3Ts4eeCQL5ftBEDO1tDw9SML { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:20.91796875rem;left:8.1943359375rem;height:1.1375rem;font-style:normal;display:block; }
#Dz5Mb9TMkAKzD5dO29v5PCWn0EJPrxqq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.061525rem;width:1.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.0546875rem;left:5.78515625rem; }
#Jd06r7UMzmOe4zrfVoBD7ixL0eDGQmVc { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:31.9375rem;left:4.4371452331543rem;height:0.975rem;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; }
#LTy25dgPRwCI1r82IyMB3DTT9AuawLhv { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:31.749282836914rem;left:11.998401641846rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vNT1CntqeWTnNtJrBJ1SJnMMApTer70n { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:34.125rem;left:4.4362564086914rem;height:0.975rem;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; }
#Z4rmx5crxWIRvbbWrfsiFLbFX1GDkuSh { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:34.125rem;left:11.998401641846rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ustBJa3Qp64TzZ0wxey3POSQJtQCTQZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:36.435897827149rem;left:4.4362564086914rem;height:0.975rem;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; }
#ZGETmTqO3qG0NyTdrciJJx2uX2VmFKmT { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:36.435897827149rem;left:11.998401641846rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#OaOR1tVyKd3bruW39KTwz1sufet61Lbm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:38.634048461914rem;left:4.4362564086914rem;height:0.975rem;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; }
#VVuBzb7TK9NNVfdX06NUuxgCmFgqdvvZ { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:38.498229980469rem;left:11.998401641846rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/eaad4892-c8a0-40f1-89c6-c526ce381c42/2BAHIA.jpg");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:2.177734375rem;left:5.037109375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW.adaptive-delivery-prevent-bg, #Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW.lazyload, #Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW.lazyloading { background-image: none; }
#GFg5CTAZpxrKRE7NvMML667OoKfnnDsr { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:21.5107421875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#CZIUHy36mKXg98FE5a2B3UZ0aR3u6I1f { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.0625rem;left:39.0849609375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#wfdA32K0ibNlQFXpgL06TsUkzg5FHyfp { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:56.8408203125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4dfb2627-540f-4d9c-8626-68501ade41b7/3LEOPARD.JPG");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:2.1875rem;left:22.7607421875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd.adaptive-delivery-prevent-bg, #JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd.lazyload, #JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd.lazyloading { background-image: none; }
#Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6bb3453a-6846-42d9-8a0b-7707cabd728a/lagoon42.jpg");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:2.1875rem;left:40.3349609375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz.adaptive-delivery-prevent-bg, #Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz.lazyload, #Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz.lazyloading { background-image: none; }
#cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e0da375b-e39d-42e5-a3dc-a5c65057fdcf/nautitech.jpg");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:2.1875rem;left:58.0908203125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P.adaptive-delivery-prevent-bg, #cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P.lazyload, #cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P.lazyloading { background-image: none; }
#TgJBKRsDcl7KiHiFo3n3fNShAeE1XPzH { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.591796875rem;left:24.9599609375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xwu1JVXTQ1Ux7pO8wrvZvdH9RSlPoe4v { color:#211747;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.6015625rem;left:25.6357421875rem;height:2.923825rem;font-style:normal;display:block; }
#Q7oqpbwoE8Rfny1Ha4xScmcBzkgbzUNL { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.9375rem;left:26.0625rem;height:1.1375rem;font-style:normal;display:block; }
#G4lEODpmzDdUwvTrDRBxrEtJ6SsBlBXB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:21.0625rem;left:23.875rem; }
#K8G3dQs2A8xlrZIv46ssoaBqDTKwndxe { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:24.666193008423rem;height:1.21875rem;font-style:normal;display:block; }
#iVyLlRqtf62ordoWyZ0QVFI9bNLLmfZA { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:25.100845336914rem;left:26.853693008423rem;height:0.89375rem;font-style:normal;display:block; }
#oqMnVyTsmG7SQ9AG0qfbZaEUTEvy0LTp { z-index:15072;top:26.366653442382rem;left:24.884588241577rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.499rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vDVVwqqZdLmiVX0hNAqJDabi5vWley4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEx1kW4xVV3f5aXiOPd8TmKQxAFxqK9s { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:31.9375rem;left:22.249643325806rem;height:0.975rem;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; }
#xM2TVJ5E0pQD65AxMCpQTs1OA7m4LoDE { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:31.749282836914rem;left:29.81178855896rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#r6Z6hxZbNHt6iS3rrB9VyRTEMgAIPkAX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:34.125rem;left:22.249643325806rem;height:0.975rem;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; }
#oXNbvAKXUTQpPHIiSDQRs0kv2eAcy4VS { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:34.125rem;left:29.81178855896rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#sqRohlhFlSoawDZLZVm20PyXU4F0DcTR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:36.436782836914rem;left:22.249643325806rem;height:0.975rem;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; }
#G7fL1cNKG8XdEfycdIxPP39WWWvAv4R5 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:36.436782836914rem;left:29.81178855896rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#We4vbuRW8kHuV7OuXvQhuHrWceeU6Dta { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:38.749465942382rem;left:22.249643325806rem;height:0.975rem;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; }
#uohTKx6mklA7JdlkteZAIsP0Oa1leHO0 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:38.687316894531rem;left:29.81178855896rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TMydF2u1lb8xqnI89RoMGBCrCtSoTCFO { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:42.5537109375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MDDqdSKNUbIEeT6TK2ScJJtydDzov9H0 { color:#211747;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.6015625rem;left:43.625rem;height:2.923825rem;font-style:normal;display:block; }
#q60smiHOFOVFFoxRMwme1L3lKNU2JGmI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:21rem;left:41.4375rem; }
#gk0Xplni8iXIQShrlrzo1Ig34ef7H9Cr { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.9375rem;left:43.625rem;height:1.1375rem;font-style:normal;display:block; }
#Pf3PPRsAnQO0RfE41ZiQKDZ76ZaLoTNI { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:23.936965942382rem;left:42.249643325806rem;height:1.21875rem;font-style:normal;display:block; }
#UXg2ZKnQCVnCG3VcdOUgA7dN27XzorvG { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:25.124816894531rem;left:44.437143325806rem;height:0.89375rem;font-style:normal;display:block; }
#QIPHFqa6c3BPE50K2QMnGef2dFxqlbyD { z-index:15081;top:26.374649047851rem;left:42.499998092651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.499rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vxu4p6F7KXHw02B79THSkun7yxMGng0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODf1vKeWWWiGVNwTW6ScDasfgNTa0kV6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:32.125rem;left:39.8125rem;height:0.975rem;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; }
#ItEnCvpIbJvtvvkwx1W9qCCbZuvL4wz8 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:31.9375rem;left:47.375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#z6JIFiTo9nBKZHCi7Zo2pi46qvTMXvWR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:34.25rem;left:39.8125rem;height:0.975rem;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; }
#Pa7AmsBgXJ2TNxrnzx5FCTGFvJ7wxBu0 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.0625rem;left:47.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vKP7K0witTN2KASL5W9TGrSZGL61GWky { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:36.5625rem;left:39.8125rem;height:0.975rem;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; }
#lpSimELzlmrbgvrvge9uiHREJJd9sLUn { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:36.375rem;left:47.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pvCo9BvQMaqQPo3ZEPcnMuNCEc5taymd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:38.75rem;left:39.8125rem;height:0.975rem;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; }
#JPQde9ngqm4zToumwTczaFNpdQZ4zSqw { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:38.5625rem;left:47.375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#orViVzAbd8Xvts8A015PbkIak6LNwLOb { color:#211747;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:14.6015625rem;left:61.25rem;height:3.8984375rem;font-style:normal;display:block; }
#GKZPGqd0y8g96LkJakd4ZD6x2w4dt5DN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:21rem;left:59.0625rem; }
#sJurSTfN5LE0K6yeQEBy0onpKSWihJOH { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:20.9375rem;left:61.25rem;height:1.1375rem;font-style:normal;display:block; }
#eHTR9p99a23WArfRCxSpPZJT4wCqOtBD { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:23.9375rem;left:59.875rem;height:1.21875rem;font-style:normal;display:block; }
#WXvVc3GFbISZdbr2fw6TFC7Q3bNNbVJr { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15059;line-height:1.1;letter-spacing:0;top:25.125rem;left:62.0625rem;height:0.89375rem;font-style:normal;display:block; }
#fuZUss2gmc9DoVI3kCDidTK368P7dr62 { z-index:15090;top:26.367182731628rem;left:60.214841842651rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.498375rem;height:2.43608125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#safI1OknDTDsGvF6xAXwrU2JaaKSWanA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTVxlmKwIfeKGEgdNFanzopPZB325peW { color:rgba(var(--color-tertiary-3),1);display:block;width:11.373375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.052734375rem;left:8.162109375rem;height:1.7875rem;font-style:normal;display:block; }
#ubQgNMa6IlIena6u2q3TtAZV8wfgAxCs { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.052734375rem;left:26.2177734375rem;height:0.89355625rem;font-style:normal;display:block; }
#p4KS92hnTFAnk3tAVIcTgxZg4eMSUR8v { color:rgba(var(--color-tertiary-3),1);display:block;width:11.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.052734375rem;left:43.716796875rem;height:0.89355625rem;font-style:normal;display:block; }
#x9iK960m6Wo3mhdPADXGW3SwMTpIUzqm { color:rgba(var(--color-tertiary-3),1);display:block;width:11.37075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.052734375rem;left:61.34375rem;height:0.89355625rem;font-style:normal;display:block; }
#oF0tkZag6irXZTVuNuKVCLdRoaSKelTs { color:rgba(var(--color-secondary-2),1);display:block;width:10.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:59.589841842651rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a1XF6cZiprn7fD9K1MLhBLS6ymGdOSsW { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:31.9375rem;left:65.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#y5Ak1MTJP1ZDriRrvq9IECDsn1EzDxHg { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:32.125rem;left:57.5625rem;height:0.975rem;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; }
#cDAEu4oBm2I59WUt8JOu9o77fck5OlHs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:34.1875rem;left:57.5625rem;height:0.975rem;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; }
#mZdBhmDxnPI3d7d7eSid0NCvS0fPOU7l { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:34.0625rem;left:65.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#nSSw7oTTfn2WfRNguIbJZi4ssLEiGt3r { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:36.375rem;left:65.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#orbbFTdLvoxa4MMnXhPi07hLc6GvMV9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:36.5rem;left:57.5625rem;height:0.975rem;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; }
#Dv1CT5ro4BfZlkbK2cX1XpCSvE09QaTw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:38.6875rem;left:57.5625rem;height:0.975rem;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; }
#JF0SzaBC9sz3rM3KiAiqJ34BmsCvss8p { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.2;letter-spacing:0;top:38.5625rem;left:65.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#SZNAsKZSTkwe7IG1t6y9OlHQFlkSuhil { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:15.5859375rem;left:23.5224609375rem; }
#eMyK6whBF4hfmMfEPAqZT74wIQQXGPu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:15.80078125rem;left:41.1171875rem; }
#svJRtdLtfHbS0brv43WevCxzBcp3sGyG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:15.80078125rem;left:58.84375rem; }
#uSk6mvThXSOhQB886RxShSP1PDmK2gsv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container { background-color: transparent; background-image: none; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container > .video-iframe-container { display: none; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row > .video-iframe-container { display: none; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .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); }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container { border-width: 0; border-radius: 0; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#MD2eGpl5FJXvPbDZVo1KE4y7eG8HJErO { color:rgba(var(--color-secondary-2),1);display:block;width:30.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:1.826171875rem;left:20.9375rem;height:3.84765rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pgVheGywca439Gn0qVGzVA2TrNqPxV3x { color:rgba(var(--color-secondary-1),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:7.36328125rem;left:20.9375rem;height:1.1375rem;font-style:italic;display:block; }
#adPNnNk14w7rsh2ZA9SFppIpwrdqdtrJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.1857261657715rem;left:11.342329025269rem; }
#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container { background-color: transparent; background-image: none; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container > .video-iframe-container { display: none; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row > .video-iframe-container { display: none; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .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); }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container { border-width: 0; border-radius: 0; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#xgpwfWwkMMcXaESoL97xtIQz4u0oRttV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.84375rem;left:11.28125rem; }
#HUwVG6ZPItIFKTdPaBCCf16yxEcQWLV5 { color:rgba(var(--color-secondary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:1.001953125rem;left:20.90625rem;height:2.8857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container { background-color: transparent; background-image: none; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container > .video-iframe-container { display: none; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row > .video-iframe-container { display: none; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .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); }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container { border-width: 0; border-radius: 0; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#cS9tq7ine2XMewS892XtSbZOegexxRk2 { color:#211747;display:block;width:45.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:4.1875rem;left:14.9052734375rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qt7QNNFrkAVOGMPE3vAN9Imvylp53iaT { color:rgba(33,23,71,0.4);display:block;width:45.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.25rem;left:14.875rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container { background-color: transparent; background-image: none; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container > .video-iframe-container { display: none; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row > .video-iframe-container { display: none; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .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); }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container { border-width: 0; border-radius: 0; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#FQr8ARmuVDUZ75IKfbDk887FmGmMTJXI { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:18.223438262939rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rx3mQIENLdm9v1B2lgcnV9RcgM3GlGuA { color:#211747;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.07421875rem;left:22.63125038147rem;height:2.923825rem;font-style:normal;display:block; }
#gs1wMaOTelJXX8oThnNXwrPnK8G2APw2 { z-index:15069;top:26.3671875rem;left:21.72265625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4993125rem;height:2.43696875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uoHSGndBE6GLv0iXHfAO6Cp8lHEtCQCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DG3MO3JsqGdyOnhyIBsTeJZkb49xf6V1 { color:rgba(var(--color-secondary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.65390777587888rem;left:20.910938262939rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JqdJwmJFzIM0mHFLUqih4PbvS5xgpxsA { color:#211747;display:block;width:14.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:21.22265625rem;height:1.21875rem;font-style:normal;display:block; }
#EmC6lXSJiBFTFL6aBlxxNFseUxTkopNT { color:#211747;display:block;width:5.5612rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:25.099220275879rem;left:23.47109413147rem;height:0.89375rem;font-style:normal;display:block; }
#kZAB7q3aQ1S7NTTVBkUq3fzqbAhHlVoG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4995125rem;width:1.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.40625rem;left:20.21875rem; }
#p9EMNnvUDcz698XPOMX85HIzmn7h0CC0 { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:20.66796875rem;left:22.63125038147rem;height:1.1375rem;font-style:normal;display:block; }
#w7v3SDcQlU52RXBz2TK7fiFAr0IUGIJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:20.7421875rem;left:20.4375rem; }
#yUdG1St4aC06INbcRWyxzmE7aVU5HIkl { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:31.9375rem;left:18.87343788147rem;height:0.975rem;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; }
#PMsMa11yuyP4rJqSDX1TqsKq9tfEHJyy { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:31.748435974121rem;left:26.43515586853rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#mXHq87Ax5JQtGySeSfxRT1rLWNdVuX2z { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:34.125rem;left:18.87265586853rem;height:0.975rem;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; }
#t3FWrFo0LRVOioCzJmwb900XlFzLp7Tp { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:34.125rem;left:26.43515586853rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#AXJOMbWQR68IC6TAnqnav1Tu68NBWvwT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:36.435157775879rem;left:18.87265586853rem;height:0.975rem;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; }
#gyVb66u3mXTOq5KhTJ0i9slXgwSS5ybd { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:36.435157775879rem;left:26.43515586853rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fKQgSTcT3IrqJuu9Lt4WzxpWyR8vAk8O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:38.633598327637rem;left:18.87265586853rem;height:0.975rem;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; }
#VpCely3Ti2KtxlB1JtXeeCZf0wyifwZw { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:38.497657775879rem;left:26.43515586853rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aa994f3c-b140-420a-96a2-fa9f1b312ff6/beneteau.jpg");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:2.1773452758789rem;left:19.47421836853rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN.adaptive-delivery-prevent-bg, #X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN.lazyload, #X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN.lazyloading { background-image: none; }
#X7ucFc2WUvOqWfigTCg4TTJAJHmJRK0W { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:39.459377288818rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0.74);background-image:url("https://images.assets-landingi.com/uc/69bdeea9-882b-40df-9c8b-929b312d90a3/4DUFOUR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:40.709377288818rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T.adaptive-delivery-prevent-bg, #FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T.lazyload, #FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T.lazyloading { background-image: none; }
#G5CC9m6oZVFtdonp0ggNFxKP6KNc5qSO { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.65390777587888rem;left:42.928127288818rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ksSwR7kWQSN7z9q1xLioBS8xTfxOti6D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4995125rem;width:1.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:15.4375rem;left:41.5625rem; }
#hi5f5kLeQ3WAviEkQTTA04TKCa32MIJV { color:#211747;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.560935974121rem;left:44rem;height:2.923825rem;font-style:normal;display:block; }
#noqvIcXF5V3TXTypzPlvaWZihUtxxkou { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:20.75rem;left:41.8125rem; }
#fnGMqAXUQy7u5xJT8ViliN9l4kytpNMr { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.6875rem;left:44rem;height:1.1375rem;font-style:normal;display:block; }
#QO34GoqVDWozhTLP6Roz0fNkTRyNP2sa { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:23.935935974121rem;left:42.623439788818rem;height:1.21875rem;font-style:normal;display:block; }
#BiO9OpByQ8xU3ugx672GTQZ4SkFrDNRK { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:25.123435974121rem;left:44.810939788818rem;height:0.89375rem;font-style:normal;display:block; }
#V7wq0SikvxFqTQT9NczCFT8TSd4fwQyH { z-index:15081;top:26.373435974121rem;left:42.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.499rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P3Zgv3gV92l0VXiNX858C0psaUwmRAr5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXooXGEvMLbShvWefTJz9TqBBWEeMgxh { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:32.125rem;left:40.1875rem;height:0.975rem;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; }
#q9KZe5zBklXQTdUhd84AdZ4mMLNikWCl { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:31.9375rem;left:47.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#r7bSSkxTnJmFQDZZ9QRnK6A8lVwaF5Zz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:34.25rem;left:40.1875rem;height:0.975rem;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; }
#LTrVqyLivxqgMcxtC40TOHMDkTWV0fAk { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.0625rem;left:47.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#D5IK9Jkh20TNXtXJsd9RbgquD7pcraTq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:36.5625rem;left:40.1875rem;height:0.975rem;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; }
#WXPQGmJVik7SgClXlZmMHDM0DVCCD20T { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:36.375rem;left:47.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#bRz9DNaG4dWCgybyPWEMgZV9pq9h9aNn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:38.75rem;left:40.1875rem;height:0.975rem;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; }
#MLd8i6XdxmTperH2DuA9vRTOHEtMC5Q4 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:38.5625rem;left:47.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#v3tzebV081L9UTLS6IPtlkGdWrshn7Sx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.373375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.802345275879rem;left:22.59921836853rem;height:0.89375rem;font-style:normal;display:block; }
#C4O2mtUTSzRa3TfhOFbfeD9H8SqakDX2 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.802345275879rem;left:44.028907775879rem;height:1.7875rem;font-style:normal;display:block; }
#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container { background-color: transparent; background-image: none; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container > .video-iframe-container { display: none; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row > .video-iframe-container { display: none; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .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); }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container { border-width: 0; border-radius: 0; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#aKiBx4PbKObP23LwkcuI6w42lkTFTzG0 { color:rgba(var(--color-secondary-2),1);display:block;width:30.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:1.826171875rem;left:20.9375rem;height:3.84765rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TFI0EQmWu1OzBQtXNhKUQBLEEnkgCaZl { color:rgba(var(--color-secondary-1),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:7.36328125rem;left:20.9375rem;height:1.1375rem;font-style:italic;display:block; }
#VNRPTTvnogIpQumoMTqEGCeHLNWMp3gT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:2.1857261657715rem;left:11.342329025269rem; }
#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container { background-color: transparent; background-image: none; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container > .video-iframe-container { display: none; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row > .video-iframe-container { display: none; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .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); }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container { border-width: 0; border-radius: 0; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#LEXoIDdRTKViFV9bsTcGUyiBmXvt9nOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:1.84375rem;left:11.28125rem; }
#EaUSaftxXqFOBNCyZzAbEOKuwCK4WSKo { color:rgba(var(--color-secondary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:1.001953125rem;left:20.90625rem;height:2.8857375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container { background-color: transparent; background-image: none; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container > .video-iframe-container { display: none; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row > .video-iframe-container { display: none; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .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); }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container { border-width: 0; border-radius: 0; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#zhWKaTE2sEEWezu9Sh1QTcFcUiImIfqX { color:#211747;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.1865234375rem;left:5.53125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RuqI5xKXt0Lx7TREupRGUL7COgxfGVcS { color:rgba(33,23,71,0.4);display:block;width:45.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.373046875rem;left:14.9052734375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JDhx84M50eZvlGT0y05iZ38iuvbl88ze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/63d9357b-6fdb-4658-b03e-81db4de238d3/Designsanstitre35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze.adaptive-delivery-prevent-bg, #JDhx84M50eZvlGT0y05iZ38iuvbl88ze.lazyload, #JDhx84M50eZvlGT0y05iZ38iuvbl88ze.lazyloading { background-image: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { background-color: transparent; background-image: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { display: none; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .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); }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { border-width: 0; border-radius: 0; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#PWzOgPtdt2fhB2XNUgkXCrs3bKw76FGz { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.875rem;left:21.125rem;display:block; }
#NUNd8R06f4ylbBhZXkQ0yBMes7a3TFTI { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.9375rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;top:19.21875rem;left:21.875rem; }
#S5Ntiue4oVIN9WTRHCfBbsoJDCTaFHlt { box-sizing:content-box;height:3.125rem;width:3.125rem;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-secondary-2),1);background-image:none;top:18.625rem;left:21.15625rem;display:block; }
#oTonhlTIA74nGQxPOsCqgThGzaQkTfgC { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.936525rem;width:1.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;top:24.5rem;left:21.8125rem; }
#N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { box-sizing:content-box;height:30.5625rem;width:39.625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),0.89);background-image:none;top:4.9366320073604rem;left:16.436633110046rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: none;display:block; }
#cx9UtxnvXBwS50zpSDeonydzHJypXZ3z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:36.1875rem;left:26.59375rem;display:block; }
#Z0tZUXQOTE9Wq1RWHyGRNRsgq5cBFk9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { color:#180f37;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:6.75rem;left:18.90625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#n2uNrX1LoNzmylTRsaGZlgrzqNBK9Cth { color:#180f37;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:19.21875rem;left:24.8125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#aFQ6TGHtEKdJCzAPq9sDLQW9l9aKsZqh { box-sizing:content-box;height:3.125rem;width:3.125rem;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-secondary-2),1);background-image:none;top:30rem;left:21.125rem;display:block; }
#vHKVdrnUFmJz6HP5kmdAHgAeRGWpd2hQ { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.936525rem;width:1.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;top:30.625rem;left:21.8125rem; }
#nD74OApuDvoTw5nSf2NywzVEHTkchBmi { color:#180f37;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.125rem;left:24.8125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#TlbLzeZ5LzI2oEH5uLQJadtW9f3wTRxe { color:#180f37;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:30.25rem;left:24.8125rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container { background-color: transparent; background-image: none; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container > .video-iframe-container { display: none; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row > .video-iframe-container { display: none; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .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); }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container { border-width: 0; border-radius: 0; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#RnEhXMrb8Abovou75m0T03TGXXuT0lUe { color:#211747;display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.1865234375rem;left:5.53125rem;height:5.225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DHJSXrH16zEM8y5oxGwm2TcdS1WxX9x5 { color:rgba(33,23,71,0.4);display:block;width:45.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.373046875rem;left:14.9052734375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container { background-color: transparent; background-image: none; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container > .video-iframe-container { display: none; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row > .video-iframe-container { display: none; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .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); }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container { border-width: 0; border-radius: 0; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .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; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-secondary-3),1); }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .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-4),1);line-height:1.3;overflow:hidden;height:auto; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .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; }#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-trigger.adaptive-delivery-prevent-bg, #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-trigger.lazyload, #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-trigger.lazyloading { background-image: none; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.7784309387207rem;left:43.540582656861rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #eoIgh46vhzKxr83RpxMhGU72gRU7nflJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #xdRI72u5ulK22KPnbnruGL8Pg0SQHFAM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #lD860StaRvZLvxOtSNO1pGapvHZxxmJX { display:block;position:relative; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #DQWbIyxepedmxBz1PhqGLS4PA0N58rWz {  }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #WDrUfQaqVf7TxTfXEen2dL3heScBh55a {  }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #t203Z9slzgoSEwyRcTVlhp4Sw9ysor0g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #pATm1VH5w3I2Eq8nh3oIiWiTaBi5CwQQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #qism0aU6dt8T496aAxvZkgATIe9ns0gy { display:block;position:relative; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #woDCGt1FdVZHKaMv79KADGiXP0O8tTVF {  }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #JBVhvnERJlxDTB24lyAIeJsqcZGve4Na { display:none; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #MKTroxEynHK9ES5q0b84Lv9EPkP1kKp8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #AdE1KfrWxeq2RIzfVB1c3XWLQxBuOy6B { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #psAsqAGuDZRhlwlQqQODsXoNlDhiUIrD { display:block;position:relative; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #vm1icvg2vIOAnTHBWbQtfOiluox8XfuT {  }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #UpFAH05FQ5XH30b9xsVAFTeODgmPTupL { display:none; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #CJEEH0lULS3QM75QMCZOfarP85Nie4hs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #aJPAHvAwgzHgQ0xv599KTmwfF8H8u44s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #y0CVRK1tK2h27000q6r9UhB1K0P2mESG { display:block;position:relative; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #yx7gZx3quDh0e4pZTNQvTGTIue99ShLB {  }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #esM9BCWpOLIG1IDGviGTMGAe0t76CKU8 { display:none; }
#BdQTqTw64BwcThcwBCWAGnH26hOX7wtW { color:rgba(var(--color-primary-2),1);display:block;width:39.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.66015625rem;left:2.7880859375rem;height:6.82425rem;display:block; }
#l5ZGFfPdmqfq5ZiBUhMuhneZspLk1hhU { color:#211747;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:14.9580078125rem;left:2.7880859375rem;height:1.1375rem;font-style:normal;display:block; }
#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { background-color: transparent; background-image: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { display: none; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .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); }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { border-width: 0; border-radius: 0; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { color:#211747;display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:5.2490234375rem;left:10.65625rem;height:5.225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { color:rgba(33,23,71,0.4);display:block;width:45.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:2.373046875rem;left:14.9052734375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6f5208fc-7798-4d7d-a8b5-0be5bb242ab8/CATAMARANVUDUCIEL.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.adaptive-delivery-prevent-bg, #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.lazyload, #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.lazyloading { background-image: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { background-color: transparent; background-image: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container > .video-iframe-container { display: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container { display: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .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); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { border-width: 0; border-radius: 0; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#oAxMQG9LDXpV6lokevM3h2bX8RiUdbyP { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.0625rem;left:3.873046875rem;height:7.03125rem;display:block; }
#U1ZDxWcWZ3qdMkivVLWZVdkkSaRqP5dI { color:#ffffff;display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.404296875rem;left:3.87353515625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTocpSI0ikGF7VndQqGsXqkdhuSOxQBh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.875rem;left:3.25rem; }
#n3CFyKgCVdHMf6vcSJGOa0PkOUntZSZ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.3125rem;height:1.3rem;font-style:normal;display:block; }
#dVJRrwSIHxd1DJu4ISpG3FF2U9SJL4Go { 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-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.18625rem;height:2.6234rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.878372192382rem;left:43.371801376343rem;display:block; }
#bk7bgMTGB7kpwybxtzIL1EN4duUveSos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T8FPQk2XEpr00Teb5x2bWe8LmryVu0cf { color:#ffffff;display:block;width:43.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:23.8370013237rem;left:3.8707389831543rem;height:1.86875rem;font-style:normal;display:block; }
#oHJnWdQaJTIhWpGon6urxkA5NSt7uXfz { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.703125rem;left:3.9345703125rem;height:1.949225rem;font-style:normal;display:block; }
#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { background-color: transparent; background-image: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { display: none; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .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); }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { border-width: 0; border-radius: 0; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { color:#211747;display:block;width:56.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:3.0625rem;left:10.625rem;height:2.6125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { color:rgba(33,23,71,0.4);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:1.875rem;left:14.875rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { background-color: transparent; background-image: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container > .video-iframe-container { display: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container { display: none; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .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); }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { border-width: 0; border-radius: 0; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#sn2uwb42guA1lEDe5BeI78nKULklxu5U { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.4375rem;width:21.625rem;top:0rem;left:3.75rem;display:block; }
#mA8VKrRmZ2inLTont8dOEt343aVx4HGT { color:#180f37;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:3.875rem;left:5.3125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Of3WHfQGAmy5JSlMEpEpBp0qzAGbhmOG { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:15.061857223511rem;left:5.3125019073486rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#ToHe8oFA4JwbQKkmzzwrPrT88zSLvqyd { color:rgba(var(--color-secondary-2),0.7);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:1.25rem;left:11.375rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OKX4Qh0wCIRC1IwcofLgXOsdPngaW5On { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.4375rem;width:21.625rem;top:0rem;left:26.625rem;display:block; }
#F1sUH98mp27oqKgFV7CVQbkCSSP1p7sr { color:#180f37;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:4.96875rem;left:28.25rem;height:6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LgcQE7kq5GhWHTMJBQdQsPD98z9ri1R3 { color:rgba(var(--color-secondary-2),0.7);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:1.25rem;left:34.25rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gWsG5Bp4oUeMLdocdSAUQumTrdgPJt3t { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:15.061857223511rem;left:28.249784469604rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vX5CEogPNvTV60ARJaK7iwGZ3G5ngN8m { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.4375rem;width:21.625rem;top:0rem;left:49.5rem;display:block; }
#OCNWX8McsDcbAAfsenCwr7wJXIxIK8SE { color:#180f37;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:5.625rem;left:51.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vkLqLaal0622SqlKZ1bRe7ia8C2z8APA { color:rgba(var(--color-secondary-2),0.7);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:1.25rem;left:57.125rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IAu4IC8INCaE5mQCzh4kT5FCd4k9CLcH { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:15.061857223511rem;left:51.062288284302rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#x9FedckyS5JSQ0wrcVxddVDEBSJs03Nq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:15.0625rem;left:12.5625rem; }
#SD3gVXmCmmnTmtsFJauBTy9z6bbBIOvp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:15.0625rem;left:14.25rem; }
#Utws3TrAFM5xpw9e1WEo6xX3fo2fG8PM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:15.0625rem;left:15.8125rem; }
#ZXKFplOLF2Jhh4LQLbBf98QdPT0EoTHn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:15.0625rem;left:17.4375rem; }
#VAerAFwiVBwUNRDMhyTdt7owxhmXxhee { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:15.0625rem;left:19.0625rem; }
#eh1fK3V0ynERQbNUL4lrFS9M6xx0zsvJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:15.0625rem;left:38.1875rem; }
#pQptQSgFGFBpDA1UVbCX01HJkvTIpyu5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:15.0625rem;left:36.5625rem; }
#HaMcSoq7W2nvMfEBkJmHzikS3nici5I1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:15.0625rem;left:39.875rem; }
#Pa648LyO9cQ6VIVBXlJ2nGbtzlCVtRpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:15.0625rem;left:41.4375rem; }
#L2XxihvypIpDy1QysQTqoTBSGyl75NuW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:15.0625rem;left:43.0625rem; }
#k6RFQRwCm6Kx4Eydpt1qKkBSxrkaxK5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:15.0625rem;left:56.75rem; }
#ZSDV8vhw2afK2i9rbvipd3WnoOUtAdSE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:15.0625rem;left:55.125rem; }
#mMipycp4hLco8JuL4wJSIgELiKXJxMw9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:15.0625rem;left:58.375rem; }
#gh9412RVFEkCt2mrkdmLcRXfnZTFGguv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:15.0625rem;left:60rem; }
#sDpFTR9kCXw3b0oirdosXWctk6IPTqFF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:15.0625rem;left:61.625rem; }
#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container { background-color: transparent; background-image: none; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container > .video-iframe-container { display: none; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row > .video-iframe-container { display: none; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .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); }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container { border-width: 0; border-radius: 0; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;position:relative;display:block; }#BsKMGKTKlZt3d52TwyHBiAV1wJtRRPAC { color:rgba(var(--color-primary-1),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGccz1iZK6CMMTdsp5uBpzMRlgaolO5T { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.3125rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xKTduwSxNffKOzpwsfV1ObKSqSnoK7ob { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:53.5rem;left:18.5rem;display:block; }
#z8r1xnJXuGzyna8hiMTs8ZXSZuDzFite { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:53.5rem;left:37.1875rem;display:block; }
#OGaDWuBoHA5Wuy4XRk3qwf60gMkfWEXs { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:53.5rem;left:56rem;display:block; }
#MldySeH95g1B6pflT4rwBCniiUI7u2xC { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:24.8125rem;display:block; }
#sp5nKQbqHoX6EKUnC2lbhRh8TNMagxrp { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:9.1875rem;left:49.8125rem;display:block; }
#ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ { box-sizing:content-box;height:25rem;width:37.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/3949d42a-15cc-433b-9503-51a2b19b5a00/Photo_6553724_DJI_124_jpg_4228444_0_202143142840_photo_original.jpg");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:14.1875rem;left:0rem;display:block; }#ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ.adaptive-delivery-prevent-bg, #ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ.lazyload, #ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ.lazyloading { background-image: none; }
#wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/15964c02-7199-4f59-a7f1-b72d7bd7fdbf/DJI_0001Panorama2.jpg");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:26.6875rem;left:37.5rem;display:block; }#wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.adaptive-delivery-prevent-bg, #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.lazyload, #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.lazyloading { background-image: none; }
#TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/f75fe446-3eb2-4b60-9a63-0ab5d9fee1c9/dji_export_1654947551041.jpg");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:26.6875rem;left:56.25rem;display:block; }#TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy.adaptive-delivery-prevent-bg, #TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy.lazyload, #TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy.lazyloading { background-image: none; }
#qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/255cba09-998c-436e-a183-df87986baae6/dji_fly_20250530_164450_0_1748616290544_photo_low_quality.jpg");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:14.1875rem;left:37.5rem;display:block; }#qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky.adaptive-delivery-prevent-bg, #qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky.lazyload, #qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky.lazyloading { background-image: none; }
#M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k { box-sizing:content-box;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/a430f6a0-9926-4ffe-b6cd-509c3851f7ec/dji_fly_20250512_175334_0_1747065214575_photo_low_quality.jpg");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:14.1875rem;left:56.25rem;display:block; }#M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k.adaptive-delivery-prevent-bg, #M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k.lazyload, #M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k.lazyloading { background-image: none; }
#aFnI1o3TevHTqMyALSIttafO290nyrMd { box-sizing:content-box;height:14.3125rem;width:25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf6a9db0-8b4c-4524-9d26-e5657770eb06/f1277a49389f4a66bbab0aa9914edeea.JPG");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:39.1875rem;left:0rem;display:block; }#aFnI1o3TevHTqMyALSIttafO290nyrMd.adaptive-delivery-prevent-bg, #aFnI1o3TevHTqMyALSIttafO290nyrMd.lazyload, #aFnI1o3TevHTqMyALSIttafO290nyrMd.lazyloading { background-image: none; }
#T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn { box-sizing:content-box;height:14.3120625rem;width:25rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/7b53a6da-14fe-4dbb-92a6-05013cf2cff2/iledeslavezzi_15.jpg");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:39.1875rem;left:25rem;display:block; }#T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn.adaptive-delivery-prevent-bg, #T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn.lazyload, #T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn.lazyloading { background-image: none; }
#nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg { box-sizing:content-box;height:14.311rem;width:25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/dfde925d-5aa8-465e-8f7a-8f095a9e918b/Catamaran.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:39.1875rem;left:50rem;display:block; }#nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg.adaptive-delivery-prevent-bg, #nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg.lazyload, #nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg.lazyloading { background-image: none; }
#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { background-color: transparent; background-image: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { display: none; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .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); }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { border-width: 0; border-radius: 0; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.936525rem;width:1.68555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;top:6.4375rem;left:43rem; }
#zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF > img { max-width: 100%;max-height:100%; width:1.68555rem; height:1.936525rem; }#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:1.93685rem;width:1.6862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:6.5rem;left:45.5625rem; }
#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW > img { max-width: 100%;max-height:100%; width:1.6862rem; height:1.93685rem; }#uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { color:rgba(var(--color-primary-2),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:4.46875rem;left:37rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#ETv07h4plinwReLdWQGAVghGVbFZUfBX { color:rgba(var(--color-secondary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.25rem;left:14.1875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HOM8x5esBpRD9Txr37VdAh5KBVFHReNz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.5625rem;left:14.6875rem; }
#WooOyoKOwQfTJD01m6zbklDQyskAVL0t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.5625rem;left:16.875rem; }
#VqI6er4bGEqs8nNrhNemOaRXKvFS1oEU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.5625rem;left:19.0625rem; }
#enl2MKU2q8fiQcNPm6S0zrNZqQxSsNzr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:4.5625rem;left:21.25rem; }
#Ly4TuErzV8Fefp2kfF5XZTqNGhJ3ho3u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.55078125rem;left:23.4375rem; }
#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 > .row .container { border-width: 0; border-radius: 0; }#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:none; }#gZ1aZ5A65Td1nW4GWDPANenMcy1RPkm6 { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:11.9736328125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Kkw4KDUL7Eiv6CM2Fro58ddJVbFwzBD6 { color:#211747;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.07421875rem;left:16.3818359375rem;height:4.875rem;font-style:normal;display:block; }
#Cckx8If0WDp53l1Ifkb5cafh8JbWw7ab { z-index:15069;top:26.3671875rem;left:15.47265625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4993125rem;height:2.43696875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pceUZaKHPAckaSfqWuaTr1cOEngWnB8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diaQbmVPKMVwvrR3Ip3snQMtfHT2M1VG { color:rgba(var(--color-secondary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:14.6611328125rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QaENaNlv7TTe5JIEtvXLNJM25wrrSM2F { color:#211747;display:block;width:14.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:14.97265625rem;height:1.21875rem;font-style:normal;display:block; }
#duErGhsNHnA1MfURTT0T5Qe4AboxXZEb { color:#211747;display:block;width:5.5612rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:25.099609375rem;left:17.2216796875rem;height:0.89375rem;font-style:normal;display:block; }
#yKin8FoGpr3yRyB8rekkBL04UkgTh7i4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4995125rem;width:1.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:15.40625rem;left:13.96875rem; }
#UR3TndXE8Iarr4DTrGW5E3k2lUxOuv8v { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:20.66796875rem;left:16.3818359375rem;height:1.1375rem;font-style:normal;display:block; }
#MH9EKh7TaxaJ0SB0cHnJCLA6GDv34Bzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:20.7421875rem;left:14.1875rem; }
#zzQOP64ATmaRcBqsMLT8HSd2lhB0XRGH { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:31.9375rem;left:12.6240234375rem;height:0.975rem;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; }
#oie8g7hDVfddgtsZX1BxsrT8lg0FoucZ { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:31.7490234375rem;left:20.185546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pdzr0RDHZieWMx2I7VIL2oLRerSHTTkX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:34.125rem;left:12.623046875rem;height:0.975rem;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; }
#c6iAFRI0L3QaKVSLcg4ebKIDqn95qzwV { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:34.125rem;left:20.185546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#KrVgb7uo13bXUqoza5BflXLuwCtsFID7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:36.435546875rem;left:12.623046875rem;height:0.975rem;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; }
#X3WOiNPDOOHIeSAlTTTle1DiluTq907f { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:36.435546875rem;left:20.185546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fkfBACyhB30MOOinlFgEEWHi32cZN8MM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:38.6337890625rem;left:12.623046875rem;height:0.975rem;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; }
#b3f9mnnyMNXfuQifoqTLgoWRJk2iVgXv { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:38.498046875rem;left:20.185546875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#FMvR7NiS73VLqhPqKorapTBUCfJfSBDt { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aa994f3c-b140-420a-96a2-fa9f1b312ff6/beneteau.jpg");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:2.177734375rem;left:13.224609375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#FMvR7NiS73VLqhPqKorapTBUCfJfSBDt.adaptive-delivery-prevent-bg, #FMvR7NiS73VLqhPqKorapTBUCfJfSBDt.lazyload, #FMvR7NiS73VLqhPqKorapTBUCfJfSBDt.lazyloading { background-image: none; }
#arEhPd2vwxnugrmQAOERX70QnElhJF7U { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:29.6982421875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AFUAX9zRyg2ZU7ROe8WqX6qkMwItJOMM { box-sizing:content-box;height:30rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:47.2724609375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/312165c9-d921-4e1e-a889-a61e3b1f3509/OCEANIS4111.jpg");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:2.1875rem;left:30.9482421875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T.adaptive-delivery-prevent-bg, #D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T.lazyload, #D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T.lazyloading { background-image: none; }
#VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK { box-sizing:content-box;height:10rem;width:13.75rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),0.74);background-image:url("https://images.assets-landingi.com/uc/69bdeea9-882b-40df-9c8b-929b312d90a3/4DUFOUR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:48.5224609375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK.adaptive-delivery-prevent-bg, #VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK.lazyload, #VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK.lazyloading { background-image: none; }
#Tm0ts2K6HIToCIu6tz9uzoXp3U7OmmSN { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:33.1474609375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gRgulLx5gF8kkWPUEB5vr3lOX4bnJeAu { color:#211747;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:14.5615234375rem;left:34.25rem;height:3.9rem;font-style:normal;display:block; }
#pGeFgZEPDXWVAD0D66KThMSHBeqdCscW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4995125rem;width:1.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:15.4375rem;left:31.8125rem; }
#GV7dZKmGIXGbWaSOCS3vfuTa3Dq6Bx0O { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.6875rem;left:34.25rem;height:1.1375rem;font-style:normal;display:block; }
#IM9HTMhxPAQNZbuIoqHVm5TSsPZN8r9X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:20.75rem;left:32.0625rem; }
#hHnOmtcI2Bct8U0RTKtbQJG0iJhHs1qX { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:23.8828125rem;left:32.853515625rem;height:1.21875rem;font-style:normal;display:block; }
#E7cXMxX8wWXMtkgDDJPc95zu4gnxrhF2 { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:25.1005859375rem;left:35.041015625rem;height:0.89375rem;font-style:normal;display:block; }
#lsg7OHEVP9aSSVMCI0pBTVyDiiv5GtlH { z-index:15072;top:26.3662109375rem;left:33.0712890625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.499rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A4he3ArxHf4fBwpNnMh1ObB3PrLHfpip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J09TLHszzOZdBdJ0MQNUhR7hLEzuABeh { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:31.9375rem;left:30.4365234375rem;height:0.975rem;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; }
#COzlkUAHNsI6VRE3GNGBFiNIqSDerhIK { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:31.7490234375rem;left:37.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#lnKIbZ6h2dTEiV0s7wFKGEowgWo0tDmC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:34.125rem;left:30.4365234375rem;height:0.975rem;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; }
#iTNskvX7IWHaNdDbFDnIGKbm4Ce8DRAB { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:34.125rem;left:37.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#EggNtEuw5TJLTmKChrR5swoMNdXqq5Mn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:36.4365234375rem;left:30.4365234375rem;height:0.975rem;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; }
#ZTaKg9ayTrz9fEKFxISwfS17TpxL6b7y { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:36.4365234375rem;left:37.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ASvNTivTa59v7zbs5mXAFKBPCGhNzQGG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:38.7490234375rem;left:30.4365234375rem;height:0.975rem;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; }
#Pz0BMsAWXfJ1mrIJ14BtmB6PbhgU0SlN { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:38.6865234375rem;left:37.9990234375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kDBeC6zGTMaavl0OLgTAglRSxl6rcx0R { color:rgba(var(--color-secondary-2),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.654296875rem;left:50.7412109375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XrrTtQDr7ywxx3WZ82iNCMe5zDB1xPWv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4995125rem;width:1.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:15.4375rem;left:49.375rem; }
#bgqJATlc8J4R9lMJZqSehsuVKugclgyR { color:#211747;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:14.5615234375rem;left:51.8125rem;height:4.875rem;font-style:normal;display:block; }
#My6vpQihG6dUxEDDHGvTDqlzoVwEFSTf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0620125rem;width:1.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:20.75rem;left:49.625rem; }
#uKwbUTaU5qVNl9chRKHswaCWelkVSUxh { color:#211747;display:block;width:11.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:20.6875rem;left:51.8125rem;height:1.1375rem;font-style:normal;display:block; }
#BvdiUbArGXbk5irS3vJ8pKPEGQda0Wl1 { color:#211747;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:23.9365234375rem;left:50.4365234375rem;height:1.21875rem;font-style:normal;display:block; }
#zP64fRMi8BslPA73u8ipveEBbkFdo7nS { color:#211747;display:block;width:5.56055rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:25.1240234375rem;left:52.6240234375rem;height:0.89375rem;font-style:normal;display:block; }
#CdUVg4N9upTohK0tMEm4JPsullGTFZ6m { z-index:15081;top:26.3740234375rem;left:50.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-2),0.45) ;box-sizing:border-box;color:#ffffff;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.499rem;height:2.436525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bLF39eFMkULnTkd3R9OZ2gAQh9yqABsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyIXTOLBNOSowoOWhvNBLbVggpekvthw { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:32.125rem;left:48rem;height:0.975rem;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; }
#CFwJPKFgcrkhIkvpiPMKuoz1Ppzwqql3 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:31.9375rem;left:55.5625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Lr65yCFruKqMaAUKfOkVvVv86pEUdMvM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:34.25rem;left:48rem;height:0.975rem;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; }
#LwnLJvwOu9FmK9etcOus0slyR3wFwKR8 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:34.0625rem;left:55.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Ct9cdGIeuHmNLZvgK9ocer94TBMuXklL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:36.5625rem;left:48rem;height:0.975rem;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; }
#UEuqSLa1JBTMKeLFLPWubkd9GRmdKI74 { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:36.375rem;left:55.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TTb3Xn7uWNWmxTq83UaZhz9ncpIW6sfq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:38.75rem;left:48rem;height:0.975rem;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; }
#t25PE1PZxftaNr5e61HUvgTgcQE5HJEu { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:38.5625rem;left:55.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#yA08yJ3WEa9JqeB4aTQ4JMQBuskV8SwL { color:rgba(var(--color-tertiary-3),1);display:block;width:11.373375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.802734375rem;left:16.349609375rem;height:0.8941rem;font-style:normal;display:block; }
#u5EWmxcJOT7TSCbTPz0Mvp3RWU9eaVeL { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.802734375rem;left:34.4052734375rem;height:0.8941rem;font-style:normal;display:block; }
#uok6Ww1BNEZ1t5afXRNzqL4sklg0LXgT { color:rgba(var(--color-tertiary-3),1);display:block;width:11.371625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.802734375rem;left:51.966796875rem;height:1.7875rem;font-style:normal;display:block; }
#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 { position:relative;display:none; }#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 { border-width: 0; border-radius: 0; }#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 > .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; }#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 > .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; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU { position:relative;display:none; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU { border-width: 0; border-radius: 0; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .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; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .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; }#TIibJ11CxLLcwhzKv1zl9ws6HTmXTKy7 { background-color:rgba(var(--color-primary-1),0.79);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:2.1;overflow:hidden;position:absolute;width:6.875rem;height:2.87435rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:3.1875rem;left:68.125rem;display:none; }
#Ocp0p1ArT0npqQ4XkT3cwyKZqZ3L7Ald { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F96SzA5shLnhVuyCVtzuybFpfOzg1IBk { display:block; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCdwGcIFsyMoKUvQLEOXmnwTRABKgsLm { width:8.4375rem;height:2.3125rem;top:3.4375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEGR77JTBt625RpAMfyuRArV0pxZpaP { display:block; }
 }@media only screen and (max-width: 763px) { #ya2rri9Kaa7n95Q4zJ1gvQfIbyqlgCZo { width:6.875rem;height:2.8125rem;top:3.1875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tg7Hdy8NJgulP1f0n46ATkf9wG5488 { display:block; }
 }@media only screen and (max-width: 763px) { #rFeT7QoKmHSw3qkgAAcDULb90nvh4zL9 { width:8.5625rem;height:2.25rem;top:3.4375rem;left:17.37370300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT69nXUopPsKOgmcZQQSCOq1BnqKf51K { display:block; }
 }@media only screen and (max-width: 763px) { #HC8DvJHzgOqZD4iSlc3Z0II2DIwQd2Gl { width:7.1875rem;height:2.25rem;top:3.4375rem;left:26.872398376465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHOemrWiL2PJFhlxHE1OmNdHxMziiUmN { display:block; }
 }@media only screen and (max-width: 763px) { #LfS3AI7rBdNhFX36uTTvLwwE1He8xw5K { width:8.5625rem;height:2.25rem;top:3.4375rem;left:34.81120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztzphC5HKy9qi3ilLfRakQcbTo6kZEBc { display:block; }
 }@media only screen and (max-width: 763px) { #TvnQMd2heAcMZwczMeccD6mSvDfEsKA6 { top:0.875rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz { display:block; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feaqRBEKsdBGn9CNofMqyqQWIGGcLWOF { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4UE2ehIXGATlcnWTBFxXsign951UyAL { top:32.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4Fvv9Ln7dHWwkqOLJrTrgIg9izh41uv { top:9.875rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBchPNaZ7lpF21dLETirvb5UQDFHcuec { top:38.4375rem;left:0rem;width:32.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC { display:block; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxzXDuSRX2RndbFUlhnzuGbrFQRFxZpk { width:2.375rem;height:2.375rem;top:3.5rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZgcPRM0ViC2XWZxbMsPOHUaJE3480Xd { width:16.875rem;height:1.9375rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFW4awniWa2n7IpudaKai2T5u6nUFd9p { width:13.875rem;height:3rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9xtFvgNgrPrIOelpWFHwtgZlagLcoB2 { width:3.125rem;height:3.125rem;top:3.5rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5ngLCn0tOZhBLGc78qHsdThXu1U8E2 { width:16.875rem;height:1.9375rem;top:8.375rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPshVbtoP2IsTLVwZMa7S6a9dgLdkGMo { width:16.875rem;height:3rem;top:11.3125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igll7tpoUD4icn0geru7vHTBrt0euaTe { width:2.4375rem;height:2.4375rem;top:3.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmrbwUnRvTf30NDJkNLZX9urJLZXZCKH { width:16.875rem;height:1.9375rem;top:8.375rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXP21IlLxTKAWzszPByZeCkqMiVUmuKT { width:16.875rem;height:1.5rem;top:11.3125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM5cSFTv8dxEnOahhb5dOh6MidUIuygJ { width:16.875rem;height:1.9375rem;top:8.375rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44NgTQyVDBbzk1t8LxUt0n2dT17LzFA { width:2.4375rem;height:2.4375rem;top:3.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqiabncxr8OAT12pSx9Gtif369Ecc7Lv { width:16.875rem;height:3rem;top:11.3125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { display:block; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-regular-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-textarea { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.9375rem; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-checkbox-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ  { width:19.5625rem;height:auto;top:8.9375rem;left:24.87255859375rem; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .radio-container { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ {display:block;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ { width:19.5625rem;height:auto;top:8.9375rem;left:24.87255859375rem; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PgPNTqMigZwX5odGs3g1cZVeBOGaBITn {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UgpHlX1BlXOEOURwH1KAfetaNRThTdkD { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ROtKsJUqDWLwkeW8chGfP3HBa8zed6iA {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #nvTWlyUM28CRCqadEBgq7gX6lnqozfVB {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #O4QKirsMD3I5LQ6ESJciOQrKi2f3hIzJ { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #g8CPdTeAkK8Db8aA2mlXuvKe1dpRRI5y {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #w9vZEE2zr6yMLbUEEXDr34G1Ib4A7IgR {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #MOnMS0m6F9T0LEdSDf0P5QryAToTZiU5 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #C7vI1zh6kdtW3thFMlWXTGPNvwQiyeGm {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #QqkZydlbcghG8TF0TB3QcmDnT9f6lAzz {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #TZm6cz4JGXGPS2MmHxNe9Vm1QXLMQ5D7 { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #qO9IiSQCslgRH1hwB0yB8NNkOgHxCMkC {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #X0OXETlvdcXuKTxVCPptcHVayrAQXnTX {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wh73pgZInKT5O9Ru8fFI6BoxKwxX4PT6 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fe8a95wJaO6uCKdQNmbNTXhEVdXDHJu1 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #dq2v2dvn8Zf99uPJfBn5fLtE4as8ckoP {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #FTb6Pbil2qLJmVRskZTsB5uEVkv1G9ED {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Uu2EXVeaoXW1I68WbCq7mEmiW8U7qELh {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wb6UaWowdt5NkCLpRmuJ9zl49oQ7b2wV {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ChxPbtT4rARduGTKa05uc1LguVhSdSFs {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #vDH2mCzJApdTPvApEH3IfiC89rn8CDQN {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PAakTCdP5TQqGHriAQNCg3D3X8H2XzfX {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #iPu7XSkbaHZ7Rouoy4fBuVo2kzynT5mf {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #miRbIz58gbWXVn1bSCiu8U1RruIXKtEq {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #yWQ22EvmPfxOkuMZ45orRxy8PZkUT1de {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #k7yBTBmw0zNXImMPgk3zLvJgeuHtX2R6 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #B6qSN9tgluRqUbz8cm1eOxOgVKsKmB3V {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fVk5uu1DpyFq94PucVzMrIVeFfSkJEaZ {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UxhH7n7bCXn4Wm5dtzQWt4KLf3f1LBcu {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #s9Kb9EF1oPvapUgNRvR7TcU7v4uIbpG6 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #enGZZ3hFOeFS30Na0u5IwxTzDmZiKwmu {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #awJTScBfdVNTBK58U145IBgctPMqCw9P {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #HTRhXJoDTsDo1zQIHPzgCHy9s0T3e43E {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #apZ3xOCcwo5EqbPwxeVos0KHu6N71Aut {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fUgmZMDvTDV1SfJvc2cWXzKmBruTSUTQ {  }
 }@media only screen and (max-width: 763px) { #pvth2a3Z2IT2IAezDFI4vb8wXkRiLNAx { top:9.625rem;left:0rem;width:24.5rem;height:10.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFsZIwpgqTAD2Ap5NN8bMNKkcfbBg0NB { width:43.75rem;height:36.3125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcNsV8Qe9Q7LdPDW8B9E4z0mvfNlgHL { top:23.25rem;left:0rem;width:21.8125rem;height:15.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaR9RT9sZktrke3pv7v1tKsT2oSgZW4m { top:22.625rem;left:0rem;width:16.3125rem;height:3.3125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { top:4.25rem;left:1.25rem;width:45.125rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { top:2.25rem;left:1.25rem;width:45.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po51m12Wh2kSVHNmUEULb2XtlJFybLHK { display:block; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXhlD4GE9c39bKStfQvGe12nt8z56CXH { width:16.25rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kut6DfoyOkk9sz6GcqWfChA0fnTnXVkv { top:14.5625rem;left:0rem;width:9.5rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAPE533K2kT6Tr3zyH0LPsTuHVtkXDWZ { top:26.3125rem;left:0rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UT3CqGJGdAp13RQ5BsEwtgKhA5VRLF { display:block; }
 }@media only screen and (max-width: 763px) { #VLtSimeT3d8ZXy0K4p6cHvNIBXk1gIGT { top:0.625rem;left:0rem;width:7.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLpTA3Q4nzkLQk5dEl30mP5LoMITKcv5 { top:23.875rem;left:0rem;width:14.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkf3pxvheBXbJepuF8rnUe46BoqFQiP0 { top:25.0625rem;left:0rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlT9FD9LuFfKKvHeJshvQuQp9ZiIJ1Bb { width:1.4375rem;height:1.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHcJrvHR3Ts4eeCQL5ftBEDO1tDw9SML { top:20.875rem;left:0rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz5Mb9TMkAKzD5dO29v5PCWn0EJPrxqq { width:1rem;height:1rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd06r7UMzmOe4zrfVoBD7ixL0eDGQmVc { top:31.9375rem;left:0rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTy25dgPRwCI1r82IyMB3DTT9AuawLhv { top:31.6875rem;left:0rem;width:7.1875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNT1CntqeWTnNtJrBJ1SJnMMApTer70n { top:34.125rem;left:0rem;width:8.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rmx5crxWIRvbbWrfsiFLbFX1GDkuSh { top:34.125rem;left:0rem;width:7.1875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ustBJa3Qp64TzZ0wxey3POSQJtQCTQZ6 { top:36.375rem;left:0rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGETmTqO3qG0NyTdrciJJx2uX2VmFKmT { top:36.375rem;left:0rem;width:7.1875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaOR1tVyKd3bruW39KTwz1sufet61Lbm { top:38.625rem;left:0rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVuBzb7TK9NNVfdX06NUuxgCmFgqdvvZ { top:38.4375rem;left:0rem;width:7.1875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW { top:2.125rem;left:0rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFg5CTAZpxrKRE7NvMML667OoKfnnDsr { width:16.25rem;height:30rem;top:0rem;left:7.8857421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIUHy36mKXg98FE5a2B3UZ0aR3u6I1f { width:16.25rem;height:30rem;top:0.0625rem;left:25.4599609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdA32K0ibNlQFXpgL06TsUkzg5FHyfp { width:16.25rem;height:30rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd { top:2.1875rem;left:9.125rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz { top:2.1875rem;left:26.6875rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P { top:2.1875rem;left:34rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJBKRsDcl7KiHiFo3n3fNShAeE1XPzH { top:0.5625rem;left:11.3349609375rem;width:9.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwu1JVXTQ1Ux7pO8wrvZvdH9RSlPoe4v { top:14.5625rem;left:12.0107421875rem;width:10.9375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oqpbwoE8Rfny1Ha4xScmcBzkgbzUNL { top:20.9375rem;left:12.4375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4lEODpmzDdUwvTrDRBxrEtJ6SsBlBXB { width:1rem;height:1rem;top:21.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8G3dQs2A8xlrZIv46ssoaBqDTKwndxe { top:23.875rem;left:11.041193008423rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVyLlRqtf62ordoWyZ0QVFI9bNLLmfZA { top:25.0625rem;left:13.228693008423rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqMnVyTsmG7SQ9AG0qfbZaEUTEvy0LTp { top:26.3125rem;left:11.259588241577rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVVwqqZdLmiVX0hNAqJDabi5vWley4k { display:block; }
 }@media only screen and (max-width: 763px) { #NEx1kW4xVV3f5aXiOPd8TmKQxAFxqK9s { top:31.9375rem;left:8.6246433258056rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM2TVJ5E0pQD65AxMCpQTs1OA7m4LoDE { top:31.6875rem;left:16.18678855896rem;width:7.1875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Z6hxZbNHt6iS3rrB9VyRTEMgAIPkAX { top:34.125rem;left:8.6246433258056rem;width:8.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXNbvAKXUTQpPHIiSDQRs0kv2eAcy4VS { top:34.125rem;left:16.18678855896rem;width:7.1875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqRohlhFlSoawDZLZVm20PyXU4F0DcTR { top:36.375rem;left:8.6246433258056rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7fL1cNKG8XdEfycdIxPP39WWWvAv4R5 { top:36.375rem;left:16.18678855896rem;width:7.1875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4vbuRW8kHuV7OuXvQhuHrWceeU6Dta { top:38.6875rem;left:8.6246433258056rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uohTKx6mklA7JdlkteZAIsP0Oa1leHO0 { top:38.625rem;left:16.18678855896rem;width:7.1875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMydF2u1lb8xqnI89RoMGBCrCtSoTCFO { top:0.625rem;left:28.9287109375rem;width:9.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDqdSKNUbIEeT6TK2ScJJtydDzov9H0 { top:14.5625rem;left:30rem;width:9.3125rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q60smiHOFOVFFoxRMwme1L3lKNU2JGmI { width:1rem;height:1rem;top:21rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk0Xplni8iXIQShrlrzo1Ig34ef7H9Cr { top:20.9375rem;left:30rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3PPRsAnQO0RfE41ZiQKDZ76ZaLoTNI { top:23.875rem;left:28.624643325806rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXg2ZKnQCVnCG3VcdOUgA7dN27XzorvG { top:25.0625rem;left:30.812143325806rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIPHFqa6c3BPE50K2QMnGef2dFxqlbyD { top:26.3125rem;left:28.874998092651rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxu4p6F7KXHw02B79THSkun7yxMGng0b { display:block; }
 }@media only screen and (max-width: 763px) { #ODf1vKeWWWiGVNwTW6ScDasfgNTa0kV6 { top:32.125rem;left:26.1875rem;width:7.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItEnCvpIbJvtvvkwx1W9qCCbZuvL4wz8 { top:31.9375rem;left:33.75rem;width:7.1875rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JIFiTo9nBKZHCi7Zo2pi46qvTMXvWR { top:34.25rem;left:26.1875rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa7AmsBgXJ2TNxrnzx5FCTGFvJ7wxBu0 { top:34.0625rem;left:33.74981880188rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKP7K0witTN2KASL5W9TGrSZGL61GWky { top:36.5625rem;left:26.1875rem;width:12.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpSimELzlmrbgvrvge9uiHREJJd9sLUn { top:36.3125rem;left:33.74981880188rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvCo9BvQMaqQPo3ZEPcnMuNCEc5taymd { top:38.75rem;left:26.1875rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPQde9ngqm4zToumwTczaFNpdQZ4zSqw { top:38.5625rem;left:33.75rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orViVzAbd8Xvts8A015PbkIak6LNwLOb { top:14.5625rem;left:38.625rem;width:9.125rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKZPGqd0y8g96LkJakd4ZD6x2w4dt5DN { width:1rem;height:1rem;top:21rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJurSTfN5LE0K6yeQEBy0onpKSWihJOH { top:20.9375rem;left:36.4375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHTR9p99a23WArfRCxSpPZJT4wCqOtBD { top:23.875rem;left:37.875rem;width:9.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXvVc3GFbISZdbr2fw6TFC7Q3bNNbVJr { top:25.125rem;left:42.25rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuZUss2gmc9DoVI3kCDidTK368P7dr62 { top:26.3125rem;left:38.3125rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #safI1OknDTDsGvF6xAXwrU2JaaKSWanA { display:block; }
 }@media only screen and (max-width: 763px) { #lTVxlmKwIfeKGEgdNFanzopPZB325peW { top:22rem;left:0rem;width:11.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubQgNMa6IlIena6u2q3TtAZV8wfgAxCs { top:22rem;left:12.5927734375rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4KS92hnTFAnk3tAVIcTgxZg4eMSUR8v { top:22rem;left:30.091796875rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9iK960m6Wo3mhdPADXGW3SwMTpIUzqm { top:22rem;left:36.4375rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF0tkZag6irXZTVuNuKVCLdRoaSKelTs { top:0.625rem;left:37rem;width:10.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1XF6cZiprn7fD9K1MLhBLS6ymGdOSsW { top:31.9375rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Ak1MTJP1ZDriRrvq9IECDsn1EzDxHg { top:32.125rem;left:39.8125rem;width:7.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAEu4oBm2I59WUt8JOu9o77fck5OlHs { top:34.1875rem;left:39.75rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZdBhmDxnPI3d7d7eSid0NCvS0fPOU7l { top:34.0625rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSSw7oTTfn2WfRNguIbJZi4ssLEiGt3r { top:36.375rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbbFTdLvoxa4MMnXhPi07hLc6GvMV9Q { top:36.5rem;left:35.6875rem;width:12.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1CT5ro4BfZlkbK2cX1XpCSvE09QaTw { top:38.6875rem;left:35.5625rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF0SzaBC9sz3rM3KiAiqJ34BmsCvss8p { top:38.5625rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZNAsKZSTkwe7IG1t6y9OlHQFlkSuhil { width:1.4375rem;height:1.4375rem;top:15.5625rem;left:9.8974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMyK6whBF4hfmMfEPAqZT74wIQQXGPu5 { width:1.4375rem;height:1.4375rem;top:15.75rem;left:27.4921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svJRtdLtfHbS0brv43WevCxzBcp3sGyG { width:1.4375rem;height:1.4375rem;top:15.75rem;left:45.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSk6mvThXSOhQB886RxShSP1PDmK2gsv { display:block; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD2eGpl5FJXvPbDZVo1KE4y7eG8HJErO { top:1.8125rem;left:7.3124980926512rem;width:30.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgVheGywca439Gn0qVGzVA2TrNqPxV3x { top:7.3125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adPNnNk14w7rsh2ZA9SFppIpwrdqdtrJ { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw { display:block; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgpwfWwkMMcXaESoL97xtIQz4u0oRttV { top:1.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUwVG6ZPItIFKTdPaBCCf16yxEcQWLV5 { top:1rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c { display:block; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS9tq7ine2XMewS892XtSbZOegexxRk2 { top:4.1875rem;left:1.2802734375rem;width:45.125rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt7QNNFrkAVOGMPE3vAN9Imvylp53iaT { top:2.25rem;left:1.25rem;width:45.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ { display:block; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQr8ARmuVDUZ75IKfbDk887FmGmMTJXI { width:16.25rem;height:30rem;top:0rem;left:4.5984382629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3mQIENLdm9v1B2lgcnV9RcgM3GlGuA { top:14.0625rem;left:9.00625038147rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs1wMaOTelJXX8oThnNXwrPnK8G2APw2 { top:26.3125rem;left:8.09765625rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHSGndBE6GLv0iXHfAO6Cp8lHEtCQCI { display:block; }
 }@media only screen and (max-width: 763px) { #DG3MO3JsqGdyOnhyIBsTeJZkb49xf6V1 { top:0.625rem;left:7.2859382629394rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqdJwmJFzIM0mHFLUqih4PbvS5xgpxsA { top:23.875rem;left:7.59765625rem;width:14.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmC6lXSJiBFTFL6aBlxxNFseUxTkopNT { top:25.0625rem;left:9.84609413147rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZAB7q3aQ1S7NTTVBkUq3fzqbAhHlVoG { width:1.4375rem;height:1.4375rem;top:15.375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9EMNnvUDcz698XPOMX85HIzmn7h0CC0 { top:20.625rem;left:9.00625038147rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7v3SDcQlU52RXBz2TK7fiFAr0IUGIJZ { width:1rem;height:1rem;top:20.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUdG1St4aC06INbcRWyxzmE7aVU5HIkl { top:31.9375rem;left:5.2484378814697rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMsMa11yuyP4rJqSDX1TqsKq9tfEHJyy { top:31.6875rem;left:12.81015586853rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXHq87Ax5JQtGySeSfxRT1rLWNdVuX2z { top:34.125rem;left:5.2476558685303rem;width:8.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3FWrFo0LRVOioCzJmwb900XlFzLp7Tp { top:34.125rem;left:12.81015586853rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJOMbWQR68IC6TAnqnav1Tu68NBWvwT { top:36.375rem;left:5.2476558685303rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyVb66u3mXTOq5KhTJ0i9slXgwSS5ybd { top:36.375rem;left:12.81015586853rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKQgSTcT3IrqJuu9Lt4WzxpWyR8vAk8O { top:38.625rem;left:5.2476558685303rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpCely3Ti2KtxlB1JtXeeCZf0wyifwZw { top:38.4375rem;left:12.81015586853rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN { top:2.125rem;left:5.8492183685303rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ucFc2WUvOqWfigTCg4TTJAJHmJRK0W { width:16.25rem;height:30rem;top:0rem;left:25.834377288818rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T { top:2.1875rem;left:27.084377288818rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CC9m6oZVFtdonp0ggNFxKP6KNc5qSO { top:0.625rem;left:29.303127288818rem;width:9.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSwR7kWQSN7z9q1xLioBS8xTfxOti6D { width:1.4375rem;height:1.4375rem;top:15.4375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi5f5kLeQ3WAviEkQTTA04TKCa32MIJV { top:14.5rem;left:30.375rem;width:9.375rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noqvIcXF5V3TXTypzPlvaWZihUtxxkou { width:1rem;height:1rem;top:20.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGMqAXUQy7u5xJT8ViliN9l4kytpNMr { top:20.6875rem;left:30.375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO34GoqVDWozhTLP6Roz0fNkTRyNP2sa { top:23.875rem;left:28.998439788818rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiO9OpByQ8xU3ugx672GTQZ4SkFrDNRK { top:25.0625rem;left:31.185939788818rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7wq0SikvxFqTQT9NczCFT8TSd4fwQyH { top:26.3125rem;left:29.25rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Zgv3gV92l0VXiNX858C0psaUwmRAr5 { display:block; }
 }@media only screen and (max-width: 763px) { #MXooXGEvMLbShvWefTJz9TqBBWEeMgxh { top:32.125rem;left:26.5625rem;width:7.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9KZe5zBklXQTdUhd84AdZ4mMLNikWCl { top:31.9375rem;left:34.125rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7bSSkxTnJmFQDZZ9QRnK6A8lVwaF5Zz { top:34.25rem;left:26.5625rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrVqyLivxqgMcxtC40TOHMDkTWV0fAk { top:34.0625rem;left:34.125rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5IK9Jkh20TNXtXJsd9RbgquD7pcraTq { top:36.5625rem;left:26.5625rem;width:12.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXPQGmJVik7SgClXlZmMHDM0DVCCD20T { top:36.375rem;left:34.125rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRz9DNaG4dWCgybyPWEMgZV9pq9h9aNn { top:38.75rem;left:26.5625rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLd8i6XdxmTperH2DuA9vRTOHEtMC5Q4 { top:38.5625rem;left:34.125rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3tzebV081L9UTLS6IPtlkGdWrshn7Sx { top:21.75rem;left:8.97421836853rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4O2mtUTSzRa3TfhOFbfeD9H8SqakDX2 { top:21.75rem;left:30.403907775879rem;width:11.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT { display:block; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKiBx4PbKObP23LwkcuI6w42lkTFTzG0 { top:1.8125rem;left:7.3124980926512rem;width:30.75rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFI0EQmWu1OzBQtXNhKUQBLEEnkgCaZl { top:7.3125rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNRPTTvnogIpQumoMTqEGCeHLNWMp3gT { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv { display:block; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEXoIDdRTKViFV9bsTcGUyiBmXvt9nOg { top:1.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaUSaftxXqFOBNCyZzAbEOKuwCK4WSKo { top:1rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 { display:block; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhWKaTE2sEEWezu9Sh1QTcFcUiImIfqX { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuqI5xKXt0Lx7TREupRGUL7COgxfGVcS { top:2.3125rem;left:1.2802734375rem;width:45.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWzOgPtdt2fhB2XNUgkXCrs3bKw76FGz { width:3.125rem;height:3.125rem;top:23.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNd8R06f4ylbBhZXkQ0yBMes7a3TFTI { width:1.6875rem;height:1.9375rem;top:19.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Ntiue4oVIN9WTRHCfBbsoJDCTaFHlt { width:3.125rem;height:3.125rem;top:18.625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTonhlTIA74nGQxPOsCqgThGzaQkTfgC { width:1.625rem;height:1.875rem;top:24.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { width:39.625rem;height:30.5625rem;top:4.875rem;left:2.8116331100464rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9UtxnvXBwS50zpSDeonydzHJypXZ3z { width:17.5rem;height:3.4375rem;top:36.1875rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0tZUXQOTE9Wq1RWHyGRNRsgq5cBFk9T { display:block; }
 }@media only screen and (max-width: 763px) { #LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { top:6.6875rem;left:5.2812509536743rem;width:34.6875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2uNrX1LoNzmylTRsaGZlgrzqNBK9Cth { top:19.1875rem;left:11.1875rem;width:30.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFQ6TGHtEKdJCzAPq9sDLQW9l9aKsZqh { width:3.125rem;height:3.125rem;top:30rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHKVdrnUFmJz6HP5kmdAHgAeRGWpd2hQ { width:1.625rem;height:1.875rem;top:30.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD74OApuDvoTw5nSf2NywzVEHTkchBmi { top:24.125rem;left:11.1875rem;width:30.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbLzeZ5LzI2oEH5uLQJadtW9f3wTRxe { top:30.25rem;left:11.1875rem;width:30.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npyuKq989KaWXUlv4EmWWIPE2vNNW7lM { display:block; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnEhXMrb8Abovou75m0T03TGXXuT0lUe { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHJSXrH16zEM8y5oxGwm2TcdS1WxX9x5 { top:2.3125rem;left:1.2796878814698rem;width:45.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs { display:block; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 { display:flex;height:auto;width:27.8125rem;top:1.4375rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #eoIgh46vhzKxr83RpxMhGU72gRU7nflJ {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #xdRI72u5ulK22KPnbnruGL8Pg0SQHFAM {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #lD860StaRvZLvxOtSNO1pGapvHZxxmJX {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #DQWbIyxepedmxBz1PhqGLS4PA0N58rWz {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #WDrUfQaqVf7TxTfXEen2dL3heScBh55a {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #t203Z9slzgoSEwyRcTVlhp4Sw9ysor0g {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #pATm1VH5w3I2Eq8nh3oIiWiTaBi5CwQQ {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #qism0aU6dt8T496aAxvZkgATIe9ns0gy {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #woDCGt1FdVZHKaMv79KADGiXP0O8tTVF {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #JBVhvnERJlxDTB24lyAIeJsqcZGve4Na {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #MKTroxEynHK9ES5q0b84Lv9EPkP1kKp8 {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #AdE1KfrWxeq2RIzfVB1c3XWLQxBuOy6B {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #psAsqAGuDZRhlwlQqQODsXoNlDhiUIrD {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #vm1icvg2vIOAnTHBWbQtfOiluox8XfuT {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #UpFAH05FQ5XH30b9xsVAFTeODgmPTupL {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #CJEEH0lULS3QM75QMCZOfarP85Nie4hs {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #aJPAHvAwgzHgQ0xv599KTmwfF8H8u44s {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #y0CVRK1tK2h27000q6r9UhB1K0P2mESG {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #yx7gZx3quDh0e4pZTNQvTGTIue99ShLB {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #esM9BCWpOLIG1IDGviGTMGAe0t76CKU8 {  }
 }@media only screen and (max-width: 763px) { #BdQTqTw64BwcThcwBCWAGnH26hOX7wtW { top:3.625rem;left:0rem;width:39.25rem;height:10.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ZGFfPdmqfq5ZiBUhMuhneZspLk1hhU { top:14.9375rem;left:0rem;width:32.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { top:5.1875rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { top:2.3125rem;left:1.2802734375rem;width:45.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV { display:block; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAxMQG9LDXpV6lokevM3h2bX8RiUdbyP { top:11.0625rem;left:0rem;width:33.8125rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ZDxWcWZ3qdMkivVLWZVdkkSaRqP5dI { top:4.375rem;left:0rem;width:35.375rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTocpSI0ikGF7VndQqGsXqkdhuSOxQBh { width:1.8125rem;height:1.8125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3CFyKgCVdHMf6vcSJGOa0PkOUntZSZ7 { top:8.25rem;left:0rem;width:24.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVJRrwSIHxd1DJu4ISpG3FF2U9SJL4Go { width:13.125rem;height:2.5625rem;top:24.875rem;left:29.746801376342rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk7bgMTGB7kpwybxtzIL1EN4duUveSos { display:block; }
 }@media only screen and (max-width: 763px) { #T8FPQk2XEpr00Teb5x2bWe8LmryVu0cf { top:23.8125rem;left:0rem;width:43.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJnWdQaJTIhWpGon6urxkA5NSt7uXfz { top:25.6875rem;left:0rem;width:25.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { top:3.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { top:1.875rem;left:1.25rem;width:45.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { display:block; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn2uwb42guA1lEDe5BeI78nKULklxu5U { width:21.625rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8VKrRmZ2inLTont8dOEt343aVx4HGT { top:3.875rem;left:0rem;width:18.5rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3WHfQGAmy5JSlMEpEpBp0qzAGbhmOG { top:15rem;left:0rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToHe8oFA4JwbQKkmzzwrPrT88zSLvqyd { top:1.25rem;left:0rem;width:12.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKX4Qh0wCIRC1IwcofLgXOsdPngaW5On { width:21.625rem;height:17.4375rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1sUH98mp27oqKgFV7CVQbkCSSP1p7sr { top:4.9375rem;left:14.624784469604rem;width:18.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgcQE7kq5GhWHTMJBQdQsPD98z9ri1R3 { top:1.25rem;left:20.625rem;width:12.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWsG5Bp4oUeMLdocdSAUQumTrdgPJt3t { top:15rem;left:14.624784469604rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX5CEogPNvTV60ARJaK7iwGZ3G5ngN8m { width:21.625rem;height:17.4375rem;top:0rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCNWX8McsDcbAAfsenCwr7wJXIxIK8SE { top:5.625rem;left:29.25rem;width:18.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLqLaal0622SqlKZ1bRe7ia8C2z8APA { top:1.25rem;left:34.9375rem;width:12.8125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAu4IC8INCaE5mQCzh4kT5FCd4k9CLcH { top:15rem;left:34.9375rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FedckyS5JSQ0wrcVxddVDEBSJs03Nq { top:15.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3gVXmCmmnTmtsFJauBTy9z6bbBIOvp { top:15.0625rem;left:0.625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utws3TrAFM5xpw9e1WEo6xX3fo2fG8PM { top:15.0625rem;left:2.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKFplOLF2Jhh4LQLbBf98QdPT0EoTHn { top:15.0625rem;left:3.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAerAFwiVBwUNRDMhyTdt7owxhmXxhee { top:15.0625rem;left:5.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh1fK3V0ynERQbNUL4lrFS9M6xx0zsvJ { top:15.0625rem;left:24.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQptQSgFGFBpDA1UVbCX01HJkvTIpyu5 { top:15.0625rem;left:22.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMcSoq7W2nvMfEBkJmHzikS3nici5I1 { top:15.0625rem;left:26.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa648LyO9cQ6VIVBXlJ2nGbtzlCVtRpT { top:15.0625rem;left:27.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2XxihvypIpDy1QysQTqoTBSGyl75NuW { top:15.0625rem;left:29.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6RFQRwCm6Kx4Eydpt1qKkBSxrkaxK5V { top:15.0625rem;left:43.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSDV8vhw2afK2i9rbvipd3WnoOUtAdSE { top:15.0625rem;left:41.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMipycp4hLco8JuL4wJSIgELiKXJxMw9 { top:15.0625rem;left:44.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh9412RVFEkCt2mrkdmLcRXfnZTFGguv { top:15.0625rem;left:46.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpFTR9kCXw3b0oirdosXWctk6IPTqFF { top:15.0625rem;left:46.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ { display:block; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsKMGKTKlZt3d52TwyHBiAV1wJtRRPAC { top:5.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGccz1iZK6CMMTdsp5uBpzMRlgaolO5T { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTduwSxNffKOzpwsfV1ObKSqSnoK7ob { width:0.4375rem;height:5rem;top:53.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8r1xnJXuGzyna8hiMTs8ZXSZuDzFite { width:0.4375rem;height:5rem;top:53.5rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGaDWuBoHA5Wuy4XRk3qwf60gMkfWEXs { width:0.4375rem;height:5rem;top:53.5rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MldySeH95g1B6pflT4rwBCniiUI7u2xC { width:0.5rem;height:5rem;top:9.1875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp5nKQbqHoX6EKUnC2lbhRh8TNMagxrp { width:0.5rem;height:5rem;top:9.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ { top:14.1875rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d { top:26.6875rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy { top:26.6875rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky { top:14.1875rem;left:23.875rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k { top:14.1875rem;left:29rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFnI1o3TevHTqMyALSIttafO290nyrMd { top:39.1875rem;left:0rem;width:25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn { top:39.1875rem;left:11.375rem;width:25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg { top:39.1875rem;left:22.75rem;width:25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { width:1.625rem;height:1.875rem;top:6.4375rem;left:29.375rem;display:block; }
#zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.625rem;height:1.875rem;top:6.5rem;left:31.9375rem;display:block; }
#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { top:4.4375rem;left:23.0625rem;width:24.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETv07h4plinwReLdWQGAVghGVbFZUfBX { width:11.375rem;height:2.25rem;top:7.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOM8x5esBpRD9Txr37VdAh5KBVFHReNz { width:1.5rem;height:1.5rem;top:4.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WooOyoKOwQfTJD01m6zbklDQyskAVL0t { width:1.5rem;height:1.5rem;top:4.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqI6er4bGEqs8nNrhNemOaRXKvFS1oEU { width:1.5rem;height:1.5rem;top:4.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enl2MKU2q8fiQcNPm6S0zrNZqQxSsNzr { width:1.5rem;height:1.5rem;top:4.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly4TuErzV8Fefp2kfF5XZTqNGhJ3ho3u { width:1.5rem;height:1.5rem;top:4.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 { display:block; }#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZ1aZ5A65Td1nW4GWDPANenMcy1RPkm6 { width:16.25rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkw4KDUL7Eiv6CM2Fro58ddJVbFwzBD6 { top:14.0625rem;left:2.7568359375rem;width:9.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cckx8If0WDp53l1Ifkb5cafh8JbWw7ab { top:26.3125rem;left:1.84765625rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pceUZaKHPAckaSfqWuaTr1cOEngWnB8C { display:block; }
 }@media only screen and (max-width: 763px) { #diaQbmVPKMVwvrR3Ip3snQMtfHT2M1VG { top:0.625rem;left:1.0361328125rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaENaNlv7TTe5JIEtvXLNJM25wrrSM2F { top:23.875rem;left:1.34765625rem;width:14.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duErGhsNHnA1MfURTT0T5Qe4AboxXZEb { top:25.0625rem;left:3.5966796875rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKin8FoGpr3yRyB8rekkBL04UkgTh7i4 { width:1.4375rem;height:1.4375rem;top:15.375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3TndXE8Iarr4DTrGW5E3k2lUxOuv8v { top:20.625rem;left:2.7568359375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH9EKh7TaxaJ0SB0cHnJCLA6GDv34Bzn { width:1rem;height:1rem;top:20.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzQOP64ATmaRcBqsMLT8HSd2lhB0XRGH { top:31.9375rem;left:0rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oie8g7hDVfddgtsZX1BxsrT8lg0FoucZ { top:31.6875rem;left:6.560546875rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdzr0RDHZieWMx2I7VIL2oLRerSHTTkX { top:34.125rem;left:0rem;width:8.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6iAFRI0L3QaKVSLcg4ebKIDqn95qzwV { top:34.125rem;left:6.560546875rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrVgb7uo13bXUqoza5BflXLuwCtsFID7 { top:36.375rem;left:0rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3WOiNPDOOHIeSAlTTTle1DiluTq907f { top:36.375rem;left:6.560546875rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkfBACyhB30MOOinlFgEEWHi32cZN8MM { top:38.625rem;left:0rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3f9mnnyMNXfuQifoqTLgoWRJk2iVgXv { top:38.4375rem;left:6.560546875rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMvR7NiS73VLqhPqKorapTBUCfJfSBDt { top:2.125rem;left:0rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEhPd2vwxnugrmQAOERX70QnElhJF7U { width:16.25rem;height:30rem;top:0rem;left:16.0732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFUAX9zRyg2ZU7ROe8WqX6qkMwItJOMM { width:16.25rem;height:30rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T { top:2.1875rem;left:17.3232421875rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK { top:2.1875rem;left:34rem;width:13.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0ts2K6HIToCIu6tz9uzoXp3U7OmmSN { top:0.625rem;left:19.5224609375rem;width:9.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRgulLx5gF8kkWPUEB5vr3lOX4bnJeAu { top:14.5rem;left:20.625rem;width:9.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGeFgZEPDXWVAD0D66KThMSHBeqdCscW { width:1.4375rem;height:1.4375rem;top:15.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV7dZKmGIXGbWaSOCS3vfuTa3Dq6Bx0O { top:20.6875rem;left:20.625rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM9HTMhxPAQNZbuIoqHVm5TSsPZN8r9X { width:1rem;height:1rem;top:20.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHnOmtcI2Bct8U0RTKtbQJG0iJhHs1qX { top:23.875rem;left:19.228515625rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7cXMxX8wWXMtkgDDJPc95zu4gnxrhF2 { top:25.0625rem;left:21.416015625rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsg7OHEVP9aSSVMCI0pBTVyDiiv5GtlH { top:26.3125rem;left:19.4462890625rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4he3ArxHf4fBwpNnMh1ObB3PrLHfpip { display:block; }
 }@media only screen and (max-width: 763px) { #J09TLHszzOZdBdJ0MQNUhR7hLEzuABeh { top:31.9375rem;left:16.8115234375rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COzlkUAHNsI6VRE3GNGBFiNIqSDerhIK { top:31.6875rem;left:24.3740234375rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnKIbZ6h2dTEiV0s7wFKGEowgWo0tDmC { top:34.125rem;left:16.8115234375rem;width:8.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNskvX7IWHaNdDbFDnIGKbm4Ce8DRAB { top:34.125rem;left:24.3740234375rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggNtEuw5TJLTmKChrR5swoMNdXqq5Mn { top:36.375rem;left:16.8115234375rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTaKg9ayTrz9fEKFxISwfS17TpxL6b7y { top:36.375rem;left:24.3740234375rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASvNTivTa59v7zbs5mXAFKBPCGhNzQGG { top:38.6875rem;left:16.8115234375rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0BMsAWXfJ1mrIJ14BtmB6PbhgU0SlN { top:38.625rem;left:24.3740234375rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDBeC6zGTMaavl0OLgTAglRSxl6rcx0R { top:0.625rem;left:37.1162109375rem;width:9.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrrTtQDr7ywxx3WZ82iNCMe5zDB1xPWv { width:1.4375rem;height:1.4375rem;top:15.4375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgqJATlc8J4R9lMJZqSehsuVKugclgyR { top:14.5rem;left:38.1875rem;width:9.375rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #My6vpQihG6dUxEDDHGvTDqlzoVwEFSTf { width:1rem;height:1rem;top:20.75rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKwbUTaU5qVNl9chRKHswaCWelkVSUxh { top:20.6875rem;left:36.4375rem;width:11.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvdiUbArGXbk5irS3vJ8pKPEGQda0Wl1 { top:23.875rem;left:36.8115234375rem;width:9.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP64fRMi8BslPA73u8ipveEBbkFdo7nS { top:25.0625rem;left:38.9990234375rem;width:5.5rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdUVg4N9upTohK0tMEm4JPsullGTFZ6m { top:26.3125rem;left:37.0625rem;width:9.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLF39eFMkULnTkd3R9OZ2gAQh9yqABsn { display:block; }
 }@media only screen and (max-width: 763px) { #KyIXTOLBNOSowoOWhvNBLbVggpekvthw { top:32.125rem;left:34.375rem;width:7.9375rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFwJPKFgcrkhIkvpiPMKuoz1Ppzwqql3 { top:31.9375rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr65yCFruKqMaAUKfOkVvVv86pEUdMvM { top:34.25rem;left:34.375rem;width:8rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwnLJvwOu9FmK9etcOus0slyR3wFwKR8 { top:34.0625rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9cdGIeuHmNLZvgK9ocer94TBMuXklL { top:36.5625rem;left:34.375rem;width:12.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEuqSLa1JBTMKeLFLPWubkd9GRmdKI74 { top:36.375rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTb3Xn7uWNWmxTq83UaZhz9ncpIW6sfq { top:38.75rem;left:34.375rem;width:12.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t25PE1PZxftaNr5e61HUvgTgcQE5HJEu { top:38.5625rem;left:40.5625rem;width:7.1875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA08yJ3WEa9JqeB4aTQ4JMQBuskV8SwL { top:21.75rem;left:2.724609375rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5EWmxcJOT7TSCbTPz0Mvp3RWU9eaVeL { top:21.75rem;left:20.7802734375rem;width:11.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uok6Ww1BNEZ1t5afXRNzqL4sklg0LXgT { top:21.75rem;left:36.4375rem;width:11.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 { display:none; }#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU { display:none; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIibJ11CxLLcwhzKv1zl9ws6HTmXTKy7 { width:6.875rem;height:2.8125rem;top:3.1875rem;left:40.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ocp0p1ArT0npqQ4XkT3cwyKZqZ3L7Ald { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F96SzA5shLnhVuyCVtzuybFpfOzg1IBk { 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; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container { background-color: transparent; background-image: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container > .video-iframe-container { display: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row > .video-iframe-container { display: none; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .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); }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container { border-width: 0; border-radius: 0; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F96SzA5shLnhVuyCVtzuybFpfOzg1IBk > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCdwGcIFsyMoKUvQLEOXmnwTRABKgsLm { width:7.8125rem;height:2.25rem;top:21.4375rem;left:6.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhEGR77JTBt625RpAMfyuRArV0pxZpaP { display:block; }
 }@media only screen and (max-width: 763px) { #ya2rri9Kaa7n95Q4zJ1gvQfIbyqlgCZo { width:6.875rem;height:2.8125rem;top:1.4062501192093rem;left:13.125000953674rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Tg7Hdy8NJgulP1f0n46ATkf9wG5488 { display:block; }
 }@media only screen and (max-width: 763px) { #rFeT7QoKmHSw3qkgAAcDULb90nvh4zL9 { width:8.5625rem;height:2.25rem;top:17.9375rem;left:5.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT69nXUopPsKOgmcZQQSCOq1BnqKf51K { display:block; }
 }@media only screen and (max-width: 763px) { #HC8DvJHzgOqZD4iSlc3Z0II2DIwQd2Gl { width:7.1875rem;height:2.25rem;top:14.4375rem;left:6.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHOemrWiL2PJFhlxHE1OmNdHxMziiUmN { display:block; }
 }@media only screen and (max-width: 763px) { #LfS3AI7rBdNhFX36uTTvLwwE1He8xw5K { width:8.5625rem;height:2.25rem;top:10.9375rem;left:5.6875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztzphC5HKy9qi3ilLfRakQcbTo6kZEBc { display:block; }
 }@media only screen and (max-width: 763px) { #TvnQMd2heAcMZwczMeccD6mSvDfEsKA6 { width:5.3125rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz { background-color:rgba(0,0,0,0.08);background-image:url("https://images.assets-landingi.com/uc/519c3e8f-fa30-4ee0-af71-5fcd7f148411/1MOBILE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz.adaptive-delivery-prevent-bg, #ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz.lazyload, #ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz.lazyloading { background-image: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { background-color: transparent; background-image: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container > .video-iframe-container { display: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container { display: none; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .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); }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { border-width: 0; border-radius: 0; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZieNkAbgdi3l9lhTpTT1rpRZQF7GBkGz > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #feaqRBEKsdBGn9CNofMqyqQWIGGcLWOF { width:20rem;height:6.597625rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W4UE2ehIXGATlcnWTBFxXsign951UyAL { width:20rem;height:0;top:10.372179508209rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k4Fvv9Ln7dHWwkqOLJrTrgIg9izh41uv { width:20rem;height:3.25rem;top:28.52734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #gBchPNaZ7lpF21dLETirvb5UQDFHcuec { width:16.75rem;height:2.2734375rem;top:33.4921875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC { display:block; }#xzRBOnKiBhf3scKIL4fWrD9mW8TU5AAC > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxzXDuSRX2RndbFUlhnzuGbrFQRFxZpk { width:2.37413125rem;height:2.37413125rem;top:3.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZgcPRM0ViC2XWZxbMsPOHUaJE3480Xd { width:16.875rem;height:1.462675rem;top:6.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFW4awniWa2n7IpudaKai2T5u6nUFd9p { width:13.8748125rem;height:3rem;top:7.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9xtFvgNgrPrIOelpWFHwtgZlagLcoB2 { width:3.125rem;height:3.125rem;top:14.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5ngLCn0tOZhBLGc78qHsdThXu1U8E2 { width:16.875rem;height:1.462675rem;top:17.8125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPshVbtoP2IsTLVwZMa7S6a9dgLdkGMo { width:16.875rem;height:3rem;top:19.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igll7tpoUD4icn0geru7vHTBrt0euaTe { width:2.43706875rem;height:2.43706875rem;top:34.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmrbwUnRvTf30NDJkNLZX9urJLZXZCKH { width:16.875rem;height:1.462675rem;top:37.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXP21IlLxTKAWzszPByZeCkqMiVUmuKT { width:16.875rem;height:1.50065rem;top:39.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM5cSFTv8dxEnOahhb5dOh6MidUIuygJ { width:16.875rem;height:1.462675rem;top:26.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c44NgTQyVDBbzk1t8LxUt0n2dT17LzFA { width:2.43706875rem;height:2.43706875rem;top:23.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqiabncxr8OAT12pSx9Gtif369Ecc7Lv { width:16.875rem;height:3rem;top:28.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA { background-color:#ffffff;background-image:none;display:block; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { background-color: transparent; background-image: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row > .video-iframe-container { display: none; }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .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); }#BxoTzDsf7bKRh1SNdZNSqc0K8e1lNAVA > .row .container { width:20rem;height:78.5849921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-regular-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-textarea { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5.625rem; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#d6d4d4;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:1.4375rem;margin-bottom:0.25rem;margin-left:1.4375rem;height:3.5rem;font-weight:400;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]:-moz-placeholder { font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]::-moz-placeholder { font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]:-ms-input-placeholder { font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ [class*="-text"]::-webkit-input-placeholder { font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-checkbox-label { width:13.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container:first-of-type{padding-top:0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .widget-container:last-of-type{padding-bottom:0;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ  { width:14.5rem;height:auto;top:20.04231262207rem;left:1.4995660781861rem; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ .radio-container { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ {display:block;}#FFxofnIOvym6HypTpOiMUxfZyb2X6meJ { width:14.5rem;height:auto;top:20.04231262207rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PgPNTqMigZwX5odGs3g1cZVeBOGaBITn {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UgpHlX1BlXOEOURwH1KAfetaNRThTdkD { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ROtKsJUqDWLwkeW8chGfP3HBa8zed6iA {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #nvTWlyUM28CRCqadEBgq7gX6lnqozfVB {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #O4QKirsMD3I5LQ6ESJciOQrKi2f3hIzJ { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #g8CPdTeAkK8Db8aA2mlXuvKe1dpRRI5y {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #w9vZEE2zr6yMLbUEEXDr34G1Ib4A7IgR {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #MOnMS0m6F9T0LEdSDf0P5QryAToTZiU5 { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #C7vI1zh6kdtW3thFMlWXTGPNvwQiyeGm {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #QqkZydlbcghG8TF0TB3QcmDnT9f6lAzz {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #TZm6cz4JGXGPS2MmHxNe9Vm1QXLMQ5D7 { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #qO9IiSQCslgRH1hwB0yB8NNkOgHxCMkC {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #X0OXETlvdcXuKTxVCPptcHVayrAQXnTX {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wh73pgZInKT5O9Ru8fFI6BoxKwxX4PT6 { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fe8a95wJaO6uCKdQNmbNTXhEVdXDHJu1 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #dq2v2dvn8Zf99uPJfBn5fLtE4as8ckoP {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #FTb6Pbil2qLJmVRskZTsB5uEVkv1G9ED { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Uu2EXVeaoXW1I68WbCq7mEmiW8U7qELh {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #Wb6UaWowdt5NkCLpRmuJ9zl49oQ7b2wV {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #ChxPbtT4rARduGTKa05uc1LguVhSdSFs { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #vDH2mCzJApdTPvApEH3IfiC89rn8CDQN {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #PAakTCdP5TQqGHriAQNCg3D3X8H2XzfX {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #iPu7XSkbaHZ7Rouoy4fBuVo2kzynT5mf {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #miRbIz58gbWXVn1bSCiu8U1RruIXKtEq {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #yWQ22EvmPfxOkuMZ45orRxy8PZkUT1de {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #k7yBTBmw0zNXImMPgk3zLvJgeuHtX2R6 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #B6qSN9tgluRqUbz8cm1eOxOgVKsKmB3V {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fVk5uu1DpyFq94PucVzMrIVeFfSkJEaZ {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #UxhH7n7bCXn4Wm5dtzQWt4KLf3f1LBcu {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #s9Kb9EF1oPvapUgNRvR7TcU7v4uIbpG6 {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #enGZZ3hFOeFS30Na0u5IwxTzDmZiKwmu {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #awJTScBfdVNTBK58U145IBgctPMqCw9P { display:block; }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #HTRhXJoDTsDo1zQIHPzgCHy9s0T3e43E {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #apZ3xOCcwo5EqbPwxeVos0KHu6N71Aut {  }
 }@media only screen and (max-width: 763px) { #FFxofnIOvym6HypTpOiMUxfZyb2X6meJ #fUgmZMDvTDV1SfJvc2cWXzKmBruTSUTQ {  }
 }@media only screen and (max-width: 763px) { #pvth2a3Z2IT2IAezDFI4vb8wXkRiLNAx { width:20rem;height:7.7988125rem;top:6.5614147186281rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BFsZIwpgqTAD2Ap5NN8bMNKkcfbBg0NB { width:20rem;height:71.0625rem;top:3.8107604980469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDcNsV8Qe9Q7LdPDW8B9E4z0mvfNlgHL { width:16.375rem;height:0;top:15.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QaR9RT9sZktrke3pv7v1tKsT2oSgZW4m { width:16.3748125rem;height:3.375rem;top:15.38410949707rem;left:1.8120660781861rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz { display:block; }#cFwmKymx2OFCu69TGcOhADgCWSg6T5Nz > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2PQ6Pq6LWM5xfDA6DfNxBuO2xwR6xtL { width:20rem;height:2.6rem;top:3.9619125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xOJuipsX59285TXesbPPTAPMF4DhKpMe { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #po51m12Wh2kSVHNmUEULb2XtlJFybLHK { display:block; }#po51m12Wh2kSVHNmUEULb2XtlJFybLHK > .row .container { width:20rem;height:190.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXhlD4GE9c39bKStfQvGe12nt8z56CXH { width:20rem;height:38.625rem;top:0.7421875rem;left:-0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kut6DfoyOkk9sz6GcqWfChA0fnTnXVkv { width:12.249625rem;height:4.546875rem;top:19.1865234375rem;left:4.3115234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAPE533K2kT6Tr3zyH0LPsTuHVtkXDWZ { top:33.248291015625rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3UT3CqGJGdAp13RQ5BsEwtgKhA5VRLF { display:block; }
 }@media only screen and (max-width: 763px) { #VLtSimeT3d8ZXy0K4p6cHvNIBXk1gIGT { width:6.9983125rem;height:1.462675rem;top:2.373046875rem;left:6.5rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #kLpTA3Q4nzkLQk5dEl30mP5LoMITKcv5 { width:18.6851875rem;height:2.275rem;top:28.908023834229rem;left:0.65607237815856rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vkf3pxvheBXbJepuF8rnUe46BoqFQiP0 { width:6.8103125rem;height:0.9625rem;top:31.125rem;left:6.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rlT9FD9LuFfKKvHeJshvQuQp9ZiIJ1Bb { display:flex;width:1.499025rem;height:1.499025rem;top:19.3046875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #WHcJrvHR3Ts4eeCQL5ftBEDO1tDw9SML { width:11.312125rem;height:1.1375rem;top:24.499267578125rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dz5Mb9TMkAKzD5dO29v5PCWn0EJPrxqq { display:flex;width:0.99964375rem;height:0.99964375rem;top:25.1240234375rem;left:2.1240234375rem; }
 }@media only screen and (max-width: 763px) { #Jd06r7UMzmOe4zrfVoBD7ixL0eDGQmVc { width:7.9976875rem;height:1.125rem;top:41.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTy25dgPRwCI1r82IyMB3DTT9AuawLhv { width:7.1875rem;height:1.125rem;top:41.25rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vNT1CntqeWTnNtJrBJ1SJnMMApTer70n { width:6.7476875rem;height:1.125rem;top:42.737503051757rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z4rmx5crxWIRvbbWrfsiFLbFX1GDkuSh { width:7.1875rem;height:1.125rem;top:42.737503051757rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ustBJa3Qp64TzZ0wxey3POSQJtQCTQZ6 { width:8.18675rem;height:1.125rem;top:44.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZGETmTqO3qG0NyTdrciJJx2uX2VmFKmT { width:7.1875rem;height:1.125rem;top:44.1875rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OaOR1tVyKd3bruW39KTwz1sufet61Lbm { width:12.1875rem;height:1.125rem;top:45.550003051757rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVuBzb7TK9NNVfdX06NUuxgCmFgqdvvZ { width:7.1875rem;height:1.125rem;top:45.550003051757rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Fy5qTVm6xew2UASAQmfeX8WwchHXDhyW { width:17.8735625rem;height:11.5625rem;top:5.1220703125rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFg5CTAZpxrKRE7NvMML667OoKfnnDsr { width:20rem;height:38.625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIUHy36mKXg98FE5a2B3UZ0aR3u6I1f { width:20rem;height:38rem;top:95.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfdA32K0ibNlQFXpgL06TsUkzg5FHyfp { width:20rem;height:38.6248125rem;top:142.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTBPGJHxpLtkhZXITn1eOVFLFtcKf0zd { width:17.87475rem;height:11.5625rem;top:52rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh7bMbXlwQuMBrO4rNMgdh67v9DETMKz { width:17.875rem;height:11.5625rem;top:99rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmcdqbvkQeBhdyk2b40CGXaMWDGh6l2P { width:17.87375rem;height:11.5625rem;top:146.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJBKRsDcl7KiHiFo3n3fNShAeE1XPzH { width:9.375rem;height:1.4625rem;top:49.4375rem;left:5.3125rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Xwu1JVXTQ1Ux7pO8wrvZvdH9RSlPoe4v { width:11.8125rem;height:4.546875rem;top:66.25rem;left:5.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oqpbwoE8Rfny1Ha4xScmcBzkgbzUNL { width:11.3125rem;height:1.1375rem;top:71.3125rem;left:5.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4lEODpmzDdUwvTrDRBxrEtJ6SsBlBXB { display:flex;width:1rem;height:1rem;top:72.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #K8G3dQs2A8xlrZIv46ssoaBqDTKwndxe { width:20rem;height:2.275rem;top:74.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVyLlRqtf62ordoWyZ0QVFI9bNLLmfZA { width:5.5rem;height:0.9625rem;top:77.375rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqMnVyTsmG7SQ9AG0qfbZaEUTEvy0LTp { top:80.1875rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDVVwqqZdLmiVX0hNAqJDabi5vWley4k { display:block; }
 }@media only screen and (max-width: 763px) { #NEx1kW4xVV3f5aXiOPd8TmKQxAFxqK9s { width:8rem;height:1.125rem;top:88.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xM2TVJ5E0pQD65AxMCpQTs1OA7m4LoDE { width:7.1875rem;height:1.125rem;top:88.375rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r6Z6hxZbNHt6iS3rrB9VyRTEMgAIPkAX { width:8.0625rem;height:1.125rem;top:89.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXNbvAKXUTQpPHIiSDQRs0kv2eAcy4VS { width:7.1875rem;height:1.125rem;top:89.875rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sqRohlhFlSoawDZLZVm20PyXU4F0DcTR { width:8.4375rem;height:1.125rem;top:91.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7fL1cNKG8XdEfycdIxPP39WWWvAv4R5 { width:6.6875rem;height:1.125rem;top:91.375rem;left:13.3125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #We4vbuRW8kHuV7OuXvQhuHrWceeU6Dta { width:12.1875rem;height:1.125rem;top:92.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uohTKx6mklA7JdlkteZAIsP0Oa1leHO0 { width:7.1875rem;height:1.125rem;top:92.9375rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TMydF2u1lb8xqnI89RoMGBCrCtSoTCFO { width:9.3119375rem;height:1.4625rem;top:96.6875rem;left:5.3125rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #MDDqdSKNUbIEeT6TK2ScJJtydDzov9H0 { width:11.8125rem;height:5.68359375rem;top:111.8125rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q60smiHOFOVFFoxRMwme1L3lKNU2JGmI { display:flex;width:1rem;height:1rem;top:118.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #gk0Xplni8iXIQShrlrzo1Ig34ef7H9Cr { width:11.3125rem;height:1.1375rem;top:118.375rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pf3PPRsAnQO0RfE41ZiQKDZ76ZaLoTNI { width:20rem;height:2.275rem;top:123.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXg2ZKnQCVnCG3VcdOUgA7dN27XzorvG { width:5.499825rem;height:0.9625rem;top:125.375rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIPHFqa6c3BPE50K2QMnGef2dFxqlbyD { top:128.5rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxu4p6F7KXHw02B79THSkun7yxMGng0b { display:block; }
 }@media only screen and (max-width: 763px) { #ODf1vKeWWWiGVNwTW6ScDasfgNTa0kV6 { width:7.9368125rem;height:1.125rem;top:135.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItEnCvpIbJvtvvkwx1W9qCCbZuvL4wz8 { width:7.1875rem;height:1.125rem;top:135.4375rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #z6JIFiTo9nBKZHCi7Zo2pi46qvTMXvWR { width:7.9998125rem;height:1.125rem;top:136.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pa7AmsBgXJ2TNxrnzx5FCTGFvJ7wxBu0 { width:7.1875rem;height:1.125rem;top:136.9375rem;left:12.75rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #vKP7K0witTN2KASL5W9TGrSZGL61GWky { width:12.0623125rem;height:1.125rem;top:138.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lpSimELzlmrbgvrvge9uiHREJJd9sLUn { width:7.1875rem;height:1.125rem;top:138.4375rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pvCo9BvQMaqQPo3ZEPcnMuNCEc5taymd { width:12.1875rem;height:1.125rem;top:140rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JPQde9ngqm4zToumwTczaFNpdQZ4zSqw { width:7.1875rem;height:1.125rem;top:140rem;left:12.75rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #orViVzAbd8Xvts8A015PbkIak6LNwLOb { width:11.7489375rem;height:5.68359375rem;top:159.9375rem;left:4.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKZPGqd0y8g96LkJakd4ZD6x2w4dt5DN { display:flex;width:0.99964375rem;height:0.99964375rem;top:167.5625rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #sJurSTfN5LE0K6yeQEBy0onpKSWihJOH { width:11.31125rem;height:1.1375rem;top:167.4375rem;left:4.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHTR9p99a23WArfRCxSpPZJT4wCqOtBD { width:20rem;height:2.275rem;top:171.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXvVc3GFbISZdbr2fw6TFC7Q3bNNbVJr { width:5.499825rem;height:0.9625rem;top:174.125rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuZUss2gmc9DoVI3kCDidTK368P7dr62 { top:176.3125rem;left:3.5625rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #safI1OknDTDsGvF6xAXwrU2JaaKSWanA { display:block; }
 }@media only screen and (max-width: 763px) { #lTVxlmKwIfeKGEgdNFanzopPZB325peW { width:14.25rem;height:1.7871125rem;top:25.634769916534rem;left:4.343039393425rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ubQgNMa6IlIena6u2q3TtAZV8wfgAxCs { width:11.312125rem;height:0.89375rem;top:72.4375rem;left:5.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p4KS92hnTFAnk3tAVIcTgxZg4eMSUR8v { width:11.312125rem;height:0.89375rem;top:119.4375rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9iK960m6Wo3mhdPADXGW3SwMTpIUzqm { width:11.312125rem;height:0.89375rem;top:168.5rem;left:4.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oF0tkZag6irXZTVuNuKVCLdRoaSKelTs { width:10.686875rem;height:1.4625rem;top:143.75rem;left:4.625rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #a1XF6cZiprn7fD9K1MLhBLS6ymGdOSsW { width:7.1875rem;height:1.125rem;top:182.3125rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y5Ak1MTJP1ZDriRrvq9IECDsn1EzDxHg { width:7.9368125rem;height:1.125rem;top:182.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cDAEu4oBm2I59WUt8JOu9o77fck5OlHs { width:7.9998125rem;height:1.125rem;top:183.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZdBhmDxnPI3d7d7eSid0NCvS0fPOU7l { width:7.1875rem;height:1.125rem;top:183.9375rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nSSw7oTTfn2WfRNguIbJZi4ssLEiGt3r { width:7.1875rem;height:1.125rem;top:185.625rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #orbbFTdLvoxa4MMnXhPi07hLc6GvMV9Q { width:12.0623125rem;height:1.125rem;top:185.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dv1CT5ro4BfZlkbK2cX1XpCSvE09QaTw { width:12.1875rem;height:1.125rem;top:187.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JF0SzaBC9sz3rM3KiAiqJ34BmsCvss8p { width:7.1875rem;height:1.125rem;top:187.3125rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SZNAsKZSTkwe7IG1t6y9OlHQFlkSuhil { display:flex;width:1.43663125rem;height:1.43663125rem;top:67.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #eMyK6whBF4hfmMfEPAqZT74wIQQXGPu5 { display:flex;width:1.43663125rem;height:1.43663125rem;top:111.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #svJRtdLtfHbS0brv43WevCxzBcp3sGyG { display:flex;width:1.43663125rem;height:1.43663125rem;top:159.9375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #uSk6mvThXSOhQB886RxShSP1PDmK2gsv { display:block; }#uSk6mvThXSOhQB886RxShSP1PDmK2gsv > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MD2eGpl5FJXvPbDZVo1KE4y7eG8HJErO { width:20rem;height:6.8203125rem;top:5.7723712921142rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pgVheGywca439Gn0qVGzVA2TrNqPxV3x { width:13.75rem;height:4.546875rem;top:16.123945236206rem;left:3.1249998807907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #adPNnNk14w7rsh2ZA9SFppIpwrdqdtrJ { display:flex;width:3.125rem;height:3.125rem;top:0.93661308288575rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw { display:block; }#lUHqdEKPtr0kJswC18yM8gNAPqHwuBpw > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgpwfWwkMMcXaESoL97xtIQz4u0oRttV { display:flex;width:3.125rem;height:3.125rem;top:1.6246433258057rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #HUwVG6ZPItIFKTdPaBCCf16yxEcQWLV5 { width:20rem;height:9.09375rem;top:5.9990234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c { display:block; }#PmELgxu6wMOdZ0cr1XWUBkKI3zwKyI6c > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS9tq7ine2XMewS892XtSbZOegexxRk2 { width:20rem;height:2.6rem;top:3.9619125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qt7QNNFrkAVOGMPE3vAN9Imvylp53iaT { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ { display:block; }#TZMlf0ColWs4JTzf0pBmF0qdBfB5tFhZ > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQr8ARmuVDUZ75IKfbDk887FmGmMTJXI { width:20rem;height:38.625rem;top:0.7421875rem;left:-0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3mQIENLdm9v1B2lgcnV9RcgM3GlGuA { width:12.249625rem;height:4.546875rem;top:19.1865234375rem;left:4.3115234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gs1wMaOTelJXX8oThnNXwrPnK8G2APw2 { top:33.248291015625rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoHSGndBE6GLv0iXHfAO6Cp8lHEtCQCI { display:block; }
 }@media only screen and (max-width: 763px) { #DG3MO3JsqGdyOnhyIBsTeJZkb49xf6V1 { width:11.125rem;height:1.462675rem;top:2.373046875rem;left:4.4375rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #JqdJwmJFzIM0mHFLUqih4PbvS5xgpxsA { width:18.6851875rem;height:2.275rem;top:28.908023834229rem;left:0.65607237815856rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmC6lXSJiBFTFL6aBlxxNFseUxTkopNT { width:6.8103125rem;height:0.9625rem;top:31.125rem;left:6.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZAB7q3aQ1S7NTTVBkUq3fzqbAhHlVoG { display:flex;width:1.499025rem;height:1.499025rem;top:19.3046875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #p9EMNnvUDcz698XPOMX85HIzmn7h0CC0 { width:11.312125rem;height:1.1375rem;top:24.499267578125rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w7v3SDcQlU52RXBz2TK7fiFAr0IUGIJZ { display:flex;width:0.99964375rem;height:0.99964375rem;top:25.1240234375rem;left:2.1240234375rem; }
 }@media only screen and (max-width: 763px) { #yUdG1St4aC06INbcRWyxzmE7aVU5HIkl { width:7.9980625rem;height:1.125rem;top:40.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PMsMa11yuyP4rJqSDX1TqsKq9tfEHJyy { width:7.1875rem;height:1.125rem;top:40.3125rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #mXHq87Ax5JQtGySeSfxRT1rLWNdVuX2z { width:6.7480625rem;height:1.125rem;top:42.0625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3FWrFo0LRVOioCzJmwb900XlFzLp7Tp { width:7.1875rem;height:1.125rem;top:42.0625rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AXJOMbWQR68IC6TAnqnav1Tu68NBWvwT { width:8.18725rem;height:1.125rem;top:43.75rem;left:0.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gyVb66u3mXTOq5KhTJ0i9slXgwSS5ybd { width:7.1875rem;height:1.125rem;top:43.75rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fKQgSTcT3IrqJuu9Lt4WzxpWyR8vAk8O { width:12.1875rem;height:1.125rem;top:45.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpCely3Ti2KtxlB1JtXeeCZf0wyifwZw { width:7.1875rem;height:1.125rem;top:45.5625rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #X6HsIifzozkX6abiT1vnBaX6Lkh5QxsN { width:17.8735625rem;height:11.5625rem;top:5.1220703125rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ucFc2WUvOqWfigTCg4TTJAJHmJRK0W { width:20rem;height:38.625rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIaaVpyX4nozcTwZSpRSTf2NJUVtdc9T { width:17.875rem;height:11.5625rem;top:51.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5CC9m6oZVFtdonp0ggNFxKP6KNc5qSO { width:9.3115rem;height:1.4625rem;top:48.75rem;left:5.3125rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ksSwR7kWQSN7z9q1xLioBS8xTfxOti6D { display:flex;width:1.4375rem;height:1.4375rem;top:64.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #hi5f5kLeQ3WAviEkQTTA04TKCa32MIJV { width:11.8125rem;height:4.546875rem;top:64.0625rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #noqvIcXF5V3TXTypzPlvaWZihUtxxkou { display:flex;width:1rem;height:1rem;top:70.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #fnGMqAXUQy7u5xJT8ViliN9l4kytpNMr { width:11.3125rem;height:1.1375rem;top:70.625rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QO34GoqVDWozhTLP6Roz0fNkTRyNP2sa { width:20rem;height:2.275rem;top:75.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BiO9OpByQ8xU3ugx672GTQZ4SkFrDNRK { width:5.499825rem;height:0.9625rem;top:77.625rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V7wq0SikvxFqTQT9NczCFT8TSd4fwQyH { top:80.75rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Zgv3gV92l0VXiNX858C0psaUwmRAr5 { display:block; }
 }@media only screen and (max-width: 763px) { #MXooXGEvMLbShvWefTJz9TqBBWEeMgxh { width:7.93675rem;height:1.125rem;top:87.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9KZe5zBklXQTdUhd84AdZ4mMLNikWCl { width:7.1875rem;height:1.125rem;top:87.4375rem;left:12.6875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #r7bSSkxTnJmFQDZZ9QRnK6A8lVwaF5Zz { width:7.9998125rem;height:1.125rem;top:89.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTrVqyLivxqgMcxtC40TOHMDkTWV0fAk { width:7.1875rem;height:1.125rem;top:89.125rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #D5IK9Jkh20TNXtXJsd9RbgquD7pcraTq { width:12.0623125rem;height:1.125rem;top:90.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WXPQGmJVik7SgClXlZmMHDM0DVCCD20T { width:7.1875rem;height:1.125rem;top:90.875rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bRz9DNaG4dWCgybyPWEMgZV9pq9h9aNn { width:12.1875rem;height:1.125rem;top:92.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MLd8i6XdxmTperH2DuA9vRTOHEtMC5Q4 { width:7.1875rem;height:1.125rem;top:92.625rem;left:12.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #v3tzebV081L9UTLS6IPtlkGdWrshn7Sx { width:14.25rem;height:0.8941rem;top:25.634769916534rem;left:4.343039393425rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C4O2mtUTSzRa3TfhOFbfeD9H8SqakDX2 { width:11.312125rem;height:1.7875rem;top:71.6875rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT { display:block; }#PMqTc0wUdJ4n9wbX6nXdkWuxpGLpyfBT > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKiBx4PbKObP23LwkcuI6w42lkTFTzG0 { width:20rem;height:6.8203125rem;top:5.7723712921142rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TFI0EQmWu1OzBQtXNhKUQBLEEnkgCaZl { width:13.75rem;height:4.546875rem;top:16.123945236206rem;left:3.1249998807907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VNRPTTvnogIpQumoMTqEGCeHLNWMp3gT { display:flex;width:3.125rem;height:3.125rem;top:0.93661308288575rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv { display:block; }#zT0pw1MHuRhg4oJpKtHUdmETTETi1TWv > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEXoIDdRTKViFV9bsTcGUyiBmXvt9nOg { display:flex;width:3.125rem;height:3.125rem;top:1.6246433258057rem;left:8.4374994039537rem; }
 }@media only screen and (max-width: 763px) { #EaUSaftxXqFOBNCyZzAbEOKuwCK4WSKo { width:20rem;height:10.23046875rem;top:5.9990234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 { display:block; }#T2VxaCSM3N03C37rcoCdvrbVKzwdDCZ4 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhWKaTE2sEEWezu9Sh1QTcFcUiImIfqX { width:20rem;height:7.19825rem;top:5.4609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RuqI5xKXt0Lx7TREupRGUL7COgxfGVcS { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JDhx84M50eZvlGT0y05iZ38iuvbl88ze { display:block; }#JDhx84M50eZvlGT0y05iZ38iuvbl88ze > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWzOgPtdt2fhB2XNUgkXCrs3bKw76FGz { width:2.5625rem;height:2.5625rem;top:32.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUNd8R06f4ylbBhZXkQ0yBMes7a3TFTI { width:1.25rem;height:1.4375rem;top:28.6875rem;left:1.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Ntiue4oVIN9WTRHCfBbsoJDCTaFHlt { width:2.5625rem;height:2.5625rem;top:28.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTonhlTIA74nGQxPOsCqgThGzaQkTfgC { width:1.4375rem;height:1.4375rem;top:33.1875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uyiSiBM0uAVhvEfIAXriiJxSHENVqL { width:20rem;height:38.811875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx9UtxnvXBwS50zpSDeonydzHJypXZ3z { width:17.5rem;height:3.4375rem;top:44.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0tZUXQOTE9Wq1RWHyGRNRsgq5cBFk9T { display:block; }
 }@media only screen and (max-width: 763px) { #LawSAI3KlZQOS9WQSVT3d5bsWsDXnbpI { width:17.5rem;height:18rem;top:7.8114156723025rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #n2uNrX1LoNzmylTRsaGZlgrzqNBK9Cth { width:15rem;height:2.4375rem;top:28.1875rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aFQ6TGHtEKdJCzAPq9sDLQW9l9aKsZqh { width:2.5625rem;height:2.5625rem;top:37.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHKVdrnUFmJz6HP5kmdAHgAeRGWpd2hQ { width:1.3125rem;height:1.5625rem;top:37.9375rem;left:1.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD74OApuDvoTw5nSf2NywzVEHTkchBmi { width:15rem;height:3.65625rem;top:32.0625rem;left:5rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TlbLzeZ5LzI2oEH5uLQJadtW9f3wTRxe { width:15rem;height:3.65625rem;top:36.875rem;left:4.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #npyuKq989KaWXUlv4EmWWIPE2vNNW7lM { display:block; }#npyuKq989KaWXUlv4EmWWIPE2vNNW7lM > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RnEhXMrb8Abovou75m0T03TGXXuT0lUe { width:20rem;height:9.597625rem;top:4.0234379768372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DHJSXrH16zEM8y5oxGwm2TcdS1WxX9x5 { width:20rem;height:1.462675rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs { display:block; }#dBh4EO2Ml45ZDbMnh3yeXPphVkDzLZQs > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 { display:flex;height:auto;width:17.5rem;top:18.812936782837rem;left:0rem; }
#LfHnr07wuN3869XBImz2oaWQJlBSzAB9 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #eoIgh46vhzKxr83RpxMhGU72gRU7nflJ {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #xdRI72u5ulK22KPnbnruGL8Pg0SQHFAM {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #lD860StaRvZLvxOtSNO1pGapvHZxxmJX {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #DQWbIyxepedmxBz1PhqGLS4PA0N58rWz {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #WDrUfQaqVf7TxTfXEen2dL3heScBh55a {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #t203Z9slzgoSEwyRcTVlhp4Sw9ysor0g {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #pATm1VH5w3I2Eq8nh3oIiWiTaBi5CwQQ {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #qism0aU6dt8T496aAxvZkgATIe9ns0gy {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #woDCGt1FdVZHKaMv79KADGiXP0O8tTVF {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #JBVhvnERJlxDTB24lyAIeJsqcZGve4Na {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #MKTroxEynHK9ES5q0b84Lv9EPkP1kKp8 {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #AdE1KfrWxeq2RIzfVB1c3XWLQxBuOy6B {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #psAsqAGuDZRhlwlQqQODsXoNlDhiUIrD {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #vm1icvg2vIOAnTHBWbQtfOiluox8XfuT {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #UpFAH05FQ5XH30b9xsVAFTeODgmPTupL {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #CJEEH0lULS3QM75QMCZOfarP85Nie4hs {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #aJPAHvAwgzHgQ0xv599KTmwfF8H8u44s {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #y0CVRK1tK2h27000q6r9UhB1K0P2mESG {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #yx7gZx3quDh0e4pZTNQvTGTIue99ShLB {  }
 }@media only screen and (max-width: 763px) { #LfHnr07wuN3869XBImz2oaWQJlBSzAB9 #esM9BCWpOLIG1IDGviGTMGAe0t76CKU8 {  }
 }@media only screen and (max-width: 763px) { #BdQTqTw64BwcThcwBCWAGnH26hOX7wtW { width:16.25rem;height:12.9980625rem;top:2.7918834686279rem;left:1.8750002384186rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ZGFfPdmqfq5ZiBUhMuhneZspLk1hhU { width:16.25rem;height:2.2734375rem;top:17.10390663147rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 { display:block; }#D3zZDJHwdHB2zyXIoofDQhN3kD6TPpM5 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umgyhPCoR7LUL6IO2xZOEHQMbnt9uTJm { width:20rem;height:9.597625rem;top:5.0171909332276rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SybIsUTtgPDGs4QO5MDI9HlD76pWTQvU { width:20rem;height:2.923825rem;top:1.4366321563721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cbf91a54-a1a2-4a7f-ad03-79b89cdb618c/14crop_1000x343_0208.preview.sharp_3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.adaptive-delivery-prevent-bg, #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.lazyload, #QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV.lazyloading { background-image: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { background-color: transparent; background-image: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.3); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container > .video-iframe-container { display: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.3); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container { display: none; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .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); }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { border-width: 0; border-radius: 0; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFQAyTl2wCX240N1KbAw7B8tt3vX4kMV > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAxMQG9LDXpV6lokevM3h2bX8RiUdbyP { width:17.5rem;height:17.0625rem;top:14.508464813233rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #U1ZDxWcWZ3qdMkivVLWZVdkkSaRqP5dI { width:20rem;height:4.2252625rem;top:3.6241474151611rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xTocpSI0ikGF7VndQqGsXqkdhuSOxQBh { display:flex;width:1.81206875rem;height:1.81206875rem;top:9.125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #n3CFyKgCVdHMf6vcSJGOa0PkOUntZSZ7 { width:17.561875rem;height:1.3rem;top:9.3793411254881rem;left:2.4370660781861rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVJRrwSIHxd1DJu4ISpG3FF2U9SJL4Go { width:11.4976875rem;height:2.56125625rem;top:43.6279296875rem;left:4.2490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk7bgMTGB7kpwybxtzIL1EN4duUveSos { display:block; }
 }@media only screen and (max-width: 763px) { #T8FPQk2XEpr00Teb5x2bWe8LmryVu0cf { width:12.3730625rem;height:3.8984375rem;top:35.6552734375rem;left:3.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHJnWdQaJTIhWpGon6urxkA5NSt7uXfz { width:20rem;height:2.92383125rem;top:39.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu { display:block; }#he0RRPs3FyNxkTh6Jw8cRyrSeTtxPgTu > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDSguv9h7T6CrRK4Li4XEwJly35Cet88 { width:20rem;height:7.7988125rem;top:3.9619125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ViNgsEfX5FafFHtGJb3KZyTNK6dvW2q0 { width:20rem;height:1.462675rem;top:2.0616054534912rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM { display:block; }#nhy7uD5JbDJ91Trk7tapGzGM0ePlT2PM > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn2uwb42guA1lEDe5BeI78nKULklxu5U { width:20rem;height:20.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA8VKrRmZ2inLTont8dOEt343aVx4HGT { width:16.875rem;height:12rem;top:5.622829914093rem;left:1.5625002384186rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Of3WHfQGAmy5JSlMEpEpBp0qzAGbhmOG { width:9.375rem;height:1.50065rem;top:19.25rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToHe8oFA4JwbQKkmzzwrPrT88zSLvqyd { width:12.5rem;height:1.3125rem;top:2.5rem;left:5.8170576095581rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #OKX4Qh0wCIRC1IwcofLgXOsdPngaW5On { width:20rem;height:17.4375rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1sUH98mp27oqKgFV7CVQbkCSSP1p7sr { width:16.875rem;height:10.5rem;top:27.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LgcQE7kq5GhWHTMJBQdQsPD98z9ri1R3 { width:12.5rem;height:1.3125rem;top:25.125rem;left:5.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gWsG5Bp4oUeMLdocdSAUQumTrdgPJt3t { width:9.375rem;height:1.50065rem;top:38.5625rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vX5CEogPNvTV60ARJaK7iwGZ3G5ngN8m { width:20rem;height:17.4375rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCNWX8McsDcbAAfsenCwr7wJXIxIK8SE { width:16.875rem;height:4.5rem;top:49.625rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vkLqLaal0622SqlKZ1bRe7ia8C2z8APA { width:12.5rem;height:1.3125rem;top:44.4375rem;left:5.8125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IAu4IC8INCaE5mQCzh4kT5FCd4k9CLcH { width:9.375rem;height:1.50065rem;top:57.875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9FedckyS5JSQ0wrcVxddVDEBSJs03Nq { display:flex;width:1.625rem;height:1.625rem;top:19.1875rem;left:10.5rem; }
 }@media only screen and (max-width: 763px) { #SD3gVXmCmmnTmtsFJauBTy9z6bbBIOvp { display:flex;width:1.625rem;height:1.625rem;top:19.1875rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #Utws3TrAFM5xpw9e1WEo6xX3fo2fG8PM { display:flex;width:1.625rem;height:1.625rem;top:19.1875rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #ZXKFplOLF2Jhh4LQLbBf98QdPT0EoTHn { display:flex;width:1.625rem;height:1.625rem;top:19.1875rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #VAerAFwiVBwUNRDMhyTdt7owxhmXxhee { display:flex;width:1.625rem;height:1.625rem;top:19.1875rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #eh1fK3V0ynERQbNUL4lrFS9M6xx0zsvJ { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #pQptQSgFGFBpDA1UVbCX01HJkvTIpyu5 { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #HaMcSoq7W2nvMfEBkJmHzikS3nici5I1 { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #Pa648LyO9cQ6VIVBXlJ2nGbtzlCVtRpT { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #L2XxihvypIpDy1QysQTqoTBSGyl75NuW { display:flex;width:1.625rem;height:1.625rem;top:38.5rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #k6RFQRwCm6Kx4Eydpt1qKkBSxrkaxK5V { display:flex;width:1.625rem;height:1.625rem;top:57.8125rem;left:12.0625rem; }
 }@media only screen and (max-width: 763px) { #ZSDV8vhw2afK2i9rbvipd3WnoOUtAdSE { display:flex;width:1.625rem;height:1.625rem;top:57.8125rem;left:10.4375rem; }
 }@media only screen and (max-width: 763px) { #mMipycp4hLco8JuL4wJSIgELiKXJxMw9 { display:flex;width:1.625rem;height:1.625rem;top:57.8125rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #gh9412RVFEkCt2mrkdmLcRXfnZTFGguv { display:flex;width:1.625rem;height:1.625rem;top:57.8125rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #sDpFTR9kCXw3b0oirdosXWctk6IPTqFF { display:flex;width:1.625rem;height:1.625rem;top:57.8125rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ { display:block; }#DE3MpQIi4sOsf65x8IJJwDZMBHV51SGZ > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsKMGKTKlZt3d52TwyHBiAV1wJtRRPAC { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGccz1iZK6CMMTdsp5uBpzMRlgaolO5T { width:20rem;height:2.8rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTduwSxNffKOzpwsfV1ObKSqSnoK7ob { width:0.5rem;height:5rem;top:139.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8r1xnJXuGzyna8hiMTs8ZXSZuDzFite { width:0.5rem;height:5rem;top:145.749025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGaDWuBoHA5Wuy4XRk3qwf60gMkfWEXs { width:0.5rem;height:5rem;top:151.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MldySeH95g1B6pflT4rwBCniiUI7u2xC { width:0.5rem;height:5rem;top:29.499025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp5nKQbqHoX6EKUnC2lbhRh8TNMagxrp { width:0.5rem;height:5rem;top:56.999025rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptC3zNTNLQtlE279kcX6n1SqyumXWXkZ { width:10rem;height:20rem;top:8.2487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d { width:10rem;height:10rem;top:28.248706817627rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/15964c02-7199-4f59-a7f1-b72d7bd7fdbf/DJI_0001Panorama2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.adaptive-delivery-prevent-bg, #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.lazyload, #wUUrD1AV0zQqAPyJnvn6pNWUh00Skv5d.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TEfWMPs04H55MZrUX3PLWufA3dVpr1Dy { width:10rem;height:10rem;top:28.24871635437rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr0M92L0Wos6kNZPrzhnQETvSM4Km3Ky { width:10rem;height:10rem;top:8.2486984729769rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #M30Rkoy7PTKxwwzyWSO3UsgCCyEDMT4k { width:10rem;height:10rem;top:18.255656003952rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFnI1o3TevHTqMyALSIttafO290nyrMd { width:20rem;height:11.25rem;top:38.248680114746rem;left:0rem;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf6a9db0-8b4c-4524-9d26-e5657770eb06/f1277a49389f4a66bbab0aa9914edeea.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aFnI1o3TevHTqMyALSIttafO290nyrMd.adaptive-delivery-prevent-bg, #aFnI1o3TevHTqMyALSIttafO290nyrMd.lazyload, #aFnI1o3TevHTqMyALSIttafO290nyrMd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T6w2IV3CTKVGMriNU4G3HmE4pnOhJtDn { width:10rem;height:10rem;top:49.497623443604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdTfOUgLEZv2UXcZnNQ0s7WTgX1bZrg { width:10rem;height:10rem;top:49.497614860534rem;left:10.000000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 { display:block; }#L6MohPtJOG9i9gwTtp9u4CN57H8d6GX5 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF { width:1.624025rem;height:1.875rem;top:13.4375rem;left:7.6875rem;font-size:2.375rem;display:block; }
#zaMBVfmG6GqtCgdnyTR5KO5ktDWkW7MF > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW { width:1.624025rem;height:1.875rem;top:13.5625rem;left:10.6875rem;font-size:2.375rem;display:block; }
#D1IDqBpNOf6FUhI8mdkoU5whrGm5fPFW > img { max-width: 100%;max-height:100%; width:1.624025rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #uvDk05xvlQ3oQ1MIxFT9WkgVUgrPMBHI { width:11.5rem;height:3.375rem;top:9.6124997138975rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ETv07h4plinwReLdWQGAVghGVbFZUfBX { width:11.375rem;height:2.2734375rem;top:4.7500009536743rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOM8x5esBpRD9Txr37VdAh5KBVFHReNz { display:flex;width:1.5rem;height:1.5rem;top:2.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #WooOyoKOwQfTJD01m6zbklDQyskAVL0t { display:flex;width:1.5rem;height:1.5rem;top:2.6875rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #VqI6er4bGEqs8nNrhNemOaRXKvFS1oEU { display:flex;width:1.5rem;height:1.5rem;top:2.6875rem;left:7rem; }
 }@media only screen and (max-width: 763px) { #enl2MKU2q8fiQcNPm6S0zrNZqQxSsNzr { display:flex;width:1.5rem;height:1.5rem;top:2.6875rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Ly4TuErzV8Fefp2kfF5XZTqNGhJ3ho3u { display:flex;width:1.5rem;height:1.5rem;top:2.6875rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 { display:none; }#b2mxu2sRK52qGTRNZXHBLGhXPnSsagk9 > .row .container { width:20rem;height:158.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gZ1aZ5A65Td1nW4GWDPANenMcy1RPkm6 { width:20rem;height:38.625rem;top:0.7421875rem;left:-0.250244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkw4KDUL7Eiv6CM2Fro58ddJVbFwzBD6 { width:12.249625rem;height:4.55rem;top:19.1865234375rem;left:4.3115234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cckx8If0WDp53l1Ifkb5cafh8JbWw7ab { top:33.248291015625rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pceUZaKHPAckaSfqWuaTr1cOEngWnB8C { display:block; }
 }@media only screen and (max-width: 763px) { #diaQbmVPKMVwvrR3Ip3snQMtfHT2M1VG { width:11.125rem;height:1.462675rem;top:2.373046875rem;left:4.4375rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #QaENaNlv7TTe5JIEtvXLNJM25wrrSM2F { width:18.6851875rem;height:2.275rem;top:28.908023834229rem;left:0.65607237815856rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #duErGhsNHnA1MfURTT0T5Qe4AboxXZEb { width:6.8103125rem;height:0.9625rem;top:31.125rem;left:6.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yKin8FoGpr3yRyB8rekkBL04UkgTh7i4 { display:flex;width:1.499025rem;height:1.499025rem;top:19.3046875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #UR3TndXE8Iarr4DTrGW5E3k2lUxOuv8v { width:11.312125rem;height:1.1375rem;top:24.499267578125rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MH9EKh7TaxaJ0SB0cHnJCLA6GDv34Bzn { display:flex;width:0.99964375rem;height:0.99964375rem;top:25.1240234375rem;left:2.1240234375rem; }
 }@media only screen and (max-width: 763px) { #zzQOP64ATmaRcBqsMLT8HSd2lhB0XRGH { width:7.9980625rem;height:1.125rem;top:41.8125rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oie8g7hDVfddgtsZX1BxsrT8lg0FoucZ { width:7.1875rem;height:1.125rem;top:41.8125rem;left:12.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #pdzr0RDHZieWMx2I7VIL2oLRerSHTTkX { width:6.7480625rem;height:1.125rem;top:44.375rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6iAFRI0L3QaKVSLcg4ebKIDqn95qzwV { width:7.1875rem;height:1.125rem;top:44.375rem;left:12.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KrVgb7uo13bXUqoza5BflXLuwCtsFID7 { width:8.18725rem;height:1.125rem;top:47rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X3WOiNPDOOHIeSAlTTTle1DiluTq907f { width:7.1875rem;height:1.125rem;top:47rem;left:12.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fkfBACyhB30MOOinlFgEEWHi32cZN8MM { width:12.1875rem;height:1.125rem;top:49.8125rem;left:0.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3f9mnnyMNXfuQifoqTLgoWRJk2iVgXv { width:7.1875rem;height:1.125rem;top:49.8125rem;left:12.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FMvR7NiS73VLqhPqKorapTBUCfJfSBDt { width:17.8735625rem;height:11.5625rem;top:5.1220703125rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arEhPd2vwxnugrmQAOERX70QnElhJF7U { width:20rem;height:38.625rem;top:54.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFUAX9zRyg2ZU7ROe8WqX6qkMwItJOMM { width:20rem;height:38.625rem;top:105.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4OB3q3Ugv7VDWHBOUr91DUJlqTNAJ1T { width:17.87475rem;height:11.5625rem;top:58.375rem;left:1.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmmK2h1gnOVs2A57WyzTUTtzzBZ6vEfK { width:17.875rem;height:11.5625rem;top:109.248046875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm0ts2K6HIToCIu6tz9uzoXp3U7OmmSN { width:9.375rem;height:1.462675rem;top:55.875rem;left:5.3125rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #gRgulLx5gF8kkWPUEB5vr3lOX4bnJeAu { width:11.8125rem;height:3.4125rem;top:72.61328125rem;left:5.4052734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pGeFgZEPDXWVAD0D66KThMSHBeqdCscW { display:flex;width:1.4375rem;height:1.4375rem;top:73.03125rem;left:1.6552734375rem; }
 }@media only screen and (max-width: 763px) { #GV7dZKmGIXGbWaSOCS3vfuTa3Dq6Bx0O { width:11.3125rem;height:1.1375rem;top:77.681640625rem;left:5.3095703125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IM9HTMhxPAQNZbuIoqHVm5TSsPZN8r9X { display:flex;width:1rem;height:1rem;top:77.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hHnOmtcI2Bct8U0RTKtbQJG0iJhHs1qX { width:20rem;height:2.275rem;top:80.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7cXMxX8wWXMtkgDDJPc95zu4gnxrhF2 { width:5.5rem;height:0.9625rem;top:83rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lsg7OHEVP9aSSVMCI0pBTVyDiiv5GtlH { top:86.5625rem;left:3.75rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4he3ArxHf4fBwpNnMh1ObB3PrLHfpip { display:block; }
 }@media only screen and (max-width: 763px) { #J09TLHszzOZdBdJ0MQNUhR7hLEzuABeh { width:8rem;height:1.125rem;top:94.1875rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #COzlkUAHNsI6VRE3GNGBFiNIqSDerhIK { width:7.1875rem;height:1.125rem;top:94.1875rem;left:12.248046875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lnKIbZ6h2dTEiV0s7wFKGEowgWo0tDmC { width:8.0625rem;height:1.125rem;top:96.5rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTNskvX7IWHaNdDbFDnIGKbm4Ce8DRAB { width:7.1875rem;height:1.125rem;top:96.375rem;left:12.248046875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EggNtEuw5TJLTmKChrR5swoMNdXqq5Mn { width:8.4375rem;height:1.125rem;top:98.75rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTaKg9ayTrz9fEKFxISwfS17TpxL6b7y { width:6.6875rem;height:1.125rem;top:98.6875rem;left:12.748046875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ASvNTivTa59v7zbs5mXAFKBPCGhNzQGG { width:12.1875rem;height:1.125rem;top:101.1875rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pz0BMsAWXfJ1mrIJ14BtmB6PbhgU0SlN { width:7.1875rem;height:1.125rem;top:101.1875rem;left:12.248046875rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kDBeC6zGTMaavl0OLgTAglRSxl6rcx0R { width:9.3115rem;height:1.462675rem;top:106.7646484375rem;left:5.3427734375rem;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #XrrTtQDr7ywxx3WZ82iNCMe5zDB1xPWv { display:flex;width:1.4375rem;height:1.4375rem;top:122.48046875rem;left:1.748046875rem; }
 }@media only screen and (max-width: 763px) { #bgqJATlc8J4R9lMJZqSehsuVKugclgyR { width:11.8125rem;height:4.55rem;top:122.0625rem;left:4.529296875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #My6vpQihG6dUxEDDHGvTDqlzoVwEFSTf { display:flex;width:1rem;height:1rem;top:128.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #uKwbUTaU5qVNl9chRKHswaCWelkVSUxh { width:11.3125rem;height:1.1375rem;top:128.625rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvdiUbArGXbk5irS3vJ8pKPEGQda0Wl1 { width:20rem;height:2.275rem;top:133.375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zP64fRMi8BslPA73u8ipveEBbkFdo7nS { width:5.499825rem;height:0.9625rem;top:135.625rem;left:7.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CdUVg4N9upTohK0tMEm4JPsullGTFZ6m { top:138.74823379517rem;left:3.7499998807907rem;width:12.5rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLF39eFMkULnTkd3R9OZ2gAQh9yqABsn { display:block; }
 }@media only screen and (max-width: 763px) { #KyIXTOLBNOSowoOWhvNBLbVggpekvthw { width:7.9368125rem;height:1.125rem;top:145.61878156662rem;left:1.8749998807907rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CFwJPKFgcrkhIkvpiPMKuoz1Ppzwqql3 { width:7.1875rem;height:1.125rem;top:145.61878204346rem;left:11.895418524742rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Lr65yCFruKqMaAUKfOkVvVv86pEUdMvM { width:7.9998125rem;height:1.125rem;top:148.25rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwnLJvwOu9FmK9etcOus0slyR3wFwKR8 { width:7.1875rem;height:1.125rem;top:148.3125rem;left:12rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9cdGIeuHmNLZvgK9ocer94TBMuXklL { width:12.0623125rem;height:1.125rem;top:151.5rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UEuqSLa1JBTMKeLFLPWubkd9GRmdKI74 { width:7.1875rem;height:1.125rem;top:151.5rem;left:12rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #TTb3Xn7uWNWmxTq83UaZhz9ncpIW6sfq { width:12.1875rem;height:1.125rem;top:155.125rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t25PE1PZxftaNr5e61HUvgTgcQE5HJEu { width:7.1875rem;height:1.125rem;top:155.125rem;left:12rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yA08yJ3WEa9JqeB4aTQ4JMQBuskV8SwL { width:14.25rem;height:0.8941rem;top:25.634769916534rem;left:4.343039393425rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u5EWmxcJOT7TSCbTPz0Mvp3RWU9eaVeL { width:11.312125rem;height:0.8941rem;top:78.817467689512rem;left:5.3045095205307rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uok6Ww1BNEZ1t5afXRNzqL4sklg0LXgT { width:11.312125rem;height:1.7882rem;top:129.68660354614rem;left:4.530539393425rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 { display:block; }#k2FiTXZ4fA6AsGM5FLxH0Smyiy56yV75 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU { background-color:rgba(var(--color-secondary-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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container { background-color: transparent; background-image: none; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container > .video-iframe-container { display: none; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row > .video-iframe-container { display: none; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .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); }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container { border-width: 0; border-radius: 0; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KR6TsMT4szWCSv1tRWdgF6NKP9dc67rU > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIibJ11CxLLcwhzKv1zl9ws6HTmXTKy7 { width:10.8745625rem;height:3.25rem;top:1.1859817504882rem;left:4.5627174377441rem;font-size:1.0625rem;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ocp0p1ArT0npqQ4XkT3cwyKZqZ3L7Ald { display:block; }
 }