.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:236,224,240;--color-primary-1:192,152,206;--color-primary-2:129,49,156;--color-primary-3:65,25,78;--color-primary-4:19,7,23;--color-secondary-0:253,229,222;--color-secondary-1:247,168,145;--color-secondary-2:239,81,35;--color-secondary-3:120,41,18;--color-secondary-4:36,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:208,208,208;--color-tertiary-2:99,99,99;--color-tertiary-3:50,50,50;--color-tertiary-4:10,10,10;--headlines-font-family:"Poppins";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;overflow:visible;position:relative;display:block; }#zTDby029OnXqZHQWspDLqHAuZE8zBs7H { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-primary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#Vm7Ag51MrntfClnRBlK7i91gh0KDThl4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:15.6875rem;top:2.40625rem;left:29.65625rem;overflow:hidden;display:block; }
#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { box-sizing:content-box;height:0.625rem;width:0.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.125rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;box-shadow: 0.4375rem 0rem 2rem rgba(var(--color-primary-2),1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { box-sizing:content-box;height:0.625rem;width:31.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;top:42.125rem;left:0rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:none; }
#XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc { position:relative;display:block; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc { background-color: transparent; background-image: none; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row .container > .video-iframe-container { display: none; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row > .video-iframe-container { display: none; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .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); }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc { border-width: 0; border-radius: 0; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .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; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#dhR40iw5d7RbbNdnKP7vDz5TWGnpyBdO { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QvOTCSEyazBNVNeVGhWNqh3H7bnt0tVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvdL1OSaoIrMWJ7Ou7dRmnuW6OgzlUPS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#AATKpWHyXyAv7aaKXbJKFvb4ym7We3tL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/145e3217-55a3-43b0-9b17-03aafc385a4a/freepik__completelyredrawthecoloringfollowingtherules__69533.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z.adaptive-delivery-prevent-bg, #yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z.lazyload, #yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z.lazyloading { background-image: none; }
#g9PAwUfKqPtf68Nq4E2IXtbhUimfF8S4 { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ { position:relative;display:block; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ { background-color: transparent; background-image: none; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row .container > .video-iframe-container { display: none; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row > .video-iframe-container { display: none; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .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); }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ { border-width: 0; border-radius: 0; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .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; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#y5lcUfPXrNh1CGAdV1PntyS6ML1ZRfNE { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#NOIZGO7wkfAb5yegzBvo9ONpAx5Pq0TR { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gLNTZOem3k6hgSOLF4PyznpzLFOgfevE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#PGcGBFV8MxGDgkg4hGS1f2NGWBfTqR9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5f08876b-8ea8-4d7f-9a26-583c8dfe22fc/atendimentocominteligenciaart.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn.adaptive-delivery-prevent-bg, #G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn.lazyload, #G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn.lazyloading { background-image: none; }
#EmOV5J0muqiMALBfLc3662iNwTTlzits { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te { position:relative;display:block; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te { background-color: transparent; background-image: none; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row .container > .video-iframe-container { display: none; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row > .video-iframe-container { display: none; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .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); }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te { border-width: 0; border-radius: 0; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .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; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#Zb5IgZdl5AXsWP26aWQTTzN9mS7PFc9k { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wUHdFtQlJxT5qa18tXER3oEU5pyN8GlF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tnu3x2le8REhWzazZnLn2TGz6y5LAK4q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#f8zP1G3gzlJTVbMhEECHHiiLPQz41N57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmoB6GIuTuc0HaSawI9pAO6KBMShetJd { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/9e64d742-43f1-4d73-bbf1-da9e1276c5cf/image31699ccead76596.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#xmoB6GIuTuc0HaSawI9pAO6KBMShetJd.adaptive-delivery-prevent-bg, #xmoB6GIuTuc0HaSawI9pAO6KBMShetJd.lazyload, #xmoB6GIuTuc0HaSawI9pAO6KBMShetJd.lazyloading { background-image: none; }
#PS072JeaXJx8QzxSBZGC7n3puoRmodHz { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt { position:relative;display:block; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt { background-color: transparent; background-image: none; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row .container > .video-iframe-container { display: none; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row > .video-iframe-container { display: none; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .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); }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt { border-width: 0; border-radius: 0; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .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; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#m3cUOSG0tvqZB3frlB6VUAqcg2Q6H1Uw { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#G9R7LuSoDHNaBqHD8e6nGEcQ8vr2gHx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7M1Gve6ddxOTaxCk6LZzktQtaHo3xz0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#xfUyLfW7KqWFCvT52Dya5vGESO4ZT6In { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8f8d4316-176a-483b-ae88-472bed2ba12c/imageye____imgi_5_herohalcyon2jpg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy.adaptive-delivery-prevent-bg, #PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy.lazyload, #PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy.lazyloading { background-image: none; }
#pm5uyaTp0882vR2B6lT0FBihhaILg17S { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX { position:relative;display:block; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX { background-color: transparent; background-image: none; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row .container > .video-iframe-container { display: none; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row > .video-iframe-container { display: none; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .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); }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX { border-width: 0; border-radius: 0; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .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; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#Q8I7KiucgXX6MXKbgs9ATV2beWtmRlrE { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#tpmVz47AiIaLTD6TthEh14LzfgWiHPwX { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SuXzS49zC78TrZCmT3Pl7g3UlmvDZkKM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#l93tt54SpT4ck2yepUCr5CQP0qUJoaGL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oBGE8xtlE5tddbIzAXFqqB9uz294px42 { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c069eece-e86d-4c81-8d4b-954a3c4e4c2f/designsemnome941024x538.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#oBGE8xtlE5tddbIzAXFqqB9uz294px42.adaptive-delivery-prevent-bg, #oBGE8xtlE5tddbIzAXFqqB9uz294px42.lazyload, #oBGE8xtlE5tddbIzAXFqqB9uz294px42.lazyloading { background-image: none; }
#ztsorXAfN6KIJfCn03B2i1OdsWTB0XbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f { position:relative;display:block; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f { background-color: transparent; background-image: none; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row .container > .video-iframe-container { display: none; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row > .video-iframe-container { display: none; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .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); }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f { border-width: 0; border-radius: 0; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .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; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#V5IXdl4SpUDTSwrM2LsIEda9fWuaRP3a { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fgXrGRWwRfIRT8d4PIPNTV7Pm1Z5VOKp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4XWgyq1UxTNMTHpoBByKs3wRWkC1TU2 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#zyEmf2Pcg0dH153u0SifNixigbzAEeoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2 { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/adb414bb-3f67-42ad-aba2-890e6def1ecf/whiskstoryboard337a0c659f2a4dc49edacd3a683dd1e361656.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2.adaptive-delivery-prevent-bg, #An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2.lazyload, #An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2.lazyloading { background-image: none; }
#aAtaPWm8tG1VHymiEd0PNne1VI2uoHVt { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p { position:relative;display:block; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p { background-color: transparent; background-image: none; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row .container > .video-iframe-container { display: none; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row > .video-iframe-container { display: none; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .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); }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p { border-width: 0; border-radius: 0; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .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; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#eM22hP4yHQJTWdEemM18imECVP3VXMIs { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#TKTalwCyigAAZbNmOkqBFOaRUnn9utfk { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKQ8WHhApixiTwBWSTEkL3tr9eXws37Z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#UIKx49LaqwdyRe4uBra166e85yRE1acE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3 { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/562d525d-ff4e-4bca-bfea-b26a7038534c/capturadetela20260217as1945156994ef8409ed8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3.adaptive-delivery-prevent-bg, #Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3.lazyload, #Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3.lazyloading { background-image: none; }
#KqlDPbA1NHTwLSPmfs8fX4f1XXrW7Sze { color:rgba(var(--color-primary-1),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y9CusgT1MczFypmtrK5lklOvemkqD7v4 { position:relative;display:none; }#y9CusgT1MczFypmtrK5lklOvemkqD7v4 { border-width: 0; border-radius: 0; }#y9CusgT1MczFypmtrK5lklOvemkqD7v4 > .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; }#y9CusgT1MczFypmtrK5lklOvemkqD7v4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.4375rem;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; }#Zlm54wDgaql6SwKCsqH5O3vNGniTQ7Rd { box-sizing:content-box;height:10rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Qi7NlsJW1k135kUl80pbX4IZ1ZxdBS1W { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vxdowKypqewHoi30Jtb4zrwCaKC8Mk6V { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.25rem;left:65.1875rem;display:block; }
#Z1BNP0lApmPWmTEgERr9vcvouRLd5rd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMoHo2BsEoE8em0wnBQsuguicUmWIvLa { box-sizing:content-box;height:10rem;width:34.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/8def64c1-5307-4879-8421-6a9a8ab8237f/567fcf36a4f9e7.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:0rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#JMoHo2BsEoE8em0wnBQsuguicUmWIvLa.adaptive-delivery-prevent-bg, #JMoHo2BsEoE8em0wnBQsuguicUmWIvLa.lazyload, #JMoHo2BsEoE8em0wnBQsuguicUmWIvLa.lazyloading { background-image: none; }
#AOlFTQ9bcQgeWGnAkvOibxH9Q86zBLn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.25rem;height:0.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#c7Mp6OAQQOXq0iJSrGPiCKWpJMVBmI9K { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.8125rem;top:3.375rem;left:33.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { display:block; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTDby029OnXqZHQWspDLqHAuZE8zBs7H { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm7Ag51MrntfClnRBlK7i91gh0KDThl4 { width:15.6875rem;height:7.9375rem;top:2.375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { display:block; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.5rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:31.25rem;height:0.625rem;top:42.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc { display:block; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhR40iw5d7RbbNdnKP7vDz5TWGnpyBdO { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvOTCSEyazBNVNeVGhWNqh3H7bnt0tVQ { width:15.3125rem;height:1.5rem;top:2.6875rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvdL1OSaoIrMWJ7Ou7dRmnuW6OgzlUPS { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATKpWHyXyAv7aaKXbJKFvb4ym7We3tL { display:block; }
 }@media only screen and (max-width: 763px) { #yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9PAwUfKqPtf68Nq4E2IXtbhUimfF8S4 { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ { display:block; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5lcUfPXrNh1CGAdV1PntyS6ML1ZRfNE { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOIZGO7wkfAb5yegzBvo9ONpAx5Pq0TR { width:15.3125rem;height:4.5rem;top:2.6875rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLNTZOem3k6hgSOLF4PyznpzLFOgfevE { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGcGBFV8MxGDgkg4hGS1f2NGWBfTqR9X { display:block; }
 }@media only screen and (max-width: 763px) { #G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmOV5J0muqiMALBfLc3662iNwTTlzits { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSTmludShDtOdMs4evTJZ3r8vq9NO8Te { display:block; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb5IgZdl5AXsWP26aWQTTzN9mS7PFc9k { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUHdFtQlJxT5qa18tXER3oEU5pyN8GlF { width:14.3125rem;height:4.5rem;top:2.6875rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnu3x2le8REhWzazZnLn2TGz6y5LAK4q { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zP1G3gzlJTVbMhEECHHiiLPQz41N57 { display:block; }
 }@media only screen and (max-width: 763px) { #xmoB6GIuTuc0HaSawI9pAO6KBMShetJd { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS072JeaXJx8QzxSBZGC7n3puoRmodHz { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt { display:block; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3cUOSG0tvqZB3frlB6VUAqcg2Q6H1Uw { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9R7LuSoDHNaBqHD8e6nGEcQ8vr2gHx0 { width:20.4375rem;height:4.5rem;top:2.6875rem;left:20.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7M1Gve6ddxOTaxCk6LZzktQtaHo3xz0 { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUyLfW7KqWFCvT52Dya5vGESO4ZT6In { display:block; }
 }@media only screen and (max-width: 763px) { #PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm5uyaTp0882vR2B6lT0FBihhaILg17S { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX { display:block; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8I7KiucgXX6MXKbgs9ATV2beWtmRlrE { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpmVz47AiIaLTD6TthEh14LzfgWiHPwX { width:20.4375rem;height:6rem;top:2.6875rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXzS49zC78TrZCmT3Pl7g3UlmvDZkKM { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l93tt54SpT4ck2yepUCr5CQP0qUJoaGL { display:block; }
 }@media only screen and (max-width: 763px) { #oBGE8xtlE5tddbIzAXFqqB9uz294px42 { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztsorXAfN6KIJfCn03B2i1OdsWTB0XbJ { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZRXcfdUcwXR73bnqRzbBxp715in6Z4f { display:block; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5IXdl4SpUDTSwrM2LsIEda9fWuaRP3a { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgXrGRWwRfIRT8d4PIPNTV7Pm1Z5VOKp { width:15.3125rem;height:4.5rem;top:2.6875rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4XWgyq1UxTNMTHpoBByKs3wRWkC1TU2 { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEmf2Pcg0dH153u0SifNixigbzAEeoD { display:block; }
 }@media only screen and (max-width: 763px) { #An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2 { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtaPWm8tG1VHymiEd0PNne1VI2uoHVt { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p { display:block; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM22hP4yHQJTWdEemM18imECVP3VXMIs { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTalwCyigAAZbNmOkqBFOaRUnn9utfk { width:8.0625rem;height:4.5rem;top:2.6875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKQ8WHhApixiTwBWSTEkL3tr9eXws37Z { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIKx49LaqwdyRe4uBra166e85yRE1acE { display:block; }
 }@media only screen and (max-width: 763px) { #Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3 { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqlDPbA1NHTwLSPmfs8fX4f1XXrW7Sze { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9CusgT1MczFypmtrK5lklOvemkqD7v4 { display:block; }#y9CusgT1MczFypmtrK5lklOvemkqD7v4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zlm54wDgaql6SwKCsqH5O3vNGniTQ7Rd { width:47.625rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7NlsJW1k135kUl80pbX4IZ1ZxdBS1W { width:15.3125rem;height:4.5rem;top:2.6875rem;left:20.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxdowKypqewHoi30Jtb4zrwCaKC8Mk6V { width:7.9375rem;height:2.4375rem;top:5.25rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BNP0lApmPWmTEgERr9vcvouRLd5rd7 { display:block; }
 }@media only screen and (max-width: 763px) { #JMoHo2BsEoE8em0wnBQsuguicUmWIvLa { width:34.5rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOlFTQ9bcQgeWGnAkvOibxH9Q86zBLn6 { width:12.8125rem;height:0.875rem;top:1.4375rem;left:23rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { display:block; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7Mp6OAQQOXq0iJSrGPiCKWpJMVBmI9K { width:8.8125rem;height:4.4375rem;top:3.375rem;left:19.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #lQd2hiqS158QeuuHxTdywaE7JNtOvDLm { 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; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { background-color: transparent; background-image: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { display: none; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .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); }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { border-width: 0; border-radius: 0; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQd2hiqS158QeuuHxTdywaE7JNtOvDLm > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTDby029OnXqZHQWspDLqHAuZE8zBs7H { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #iqt7P8wHMTSrs8sT8pMmyDJDO9ahQKTd { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #Vm7Ag51MrntfClnRBlK7i91gh0KDThl4 { width:13.1875rem;height:6.625rem;top:1.90625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6N5yxff7QuCXlyfCETfnIJldS8cXTq { 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; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { background-color: transparent; background-image: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { display: none; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .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); }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { border-width: 0; border-radius: 0; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ih6N5yxff7QuCXlyfCETfnIJldS8cXTq > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrRxBN6PgfkJeaMTPIka7xkfTaNs8T4Q { width:0.6875rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #z6aHENNVfdnzIW6QfbScSai1BZGLVwIc { width:18.75rem;height:0.3125rem;top:33.812206268311rem;left:0.62481909990311rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #XpaJqbKPozXuM5zsOTd6fk1H9Jq9EqQO { width:19.25rem;height:3.125rem;top:0rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc { display:block; }#H0sGPk8EDqHOJmdw3qTPCsInoD8VPavc > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhR40iw5d7RbbNdnKP7vDz5TWGnpyBdO { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QvOTCSEyazBNVNeVGhWNqh3H7bnt0tVQ { width:15.3125rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XvdL1OSaoIrMWJ7Ou7dRmnuW6OgzlUPS { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATKpWHyXyAv7aaKXbJKFvb4ym7We3tL { display:block; }
 }@media only screen and (max-width: 763px) { #yMJKsbm2Q9JuKQh3qOEW3mT1s2v0yJ4z { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #g9PAwUfKqPtf68Nq4E2IXtbhUimfF8S4 { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ { display:block; }#BDgDkLmBSxwJHy3EHoutOEDEf2PGgtSQ > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5lcUfPXrNh1CGAdV1PntyS6ML1ZRfNE { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NOIZGO7wkfAb5yegzBvo9ONpAx5Pq0TR { width:15.3125rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gLNTZOem3k6hgSOLF4PyznpzLFOgfevE { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGcGBFV8MxGDgkg4hGS1f2NGWBfTqR9X { display:block; }
 }@media only screen and (max-width: 763px) { #G9P6rJNgsD5vSsJS4KTOqKSAScQgAfFn { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EmOV5J0muqiMALBfLc3662iNwTTlzits { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSTmludShDtOdMs4evTJZ3r8vq9NO8Te { display:block; }#MSTmludShDtOdMs4evTJZ3r8vq9NO8Te > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb5IgZdl5AXsWP26aWQTTzN9mS7PFc9k { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wUHdFtQlJxT5qa18tXER3oEU5pyN8GlF { width:13.5625rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tnu3x2le8REhWzazZnLn2TGz6y5LAK4q { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8zP1G3gzlJTVbMhEECHHiiLPQz41N57 { display:block; }
 }@media only screen and (max-width: 763px) { #xmoB6GIuTuc0HaSawI9pAO6KBMShetJd { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PS072JeaXJx8QzxSBZGC7n3puoRmodHz { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt { display:block; }#lOGbJGgiUVNwWSqN6EAekD7edNfPpvIt > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3cUOSG0tvqZB3frlB6VUAqcg2Q6H1Uw { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #G9R7LuSoDHNaBqHD8e6nGEcQ8vr2gHx0 { width:15.9375rem;height:6rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e7M1Gve6ddxOTaxCk6LZzktQtaHo3xz0 { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUyLfW7KqWFCvT52Dya5vGESO4ZT6In { display:block; }
 }@media only screen and (max-width: 763px) { #PN2K1rraZLbtV1053HgSJ67HGHIL5Tpy { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pm5uyaTp0882vR2B6lT0FBihhaILg17S { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX { display:block; }#SL0EecWqUx5WTF94FnFEJqDHaV0wDPpX > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8I7KiucgXX6MXKbgs9ATV2beWtmRlrE { width:19.875rem;height:25.3125rem;top:2.5rem;left:-0.11256811989099rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #tpmVz47AiIaLTD6TthEh14LzfgWiHPwX { width:17.1875rem;height:7.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SuXzS49zC78TrZCmT3Pl7g3UlmvDZkKM { width:7.5625rem;height:2.4375rem;top:23.2109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l93tt54SpT4ck2yepUCr5CQP0qUJoaGL { display:block; }
 }@media only screen and (max-width: 763px) { #oBGE8xtlE5tddbIzAXFqqB9uz294px42 { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ztsorXAfN6KIJfCn03B2i1OdsWTB0XbJ { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CZRXcfdUcwXR73bnqRzbBxp715in6Z4f { display:block; }#CZRXcfdUcwXR73bnqRzbBxp715in6Z4f > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5IXdl4SpUDTSwrM2LsIEda9fWuaRP3a { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fgXrGRWwRfIRT8d4PIPNTV7Pm1Z5VOKp { width:15.3125rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G4XWgyq1UxTNMTHpoBByKs3wRWkC1TU2 { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyEmf2Pcg0dH153u0SifNixigbzAEeoD { display:block; }
 }@media only screen and (max-width: 763px) { #An6nCHBO9q2qsqyzO1xQiNarwAOHPvT2 { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aAtaPWm8tG1VHymiEd0PNne1VI2uoHVt { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p { display:block; }#OgHxTJ2GpypuF7wxgv6HOQpMtXCwSg7p > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eM22hP4yHQJTWdEemM18imECVP3VXMIs { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TKTalwCyigAAZbNmOkqBFOaRUnn9utfk { width:8.625rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKQ8WHhApixiTwBWSTEkL3tr9eXws37Z { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIKx49LaqwdyRe4uBra166e85yRE1acE { display:block; }
 }@media only screen and (max-width: 763px) { #Smi0Z64UIPkcKDrpBUs5sWRrxm9tZqs3 { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KqlDPbA1NHTwLSPmfs8fX4f1XXrW7Sze { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y9CusgT1MczFypmtrK5lklOvemkqD7v4 { display:none; }#y9CusgT1MczFypmtrK5lklOvemkqD7v4 > .row .container { width:20rem;height:25.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zlm54wDgaql6SwKCsqH5O3vNGniTQ7Rd { width:19.875rem;height:22.75rem;top:2.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7NlsJW1k135kUl80pbX4IZ1ZxdBS1W { width:15.3125rem;height:4.5rem;top:14.2109375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxdowKypqewHoi30Jtb4zrwCaKC8Mk6V { width:7.5625rem;height:2.4375rem;top:20.5859375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1BNP0lApmPWmTEgERr9vcvouRLd5rd7 { display:block; }
 }@media only screen and (max-width: 763px) { #JMoHo2BsEoE8em0wnBQsuguicUmWIvLa { width:19.875rem;height:8.3125rem;top:2.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #AOlFTQ9bcQgeWGnAkvOibxH9Q86zBLn6 { width:10rem;height:0.8994125rem;top:12.6875rem;left:1.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt { 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; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { background-color: transparent; background-image: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { display: none; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .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); }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { border-width: 0; border-radius: 0; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChpLAkNDrS1flzTxPblvD9nnPEuL0oSt > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7Mp6OAQQOXq0iJSrGPiCKWpJMVBmI9K { width:8.8125rem;height:4.4375rem;top:3.9375rem;left:5.59375rem;display:block; }
 }