.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,216;--color-primary-1:255,182,138;--color-primary-2:255,133,60;--color-primary-3:255,84,0;--color-primary-4:51,27,12;--color-secondary-0:254,254,251;--color-secondary-1:251,250,240;--color-secondary-2:247,245,225;--color-secondary-3:124,123,113;--color-secondary-4:37,37,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Howdybun";--paragraphs-font-family:"Rubik"; }@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;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { font-size:0.875rem;font-family:arial;height:6.85rem;width:75rem;position:relative;display:block; }#Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.25rem;left:56.562503814698rem;display:none; }
#PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.9375rem;left:10.625rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.9375rem;left:19.75rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.9375rem;left:27.0625rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.9375rem;left:43.4375rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.75rem;top:0.73750001192094rem;left:0rem;overflow:hidden;display:block; }
#hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.9375rem;left:35.25rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#QvLudlUXm5a7VQyfbVt27SA8IcSlkZUE { position:absolute;display:block;z-index:15051;height:5rem;width:21.875rem;top:0.48750007152558rem;left:53.125rem;display:block; }
#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9bfb17c6-bfab-43c7-9fb5-db40b5e2e876/bg3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:75rem;height:64.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:48.5625rem;left:0rem;display:none; }
#B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:14.4375rem;left:0rem;height:9.075rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:24.1875rem;left:0rem;height:5.225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:56.25rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;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; }
#mFF7XGZVSS47EMkidkSEXGWz4gaReviI { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:32.125rem;left:0rem;height:15.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#hSrDHtv5xha9AQAOApJylma8wRNA1cbW { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:30.25rem;left:0rem;height:15.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
#xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:7.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TQtx956ghEywAkuP10QOUq9abZTAOSi0 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:50.125rem;width:28.125rem;top:10.34375rem;left:43.624290466309rem;display:block; }
#tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { box-sizing:content-box;height:51.9375rem;width:29.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.4375rem;left:42.875rem;display:block; }
#SunpZ6uIsRGPeA3l1F2pcdwFgk5AbXDW { position:absolute;display:block;z-index:15047;height:5rem;width:21.875rem;top:49.34375rem;left:0rem;display:block; }
#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container { background-color: transparent; background-image: none; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container > .video-iframe-container { display: none; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row > .video-iframe-container { display: none; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .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); }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container { border-width: 0; border-radius: 0; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#TPxfpMHdIAQhm1X9BbRcKVNLNc331INn { box-sizing:content-box;height:7.0625rem;width:74.75rem;position:absolute;display:block;z-index:15012;background-color:#fff7f0;background-image:none;top:2.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);box-shadow: 0.0625rem 0.0625rem 0.0625rem #ff853c ;display:block; }
#TIcpTcTnVezzbeR3Rp85Aeupai3ALqXC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:2.125rem;height:2.8125rem;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; }
#PhSAvPfpP11pSbT2yCRKLcTe3MTiTWtm { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:6.125rem;left:2.125rem;height:2.15625rem;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; }
#HeDlho1y6A0lUelwhTTzkik0rQNqRz0t { box-sizing:content-box;height:4.625rem;width:13rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.5625rem;left:41.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#CWr8XtTD51Ii5z6QnDk2K9OlWJVtRghr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:4.25rem;left:42rem;height:3.50625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kJfvAJdXkSvbvWiG4NCWrXBFOrnpQn8S { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.75rem;width:17.5rem;top:3.5625rem;left:55.4375rem;overflow:hidden;display:block; }
#WykEzTG3P48eBRnab5RzprRvehbwhpgA { 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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { border-width: 0; border-radius: 0; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:75rem;position:relative;display:block; }#WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:7.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:11.375rem;left:11.375rem;height:1.575rem;text-align:center;text-align-last:center;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; }
#ckNhIpxJ68TG20hxplozPCAiHdosO20z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:38.9375rem;left:1.0625rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:38.9375rem;left:26.5625rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:38.9375rem;left:52rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { box-sizing:content-box;height:29.375rem;width:24.125rem;position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;top:33.3125rem;left:0rem;display:block; }
#u07riVshJub46dvOdrc1mb3OMbrcGWqV { box-sizing:content-box;height:29.375rem;width:24.125rem;position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;top:33.3125rem;left:25.4375rem;display:block; }
#sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { box-sizing:content-box;height:39.8125rem;width:24.125rem;position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;top:33.3125rem;left:50.875rem;display:block; }
#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { box-sizing:content-box;height:21.4375rem;width:23.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1a4ae49-5b43-458d-828c-dc8b5bfff6e3/WhatsAppImage20250204at1845411.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.25rem;left:50.875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.3125rem solid #ec5b81;border-left:0.3125rem solid #ec5b81;border-right:0.3125rem solid #ec5b81;border-bottom:0.3125rem solid #ec5b81;display:block; }#nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.adaptive-delivery-prevent-bg, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyload, #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T.lazyloading { background-image: none; }
#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:42.3125rem;left:4.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:42.3125rem;left:28.250003814698rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.5625rem;left:54.375rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:50.125rem;left:54.375rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
#PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:51.0625rem;left:5.0625rem;display:none; }
#KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.1875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:51.062503814698rem;left:30.562503814698rem;display:none; }
#T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { box-sizing:content-box;height:21.4375rem;width:23.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6c0d87ae-6f07-44c0-9e8c-5a44bee1c1ad/PHOTO20220913150043.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.25rem;left:25.4375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);display:block; }#TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.adaptive-delivery-prevent-bg, #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.lazyload, #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW.lazyloading { background-image: none; }
#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { box-sizing:content-box;height:21.4375rem;width:23.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/655f484b-98ed-4d4e-970e-cd8080091d57/CapturadeTela20230829as085130.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.25rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);display:block; }#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.adaptive-delivery-prevent-bg, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyload, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyloading { background-image: none; }
#yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:58.312501907349rem;left:52rem;height:0;text-align:center;text-align-last:center;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:none; }
#qldELen7poDtT645BxBMhoG5PDFb8bXU { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.75rem;top:61.0625rem;left:56.0625rem;overflow:hidden;display:block; }
#cTpJSilPmmN20c39XTfAgsrR205dkDBP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:13.875rem;top:57.811721801757rem;left:5.0625rem;overflow:hidden;display:block; }
#Mz0PxqbOSEQyoVVusoqEpeZzbvcJuPfy { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:13.875rem;top:57.8125rem;left:30.5625rem;overflow:hidden;display:block; }
#JUzDSmo3hA0ROSLBZ0yOKofgEVaos1mV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:28.4375rem;display:none; }
#JDMrTi5gbIK6g0N8BfSGMQ5CXTEe1ck6 { box-sizing:content-box;height:9.625rem;width:31.8125rem;position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;top:63.5625rem;left:17.625rem;display:block; }
#mV6yWrghNqVgIl4sagUeqkeKahvKdiSp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:64.624221801756rem;left:24.564064025879rem;height:4.33125rem;text-align:center;text-align-last:center;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; }
#a4Q7p7t56THfJ3hbKVSTix8pinDi89N7 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:24rem;top:69.5625rem;left:23.845314025879rem;overflow:hidden;display:block; }
#PF90OxDlrpEXM9EZ6XdBov4x2PtvGhPc { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:13.875rem;top:64.4375rem;left:56rem;overflow:hidden;display:block; }
#azGMNHLlMJu4FyefCOAoh9bECSoanzBF { box-sizing:content-box;height:9.625rem;width:11.25rem;position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/bfafcf5e-b7b1-41b9-8cf5-c469ccf07dde/6abe2bbbff3249f2a95ec1d0677c8b6c.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.532814025881rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#azGMNHLlMJu4FyefCOAoh9bECSoanzBF.adaptive-delivery-prevent-bg, #azGMNHLlMJu4FyefCOAoh9bECSoanzBF.lazyload, #azGMNHLlMJu4FyefCOAoh9bECSoanzBF.lazyloading { background-image: none; }
#lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ { box-sizing:content-box;height:9.625rem;width:11.25rem;position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/3eb70486-9f7a-4af6-b8af-fb305cc2fb7e/WhatsAppImage20250825at105719.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:63.532814025881rem;left:11.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;display:block; }#lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ.adaptive-delivery-prevent-bg, #lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ.lazyload, #lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ.lazyloading { background-image: none; }
#SxqhvuWC5akFfTSfZg62OocTc8wfi9OA { position:absolute;display:block;z-index:15047;height:4.0625rem;width:7.25rem;top:2.4375rem;left:67.75rem;display:block; }
#t8NFENkr2UIZLzgVPgiTXlCNOIxuXW29 { position:absolute;display:block;z-index:15048;height:5rem;width:21.875rem;top:51.09375rem;left:1.0625rem;display:block; }
#MUJpZwQRs0nAXXHSK7hVfrPwSDOrBBrC { position:absolute;display:block;z-index:15049;height:5rem;width:21.875rem;top:51.09375rem;left:26.5625rem;display:block; }
#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { 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; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { background-color: transparent; background-image: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .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); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { border-width: 0; border-radius: 0; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { font-size:0.875rem;font-family:arial;height:72.5625rem;width:75rem;position:relative;display:block; }#t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { position:absolute;display:block;z-index:15020;height:67.4375rem;width:74.375rem;top:1.96875rem;left:0.37395858764649rem;display:block; }
#rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { box-sizing:content-box;height:68.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:1.5rem;left:0rem;display:block; }
#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH { position:relative;display:block; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH { background-color: transparent; background-image: none; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row .container > .video-iframe-container { display: none; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row > .video-iframe-container { display: none; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .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); }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH { border-width: 0; border-radius: 0; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .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; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .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:34.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:block; }#Q1FTI5dWCxSVA0AmIB7eZEsMqQ0aVL8Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.3125rem;width:18.125rem;top:0rem;left:0.3125rem;display:block; }
#TmEXRgPes5UGVd5mJq3zlu1HFt07pHx7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.3125rem;width:18.125rem;top:0rem;left:19.0625rem;display:block; }
#UrptGXU5kPeaZcdqe7R8TaybTGav2g8l { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.3125rem;width:18.125rem;top:0rem;left:37.812503814698rem;display:block; }
#Godvd3diCFQqh2yym47RkFDPDkKT4t4N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.3125rem;width:18.125rem;top:0rem;left:56.5625rem;display:block; }
#CylepifRGMmVTdNki5sCekukVGAAs5Ss { 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; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { background-color: transparent; background-image: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container > .video-iframe-container { display: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container { display: none; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .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); }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { border-width: 0; border-radius: 0; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { font-size:0.875rem;font-family:arial;height:52.125rem;width:75rem;position:relative;display:block; }#hQfFKsEWkR12D56mkpodL38spnOKWnpc { position:absolute;display:block;z-index:15013;height:33.8125rem;width:72.125rem;top:12.5rem;left:1.4375rem;display:block; }
#lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:37.375rem;width:75rem;top:10.6875rem;left:0rem;display:block; }
#IyZRfP8UQR63TGC5TychNh8gGloGrud3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:5.4993724822998rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yPZokv3d7zNToGgQdSBTSseaual3mi0O { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:4.9375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:44.8125rem;left:26.718128204346rem;display:none; }
#oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { position:absolute;display:block;z-index:15013;height:33.8125rem;width:72.125rem;top:12.5rem;left:1.4375rem;display:none; }
#Ur44Ri43RG2TqFkIyHSr5KEMxUTWc8bZ { color:rgba(var(--color-tertiary-0),1);display:block;width:2.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:4.4697952270508rem;left:36.281253814698rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MM54HPmAIXORV6UeOewC5dGGJE5Fhtnb { position:absolute;display:block;z-index:15013;height:33.8125rem;width:72.125rem;top:12.5rem;left:1.4375rem;display:none; }
#I8SWhhwxorQQRH3mh9lw480OxI3ArlGB { position:absolute;display:block;z-index:15050;height:5rem;width:21.875rem;top:43.112499952316rem;left:26.5625rem;display:block; }
#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { 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; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { background-color: transparent; background-image: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { display: none; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .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); }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { border-width: 0; border-radius: 0; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { position:absolute;display:block;z-index:15018;height:11.8125rem;width:75rem;top:2.875rem;left:0rem;display:block; }
#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { background-color: transparent; background-image: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .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); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { border-width: 0; border-radius: 0; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ILhCbyz909T0JdD3sE346U9KLIqEceWT { position:absolute;display:block;z-index:15029;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;box-shadow: none;height:28.75rem;width:75rem;top:3rem;left:0rem;display:block; }
#fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:16.064998626709rem;left:52.686878204346rem;height:5.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:6.1875rem;left:52.687503814698rem;height:8.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:16.313751220703rem;left:50.811878204346rem; }
#M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:6.1875rem;left:50.562503814698rem; }
#FkRyXVPiXkRlck70RzghWXRgOuNclI2d { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:23.5625rem;left:50.875003814698rem; }
#tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { color:#36c4b2;display:block;width:15.875rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:23.0625rem;left:52.750003814698rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:26.977500915528rem;left:50.856878204346rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:26.864376068115rem;left:52.686252593994rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { 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; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:1.0500030517578rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:relative;display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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; }#uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { background-color:transparent;background-image: -webkit-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(270deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.1875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:51.0625rem;left:30.5625rem;display:none; }
#CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { 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) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:18.4375rem;height:3.3125rem;top:1.25rem;left:29.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:9.1875rem;height:1rem;top:2.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:7.3125rem;height:1rem;top:2.9375rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { width:8.1875rem;height:1rem;top:2.9375rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:8.1875rem;height:1rem;top:2.9375rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:6.75rem;height:5.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:1rem;top:2.9375rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvLudlUXm5a7VQyfbVt27SA8IcSlkZUE { width:21.875rem;height:5rem;top:0.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { width:21.5625rem;height:4.9375rem;top:48.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block; }
 }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:39.1875rem;height:9.0625rem;top:14.4375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { width:38.625rem;height:5.1875rem;top:24.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:21.5625rem;height:2.3125rem;top:56.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFF7XGZVSS47EMkidkSEXGWz4gaReviI { width:38.625rem;height:15.625rem;top:32.125rem;left:0rem;font-size:0.8125rem;display:block; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #hSrDHtv5xha9AQAOApJylma8wRNA1cbW { width:14.6875rem;height:;top:21.4375rem;left:0rem;font-size:1rem;display:none; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { top:18.1875rem;left:0rem;width:20rem;height:4.9375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQtx956ghEywAkuP10QOUq9abZTAOSi0 { width:28.125rem;height:50.125rem;top:10.3125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { width:29.625rem;height:51.9375rem;top:9.4375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SunpZ6uIsRGPeA3l1F2pcdwFgk5AbXDW { width:21.875rem;height:5rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l { display:block; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPxfpMHdIAQhm1X9BbRcKVNLNc331INn { width:47.5rem;height:7.0625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIcpTcTnVezzbeR3Rp85Aeupai3ALqXC { width:35.9375rem;height:2.8125rem;top:3.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhSAvPfpP11pSbT2yCRKLcTe3MTiTWtm { width:36.375rem;height:2.125rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeDlho1y6A0lUelwhTTzkik0rQNqRz0t { width:13rem;height:4.625rem;top:3.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWr8XtTD51Ii5z6QnDk2K9OlWJVtRghr { width:12.3125rem;height:3.5rem;top:4.25rem;left:28.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJfvAJdXkSvbvWiG4NCWrXBFOrnpQn8S { width:17.5rem;height:4.75rem;top:3.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { display:block; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { top:7.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { width:47.75rem;height:1.5625rem;top:11.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNhIpxJ68TG20hxplozPCAiHdosO20z { width:21.875rem;height:2.75rem;top:38.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { width:21.875rem;height:2.75rem;top:38.9375rem;left:12.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { width:21.875rem;height:2.75rem;top:38.9375rem;left:25.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { width:24.125rem;height:29.375rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07riVshJub46dvOdrc1mb3OMbrcGWqV { width:24.125rem;height:29.375rem;top:33.3125rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:24.125rem;height:39.8125rem;top:33.3125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:23.625rem;height:21.4375rem;top:15.25rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { width:14.8125rem;height:;top:42.3125rem;left:0rem;font-size:0.9375rem;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { width:18.25rem;height:7.375rem;top:42.3125rem;left:14.625003814698rem;font-size:0.9375rem;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:17.6875rem;height:7.3125rem;top:42.5625rem;left:30.0625rem;font-size:0.9375rem;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { width:17.25rem;height:8.875rem;top:50.125rem;left:30.5rem;font-size:0.9375rem;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { width:13.875rem;height:3.1875rem;top:51.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block; }
 }@media only screen and (max-width: 763px) { #WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { width:13.875rem;height:3.1875rem;top:51.0625rem;left:16.937503814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block; }
 }@media only screen and (max-width: 763px) { #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { width:23.625rem;height:21.4375rem;top:15.25rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { width:23.625rem;height:21.4375rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:21.875rem;height:1.6875rem;top:58.3125rem;left:25.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qldELen7poDtT645BxBMhoG5PDFb8bXU { width:13.75rem;height:3.1875rem;top:61.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpJSilPmmN20c39XTfAgsrR205dkDBP { width:13.875rem;height:2.875rem;top:57.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0PxqbOSEQyoVVusoqEpeZzbvcJuPfy { width:13.875rem;height:2.875rem;top:57.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzDSmo3hA0ROSLBZ0yOKofgEVaos1mV { width:28.4375rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDMrTi5gbIK6g0N8BfSGMQ5CXTEe1ck6 { width:31.8125rem;height:9.625rem;top:63.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV6yWrghNqVgIl4sagUeqkeKahvKdiSp { width:22.5625rem;height:4.3125rem;top:64.5625rem;left:10.939064025879rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q7p7t56THfJ3hbKVSTix8pinDi89N7 { width:24rem;height:2.875rem;top:69.5625rem;left:10.220314025879rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF90OxDlrpEXM9EZ6XdBov4x2PtvGhPc { width:13.875rem;height:2.875rem;top:64.4375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGMNHLlMJu4FyefCOAoh9bECSoanzBF { width:11.25rem;height:9.625rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ { width:11.25rem;height:9.625rem;top:63.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqhvuWC5akFfTSfZg62OocTc8wfi9OA { width:7.25rem;height:4.0625rem;top:2.4375rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8NFENkr2UIZLzgVPgiTXlCNOIxuXW29 { width:21.875rem;height:5rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUJpZwQRs0nAXXHSK7hVfrPwSDOrBBrC { width:21.875rem;height:5rem;top:51.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { display:block; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { width:47.75rem;height:67.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { width:47.75rem;height:68.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH { display:block; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1FTI5dWCxSVA0AmIB7eZEsMqQ0aVL8Q { width:18.125rem;height:32.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmEXRgPes5UGVd5mJq3zlu1HFt07pHx7 { width:18.125rem;height:32.3125rem;top:0rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrptGXU5kPeaZcdqe7R8TaybTGav2g8l { width:18.125rem;height:32.3125rem;top:0rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Godvd3diCFQqh2yym47RkFDPDkKT4t4N { width:18.125rem;height:32.3125rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CylepifRGMmVTdNki5sCekukVGAAs5Ss { display:block; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQfFKsEWkR12D56mkpodL38spnOKWnpc { width:47.75rem;height:33.8125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { width:47.75rem;height:37.375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyZRfP8UQR63TGC5TychNh8gGloGrud3 { top:5.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPZokv3d7zNToGgQdSBTSseaual3mi0O { width:21.5625rem;height:4.9375rem;top:44.8125rem;left:13.093128204346rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block; }
 }@media only screen and (max-width: 763px) { #mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { width:47.75rem;height:33.8125rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ur44Ri43RG2TqFkIyHSr5KEMxUTWc8bZ { top:4.4375rem;left:22.656253814698rem;width:2.4375rem;height:4.6875rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM54HPmAIXORV6UeOewC5dGGJE5Fhtnb { width:47.75rem;height:33.8125rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8SWhhwxorQQRH3mh9lw480OxI3ArlGB { width:21.875rem;height:5rem;top:43.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:47.75rem;height:11.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:47.75rem;height:28.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:18.375rem;height:5.5625rem;top:16.0625rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:19.5rem;height:8.375rem;top:6.1875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:16.3125rem;left:37.186878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.75rem;height:1.75rem;top:6.1875rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:23.5625rem;left:37.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:15.875rem;height:2.8125rem;top:23.0625rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { width:1.375rem;height:1.375rem;top:26.9375rem;left:37.231878204346rem;display:block; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:17.3125rem;height:1.5625rem;top:26.8125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:13.875rem;height:3.1875rem;top:51.0625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv5PMEexuMmuPfuNTN5Dd2XLhH69OBCL { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHR4BU8ZK9pde41yN19MEHGt6JGdfvAy { display:block; }
 }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #KNlZONB8QWXC6l0roPq8AuU9S6DU2mNq { width:8.1875rem;height:0;top:14.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:8.1875rem;height:0;top:18.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #JO9Lm8NgbWIz3bdNkO7OfqKvnJZoTCNf { width:6rem;height:4.8125rem;top:0.625rem;left:6.9999996423719rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:auto;top:2.9375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #QvLudlUXm5a7VQyfbVt27SA8IcSlkZUE { width:20rem;height:5rem;top:6.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:rgba(255,255,255,0.9);background-image:url("https://images.assets-landingi.com/uc/3afbbb47-b143-4557-b3dc-88eaada57c34/1234567689.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.adaptive-delivery-prevent-bg, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyload, #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW.lazyloading { background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tL9KLTZRZtDoAJaPlT2Bapi4EAVybkna { width:20rem;height:4.9375rem;top:31.124217987061rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5UaULrXtEKzb02lk5SpGettgDWUHH9C { display:block; }
 }@media only screen and (max-width: 763px) { #kCwuii8Gy8QWc8QsyHndmqJlOcxlCrbb { width:20rem;height:9.4875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nTWU6pXa5N5undnZwHluwyT1eRoiUlK9 { width:18rem;height:4.74375rem;top:11.9375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u1pU6xH2TJTBUzy2QGyk4z4cB8Cacge3 { width:20rem;height:0;top:17.114999771118rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #mFF7XGZVSS47EMkidkSEXGWz4gaReviI { width:20rem;height:0;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.1;display:none; }#mFF7XGZVSS47EMkidkSEXGWz4gaReviI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #hSrDHtv5xha9AQAOApJylma8wRNA1cbW { width:14.6875rem;height:8.7625rem;top:21.125rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;z-index:15007;display:block; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hSrDHtv5xha9AQAOApJylma8wRNA1cbW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e1cd629352a48299efff19db33ddcaa07e7fa61.svg); }
 }@media only screen and (max-width: 763px) { #xsLHrHFFTNveClGTmRSrXN4OU9ex7CFM { width:20rem;height:1.71875rem;top:18.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TQtx956ghEywAkuP10QOUq9abZTAOSi0 { width:20rem;height:35.644444444444rem;top:37.512496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrJy5lzmAtC9i5ATIqxmN79NSaAJ6VV { width:20rem;height:51.9375rem;top:31.1375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SunpZ6uIsRGPeA3l1F2pcdwFgk5AbXDW { width:20rem;height:5rem;top:31.46875rem;left:0rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l { display:block; }#XDAy4blK6dEpxbIhOWGkA76pRhaN6t3l > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPxfpMHdIAQhm1X9BbRcKVNLNc331INn { width:19.75rem;height:21.1875rem;top:3.0625rem;left:0rem;box-shadow: 0.125rem 0.125rem 0.125rem #ff853c ;display:block; }
 }@media only screen and (max-width: 763px) { #TIcpTcTnVezzbeR3Rp85Aeupai3ALqXC { width:17.5625rem;height:3.7125rem;top:4.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PhSAvPfpP11pSbT2yCRKLcTe3MTiTWtm { width:17.75rem;height:3.25rem;top:8.875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HeDlho1y6A0lUelwhTTzkik0rQNqRz0t { width:10.4375rem;height:3.9375rem;top:18.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWr8XtTD51Ii5z6QnDk2K9OlWJVtRghr { width:12.3125rem;height:2.8875rem;top:19.4375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kJfvAJdXkSvbvWiG4NCWrXBFOrnpQn8S { width:17.5rem;height:4.75rem;top:13.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WykEzTG3P48eBRnab5RzprRvehbwhpgA { background-color:rgba(255,255,255,0.9);background-image:none;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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { background-color: transparent; background-image: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row > .video-iframe-container { display: none; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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); }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .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; }#WykEzTG3P48eBRnab5RzprRvehbwhpgA > .row .container { width:20rem;height:157.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVZ8yyWIXMBsqtSQK4Vs3t2uxI9hDZnq { width:20rem;height:4.95rem;top:3.5625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MnyOMuluJ9gPGreuBVnPU9v0MWU34Aqz { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIKzstVmlNJBdRBC6aQsPhVLC3LOIa9f { width:17.875rem;height:0;top:10.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #ckNhIpxJ68TG20hxplozPCAiHdosO20z { width:20rem;height:2.0625rem;top:24.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1HpZCugsx9TUxO48u8ZXUHD9cf8c6t { width:20rem;height:2.0625rem;top:59.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EM91NVdMO8LmZ6tJv0XBAulWXgbaKnev { width:20rem;height:2.0625rem;top:129.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGMPwALp2ZCs3FbaVTNOLS5T7JXt5hTq { width:20rem;height:34.125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u07riVshJub46dvOdrc1mb3OMbrcGWqV { width:20rem;height:30rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgx26kmdkJMIP1y23q1kkk1nOpM6KBmR { width:20rem;height:35rem;top:120.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nDoXfTJZbGErMHAbLyX8dKfqaWFzIG6T { width:19.375rem;height:21.4375rem;top:105.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX { width:14.8125rem;height:5.0625rem;top:27.875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:block; }#gn87NGuOJ1K0XyQveTodhLKqUzmKDGEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph { width:18.25rem;height:6.40625rem;top:62.875rem;left:0.87499994039537rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:block; }#MWh8CoUJTdTxoySttzmbtwdnq1zdG9Ph li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_faada34dc1d437f9dc2bf7c883178d9e.svg); }
 }@media only screen and (max-width: 763px) { #JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 { width:17.625rem;height:6.40625rem;top:132.0625rem;left:1.3125000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:block; }#JhkpXlXuKC47JuO5Nomhihm6hDB10Os0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 { width:17.1875rem;height:7.75rem;top:138.75rem;left:1.3125000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:block; }#WnHXQ0L8NpgLy543WTcmZ3Ks6o2WTMO8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cda4879f1419609a03cc77599cc87b0c5f67192b.svg); }
 }@media only screen and (max-width: 763px) { #PnOXBvn8BCSXCPRLlJ3uyTlELJJ44szD { width:13.875rem;height:3.1875rem;top:36.1875rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvWghk5qL2wlSPLEW2rJpXW9RXilIviH { display:block; }
 }@media only screen and (max-width: 763px) { #WdMJTEICW1phCdxrXvhW0mKbGtDINDMl { width:13.875rem;height:3.1875rem;top:71.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5BaTbxhJT4y8Li56JfSkoDoZATAKxrQ { display:block; }
 }@media only screen and (max-width: 763px) { #TopweGKEd3PIn8PQsBIIW3mBT4LQoTzW { width:19.4375rem;height:11.25rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6 { width:19.4375rem;height:11.25rem;top:10.0625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/655f484b-98ed-4d4e-970e-cd8080091d57/CapturadeTela20230829as085130.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.adaptive-delivery-prevent-bg, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyload, #PbMxP5wQtIrwCa33pEFxbkO9xEybS8i6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yslr4xZeQsqwkRqbEKIFbrBc4EhxOlV2 { width:20rem;height:auto;top:58.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qldELen7poDtT645BxBMhoG5PDFb8bXU { width:13.75rem;height:3.1875rem;top:147.9375rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpJSilPmmN20c39XTfAgsrR205dkDBP { width:13.875rem;height:2.875rem;top:39.874221801757rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0PxqbOSEQyoVVusoqEpeZzbvcJuPfy { width:13.875rem;height:2.875rem;top:75.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzDSmo3hA0ROSLBZ0yOKofgEVaos1mV { top:99.220321655275rem;left:1.8750000596046rem;width:16.25rem;height:3.3125rem;z-index:15078;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JDMrTi5gbIK6g0N8BfSGMQ5CXTEe1ck6 { width:20rem;height:9.5rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV6yWrghNqVgIl4sagUeqkeKahvKdiSp { width:18.5625rem;height:3.50625rem;top:94.875rem;left:0.71874994039537rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a4Q7p7t56THfJ3hbKVSTix8pinDi89N7 { width:20rem;height:2.48020625rem;top:73.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PF90OxDlrpEXM9EZ6XdBov4x2PtvGhPc { width:13.875rem;height:2.875rem;top:151.5rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGMNHLlMJu4FyefCOAoh9bECSoanzBF { width:10rem;height:12.5rem;top:81.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHWfM1M8S3oxsiON74q2BttXTt8iO3kJ { width:10rem;height:12.5rem;top:81.5625rem;left:10.000000536442rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqhvuWC5akFfTSfZg62OocTc8wfi9OA { width:7.25rem;height:4.0625rem;top:157.125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8NFENkr2UIZLzgVPgiTXlCNOIxuXW29 { width:20rem;height:5rem;top:33.674221038818rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUJpZwQRs0nAXXHSK7hVfrPwSDOrBBrC { width:20rem;height:5rem;top:69.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTilsvdcGotTts7PlaCVzkpqceqVZ2ym { background-color:rgba(255,255,255,0.9);background-image:none;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; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { background-color: transparent; background-image: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row > .video-iframe-container { display: none; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .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); }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .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; }#KTilsvdcGotTts7PlaCVzkpqceqVZ2ym > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0mcBo1lL7Zmy3OzkSbQLCGbMUHyqIOz { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNMTSAgLcZ3yd1ZEkxloBVuTI6WpgcD3 { width:20rem;height:40.9375rem;top:1.2431182861328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnor1HFXWKohdVfCdPOA4Dmz52JGM9CA { width:20rem;height:75.1875rem;top:66.7125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH { display:block; }#BTZ2wvpTXmbzEfIS2dkrefeCZaEGXSwH > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1FTI5dWCxSVA0AmIB7eZEsMqQ0aVL8Q { width:9.6875rem;height:17.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmEXRgPes5UGVd5mJq3zlu1HFt07pHx7 { width:9.6875rem;height:17.25rem;top:1.6212463378906E-5rem;left:10.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrptGXU5kPeaZcdqe7R8TaybTGav2g8l { width:9.6875rem;height:17.25rem;top:17.874994277954rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Godvd3diCFQqh2yym47RkFDPDkKT4t4N { width:9.6875rem;height:17.25rem;top:17.874994277954rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CylepifRGMmVTdNki5sCekukVGAAs5Ss { display:block; }#CylepifRGMmVTdNki5sCekukVGAAs5Ss > .row .container { width:20rem;height:125.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQfFKsEWkR12D56mkpodL38spnOKWnpc { width:19.0625rem;height:23.875rem;top:9.625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvoaeNGu65Bb2itnAbfqcNBhk899lKCm { width:20rem;height:25.0625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyZRfP8UQR63TGC5TychNh8gGloGrud3 { width:19.5rem;height:3.9875rem;top:3.875rem;left:0.25rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yPZokv3d7zNToGgQdSBTSseaual3mi0O { width:19rem;height:4.9375rem;top:120.9rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRkKs3Da9Md2TKfATlv1g79JUAGV3rbg { display:block; }
 }@media only screen and (max-width: 763px) { #mgZwrvoFJ368ST4aDdz6B78deEkIb3B2 { width:18.75rem;height:28.125rem;top:10.5rem;left:0.625rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #Ur44Ri43RG2TqFkIyHSr5KEMxUTWc8bZ { width:2.4375rem;height:2.2rem;top:3.3500070571899rem;left:15.187500953674rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MM54HPmAIXORV6UeOewC5dGGJE5Fhtnb { width:19.0625rem;height:23.875rem;top:9.5937503576281rem;left:0.46875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #I8SWhhwxorQQRH3mh9lw480OxI3ArlGB { width:20rem;height:5rem;top:35.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue { display:block; }#yPy4pbPeJvIrqCP5ls6Im8u2LAQA9Iue > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZNxLkI5mn84vS5cpVToTiHyCo8cpTd8 { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #PfZsgHQ8EwJ4PPC2DD0JtoLUWFZVusq9 { width:20rem;height:20.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:20rem;height:38.3125rem;top:2.6237487792969rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:16.375rem;height:5.25rem;top:5.125rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:16.5rem;height:9.1875rem;top:11.875rem;left:2.4999998807907rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:24.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:16.375rem;height:2.8rem;top:22.5rem;left:2.3743749856949rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:20rem;height:20rem;top:29.6875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { display:flex;width:1.4375rem;height:1.4375rem;top:26.4375rem;left:1rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:13rem;height:1.6rem;top:26.375rem;left:2.5624998807907rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:20rem;height:0.89375rem;top:0.864372253418rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { background-color: transparent; background-image: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uP0BLS4LQ7zWEqOCtr7mmFFShZt3N4zg { width:20rem;height:4.25rem;top:0rem;left:0rem;z-index:15046;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEJtpX3AX1CLvWZXuNGv08TrA1ThwDht { display:block; }
 }