.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:218,233,253;--color-primary-1:131,183,247;--color-primary-2:6,111,239;--color-primary-3:3,56,120;--color-primary-4:1,17,36;--color-secondary-0:217,218,230;--color-secondary-1:128,132,173;--color-secondary-2:0,9,91;--color-secondary-3:0,5,46;--color-secondary-4:0,1,14;--color-tertiary-0:255,255,255;--color-tertiary-1:222,222,222;--color-tertiary-2:144,144,144;--color-tertiary-3:72,72,72;--color-tertiary-4:14,14,14;--headlines-font-family:"FordF1";--paragraphs-font-family:"FordF1"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.97);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; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { background-color: transparent; background-image: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container > .video-iframe-container { display: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container { display: none; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .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); }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { border-width: 0; border-radius: 0; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.375rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { position:absolute;display:block;z-index:15004;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:3.4375rem;width:12.4375rem;top:0.65625rem;left:8.6875rem;overflow:hidden;display:block; }
#wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { box-sizing:content-box;height:4.5rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:7.71875rem;display:block; }
#rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { background-color:#1aba56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.8125rem solid rgba(var(--color-primary-3),0);border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.90625rem;left:58.9375rem;display:block; }
#wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.2744140625rem;left:23.40625rem;height:0.9746125rem;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; }
#PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.53125rem;left:59.96875rem; }
#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r { border-top:0.625rem solid rgba(var(--color-secondary-2),1);border-left:0rem solid rgba(var(--color-secondary-2),1);border-right:0rem solid rgba(var(--color-secondary-2),1);border-bottom:0rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e263b6ac-a9be-4331-a344-d94294932144/imgi_68_250827transitchassibrancafordbrasilprincipal.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.adaptive-delivery-prevent-bg, #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.lazyload, #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.lazyloading { background-image: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { background-color: transparent; background-image: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container > .video-iframe-container { display: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row > .video-iframe-container { display: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .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); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { border-width: 0; border-radius: 0; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#Ots9vl7tCSTTsyw7N2XM7bcbt4NIbKJz { color:rgba(var(--color-tertiary-0),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:30.8125rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.5);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; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container { background-color: transparent; background-image: none; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container > .video-iframe-container { display: none; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row > .video-iframe-container { display: none; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .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); }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container { border-width: 0; border-radius: 0; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#s03nMIZTsFA5g54x7cJB5Faz4ObVucfA { color:rgba(var(--color-secondary-2),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.2246125rem;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; }
#LXEfkcHQ18Ja6Q4vTasp8VHnWX0ZwBFW { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.625rem;height:2.11230625rem;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; }
#UdJ4WwTiSKMvcc9BUI6EceRstCN24aJG { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:42.5rem;height:4.2246125rem;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; }
#f5r8A4ZsACnvtKfK6q7GkkXoGCmSm1d4 { background-color:#1aba56;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid rgba(var(--color-primary-3),1);border-left:1.875rem solid rgba(var(--color-primary-3),0);border-right:0rem solid rgba(var(--color-primary-3),1);border-bottom:0rem solid rgba(var(--color-primary-3),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3125rem;left:58.1875rem;display:block; }
#mNm8BO58TQUH8JV59bO8mQJJ8vxCDCLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ri1RIPm56uEBXxoKPhJ7SuZdPx4GNBU4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.3125rem;left:59.4375rem; }
#W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M { position:relative;display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M > .row .container { position:relative;display:block; }#M05hPVq52xupdXx3O1oWNS51pZopH04M { position:relative;display:block; }#M05hPVq52xupdXx3O1oWNS51pZopH04M { background-color: transparent; background-image: none; }#M05hPVq52xupdXx3O1oWNS51pZopH04M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row .container > .video-iframe-container { display: none; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row > .video-iframe-container { display: none; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .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); }#M05hPVq52xupdXx3O1oWNS51pZopH04M { border-width: 0; border-radius: 0; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .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; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .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:38.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G { box-sizing:content-box;height:29.9375rem;width:26.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c7e9157b-368c-45b2-b272-e03d0a15f39c/imgi_102_251014transitchassilateralfordbrasil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G.adaptive-delivery-prevent-bg, #r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G.lazyload, #r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G.lazyloading { background-image: none; }
#Kw7yh6nGJH5X7nmFHAvoIV1VZHcPRBdJ { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:29.5rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bOhVesiyiMNOfWZDgJEbSEaS4z00yZGz { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:29.5rem;height:13.8086125rem;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; }
#mxT7kpRJym0wAbDRTnnkMbSSILNKXy34 { color:rgba(var(--color-secondary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.18359375rem;left:29.5rem;height:2.4375rem;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; }
#rxwUzeRyNTJwneyBvGrydFbd8WHxcRx7 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.68359375rem;left:57.0625rem;display:block; }
#rozb6bpQIXCaFxT4w0TiXn7zpBSkGnvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B { position:relative;display:block; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B { background-color: transparent; background-image: none; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row .container > .video-iframe-container { display: none; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row > .video-iframe-container { display: none; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .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); }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B { border-width: 0; border-radius: 0; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .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; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g3hf2VTtmvLsemo33ACMhehi4UNGJV08 { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8c3ec352-d2b3-40e6-b017-0b494254f634/imgi_52_251104transitchassiappfordfordbrasil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#g3hf2VTtmvLsemo33ACMhehi4UNGJV08.adaptive-delivery-prevent-bg, #g3hf2VTtmvLsemo33ACMhehi4UNGJV08.lazyload, #g3hf2VTtmvLsemo33ACMhehi4UNGJV08.lazyloading { background-image: none; }
#UGaVeChXS3ygKbCKDlOOTJW5FN05Na7p { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9619140625rem;left:0rem;height:13.8086rem;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; }
#tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/72923a4f-817a-4834-b07e-13ced2da34a6/imgi_21_imageimgsfullhigh.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:27.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD.adaptive-delivery-prevent-bg, #tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD.lazyload, #tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD.lazyloading { background-image: none; }
#gAyIxkyxdJancqFiHRqwtMTiH0qdOtTR { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.9619140625rem;left:27.21875rem;height:12.427725rem;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; }
#TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg { box-sizing:content-box;height:11.9375rem;width:20.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f687cf3d-5513-4b11-b87a-ba8c11de1a1f/imgi_105_251014transitchassiinteriorlateralfordbrasil.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:54.3125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg.adaptive-delivery-prevent-bg, #TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg.lazyload, #TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg.lazyloading { background-image: none; }
#qppi0puVmMGrXqsrzCn6eGzEwUw8RWSL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.9619140625rem;left:54.4375rem;height:12.427725rem;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; }
#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5631e942-a7fb-42ac-a7d6-e4bb29b1bdad/imgi_2_fbrtransitfurgaooverviewbillboard.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3.adaptive-delivery-prevent-bg, #l05my1gxZT1u7W1J8aN4O8oTStPFQwm3.lazyload, #l05my1gxZT1u7W1J8aN4O8oTStPFQwm3.lazyloading { background-image: none; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container { background-color: transparent; background-image: none; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container > .video-iframe-container { display: none; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.31); }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row > .video-iframe-container { display: none; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .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); }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container { border-width: 0; border-radius: 0; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD { position:relative;display:block; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD { background-color: transparent; background-image: none; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row .container > .video-iframe-container { display: none; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row > .video-iframe-container { display: none; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .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); }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD { border-width: 0; border-radius: 0; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .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; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .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:3.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mmR863Sl0EbC5cm9373wez4eVCI0mgCm { color:rgba(var(--color-secondary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:24.15625rem;height:1.13671875rem;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; }
#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE { position:relative;display:block; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE { background-color: transparent; background-image: none; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row .container > .video-iframe-container { display: none; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row > .video-iframe-container { display: none; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .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); }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE { border-width: 0; border-radius: 0; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .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; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .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:72.125rem;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; }#Kemoemo2LJF8T7lc95gvK3QWqON6QVRZ { position:absolute;display:block;z-index:15002;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:15.9375rem;width:25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yxZlFKmlt2ARefeJOF5f5WtKhGmZIQ2g { position:absolute;display:block;z-index:15003;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:15.9375rem;width:25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#O2FWlbhPd7Kn6RGXnBrK6wRGGACostXU { position:absolute;display:block;z-index:15004;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:15.9375rem;width:25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#h9mUd4Flesv1bo8isKMuvbuTXt3iedUy { position:absolute;display:block;z-index:15005;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:16.3125rem;width:25rem;top:15.875rem;left:0rem;overflow:hidden;display:block; }
#UGOVP4RXiTTUngWBuH8XwMxSgTUS837m { 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:16.3125rem;width:25rem;top:15.9375rem;left:25rem;overflow:hidden;display:block; }
#CdGTtAlUasQySmwfo6zCSPVuXbRTXEqr { 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:16.25rem;width:25rem;top:15.9375rem;left:50rem;overflow:hidden;display:block; }
#VJ1U78ZMfZv0UTWQVBA78VcBTmzIBDOP { position:absolute;display:block;z-index:15008;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:16.3125rem;width:25rem;top:32.1875rem;left:0rem;overflow:hidden;display:block; }
#G067f6bpwiZCcg1ElMg0molPATUapUsP { position:absolute;display:block;z-index:15009;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:16.3125rem;width:25rem;top:32.1875rem;left:25rem;overflow:hidden;display:block; }
#vC8EKBTZ1EfS90vL3sDNh2xlXkr2NBuv { position:absolute;display:block;z-index:15010;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:16.3125rem;width:25rem;top:32.1875rem;left:50rem;overflow:hidden;display:block; }
#hkNbdIxKvZU1F8EDq14fDkKntGrHEzSJ { position:absolute;display:block;z-index:15011;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:16.375rem;width:25rem;top:48.5rem;left:0rem;overflow:hidden;display:block; }
#XlFTdwzT4JZBAuMIQFh73gIlrFa0V0L9 { position:absolute;display:block;z-index:15012;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:16.375rem;width:25rem;top:48.5rem;left:25rem;overflow:hidden;display:block; }
#pXzJ6lI11pM6XVPMssLkMkWCpZ4TOnw8 { position:absolute;display:block;z-index:15013;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:16.375rem;width:25.8125rem;top:48.5rem;left:49.1875rem;overflow:hidden;display:block; }
#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 { position:relative;display:block; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 { background-color: transparent; background-image: none; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row .container > .video-iframe-container { display: none; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row > .video-iframe-container { display: none; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .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); }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 { border-width: 0; border-radius: 0; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .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; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .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:3.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IXF46G5JqTCnASHNFTBhb2z4gWclTFu7 { color:rgba(var(--color-secondary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.337890625rem;left:24.15625rem;height:1.13671875rem;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; }
#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI { position:relative;display:block; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI { background-color: transparent; background-image: none; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row .container > .video-iframe-container { display: none; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row > .video-iframe-container { display: none; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .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); }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI { border-width: 0; border-radius: 0; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .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; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .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:14.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; }#hwZHTfGaUAOeMCEZeQpydXe1GulQIGEg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:3.125rem;height:1.3808625rem;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; }
#D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/b61461d1-56e9-406e-956e-ddb9fafa5362/download20260504T152244824.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:3.125rem;display:block; }#D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg.adaptive-delivery-prevent-bg, #D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg.lazyload, #D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg.lazyloading { background-image: none; }
#EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2750dbb-9fc1-4f27-b104-ae3ab811d325/download20260504T152247507.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:21.875rem;display:block; }#EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D.adaptive-delivery-prevent-bg, #EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D.lazyload, #EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D.lazyloading { background-image: none; }
#fFltxwP5LXlQCHElFclGXO9zw2mGqwlC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:21.875rem;height:1.3808625rem;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; }
#eOdg2Waq9k61wmzHlPbUITANbvspkeg2 { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/5716aa43-ccbd-407c-8557-f728a1374696/download20260504T152250439.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:40.625rem;display:block; }#eOdg2Waq9k61wmzHlPbUITANbvspkeg2.adaptive-delivery-prevent-bg, #eOdg2Waq9k61wmzHlPbUITANbvspkeg2.lazyload, #eOdg2Waq9k61wmzHlPbUITANbvspkeg2.lazyloading { background-image: none; }
#dbXBNzlptd90kLGTwFh80zfNVVrq2U8t { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.625rem;left:40.625rem;height:1.3808625rem;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; }
#PKLtiFCh9zWFaP4mMDP2Jl1BLkutM2JN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:59.375rem;height:1.3808625rem;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; }
#zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS { box-sizing:content-box;height:7rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/e2750dbb-9fc1-4f27-b104-ae3ab811d325/download20260504T152247507.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:59.375rem;display:block; }#zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS.adaptive-delivery-prevent-bg, #zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS.lazyload, #zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS.lazyloading { background-image: none; }
#lIARkM5k64uP43LIWvsLLCd08se8SIDc { position:relative;display:block; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc { background-color: transparent; background-image: none; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container > .video-iframe-container { display: none; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row > .video-iframe-container { display: none; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .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); }#lIARkM5k64uP43LIWvsLLCd08se8SIDc { border-width: 0; border-radius: 0; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; }#ltllcykTQwnQiRAr1vc8wbT2cdBotvWO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:3.25rem;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; }
#bIpglsgqBCB0Rot2SigtxTG2L5ecgw6q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.78125rem;left:55.0625rem;display:block; }
#xKwGWrVanTDz6c0yxaoqPfO6XfV9wEd9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 { position:relative;display:block; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 { background-color: transparent; background-image: none; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row .container > .video-iframe-container { display: none; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row > .video-iframe-container { display: none; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .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); }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 { border-width: 0; border-radius: 0; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .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; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .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:7.6875rem;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; }#mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH { position:relative;display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH > .row .container { position:relative;display:block; }#ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i { position:relative;display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i > .row .container { position:relative;display:block; }#dw12CxGX87UJcVOsIz6D0nTF9VFdn7co { position:relative;display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #dw12CxGX87UJcVOsIz6D0nTF9VFdn7co > .row .container { position:relative;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { background-color: transparent; background-image: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container > .video-iframe-container { display: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row > .video-iframe-container { display: none; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .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); }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { border-width: 0; border-radius: 0; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .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; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;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; }#tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:63.9375rem;display:block; }
#v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AivWgATBpwkOxXg894EQuZhDwcMh2bMd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { 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) { #RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { display:block; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { width:6.375rem;height:2.1875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { width:12.4375rem;height:3.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { width:0.0625rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { width:16.0625rem;height:2.6875rem;top:0.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block; }
 }@media only screen and (max-width: 763px) { #tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { width:9.25rem;height:0.9375rem;top:2.25rem;left:9.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { width:1.3125rem;height:1.3125rem;top:1.5rem;left:46.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r { display:block; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ots9vl7tCSTTsyw7N2XM7bcbt4NIbKJz { width:47.75rem;height:4.875rem;top:30.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz { display:block; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s03nMIZTsFA5g54x7cJB5Faz4ObVucfA { width:14rem;height:4.1875rem;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEfkcHQ18Ja6Q4vTasp8VHnWX0ZwBFW { width:11.4375rem;height:2.0625rem;top:1.9375rem;left:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdJ4WwTiSKMvcc9BUI6EceRstCN24aJG { width:11.4375rem;height:4.1875rem;top:1.9375rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5r8A4ZsACnvtKfK6q7GkkXoGCmSm1d4 { width:16.8125rem;height:3.4375rem;top:2.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNm8BO58TQUH8JV59bO8mQJJ8vxCDCLh { display:block; }
 }@media only screen and (max-width: 763px) { #ri1RIPm56uEBXxoKPhJ7SuZdPx4GNBU4 { width:1.3125rem;height:1.3125rem;top:3.3125rem;left:45.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M { display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M05hPVq52xupdXx3O1oWNS51pZopH04M { display:block; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G { width:26.1875rem;height:29.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw7yh6nGJH5X7nmFHAvoIV1VZHcPRBdJ { width:32.8125rem;height:6.5rem;top:5.1875rem;left:14.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhVesiyiMNOfWZDgJEbSEaS4z00yZGz { width:35.25rem;height:15.1875rem;top:12.875rem;left:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxT7kpRJym0wAbDRTnnkMbSSILNKXy34 { width:26.125rem;height:2.4375rem;top:31.125rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxwUzeRyNTJwneyBvGrydFbd8WHxcRx7 { width:17.9375rem;height:3.4375rem;top:30.625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rozb6bpQIXCaFxT4w0TiXn7zpBSkGnvD { display:block; }
 }@media only screen and (max-width: 763px) { #L9oksLTscWK4HTvlT6SpIlrLOobZCt9B { display:block; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3hf2VTtmvLsemo33ACMhehi4UNGJV08 { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGaVeChXS3ygKbCKDlOOTJW5FN05Na7p { width:20.5625rem;height:17.9375rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyIxkyxdJancqFiHRqwtMTiH0qdOtTR { width:20.5625rem;height:15.1875rem;top:16.9375rem;left:13.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg { width:20.6875rem;height:11.9375rem;top:3.1875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qppi0puVmMGrXqsrzCn6eGzEwUw8RWSL { width:20.5rem;height:16.5625rem;top:16.9375rem;left:27.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 { display:block; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD { display:block; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmR863Sl0EbC5cm9373wez4eVCI0mgCm { width:26.6875rem;height:1.125rem;top:1.25rem;left:10.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE { display:block; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kemoemo2LJF8T7lc95gvK3QWqON6QVRZ { width:25rem;height:15.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxZlFKmlt2ARefeJOF5f5WtKhGmZIQ2g { width:25rem;height:15.9375rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2FWlbhPd7Kn6RGXnBrK6wRGGACostXU { width:25rem;height:15.9375rem;top:0rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mUd4Flesv1bo8isKMuvbuTXt3iedUy { width:25rem;height:16.3125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOVP4RXiTTUngWBuH8XwMxSgTUS837m { width:25rem;height:16.3125rem;top:15.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdGTtAlUasQySmwfo6zCSPVuXbRTXEqr { width:25rem;height:16.25rem;top:15.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ1U78ZMfZv0UTWQVBA78VcBTmzIBDOP { width:25rem;height:16.3125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G067f6bpwiZCcg1ElMg0molPATUapUsP { width:25rem;height:16.3125rem;top:32.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8EKBTZ1EfS90vL3sDNh2xlXkr2NBuv { width:25rem;height:16.3125rem;top:32.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNbdIxKvZU1F8EDq14fDkKntGrHEzSJ { width:25rem;height:16.375rem;top:48.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlFTdwzT4JZBAuMIQFh73gIlrFa0V0L9 { width:25rem;height:16.375rem;top:48.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXzJ6lI11pM6XVPMssLkMkWCpZ4TOnw8 { width:25.8125rem;height:16.375rem;top:48.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 { display:block; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXF46G5JqTCnASHNFTBhb2z4gWclTFu7 { width:26.6875rem;height:1.125rem;top:1.3125rem;left:10.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI { display:block; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwZHTfGaUAOeMCEZeQpydXe1GulQIGEg { width:12.4375rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg { width:12.5rem;height:7rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D { width:12.5rem;height:7rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFltxwP5LXlQCHElFclGXO9zw2mGqwlC { width:12.4375rem;height:1.375rem;top:7.625rem;left:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdg2Waq9k61wmzHlPbUITANbvspkeg2 { width:12.5rem;height:7rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbXBNzlptd90kLGTwFh80zfNVVrq2U8t { width:12.4375rem;height:1.375rem;top:7.625rem;left:23.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLtiFCh9zWFaP4mMDP2Jl1BLkutM2JN { width:12.4375rem;height:1.375rem;top:7.625rem;left:35.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS { width:12.5rem;height:7rem;top:0rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIARkM5k64uP43LIWvsLLCd08se8SIDc { display:block; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltllcykTQwnQiRAr1vc8wbT2cdBotvWO { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIpglsgqBCB0Rot2SigtxTG2L5ecgw6q { width:17.8125rem;height:3.4375rem;top:1.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwGWrVanTDz6c0yxaoqPfO6XfV9wEd9 { display:block; }
 }@media only screen and (max-width: 763px) { #T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 { display:block; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH { display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i { display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw12CxGX87UJcVOsIz6D0nTF9VFdn7co { display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #dw12CxGX87UJcVOsIz6D0nTF9VFdn7co > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { width:6.375rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block; }
 }@media only screen and (max-width: 763px) { #AivWgATBpwkOxXg894EQuZhDwcMh2bMd { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block; }
 }@media only screen and (max-width: 763px) { #TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RZIlBz89xMv8Rlfoti7Zv85TSlaWhZax > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G51eR5LpqJcWlNnJWOpMqkyRxK4SRcg6 { width:6.375rem;height:2.1875rem;top:1.25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZGmPiBqPSf9HUgZomqsfTpP5EnbVw6V { width:12.125rem;height:3.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF90xBwVk5flb5dIaVBe41UNTrqZaub4 { width:0.0625rem;height:4.5rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbm7mUwWkmpVO2kXzDIH6FMDJQxN18ap { width:16.0625rem;height:2.6875rem;top:17.3496125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTZTVNxTHIhHD8KfwOVedT4q5JENLxGy { display:block; }
 }@media only screen and (max-width: 763px) { #tMCQo93AnglxZE2mbxVQ756Qc0LtzRD5 { width:6.0625rem;height:1.94921875rem;top:1.244140625rem;left:13.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PuVxzODAnz3iHW7U0KqSmbxohvF5Xa3R { display:flex;width:1.3125rem;height:1.3125rem;top:21.2871125rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e263b6ac-a9be-4331-a344-d94294932144/imgi_68_250827transitchassibrancafordbrasilprincipal.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.adaptive-delivery-prevent-bg, #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.lazyload, #TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r.lazyloading { background-image: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { background-color: transparent; background-image: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container > .video-iframe-container { display: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row > .video-iframe-container { display: none; }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .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); }#TmbNTPSkTAJXRHGcO7TOifaSTPf46I7r > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ots9vl7tCSTTsyw7N2XM7bcbt4NIbKJz { width:13.9375rem;height:4.875rem;top:15.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz { display:block; }#TyVyDmLgDLKVFFhsF6CO4n8KxBup1xSz > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s03nMIZTsFA5g54x7cJB5Faz4ObVucfA { width:19.9375rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXEfkcHQ18Ja6Q4vTasp8VHnWX0ZwBFW { width:11.4375rem;height:1.625rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdJ4WwTiSKMvcc9BUI6EceRstCN24aJG { width:18.8125rem;height:1.625rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5r8A4ZsACnvtKfK6q7GkkXoGCmSm1d4 { width:15.3125rem;height:3.4375rem;top:12.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNm8BO58TQUH8JV59bO8mQJJ8vxCDCLh { display:block; }
 }@media only screen and (max-width: 763px) { #ri1RIPm56uEBXxoKPhJ7SuZdPx4GNBU4 { display:flex;width:1.3125rem;height:1.3125rem;top:13.5625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M { display:block; } #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection *:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="text"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="email"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection input[type="tel"]:focus-visible, #Zff5ce2d5dec9151a5365c6f9e657384.widget-smartsection textarea:focus-visible { outline: none; } #W9ZUcoaTNJ9Al6DKxqHJIozb3c6xCI4M > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #M05hPVq52xupdXx3O1oWNS51pZopH04M { display:block; }#M05hPVq52xupdXx3O1oWNS51pZopH04M > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2UPkwJyIsNZ0xE5ifQTvylJWbmPJw2G { width:20rem;height:20rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw7yh6nGJH5X7nmFHAvoIV1VZHcPRBdJ { width:20rem;height:4.0625rem;top:23.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhVesiyiMNOfWZDgJEbSEaS4z00yZGz { width:20rem;height:26.2363625rem;top:29.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxT7kpRJym0wAbDRTnnkMbSSILNKXy34 { width:20rem;height:2.03125rem;top:56.90625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxwUzeRyNTJwneyBvGrydFbd8WHxcRx7 { width:14.25rem;height:3.4375rem;top:60.96875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rozb6bpQIXCaFxT4w0TiXn7zpBSkGnvD { display:block; }
 }@media only screen and (max-width: 763px) { #L9oksLTscWK4HTvlT6SpIlrLOobZCt9B { display:block; }#L9oksLTscWK4HTvlT6SpIlrLOobZCt9B > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3hf2VTtmvLsemo33ACMhehi4UNGJV08 { width:20rem;height:11.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGaVeChXS3ygKbCKDlOOTJW5FN05Na7p { width:20rem;height:17.95120625rem;top:14.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl41GipiG9ysbw0RrwVnLEOtaDyuSSVD { width:20rem;height:11.9375rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyIxkyxdJancqFiHRqwtMTiH0qdOtTR { width:20rem;height:15.18945625rem;top:49.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBHIGWCyVEHLzW3FSpkwDbcaX76W0Dhg { width:20rem;height:11.9375rem;top:69.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qppi0puVmMGrXqsrzCn6eGzEwUw8RWSL { width:20rem;height:16.57033125rem;top:82.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 { display:block; }#l05my1gxZT1u7W1J8aN4O8oTStPFQwm3 > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD { display:block; }#vz6i9VQ0KvWlITI8n2vKPhsJI6Nk6lGD > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmR863Sl0EbC5cm9373wez4eVCI0mgCm { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE { display:block; }#snIi01BtTVCfFCqMn1T9Dz2lMrSd9CoE > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kemoemo2LJF8T7lc95gvK3QWqON6QVRZ { width:10rem;height:6.375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yxZlFKmlt2ARefeJOF5f5WtKhGmZIQ2g { width:10rem;height:6.375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2FWlbhPd7Kn6RGXnBrK6wRGGACostXU { width:10rem;height:6.375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9mUd4Flesv1bo8isKMuvbuTXt3iedUy { width:10rem;height:6.5rem;top:6.3125rem;left:10rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UGOVP4RXiTTUngWBuH8XwMxSgTUS837m { width:10rem;height:6.5rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdGTtAlUasQySmwfo6zCSPVuXbRTXEqr { width:10rem;height:6.5rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ1U78ZMfZv0UTWQVBA78VcBTmzIBDOP { width:10rem;height:6.5rem;top:12.3125rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G067f6bpwiZCcg1ElMg0molPATUapUsP { width:10rem;height:6.5rem;top:12.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC8EKBTZ1EfS90vL3sDNh2xlXkr2NBuv { width:10rem;height:6.5rem;top:18.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNbdIxKvZU1F8EDq14fDkKntGrHEzSJ { width:10rem;height:6.5rem;top:25.3125rem;left:10rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XlFTdwzT4JZBAuMIQFh73gIlrFa0V0L9 { width:10.0625rem;height:6.5rem;top:31.8125rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pXzJ6lI11pM6XVPMssLkMkWCpZ4TOnw8 { width:10.3125rem;height:6.5rem;top:31.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 { display:block; }#XSuOlJW4RBRpxiEUTUvV6eFhUn4NHze0 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXF46G5JqTCnASHNFTBhb2z4gWclTFu7 { width:20rem;height:1.13671875rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI { display:block; }#HpI8yCMsOm7GHcqBKLvQ2eGc41xSy4GI > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwZHTfGaUAOeMCEZeQpydXe1GulQIGEg { width:12.5rem;height:1.3808625rem;top:8.875rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8DvTW3PwkgvrFWrcI1sguNZT65BWxPg { width:12.5rem;height:7rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkTTiPXJHo27vSkmQ8Tkhrc0aEFgHg1D { width:12.5rem;height:7rem;top:11.5058625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFltxwP5LXlQCHElFclGXO9zw2mGqwlC { width:12.4375rem;height:1.3808625rem;top:19.1308625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOdg2Waq9k61wmzHlPbUITANbvspkeg2 { width:12.5rem;height:7rem;top:21.761725rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbXBNzlptd90kLGTwFh80zfNVVrq2U8t { width:12.4375rem;height:1.3808625rem;top:29.386725rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLtiFCh9zWFaP4mMDP2Jl1BLkutM2JN { width:12.4375rem;height:1.3808625rem;top:40.25rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1T8GL1uSy4EX3zArBGhbgrmLlX8zSS { width:12.5rem;height:7rem;top:32.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIARkM5k64uP43LIWvsLLCd08se8SIDc { display:block; }#lIARkM5k64uP43LIWvsLLCd08se8SIDc > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltllcykTQwnQiRAr1vc8wbT2cdBotvWO { width:15.1875rem;height:3.25rem;top:2.125rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIpglsgqBCB0Rot2SigtxTG2L5ecgw6q { width:14rem;height:2.8125rem;top:6.9228515625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKwGWrVanTDz6c0yxaoqPfO6XfV9wEd9 { display:block; }
 }@media only screen and (max-width: 763px) { #T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 { display:block; }#T6H6Uuybay7DQlZ1bXL62MfgfUFVcbQ1 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH { display:block; } #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection *:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="text"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="email"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection input[type="tel"]:focus-visible, #cbecf57effd0c4cf4894063fec0f9bae.widget-smartsection textarea:focus-visible { outline: none; } #mKRT2E0ExtnfsoC8ODzMTTQT0UQFaHTH > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i { display:block; } #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection *:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="text"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="email"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection input[type="tel"]:focus-visible, #h311b0fc09d044c9b3b56ea40af7b5b5.widget-smartsection textarea:focus-visible { outline: none; } #ZRLuXtRFh1SAX2drHVUWHZJPvWSncz2i > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw12CxGX87UJcVOsIz6D0nTF9VFdn7co { display:block; } #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection *:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="text"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="email"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection input[type="tel"]:focus-visible, #f8b61e3bcb92f576bbefea87eae6ce29.widget-smartsection textarea:focus-visible { outline: none; } #dw12CxGX87UJcVOsIz6D0nTF9VFdn7co > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fh3EgwsRfv2qcViJTeMJK2axTdhvhbtV > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSOk961vWPyQ2TG3B89f5vIPLp1SyOHv { width:4.75rem;height:1.5rem;top:0.5625rem;left:12rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3gWD8OuhdAcTUasCnIh41IbWRVqS9lO { display:block; }
 }@media only screen and (max-width: 763px) { #AivWgATBpwkOxXg894EQuZhDwcMh2bMd { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mDc87LbWTWxG8GwniNI87lwvxgeUD8G1 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4wChUwTDvKudN7oz58BwJFR3RU4VDt { display:block; }
 }@media only screen and (max-width: 763px) { #TcuLIPwPrARzxZUp5kUIG6d4T2whAC0K { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfMaqMthT0Q9u4zXPLK2sMevMzT44LHw { display:block; }
 }