.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:253,225,213;--color-primary-1:249,166,130;--color-primary-2:245,107,46;--color-primary-3:245,153,46;--color-primary-4:192,62,13;--color-secondary-0:220,243,228;--color-secondary-1:150,218,175;--color-secondary-2:80,194,121;--color-secondary-3:36,179,88;--color-secondary-4:22,47,32;--color-tertiary-0:255,255,255;--color-tertiary-1:230,230,230;--color-tertiary-2:32,32,32;--color-tertiary-3:13,13,13;--color-tertiary-4:0,0,0;--headlines-font-family:"IBM Plex Sans";--paragraphs-font-family:"IBM Plex Sans"; }@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:#000000;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); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5728029-81c3-4de3-90c4-7deb604a30a9/abstractlightbackgroundwallpapercolorfulgradientblurrysoftsmoothmotionbrightshine.jpg");background-position:top 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; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk.adaptive-delivery-prevent-bg, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyload, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyloading { background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { background-color: transparent; background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .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); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { border-width: 0; border-radius: 0; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::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; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { color:rgba(var(--color-primary-2),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:14.5rem;left:3rem;height:10.125rem;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; }
#rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:26.5rem;left:3rem;height:4.5rem;font-style:normal;display:block; }
#sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #f5992e;border-bottom:0.0625rem solid #f5992e;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.4375rem 0.4375rem 0.125rem rgba(13,13,13,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.875rem;left:3rem;display:block; }
#AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:10rem;top:8.4375rem;left:3rem;overflow:hidden;display:block; }
#GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM { box-sizing:content-box;height:37.1875rem;width:34.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.15);background-image:url("https://images.assets-landingi.com/uc/0570096d-828a-4756-9c3c-3aad0987e26e/finalmente.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.90625rem;left:39.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }#GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.adaptive-delivery-prevent-bg, #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.lazyload, #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.lazyloading { background-image: none; }
#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { background-color: transparent; background-image: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .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); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { border-width: 0; border-radius: 0; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#ukBcSNXrazwLwOBlTPzR8y3gTpz2OhZ4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:15.3125rem;left:24.8125rem; }
#ND4zopugq5H3kadTGtGQNhu7oxbO3BTp { color:#202020;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.6875rem;left:27.1875rem;height:1.29980625rem;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; }
#lF4DmLbU1ivU8BlZ2vyoTSXN42G6IITT { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:38.875rem;left:27.75rem;display:block; }
#qvKPHvEnMXBIfWqzNLvdptxiTtMJ3w5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N70TP44MMEDUeUdXvDFPQkNTm6fwaTRa { box-sizing:content-box;height:20.25rem;width:31.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:12.75rem;left:21.625rem;border-top:0;border-left:0;border-right:0.125rem solid #dedede;border-bottom:0.125rem solid #dedede;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#GMw41653HoqAJfxosK0okxi0ygz7v2eX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.625rem;left:24.8125rem; }
#Z4s8LBqpfRSWbV1GrtCnyJTT86AIGaxa { color:#202020;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19rem;left:27.1875rem;height:1.29980625rem;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; }
#SuS0nmKEUUN0MdT3EVC3ibG5l4qWd6Sh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:21.9375rem;left:24.8125rem; }
#BQTawM0MOhgVCGHPD5L9F1qlt6E1gAot { color:#202020;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:22.3125rem;left:27.1875rem;height:1.29980625rem;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; }
#yxSI8zuETcvTtcoytd91KPVT0GgK62x4 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:25.25rem;left:24.8125rem; }
#UXsUmxzqrDMw2zH5e6O7ufL8fM2d8tnk { color:#202020;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:25.625rem;left:27.1875rem;height:1.29980625rem;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; }
#GDtHoiNSc6JrqcDQgeVLyv3yze5n423A { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.5625rem;left:24.8125rem; }
#wB7eo9GZm8bEsv6czJug7xUP0vSwP5N8 { color:#202020;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:28.9375rem;left:27.1875rem;height:1.29980625rem;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; }
#WLcbkwRT4r41dJKePrgGZC8HqyChW0Bd { color:#f56b2e;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:35.625rem;left:11.3125rem;height:1.70605625rem;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; }
#frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:13.53125rem;height:5.8496125rem;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; }
#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(240deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(240deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(240deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(240deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(240deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { background-color: transparent; background-image: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container > .video-iframe-container { display: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row > .video-iframe-container { display: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .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); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { border-width: 0; border-radius: 0; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#ikPWQfI0OAPawPvJpmsSZ5dywiteTF6z { color:#202020;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:4.625rem;height:5.84911875rem;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; }
#qaHCMB9mFMmVNyX8QUMC8R5kP6rFT74t { color:#202020;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.9375rem;left:4.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b7ozJfzl0WzvHi7hrWWdkGL8naMPaWb2 { box-sizing:content-box;height:14.0625rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;top:13.4375rem;left:2.6875rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#NXzbbPWwpD1S1ASJmoxBoC19bsPdnKoV { color:rgba(var(--color-tertiary-0),1);display:block;width:57.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8125rem;left:8.84375rem;height:5.8496125rem;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; }
#yBdWuAxQgDMNGv1LqmcHTi8gMCEUZZU5 { color:#f5992e;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:4.625rem;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; }
#UbOHz29fD280zc9eWJKAaN0BTGdOv0ZL { box-sizing:content-box;height:3.25rem;width:27.75rem;position:absolute;display:block;z-index:15003;background-color:#202020;background-image:none;top:3.75rem;left:23.625rem;display:block; }
#dK8O2lCUlyRFR6egGCwWs7hDVvBQFZpa { color:#202020;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:29.125rem;height:5.84911875rem;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; }
#lMm4TmMQfpNLB7IpBtb6Lfo5oB810skt { box-sizing:content-box;height:14.0625rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;top:13.5rem;left:27.1875rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#KyuepqbzwdveJRz8t5vgxnitb4ESv4oc { color:#202020;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:29.125rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZfEoTawqFo3HoHadXLhI4wlhcEnukD9 { color:#f5992e;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.75rem;left:29.125rem;height:;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; }
#kHmnR35I1Bfh5o77Awyp45DmFEni9hNm { box-sizing:content-box;height:14.0625rem;width:20.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(180deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(180deg, #ffffff, #fafafa);background-image: -o-linear-gradient(180deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #ffffff, #fafafa);background-size:auto !important;top:13.5rem;left:51.6875rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#B8s5wkVASNrzvVibgJnz8gm0G3ZaTbwM { color:#f5992e;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.75rem;left:53.625rem;height:;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; }
#C7hgx7Rkb6pbEAk0A0lJ8QeCtRaAMIr8 { color:#202020;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:53.625rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y4wGs53ZLTvzepRPSCdxW22pUTiLTllP { color:#202020;display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:53.625rem;height:5.84911875rem;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; }
#gHnedwCRmpXONiRskaG04kWFftCbBoQn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { background-color: transparent; background-image: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container > .video-iframe-container { display: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row > .video-iframe-container { display: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .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); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { border-width: 0; border-radius: 0; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#ObrtRxclds2eNgXm5kEElx2GT08NqN3E { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8623046875rem;left:9.46875rem;height:2.5996125rem;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; }
#k1cJ9PkdvPKbWL56FtMFSVxFtTW5IK2y { color:#f56b2e;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.625rem;left:19.6875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CGOPbztyxm9DN05LdQkP48nBxagcgzDD { color:rgba(var(--color-tertiary-0),1);display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.2119140625rem;left:6.09375rem;height:2.92480625rem;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; }
#zZ5MBNxp6TARfTMARr9tHK4cXwzUJyTw { box-sizing:content-box;height:3.25rem;width:30.75rem;position:absolute;display:block;z-index:15005;background-color:#f56b2e;background-image:none;top:8.048828125rem;left:36.4375rem;display:block; }
#PVgCThIdmxQEl7sgS1dlVwvSxSDLXcsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.4375rem;left:22.5rem; }
#wvn4kcsfHPkRnFU04A1ZB1fDvwDz2P8C { color:#f56b2e;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.625rem;left:33.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anUkT9RMhZhZOXRB4TSzJTXWbvV5nakr { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:20.5rem;left:36.75rem; }
#QeX6QR91R1amfxsT4SLnoo8cgKxsJmEO { color:#f56b2e;display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:23.625rem;left:47.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LOTM9Pq8H94VWhfZx6lbT8QowGNXNInq { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.75rem;left:50.875rem; }
#wyFoIUzbT92zge2fB1LObgVZcw7hNGTT { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0;top:19.25rem;left:20rem;display:block; }
#sfhmb4obkvA5HoKg8H41lVHNiP9XzVeW { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0;top:19.1875rem;left:34.0625rem;display:block; }
#LhhKZ8fOyTK7uaa0WcAoklF6ega2if5o { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0;border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0;top:19.25rem;left:48.1875rem;display:block; }
#ThyWHl9pb5HDsVhauloCI2cpDUAflvhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.75rem;left:29.3125rem; }
#vdh1p0amIpvpc256oRTWzrXJkZQPnbr4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.75rem;left:43.8125rem; }
#FK1ZLJlIbSz2y076aO798waZHFoVVN3s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.75rem;left:29.3125rem;display:none; }
#RQ1mBi3O84Iq1zUmvbmpTAkSbTC66rfQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.75rem;left:29.3125rem;display:none; }
#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { background-color: transparent; background-image: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container > .video-iframe-container { display: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row > .video-iframe-container { display: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .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); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { border-width: 0; border-radius: 0; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#sfKhPrAh0MRMeMVRSvMwt7HnEDkns2PE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:3.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iUf1yCaSFHuHLvXVKdE6ZzG1fsy6NvCr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.4375rem;height:1.29980625rem;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; }
#TEBdufVEHBPKIkZfKMRLCy8Io9u0gW19 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#DCfVm4VDRhtQFuGO6vqbpMm873gfwicZ { box-sizing:content-box;height:14.4375rem;width:22.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(70deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(70deg, #202020, #2f2f2f);background-image: -o-linear-gradient(70deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(70deg, #202020, #2f2f2f);background-size:auto !important;top:12.5625rem;left:1.875rem;border-top:0;border-left:0;border-right:0.0625rem solid #515151;border-bottom:0.125rem solid #515151;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }
#OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { color:rgba(var(--color-tertiary-0),1);display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.6875rem;left:6.8125rem;height:3rem;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; }
#izwg5npAPhFfaeLCZWP63WFB3SzVa29b { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:27.8125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHcF66i3ISXWiu5OiTVEDN26VDtaRqve { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:27.8125rem;height:1.29980625rem;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; }
#Lo5m3bDGTqx0AdJkq5CDBo2PPRBTv8VK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14.3125rem;left:27.8125rem;overflow:hidden;display:block; }
#XdTICzx6IsMsb6mDiNXlff9SW9oEUE9z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.6875rem;left:52.125rem;height:1.29980625rem;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; }
#cKzHvfTaTlT17mKfSNKaXo1S4eoTq1x1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:14.3125rem;left:52.125rem;overflow:hidden;display:block; }
#aIUeUDlrXA1hH6F7HQGDp5Lz4gS20UBf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.5625rem;left:52.125rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZT5fe3mEd78sEGmreNnvRDIBCoFAGqx { box-sizing:content-box;height:3.5625rem;width:34.625rem;position:absolute;display:block;z-index:15002;background-color:#f56b2e;background-image:none;top:5.5rem;left:32.75rem;display:block; }
#JlS6lxXtIh6SRlP1Ob5q1R2KlU2NdueA { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:30.75rem;left:9.46875rem;height:1.70605625rem;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; }
#nJzHETDXgcgOvqgGl4m3lPRcqNXdUOTs { box-sizing:content-box;height:14.4375rem;width:22.5625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(70deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(70deg, #202020, #2f2f2f);background-image: -o-linear-gradient(70deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(70deg, #202020, #2f2f2f);background-size:auto !important;top:12.5625rem;left:26.1875rem;border-top:0;border-left:0;border-right:0.0625rem solid #515151;border-bottom:0.125rem solid #515151;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }
#CAAMCl2KPchGWqlOBZfTL6bsvG83Wlpi { box-sizing:content-box;height:14.4375rem;width:22.5625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(70deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(70deg, #202020, #2f2f2f);background-image: -o-linear-gradient(70deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(70deg, #202020, #2f2f2f);background-size:auto !important;top:12.5625rem;left:50.53125rem;border-top:0;border-left:0;border-right:0.0625rem solid #515151;border-bottom:0.125rem solid #515151;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }
#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { background-color: transparent; background-image: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container > .video-iframe-container { display: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row > .video-iframe-container { display: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .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); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { border-width: 0; border-radius: 0; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#O5uuFOlySoBUhNSNRo3mKAOv7PyiiZ8N { color:rgba(var(--color-tertiary-0),1);display:block;width:61.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:6.8125rem;height:3rem;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; }
#mWwKdaErQiSGkuFnby9Ny4EFTF0pZup2 { box-sizing:content-box;height:3.5625rem;width:15.5rem;position:absolute;display:block;z-index:15002;background-color:#f56b2e;background-image:none;top:1.875rem;left:18.8125rem;display:block; }
#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { background-color: transparent; background-image: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container > .video-iframe-container { display: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row > .video-iframe-container { display: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .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); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { border-width: 0; border-radius: 0; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#pa5Ao6cpGGoIuRwwTTQQdLTSbDLLHbrB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:49.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrxtRGVVbMCXiwAEf2EguXXhr5rLitSM { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.875rem;left:51.0625rem;height:1.70605625rem;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; }
#CFFhDd61C1TA7DopJ8GCq9tiBMR7368c { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15rem;left:48.5rem;display:block; }
#wKdQZOpGHqt1igdOHQicXIAMBhxtVu85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmhRtRJ4vIUHDhU5bmI3gwe8khsqX2hm { box-sizing:content-box;height:16rem;width:24.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(70deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(70deg, #202020, #2f2f2f);background-image: -o-linear-gradient(70deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(70deg, #202020, #2f2f2f);background-size:auto !important;top:5.9375rem;left:46.5625rem;border-top:0;border-left:0;border-right:0.0625rem solid #515151;border-bottom:0.125rem solid #515151;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }
#zPn4BkgiUvImxZ8nuGPTnVEqtTpFKJbH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:29rem;left:48.0625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wE6yWuuFho18VLsVsthRnaMq2nLMCwdD { color:rgba(var(--color-primary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.6875rem;left:48.875rem;height:1.70605625rem;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; }
#ra7T78ERQ0HkR2kMRhS9la0apb0MmhVT { box-sizing:content-box;height:16rem;width:24.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(70deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(70deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(70deg, #202020, #2f2f2f);background-image: -o-linear-gradient(70deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(70deg, #202020, #2f2f2f);background-size:auto !important;top:23.75rem;left:46.5625rem;border-top:0;border-left:0;border-right:0.0625rem solid #515151;border-bottom:0.125rem solid #515151;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }
#uB9ndxSiEMDZIVSt4hutsLZXbcQKvAzB { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249.9375rem;border-top-right-radius:6249.9375rem;border-bottom-left-radius:6249.9375rem;border-bottom-right-radius:6249.9375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.8125rem;left:48.4375rem;display:block; }
#M8H1uehM1zuwrROo9dTS5Mn9yGK8ys3N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD { box-sizing:content-box;height:37.6875rem;width:40.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.15);background-image:url("https://images.assets-landingi.com/uc/0570096d-828a-4756-9c3c-3aad0987e26e/finalmente.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4rem;left:3.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.5625rem 0.5625rem 0.4375rem rgba(0,0,0,0.15) ;display:block; }#DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.adaptive-delivery-prevent-bg, #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.lazyload, #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.lazyloading { background-image: none; }
#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f56b2e, #ef4d07);background-image: -moz-linear-gradient(180deg, #f56b2e, #ef4d07);background-image: -ms-linear-gradient(180deg, #f56b2e, #ef4d07);background-image: -o-linear-gradient(180deg, #f56b2e, #ef4d07);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='#ef4d07' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='#ef4d07' );";background-image: linear-gradient(180deg, #f56b2e, #ef4d07);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; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container { background-color: transparent; background-image: none; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container > .video-iframe-container { display: none; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row > .video-iframe-container { display: none; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .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); }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container { border-width: 0; border-radius: 0; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#h9QI8A8ew6yTBe8BlzU5d7tnzo9qEbgT { color:rgba(var(--color-primary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:9.625rem;left:2.5625rem;height:10.125rem;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; }
#zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0 { box-sizing:content-box;height:23.0625rem;width:26.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/92fccb37-08d7-4e7e-ac83-ee5785bf196e/alvomin.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.4375rem;left:44.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0.75rem 0.5625rem rgba(245,153,46,0.09) ;display:block; }#zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.adaptive-delivery-prevent-bg, #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.lazyload, #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.lazyloading { background-image: none; }
#T4WfmXhxrWskibfQb2nSxqP02cu14xCG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:21.625rem;left:2.5625rem;height:4.25rem;font-style:normal;display:block; }#T4WfmXhxrWskibfQb2nSxqP02cu14xCG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4WfmXhxrWskibfQb2nSxqP02cu14xCG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c16ea6da75af9e2e77edcf8c4064ac7fe288a89.svg); }
#oJl1Jsux6V3TV4FTSCTumKsoxBVTlFoW { box-sizing:content-box;height:23.0625rem;width:26.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:4.5rem;left:43.75rem;border-top:0.0625rem solid #f5992e;border-left:0.0625rem solid #f5992e;border-right:0.0625rem solid #f5992e;border-bottom:0.0625rem solid #f5992e;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0.75rem 0.5625rem rgba(245,153,46,0.09) ;display:block; }
#m7oEqDWNs28Ganm7wB7T9Kn5mNVtlyAE { box-sizing:content-box;height:23.0625rem;width:26.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:7.9375rem;left:45.5625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0.75rem 0.5625rem rgba(245,153,46,0.09) ;display:block; }
#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container { background-color: transparent; background-image: none; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container > .video-iframe-container { display: none; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row > .video-iframe-container { display: none; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .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); }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container { border-width: 0; border-radius: 0; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#UUPd5kiU50keTLSwy2AAqx2xddGRrTrz { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:19.5rem;height:2.5996125rem;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; }
#vNhDfIxOVNpsTqXJxTdS6ul6g25sJnig { color:#f56b2e;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.7119140625rem;left:15rem;height:5.8496125rem;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; }
#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container { background-color: transparent; background-image: none; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container > .video-iframe-container { display: none; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row > .video-iframe-container { display: none; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .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); }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container { border-width: 0; border-radius: 0; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0 { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/51104cf0-ce8d-47e7-9be2-cc5075741944/localiza.png");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:4.125rem;left:3.8125rem;display:block; }#f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0.adaptive-delivery-prevent-bg, #f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0.lazyload, #f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0.lazyloading { background-image: none; }
#c2hFCHNSzClThORcNgTZkzbMxLyotshE { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/501a4640-9a24-4acd-824b-e1a8fe2d6326/Skybrasilsvg_.png");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:4.125rem;left:17.5rem;display:block; }#c2hFCHNSzClThORcNgTZkzbMxLyotshE.adaptive-delivery-prevent-bg, #c2hFCHNSzClThORcNgTZkzbMxLyotshE.lazyload, #c2hFCHNSzClThORcNgTZkzbMxLyotshE.lazyloading { background-image: none; }
#Tcd99CPCH8c7idNVwyTHFidThfA6ZNim { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/60506f7c-98cc-4983-968c-0e314635075d/seara1.png");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:4.125rem;left:31.25rem;display:block; }#Tcd99CPCH8c7idNVwyTHFidThfA6ZNim.adaptive-delivery-prevent-bg, #Tcd99CPCH8c7idNVwyTHFidThfA6ZNim.lazyload, #Tcd99CPCH8c7idNVwyTHFidThfA6ZNim.lazyloading { background-image: none; }
#wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6 { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/10b2e39f-d9b0-4907-b1db-6f62ea1b8566/image51024x587.png");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:4.125rem;left:45rem;display:block; }#wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6.adaptive-delivery-prevent-bg, #wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6.lazyload, #wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6.lazyloading { background-image: none; }
#VRbIi6zkwBH7s25BOII5pHXmsgibcG62 { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/45f07837-d60b-41c6-8e5d-d219eb6d2f7c/portoseguro.png");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:4.125rem;left:58.75rem;display:block; }#VRbIi6zkwBH7s25BOII5pHXmsgibcG62.adaptive-delivery-prevent-bg, #VRbIi6zkwBH7s25BOII5pHXmsgibcG62.lazyload, #VRbIi6zkwBH7s25BOII5pHXmsgibcG62.lazyloading { background-image: none; }
#MBoehBuz7EiXGfSKSdqolCJitRzLxxcK { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5f26e4bb-37ab-4a6d-9587-f357bb8538d7/image121024x313.png");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:9.6875rem;left:45rem;display:block; }#MBoehBuz7EiXGfSKSdqolCJitRzLxxcK.adaptive-delivery-prevent-bg, #MBoehBuz7EiXGfSKSdqolCJitRzLxxcK.lazyload, #MBoehBuz7EiXGfSKSdqolCJitRzLxxcK.lazyloading { background-image: none; }
#TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2 { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3890f6bf-9805-4133-9c18-f313a977701f/itau.png");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:9.6875rem;left:58.75rem;display:block; }#TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2.adaptive-delivery-prevent-bg, #TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2.lazyload, #TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2.lazyloading { background-image: none; }
#QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/51c1d1d7-8b99-4d58-813b-b5fe2f743bc2/General_Motors_2021svg.png");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:9.6875rem;left:31.25rem;display:block; }#QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR.adaptive-delivery-prevent-bg, #QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR.lazyload, #QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR.lazyloading { background-image: none; }
#zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/f2f85bab-7989-482f-8ba4-f45cdd2c0c96/totvs.png");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:9.6875rem;left:17.5rem;display:block; }#zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r.adaptive-delivery-prevent-bg, #zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r.lazyload, #zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r.lazyloading { background-image: none; }
#qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/b51cea5e-47f2-4fe6-9280-e2d44f286676/petrobras.png");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:9.6875rem;left:3.8125rem;display:block; }#qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE.adaptive-delivery-prevent-bg, #qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE.lazyload, #qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE.lazyloading { background-image: none; }
#Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/cf0f8116-7c62-48a1-8688-fa36af983ad0/image191024x371.png");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:15.3125rem;left:45rem;display:block; }#Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK.adaptive-delivery-prevent-bg, #Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK.lazyload, #Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK.lazyloading { background-image: none; }
#r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/8bde205b-90e1-42a1-bf7b-18ec2e6ffb8d/image21.png");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:15.3125rem;left:58.75rem;display:block; }#r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y.adaptive-delivery-prevent-bg, #r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y.lazyload, #r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y.lazyloading { background-image: none; }
#GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/722d68c0-4058-4454-8ff4-e96775fddff7/magalu.png");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:15.3125rem;left:31.25rem;display:block; }#GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw.adaptive-delivery-prevent-bg, #GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw.lazyload, #GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw.lazyloading { background-image: none; }
#CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/c442bcd1-afc5-4df9-b39b-33b998fa4882/newPayPalLogohorizontalfullcolorpng.png");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:15.3125rem;left:17.5rem;display:block; }#CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX.adaptive-delivery-prevent-bg, #CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX.lazyload, #CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX.lazyloading { background-image: none; }
#mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/5984f627-cd65-4d18-b8f6-239df33ee34a/renner.png");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:15.3125rem;left:3.8125rem;display:block; }#mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ.adaptive-delivery-prevent-bg, #mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ.lazyload, #mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ.lazyloading { background-image: none; }
#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { background-color: transparent; background-image: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container > .video-iframe-container { display: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row > .video-iframe-container { display: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .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); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { border-width: 0; border-radius: 0; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#tSas3N6sFpbsNHP1KKacFSJJ8Go4P2Fw { box-sizing:content-box;height:4.375rem;width:20.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:3.75rem;left:5rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#KTuZP9H4KQTtiaPc37cVyf460rchTGPA { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:6.71875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KTuZP9H4KQTtiaPc37cVyf460rchTGPA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KTuZP9H4KQTtiaPc37cVyf460rchTGPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
#UkpqlCrHoXTidxqZegriwXgT9P5IGrf8 { box-sizing:content-box;height:4.375rem;width:20.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3.75rem;left:27.125rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW { color:rgba(var(--color-primary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:28.84375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
#h03PP5bRlFDclDiTOft520pboTppnCdc { box-sizing:content-box;height:4.375rem;width:20.625rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:3.75rem;left:49.25rem;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#NWNg1ued8vhWQcZkUmKRA5rPazigth3x { color:rgba(var(--color-primary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.69921875rem;left:51.71875rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NWNg1ued8vhWQcZkUmKRA5rPazigth3x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NWNg1ued8vhWQcZkUmKRA5rPazigth3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
#NJ2ICG11zLkr6hBUgHpVgbkQSBvsC9AO { box-sizing:content-box;height:7.8125rem;width:65rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #f56b2e, #f5992e);background-image: -moz-linear-gradient(175deg, #f56b2e, #f5992e);background-image: -ms-linear-gradient(175deg, #f56b2e, #f5992e);background-image: -o-linear-gradient(175deg, #f56b2e, #f5992e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='#f5992e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='#f5992e' );";background-image: linear-gradient(175deg, #f56b2e, #f5992e);background-size:auto !important;top:9.5rem;left:4.9375rem;border-top:0;border-left:0;border-right:0.125rem solid #ff9e2e;border-bottom:0.125rem solid #ff9e2e;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#C5rPr9GogmNXGuCHnT26ZbGxASEHpFct { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.5rem;left:6.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LiL1OE2SnfBczBlXVDJPvzpPOk4eiP9d { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14rem;left:13.125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container { background-color: transparent; background-image: none; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container > .video-iframe-container { display: none; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row > .video-iframe-container { display: none; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .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); }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container { border-width: 0; border-radius: 0; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:75rem;position:relative;display:block; }#GWtcsqzi0lWBhGmRt5gzLQ4IhZunxCfd { color:rgba(var(--color-tertiary-0),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.662109375rem;left:19.46875rem;height:2.5996125rem;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; }
#Iwvar5J078l0GyiQco5WzeVXdZaN65PN { color:#f56b2e;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.1875rem;left:15.28125rem;height:5.8496125rem;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; }
#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container { background-color: transparent; background-image: none; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container > .video-iframe-container { display: none; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row > .video-iframe-container { display: none; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .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); }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container { border-width: 0; border-radius: 0; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;position:relative;display:block; }#WAL2IsfqlzRMTvyGyv7TvlDp376TJJHx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:15.25rem;top:3.6875rem;left:7.3125rem;overflow:hidden;display:block; }
#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.875rem;left:7.3125rem;height:22.3125rem;font-style:normal;display:block; }#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd1b33fcf930b9f607445d41125c408fd2eed9a4.svg); }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-form-header {  }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.4375rem;box-sizing:border-box;height:2.5625rem;color:#535353;font-family:roboto;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -moz-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -ms-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -o-linear-gradient(159deg, #f5992e, #f56b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );";background-image: linear-gradient(159deg, #f5992e, #f56b2e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.125rem;margin-bottom:0.25rem;margin-left:1.125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.11);box-shadow: none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW [class*="-text"]:-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW [class*="-text"]::-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal;float:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-container:first-of-type{padding-top:0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-container:last-of-type{padding-bottom:0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:3.6875rem;left:39.75rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),0.51);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW {display:block;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15005;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:3.6875rem;left:39.75rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #M92Z33BK9Ggrf9RaBrdQHsT2PVZoIeKW { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UGuMktLqlakS02OKok0GArsTp2T0GCDa { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #AvTiALn1QEgAX0hiHi7CHXmHIAsDeKeP { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #eJvJmff8fS1gJyZyWPXKaTfUQG53sV4p { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #pUkTNIqdUQp5nbTHvgUoPHTUU16z1nrH { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #F14AN58KNIvrpQoGzce37iHkANXKXdGS { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #rGxkI8ZpXmf96yL88yqG0B8awJWMfe89 { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Pkx30TxIeXmaRMKKzZvfsyneJ8HsDyhA { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #hVmHuGmAhpnBtdpxNLNNSJstFtTNCTB2 { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #FOs3P5ThdDbR1s6RW6a7Dn4JbEk4r4xv { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #XnR6IspOlktaK9KBesKgr9fldxCxnpAR { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #vg1fCz5nO7EdFI9kLBw9pBvz3QTThqSx { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #T4iATd7Pp6sgeMP5T5Ns41rapTI3vmnA { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UiRIn9EQ61zRPEMn5AoABNT50gmZ1RaI { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SBAZWmfQpaoJ9d6FfMmfcWWGo3bOk6Rw { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SNzRJ6Wx2GRCO4ld3U2Qh0l8t8a7kz2c { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #iB3NdhSM1e5QHk0HeardH7Vow3BrPrln { position:relative;display:none; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #JXEcDgUsK9swaP4pawomodnguW5iKpm0 { position:relative; }
#MNQS1mNbgzUscHXElaIexysRhkcsT5T9 { position:relative;display:block; }
#A9lL6TOKA7VMpfLveeEAKfRthbT5iBpg { position:relative;display:block; }
#ZXJ7TQQ4Tk9lQ40LsfIX5dxDtPfi075M { position:relative;display:block; }
#xIfVn2CSrSHAUK3xJvf0NVvRCGkpKiEg { position:relative;display:block; }
#FFGe8fMO2APnt1WkyNJ2TtWe6TcizTGW { position:relative;display:block; }
#AFcquai60g0QeSr0J5bIiNTcMbU3td4v { position:relative;display:block; }
#A3BpL9SD0EtpPTWoTWpFmzz72kmmEU0P { position:relative;display:block; }
#WnQADxfmeQZgZ7D9V1rCsGhWXRtmsF6C { position:relative;display:block; }
#TgJgGN0bgBSWd0MRGhvywoKwwvvbcKWr { position:relative;display:block; }
#HEDrwId9Gk8gTR3MgzgIIct5TxdCiS4T { position:relative;display:block; }
#vIIvJnuBns15KzSf2a0AQ63LxkkLV4fU { position:relative;display:block; }
#g1Akl7qK2VcW8PLa547VaaPTdmEbSpck { position:relative;display:block; }
#DpuzriWrzyu6rHB7CUqKW8u67uq002CJ { position:relative;display:block; }
#GH9vwm711xkv5yzwsw3GxVOChTzQT3PO { position:relative;display:block; }
#sllmRWB14pSshAxyWnhaC4hRHEKNcNPk { position:relative;display:block; }
#DGPCAmoyNqAhExx9M1c6DzFSvxLWZoRx { position:relative;display:block; }
#mOJTnaruzROzxW0uEcOKfHJfTmbG0EuO { position:relative;display:block; }
#P2M2BuPXH0lipv6uEs5FqBJCQGSPEK1C { position:relative;display:block; }
#tsUqGRriRQSsWwXv4TKlfW3iVrGN528r { position:relative;display:block; }
#VclvlMHlsQU9WkalGpZCUIP8zmLy5OU0 { position:relative;display:block; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #X363z6xpGTlTy70TiiIiroqS4bxhDTna { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #ovipZM8Z7WS5HPENTu92ly4GLsVdDpmV { position:relative; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Tf4u3XmvTq9AfuwdIcOarDx4CATRxS6B { position:relative;display:block;z-index:15000; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #bcJzTMr8IWtgNFTCPyasXw4S4NFNMhXq { position:relative;display:block;z-index:15000; }
#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56b2e;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; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { background-color: transparent; background-image: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container > .video-iframe-container { display: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row > .video-iframe-container { display: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .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); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { border-width: 0; border-radius: 0; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#Tqmg41h3i7vvxgxXQMkvGg3zRKW6w8sn { color:rgba(var(--color-tertiary-0),1);display:block;width:67.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.2890625rem;left:3.96875rem;height:2.7749rem;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; }
#EfcUNg1W1lFPW4FKLstl1S0di1M4k42P { box-sizing:content-box;height:2.875rem;width:11.5rem;position:absolute;display:block;z-index:15002;background-color:#202020;background-image:none;top:3.1875rem;left:25.1875rem;display:block; }
#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f56b2e;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; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container { background-color: transparent; background-image: none; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container > .video-iframe-container { display: none; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row > .video-iframe-container { display: none; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .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); }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container { border-width: 0; border-radius: 0; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#LEJ72gHfyNziGZskCl09No6TIOILdAxG { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uv7s3umAXTbDx1PrngdTGvtzH69l4HQW { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:2rem;height:3.0058625rem;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; }
#Rn88pBn3p0UvTxoZBTIN3mMH6T6ND4eV { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:22.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdClqpUqHOemZF0x0WWBlCFsHIh4JRge { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:20.75rem;height:3.0058625rem;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; }
#TauTlBxErJe4NTwdoU5ogUFTENbARXHL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:58.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKc5QaXWfQctqObguhrCUKfw1pfOs7Rz { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:58.25rem;height:3.0058625rem;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; }
#KtkIFlzdTQ4BHqhMCzXv4CwaaaB9ROZ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgFyGsS1ByuzgOowyFUnzhsXezEAPbuL { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5625rem;left:39.5rem;height:3.0058625rem;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; }
#n9AbiLyHPluqdbXkbuTuuAd10eOf9Z1J { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:2.5625rem;left:3.09375rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#aJ53ZdmnudTVr06rVyRlRz5P7JRXhs9U { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:2.5625rem;left:21.84375rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#pTAtBRWvnaAhzz1F6ITXiV9gHFRvmqQN { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:3.1875rem;left:40.59375rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#IJ5H2AGczcMs3i6UN72On9hPqx5zAV7J { box-sizing:content-box;height:9.375rem;width:12.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(160deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(160deg, #ffffff, #fafafa);background-image: -o-linear-gradient(160deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(160deg, #ffffff, #fafafa);background-size:auto !important;top:3.1875rem;left:59.34375rem;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;display:block; }
#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { background-color: transparent; background-image: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .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); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { border-width: 0; border-radius: 0; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:block; }#OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.15625rem;left:11.53125rem;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;text-align:center;text-align-last:center;display:block; }
#hdVaQxNLkpGCMuPOIMWW0L3EloECwZUh { color:rgba(var(--color-primary-2),1);display:block;width:51.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.59375rem;left:11.53125rem;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;text-align:center;text-align-last:center;display:block; }
#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { background-color: transparent; background-image: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container > .video-iframe-container { display: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row > .video-iframe-container { display: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .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); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { border-width: 0; border-radius: 0; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#Q7OIQw8VSLmeo1OwOTfJ1z9ILeLIE3iH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:31.9375rem;height:11.69825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKdh4QBilVJTLSTgL3SHAuXXxBq8xhk2 { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:31.9375rem;height:1.70605625rem;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; }
#l9epg83JkWneT5ilq2Ac9eEPPWsGI7DN { 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:23rem;width:24.9375rem;top:3.4375rem;left:6.375rem;overflow:hidden;display:block; }
#Lrao6Zcu4iV8KbVbDRVBgzQVZunx9OC8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.9375rem;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;text-align:left;text-align-last:left;display:block; }
#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { background-color: transparent; background-image: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container > .video-iframe-container { display: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row > .video-iframe-container { display: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .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); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { border-width: 0; border-radius: 0; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#Hy6EP8b6MPOgs1bnHV8cLFLLTnu4hgrI { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:10.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cFv0kTwQv5og1WxIEtuyk37UUm7AIMXv { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:10.9375rem;height:1.70605625rem;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; }
#nND0ymUTN3Clel7SW4HKmnQfGBfkPcRR { 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:23.25rem;width:24.4375rem;top:1.0625rem;left:37.875rem;overflow:hidden;display:block; }
#NUJp8U3to4wMqDUGDyvDa5T9ppGAlFGC { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:10.9375rem;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;text-align:left;text-align-last:left;display:block; }
#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { background-color: transparent; background-image: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container > .video-iframe-container { display: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row > .video-iframe-container { display: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .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); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { border-width: 0; border-radius: 0; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#xkMF9umQIF1QcFzQf6vyXMP4EFM6N3be { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:36.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVUZmvPwSxodkGQFGy74XEcCfym43Rfq { color:rgba(var(--color-primary-2),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:36.4375rem;height:1.70605625rem;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; }
#nKm54AoCWMFpZPsIOEgPnkRHlauIqwFC { 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:22.9375rem;width:24.9375rem;top:0rem;left:10.875rem;overflow:hidden;display:block; }
#heTActbTMdqDqdeZ6U8dlFofhdtz9Nir { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:36.4375rem;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;text-align:left;text-align-last:left;display:block; }
#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { background-color: transparent; background-image: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container > .video-iframe-container { display: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row > .video-iframe-container { display: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .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); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { border-width: 0; border-radius: 0; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#WdxxaKB0XsJr1REhs5EQKlCpGFn0rEWU { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.875rem;left:7.8125rem;height:2.92480625rem;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; }
#TT3xfHNFDlUr0LIwJETJhygLDFzpqbTn { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:6.75rem;left:7.8125rem;height:1.19970625rem;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; }
#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { background-color: transparent; background-image: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container > .video-iframe-container { display: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row > .video-iframe-container { display: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .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); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { border-width: 0; border-radius: 0; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #f5992e;border-left:0.0625rem solid #f5992e;border-right:0.0625rem solid #f5992e;border-bottom:0.0625rem solid #f5992e; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;color:#f5992e;height:auto;text-align:center;text-align-last:center;font-style:normal; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);color:#f5992e;font-weight:300;font-style:normal;height:auto;line-height:1.3;overflow:hidden; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c9ef2ecadaf0bc7b7183cb1e6fec6e7afba03120.svg");background-size:contain !important; }#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-trigger.adaptive-delivery-prevent-bg, #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-trigger.lazyload, #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-trigger.lazyloading { background-image: none; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr { box-sizing:content-box;height:auto;width:49.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:1.375rem;left:12.03125rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #mcZThkauO9uTQlvcB5JigduoPugh6Odl { display:block;position:relative; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ { display:block;position:relative; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc { display:none; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #awBqHAtVJnNVW9kqHikthde3icPPWXK7 { display:block;position:relative; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU { display:none; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #eratAOT6FlzKiHgMspcprW64bCx5PcCd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 { display:block;position:relative; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du { display:none; }
#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;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; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { background-color: transparent; background-image: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container > .video-iframe-container { display: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row > .video-iframe-container { display: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .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); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { border-width: 0; border-radius: 0; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#gNe15f48fDO8opIzIcdVaGwgstC2Rkdx { background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #f5992e;border-bottom:0.0625rem solid #f5992e;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0.4375rem 0.4375rem 0.125rem rgba(13,13,13,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3125rem;left:26.0625rem;display:block; }
#lOQFqX7rok9rssXNenebTfMX6CUGbHrH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { background-color: transparent; background-image: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container > .video-iframe-container { display: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container { display: none; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .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); }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { border-width: 0; border-radius: 0; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { color:rgba(var(--color-tertiary-1),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuJ1DUDEpmFZNbhQhq2WbC6P38o5o8cZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.6875rem;top:6.1875rem;left:27.0625rem;overflow:hidden;display:block; }
#boEJ8g5XGpBsVd0Mn3gi6e3rkbXCLWk8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:9.6875rem;top:6.5rem;left:38.25rem;overflow:hidden;display:block; }
#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container { background-color: transparent; background-image: none; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container > .video-iframe-container { display: none; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row > .video-iframe-container { display: none; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .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); }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container { border-width: 0; border-radius: 0; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container { font-size:0.875rem;font-family:arial;height:2rem;width:75rem;position:relative;display:block; }#lGcszAthkeHasegFocxGEokrHRIVoDTm { color:rgba(var(--color-tertiary-1),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.51171875rem;left:10.40625rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yePdppFTCggVfzQzXHR9OLT7fEczKlpk { display:block; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { top:14.5rem;left:0rem;width:31.5625rem;height:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { top:26.5rem;left:0rem;width:24rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { width:22.625rem;height:3.75rem;top:32.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block; }
 }@media only screen and (max-width: 763px) { #HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { top:8.4375rem;left:0rem;width:10rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM { top:3.875rem;left:13.375rem;width:34.375rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { display:block; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukBcSNXrazwLwOBlTPzR8y3gTpz2OhZ4 { top:15.3125rem;left:11.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4zopugq5H3kadTGtGQNhu7oxbO3BTp { top:15.6875rem;left:13.5625rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4DmLbU1ivU8BlZ2vyoTSXN42G6IITT { width:19.5rem;height:4.5625rem;top:38.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvKPHvEnMXBIfWqzNLvdptxiTtMJ3w5o { display:block; }
 }@media only screen and (max-width: 763px) { #N70TP44MMEDUeUdXvDFPQkNTm6fwaTRa { top:12.75rem;left:8rem;width:31.6875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMw41653HoqAJfxosK0okxi0ygz7v2eX { top:18.625rem;left:11.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4s8LBqpfRSWbV1GrtCnyJTT86AIGaxa { top:19rem;left:13.5625rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuS0nmKEUUN0MdT3EVC3ibG5l4qWd6Sh { top:21.9375rem;left:11.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQTawM0MOhgVCGHPD5L9F1qlt6E1gAot { top:22.3125rem;left:13.5625rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxSI8zuETcvTtcoytd91KPVT0GgK62x4 { top:25.25rem;left:11.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXsUmxzqrDMw2zH5e6O7ufL8fM2d8tnk { top:25.625rem;left:13.5625rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDtHoiNSc6JrqcDQgeVLyv3yze5n423A { top:28.5625rem;left:11.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB7eo9GZm8bEsv6czJug7xUP0vSwP5N8 { top:28.9375rem;left:13.5625rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLcbkwRT4r41dJKePrgGZC8HqyChW0Bd { top:35.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { top:4.375rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq { display:block; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikPWQfI0OAPawPvJpmsSZ5dywiteTF6z { top:15.4375rem;left:0rem;width:16.875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHCMB9mFMmVNyX8QUMC8R5kP6rFT74t { top:21.9375rem;left:0rem;width:16.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7ozJfzl0WzvHi7hrWWdkGL8naMPaWb2 { top:13.4375rem;left:0rem;width:20.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXzbbPWwpD1S1ASJmoxBoC19bsPdnKoV { top:3.8125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBdWuAxQgDMNGv1LqmcHTi8gMCEUZZU5 { top:24.6875rem;left:0rem;width:16.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOHz29fD280zc9eWJKAaN0BTGdOv0ZL { top:3.75rem;left:10rem;width:27.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK8O2lCUlyRFR6egGCwWs7hDVvBQFZpa { top:15.5rem;left:15.5rem;width:16rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMm4TmMQfpNLB7IpBtb6Lfo5oB810skt { top:13.5rem;left:13.5625rem;width:20.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyuepqbzwdveJRz8t5vgxnitb4ESv4oc { top:22rem;left:15.5rem;width:16.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZfEoTawqFo3HoHadXLhI4wlhcEnukD9 { top:24.75rem;left:15.5rem;width:16.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHmnR35I1Bfh5o77Awyp45DmFEni9hNm { top:13.5rem;left:27rem;width:20.625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8s5wkVASNrzvVibgJnz8gm0G3ZaTbwM { top:24.75rem;left:30.875rem;width:16.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7hgx7Rkb6pbEAk0A0lJ8QeCtRaAMIr8 { top:22rem;left:30.875rem;width:16.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4wGs53ZLTvzepRPSCdxW22pUTiLTllP { top:15.5rem;left:30.875rem;width:14.6875rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHnedwCRmpXONiRskaG04kWFftCbBoQn { display:block; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObrtRxclds2eNgXm5kEElx2GT08NqN3E { top:12.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1cJ9PkdvPKbWL56FtMFSVxFtTW5IK2y { top:23.625rem;left:6.0625rem;width:8.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGOPbztyxm9DN05LdQkP48nBxagcgzDD { top:8.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5MBNxp6TARfTMARr9tHK4cXwzUJyTw { top:8rem;left:16.6875rem;width:30.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgCThIdmxQEl7sgS1dlVwvSxSDLXcsx { top:20.4375rem;left:8.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvn4kcsfHPkRnFU04A1ZB1fDvwDz2P8C { top:23.625rem;left:20.1875rem;width:8.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anUkT9RMhZhZOXRB4TSzJTXWbvV5nakr { top:20.5rem;left:23.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeX6QR91R1amfxsT4SLnoo8cgKxsJmEO { top:23.625rem;left:34.3125rem;width:8.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTM9Pq8H94VWhfZx6lbT8QowGNXNInq { top:20.75rem;left:37.25rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyFoIUzbT92zge2fB1LObgVZcw7hNGTT { top:19.25rem;left:6.375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhmb4obkvA5HoKg8H41lVHNiP9XzVeW { top:19.1875rem;left:20.4375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhKZ8fOyTK7uaa0WcAoklF6ega2if5o { top:19.25rem;left:34.5625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThyWHl9pb5HDsVhauloCI2cpDUAflvhk { top:21.75rem;left:15.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdh1p0amIpvpc256oRTWzrXJkZQPnbr4 { top:21.75rem;left:30.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK1ZLJlIbSz2y076aO798waZHFoVVN3s { top:21.75rem;left:15.6875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQ1mBi3O84Iq1zUmvbmpTAkSbTC66rfQ { top:21.75rem;left:15.6875rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tASekZNPHKNJQSBcR31HcrlqvkAITRB5 { display:block; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKhPrAh0MRMeMVRSvMwt7HnEDkns2PE { top:20.5625rem;left:0rem;width:19.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUf1yCaSFHuHLvXVKdE6ZzG1fsy6NvCr { top:18.6875rem;left:0rem;width:14.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBdufVEHBPKIkZfKMRLCy8Io9u0gW19 { top:14.3125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCfVm4VDRhtQFuGO6vqbpMm873gfwicZ { top:12.5625rem;left:0rem;width:22.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { top:5.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izwg5npAPhFfaeLCZWP63WFB3SzVa29b { top:20.5625rem;left:14.1875rem;width:19.375rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcF66i3ISXWiu5OiTVEDN26VDtaRqve { top:18.6875rem;left:14.1875rem;width:14.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo5m3bDGTqx0AdJkq5CDBo2PPRBTv8VK { top:14.3125rem;left:14.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTICzx6IsMsb6mDiNXlff9SW9oEUE9z { top:18.6875rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKzHvfTaTlT17mKfSNKaXo1S4eoTq1x1 { top:14.3125rem;left:38.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIUeUDlrXA1hH6F7HQGDp5Lz4gS20UBf { top:20.5625rem;left:28.1875rem;width:19.5625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZT5fe3mEd78sEGmreNnvRDIBCoFAGqx { top:5.5rem;left:13rem;width:34.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlS6lxXtIh6SRlP1Ob5q1R2KlU2NdueA { top:30.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJzHETDXgcgOvqgGl4m3lPRcqNXdUOTs { top:12.5625rem;left:12.5625rem;width:22.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAAMCl2KPchGWqlOBZfTL6bsvG83Wlpi { top:12.5625rem;left:25.125rem;width:22.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ { display:block; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5uuFOlySoBUhNSNRo3mKAOv7PyiiZ8N { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWwKdaErQiSGkuFnby9Ny4EFTF0pZup2 { top:1.875rem;left:5.1875rem;width:15.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo { display:block; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5Ao6cpGGoIuRwwTTQQdLTSbDLLHbrB { top:11.125rem;left:28.375rem;width:19.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrxtRGVVbMCXiwAEf2EguXXhr5rLitSM { top:8.875rem;left:33rem;width:14.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFFhDd61C1TA7DopJ8GCq9tiBMR7368c { width:21.125rem;height:4.125rem;top:15rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKdQZOpGHqt1igdOHQicXIAMBhxtVu85 { display:block; }
 }@media only screen and (max-width: 763px) { #vmhRtRJ4vIUHDhU5bmI3gwe8khsqX2hm { top:5.9375rem;left:22.8125rem;width:24.875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPn4BkgiUvImxZ8nuGPTnVEqtTpFKJbH { top:29rem;left:25.875rem;width:21.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE6yWuuFho18VLsVsthRnaMq2nLMCwdD { top:26.6875rem;left:27.5rem;width:20.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra7T78ERQ0HkR2kMRhS9la0apb0MmhVT { top:23.75rem;left:22.8125rem;width:24.875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB9ndxSiEMDZIVSt4hutsLZXbcQKvAzB { width:21.125rem;height:4.125rem;top:32.8125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8H1uehM1zuwrROo9dTS5Mn9yGK8ys3N { display:block; }
 }@media only screen and (max-width: 763px) { #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD { top:4rem;left:0rem;width:40.125rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 { display:block; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9QI8A8ew6yTBe8BlzU5d7tnzo9qEbgT { top:9.625rem;left:0rem;width:39.5rem;height:10.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0 { top:6.4375rem;left:20.875rem;width:26.875rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WfmXhxrWskibfQb2nSxqP02cu14xCG { top:21.625rem;left:0rem;width:36.875rem;height:4.25rem;font-size:1.0625rem;display:block; }#T4WfmXhxrWskibfQb2nSxqP02cu14xCG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c16ea6da75af9e2e77edcf8c4064ac7fe288a89.svg); }
 }@media only screen and (max-width: 763px) { #oJl1Jsux6V3TV4FTSCTumKsoxBVTlFoW { top:4.5rem;left:20.75rem;width:26.875rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7oEqDWNs28Ganm7wB7T9Kn5mNVtlyAE { top:7.9375rem;left:20.75rem;width:26.875rem;height:23.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV { display:block; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUPd5kiU50keTLSwy2AAqx2xddGRrTrz { top:12.125rem;left:5.875rem;width:36.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNhDfIxOVNpsTqXJxTdS6ul6g25sJnig { top:5.6875rem;left:1.375rem;width:45rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 { display:block; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0 { top:4.125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2hFCHNSzClThORcNgTZkzbMxLyotshE { top:4.125rem;left:3.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcd99CPCH8c7idNVwyTHFidThfA6ZNim { top:4.125rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6 { top:4.125rem;left:31.375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbIi6zkwBH7s25BOII5pHXmsgibcG62 { top:4.125rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBoehBuz7EiXGfSKSdqolCJitRzLxxcK { top:9.6875rem;left:31.375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2 { top:9.6875rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR { top:9.6875rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r { top:9.6875rem;left:3.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE { top:9.6875rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK { top:15.3125rem;left:31.375rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y { top:15.3125rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw { top:15.3125rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX { top:15.3125rem;left:3.875rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ { top:15.3125rem;left:0rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM { display:block; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSas3N6sFpbsNHP1KKacFSJJ8Go4P2Fw { top:3.75rem;left:0rem;width:20.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuZP9H4KQTtiaPc37cVyf460rchTGPA { top:4.6875rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }#KTuZP9H4KQTtiaPc37cVyf460rchTGPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #UkpqlCrHoXTidxqZegriwXgT9P5IGrf8 { top:3.75rem;left:13.5rem;width:20.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW { top:4.6875rem;left:15.21875rem;width:17.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }#HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #h03PP5bRlFDclDiTOft520pboTppnCdc { top:3.75rem;left:27rem;width:20.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNg1ued8vhWQcZkUmKRA5rPazigth3x { top:4.6875rem;left:31.9375rem;width:15.8125rem;height:;font-size:0.875rem;display:block; }#NWNg1ued8vhWQcZkUmKRA5rPazigth3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #NJ2ICG11zLkr6hBUgHpVgbkQSBvsC9AO { top:9.5rem;left:0rem;width:47.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5rPr9GogmNXGuCHnT26ZbGxASEHpFct { top:11.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiL1OE2SnfBczBlXVDJPvzpPOk4eiP9d { top:14rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 { display:block; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWtcsqzi0lWBhGmRt5gzLQ4IhZunxCfd { top:11.625rem;left:5.84375rem;width:36.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwvar5J078l0GyiQco5WzeVXdZaN65PN { top:5.1875rem;left:1.65625rem;width:44.4375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 { display:block; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAL2IsfqlzRMTvyGyv7TvlDp376TJJHx { top:3.6875rem;left:0rem;width:15.25rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG { top:12.875rem;left:0rem;width:24.5rem;height:22.3125rem;font-size:1.3125rem;display:block; }#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd1b33fcf930b9f607445d41125c408fd2eed9a4.svg); }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-button { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.125rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-checkbox-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW  { width:25.4375rem;height:auto;top:3.6875rem;left:19.8125rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW {display:block;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW { width:25.4375rem;height:auto;top:3.6875rem;left:19.8125rem; }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #M92Z33BK9Ggrf9RaBrdQHsT2PVZoIeKW {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UGuMktLqlakS02OKok0GArsTp2T0GCDa {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #AvTiALn1QEgAX0hiHi7CHXmHIAsDeKeP {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #eJvJmff8fS1gJyZyWPXKaTfUQG53sV4p {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #pUkTNIqdUQp5nbTHvgUoPHTUU16z1nrH {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #F14AN58KNIvrpQoGzce37iHkANXKXdGS {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #rGxkI8ZpXmf96yL88yqG0B8awJWMfe89 {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Pkx30TxIeXmaRMKKzZvfsyneJ8HsDyhA {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #hVmHuGmAhpnBtdpxNLNNSJstFtTNCTB2 {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #FOs3P5ThdDbR1s6RW6a7Dn4JbEk4r4xv {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #XnR6IspOlktaK9KBesKgr9fldxCxnpAR {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #vg1fCz5nO7EdFI9kLBw9pBvz3QTThqSx {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #T4iATd7Pp6sgeMP5T5Ns41rapTI3vmnA {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UiRIn9EQ61zRPEMn5AoABNT50gmZ1RaI {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SBAZWmfQpaoJ9d6FfMmfcWWGo3bOk6Rw {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SNzRJ6Wx2GRCO4ld3U2Qh0l8t8a7kz2c {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #iB3NdhSM1e5QHk0HeardH7Vow3BrPrln {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #JXEcDgUsK9swaP4pawomodnguW5iKpm0 {  }
 }@media only screen and (max-width: 763px) { #MNQS1mNbgzUscHXElaIexysRhkcsT5T9 { display:block; }
 }@media only screen and (max-width: 763px) { #A9lL6TOKA7VMpfLveeEAKfRthbT5iBpg { display:block; }
 }@media only screen and (max-width: 763px) { #ZXJ7TQQ4Tk9lQ40LsfIX5dxDtPfi075M { display:block; }
 }@media only screen and (max-width: 763px) { #xIfVn2CSrSHAUK3xJvf0NVvRCGkpKiEg { display:block; }
 }@media only screen and (max-width: 763px) { #FFGe8fMO2APnt1WkyNJ2TtWe6TcizTGW { display:block; }
 }@media only screen and (max-width: 763px) { #AFcquai60g0QeSr0J5bIiNTcMbU3td4v { display:block; }
 }@media only screen and (max-width: 763px) { #A3BpL9SD0EtpPTWoTWpFmzz72kmmEU0P { display:block; }
 }@media only screen and (max-width: 763px) { #WnQADxfmeQZgZ7D9V1rCsGhWXRtmsF6C { display:block; }
 }@media only screen and (max-width: 763px) { #TgJgGN0bgBSWd0MRGhvywoKwwvvbcKWr { display:block; }
 }@media only screen and (max-width: 763px) { #HEDrwId9Gk8gTR3MgzgIIct5TxdCiS4T { display:block; }
 }@media only screen and (max-width: 763px) { #vIIvJnuBns15KzSf2a0AQ63LxkkLV4fU { display:block; }
 }@media only screen and (max-width: 763px) { #g1Akl7qK2VcW8PLa547VaaPTdmEbSpck { display:block; }
 }@media only screen and (max-width: 763px) { #DpuzriWrzyu6rHB7CUqKW8u67uq002CJ { display:block; }
 }@media only screen and (max-width: 763px) { #GH9vwm711xkv5yzwsw3GxVOChTzQT3PO { display:block; }
 }@media only screen and (max-width: 763px) { #sllmRWB14pSshAxyWnhaC4hRHEKNcNPk { display:block; }
 }@media only screen and (max-width: 763px) { #DGPCAmoyNqAhExx9M1c6DzFSvxLWZoRx { display:block; }
 }@media only screen and (max-width: 763px) { #mOJTnaruzROzxW0uEcOKfHJfTmbG0EuO { display:block; }
 }@media only screen and (max-width: 763px) { #P2M2BuPXH0lipv6uEs5FqBJCQGSPEK1C { display:block; }
 }@media only screen and (max-width: 763px) { #tsUqGRriRQSsWwXv4TKlfW3iVrGN528r { display:block; }
 }@media only screen and (max-width: 763px) { #VclvlMHlsQU9WkalGpZCUIP8zmLy5OU0 { display:block; }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #X363z6xpGTlTy70TiiIiroqS4bxhDTna {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #ovipZM8Z7WS5HPENTu92ly4GLsVdDpmV {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Tf4u3XmvTq9AfuwdIcOarDx4CATRxS6B {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #bcJzTMr8IWtgNFTCPyasXw4S4NFNMhXq {  }
 }@media only screen and (max-width: 763px) { #pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk { display:block; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqmg41h3i7vvxgxXQMkvGg3zRKW6w8sn { top:3.25rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfcUNg1W1lFPW4FKLstl1S0di1M4k42P { top:3.1875rem;left:11.5625rem;width:11.5rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D { display:block; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEJ72gHfyNziGZskCl09No6TIOILdAxG { top:7.6875rem;left:0rem;width:14.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv7s3umAXTbDx1PrngdTGvtzH69l4HQW { top:4.5625rem;left:0rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn88pBn3p0UvTxoZBTIN3mMH6T6ND4eV { top:7.6875rem;left:12.40625rem;width:11.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdClqpUqHOemZF0x0WWBlCFsHIh4JRge { top:4.5625rem;left:9.125rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauTlBxErJe4NTwdoU5ogUFTENbARXHL { top:7.6875rem;left:33.4375rem;width:14.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKc5QaXWfQctqObguhrCUKfw1pfOs7Rz { top:4.5625rem;left:33rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtkIFlzdTQ4BHqhMCzXv4CwaaaB9ROZ5 { top:7.6875rem;left:25.59375rem;width:8.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgFyGsS1ByuzgOowyFUnzhsXezEAPbuL { top:4.5625rem;left:21.0625rem;width:14.75rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9AbiLyHPluqdbXkbuTuuAd10eOf9Z1J { top:2.5625rem;left:0rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ53ZdmnudTVr06rVyRlRz5P7JRXhs9U { top:2.5625rem;left:11.3125rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAtBRWvnaAhzz1F6ITXiV9gHFRvmqQN { top:3.1875rem;left:23.25rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5H2AGczcMs3i6UN72On9hPqx5zAV7J { top:3.1875rem;left:35.1875rem;width:12.4375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { display:block; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { top:3.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdVaQxNLkpGCMuPOIMWW0L3EloECwZUh { top:5.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm { display:block; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7OIQw8VSLmeo1OwOTfJ1z9ILeLIE3iH { top:12.5rem;left:11.0625rem;width:36.6875rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdh4QBilVJTLSTgL3SHAuXXxBq8xhk2 { top:9.5rem;left:18.3125rem;width:27rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9epg83JkWneT5ilq2Ac9eEPPWsGI7DN { top:3.4375rem;left:0rem;width:24.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrao6Zcu4iV8KbVbDRVBgzQVZunx9OC8 { top:6.3125rem;left:18.3125rem;width:27rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE { display:block; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy6EP8b6MPOgs1bnHV8cLFLLTnu4hgrI { top:13.75rem;left:0rem;width:26.625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFv0kTwQv5og1WxIEtuyk37UUm7AIMXv { top:10.875rem;left:0rem;width:27rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nND0ymUTN3Clel7SW4HKmnQfGBfkPcRR { top:1.0625rem;left:21.5rem;width:24.4375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJp8U3to4wMqDUGDyvDa5T9ppGAlFGC { top:7.6875rem;left:0rem;width:27rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 { display:block; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkMF9umQIF1QcFzQf6vyXMP4EFM6N3be { top:14.6875rem;left:20rem;width:27.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUZmvPwSxodkGQFGy74XEcCfym43Rfq { top:11.6875rem;left:20.75rem;width:27rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKm54AoCWMFpZPsIOEgPnkRHlauIqwFC { top:0rem;left:0rem;width:24.9375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heTActbTMdqDqdeZ6U8dlFofhdtz9Nir { top:8.5rem;left:20.75rem;width:27rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 { display:block; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdxxaKB0XsJr1REhs5EQKlCpGFn0rEWU { top:7.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3xfHNFDlUr0LIwJETJhygLDFzpqbTn { top:6.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd { display:block; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr { display:flex;height:auto;width:27.8125rem;top:3.875rem;left:9.375rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #mcZThkauO9uTQlvcB5JigduoPugh6Odl {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #awBqHAtVJnNVW9kqHikthde3icPPWXK7 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #eratAOT6FlzKiHgMspcprW64bCx5PcCd {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du {  }
 }@media only screen and (max-width: 763px) { #EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN { display:block; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNe15f48fDO8opIzIcdVaGwgstC2Rkdx { width:22.875rem;height:3.75rem;top:2.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOQFqX7rok9rssXNenebTfMX6CUGbHrH { display:block; }
 }@media only screen and (max-width: 763px) { #RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { display:block; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { top:1.875rem;left:0.53125rem;width:46.6875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuJ1DUDEpmFZNbhQhq2WbC6P38o5o8cZ { top:6.1875rem;left:13.4375rem;width:9.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boEJ8g5XGpBsVd0Mn3gi6e3rkbXCLWk8 { top:6.5rem;left:24.625rem;width:9.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZNbMzHa6zHngbGewXEXFWfUL5VZFySg { display:block; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGcszAthkeHasegFocxGEokrHRIVoDTm { top:0.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#202020;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #yePdppFTCggVfzQzXHR9OLT7fEczKlpk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5728029-81c3-4de3-90c4-7deb604a30a9/abstractlightbackgroundwallpapercolorfulgradientblurrysoftsmoothmotionbrightshine.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk.adaptive-delivery-prevent-bg, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyload, #yePdppFTCggVfzQzXHR9OLT7fEczKlpk.lazyloading { background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { background-color: transparent; background-image: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row > .video-iframe-container { display: none; }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .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); }#yePdppFTCggVfzQzXHR9OLT7fEczKlpk > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niqiCkDQwTAoaEBN3raE0Ba8QKAhz5ZP { width:18.125rem;height:4.94970625rem;top:8.875rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rtT4RclCIdHzNiT9D7NHHoVwniOqps1B { width:19rem;height:4.21875rem;top:34.25rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXGuu3ebDquOyM9WBHNGUodGB6ekLxah { width:18.8125rem;height:3.375rem;top:40.5625rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMvIa9IrDQ8vIiCzpptkG40HI97cGP66 { display:block; }
 }@media only screen and (max-width: 763px) { #HIWvTB9y1LiZrP4bqTFbq1xDy8xx9FkK { width:9.6875rem;height:4.1875rem;top:2.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM { width:17.3125rem;height:16.3125rem;top:15.90625rem;left:1.34375rem;background-color:rgba(var(--color-tertiary-4),0.15);background-image:url("https://images.assets-landingi.com/uc/0570096d-828a-4756-9c3c-3aad0987e26e/finalmente.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.adaptive-delivery-prevent-bg, #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.lazyload, #GZsH0QzRgJeTT7QR5sLwz4CT7OiiiWQM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl { background-color:#191a19;background-image:none;display:block; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { background-color: transparent; background-image: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row > .video-iframe-container { display: none; }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .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); }#nLNiTq2JtERaiGZz0lZHxymmkgH2D7yl > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukBcSNXrazwLwOBlTPzR8y3gTpz2OhZ4 { display:flex;width:2.0625rem;height:2.0625rem;top:10.66796875rem;left:2.3125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ND4zopugq5H3kadTGtGQNhu7oxbO3BTp { width:12.8125rem;height:2.5996125rem;top:10.41796875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lF4DmLbU1ivU8BlZ2vyoTSXN42G6IITT { width:19rem;height:3.75rem;top:36.8037109375rem;left:0.5rem;font-size:1rem;font-weight:700;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qvKPHvEnMXBIfWqzNLvdptxiTtMJ3w5o { display:block; }
 }@media only screen and (max-width: 763px) { #N70TP44MMEDUeUdXvDFPQkNTm6fwaTRa { width:18.125rem;height:20rem;top:8.54296875rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #dedede;border-bottom:0.125rem solid #dedede;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMw41653HoqAJfxosK0okxi0ygz7v2eX { display:flex;width:2.0625rem;height:2.0625rem;top:14.23046875rem;left:2.3125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #Z4s8LBqpfRSWbV1GrtCnyJTT86AIGaxa { width:12.8125rem;height:1.29980625rem;top:14.60546875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SuS0nmKEUUN0MdT3EVC3ibG5l4qWd6Sh { display:flex;width:2.0625rem;height:2.0625rem;top:17.54296875rem;left:2.3125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #BQTawM0MOhgVCGHPD5L9F1qlt6E1gAot { width:12.8125rem;height:1.29980625rem;top:18.04296875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxSI8zuETcvTtcoytd91KPVT0GgK62x4 { display:flex;width:2.0625rem;height:2.0625rem;top:20.85546875rem;left:2.3125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #UXsUmxzqrDMw2zH5e6O7ufL8fM2d8tnk { width:12.8125rem;height:1.29980625rem;top:21.23046875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDtHoiNSc6JrqcDQgeVLyv3yze5n423A { display:flex;width:2.0625rem;height:2.0625rem;top:24.41796875rem;left:2.3125rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #wB7eo9GZm8bEsv6czJug7xUP0vSwP5N8 { width:12.8125rem;height:2.5996125rem;top:24.16796875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLcbkwRT4r41dJKePrgGZC8HqyChW0Bd { width:16.1875rem;height:4.38720625rem;top:30.54296875rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frcHwVPi7UhStyv4TDBEEJrPBkn23fnu { width:19.125rem;height:5.3994125rem;top:1.875rem;left:0.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq { background-color:transparent;background-image: -webkit-linear-gradient(184deg, #df632e, #ff631a);background-image: -moz-linear-gradient(184deg, #df632e, #ff631a);background-image: -ms-linear-gradient(184deg, #df632e, #ff631a);background-image: -o-linear-gradient(184deg, #df632e, #ff631a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df632e', endColorstr='#ff631a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df632e', endColorstr='#ff631a' );";background-image: linear-gradient(184deg, #df632e, #ff631a);background-size:auto !important;display:block; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { background-color: transparent; background-image: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container > .video-iframe-container { display: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row > .video-iframe-container { display: none; }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .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); }#DlFIbB2WtSr0HcXBQHdKtqJlc7pLGFIq > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikPWQfI0OAPawPvJpmsSZ5dywiteTF6z { width:13.3125rem;height:4.38720625rem;top:12.5625rem;left:3.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaHCMB9mFMmVNyX8QUMC8R5kP6rFT74t { width:13.3125rem;height:2.2744125rem;top:17.625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7ozJfzl0WzvHi7hrWWdkGL8naMPaWb2 { width:15.625rem;height:12.4375rem;top:10.5rem;left:2.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXzbbPWwpD1S1ASJmoxBoC19bsPdnKoV { width:18.6875rem;height:6.5800625rem;top:2.5625rem;left:0.65625rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yBdWuAxQgDMNGv1LqmcHTi8gMCEUZZU5 { width:13.3125rem;height:0.9746125rem;top:20.0625rem;left:3.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbOHz29fD280zc9eWJKAaN0BTGdOv0ZL { width:19.4375rem;height:2.5rem;top:2.5rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK8O2lCUlyRFR6egGCwWs7hDVvBQFZpa { width:13.3125rem;height:4.38720625rem;top:25.75rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lMm4TmMQfpNLB7IpBtb6Lfo5oB810skt { width:15.625rem;height:12.4375rem;top:23.6875rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyuepqbzwdveJRz8t5vgxnitb4ESv4oc { width:13.3125rem;height:2.2744125rem;top:30.8125rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZfEoTawqFo3HoHadXLhI4wlhcEnukD9 { width:13.3125rem;height:0.9746125rem;top:33.25rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHmnR35I1Bfh5o77Awyp45DmFEni9hNm { width:15.625rem;height:12.4375rem;top:36.875rem;left:2.125rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -moz-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -ms-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-image: -o-linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, rgba(var(--color-tertiary-0),1), #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8s5wkVASNrzvVibgJnz8gm0G3ZaTbwM { width:13.3125rem;height:0.9746125rem;top:46.4375rem;left:3.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7hgx7Rkb6pbEAk0A0lJ8QeCtRaAMIr8 { width:13.3125rem;height:2.2744125rem;top:44rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4wGs53ZLTvzepRPSCdxW22pUTiLTllP { width:11rem;height:4.38720625rem;top:38.9375rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gHnedwCRmpXONiRskaG04kWFftCbBoQn { background-color:transparent;background-image:none;display:block; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { background-color: transparent; background-image: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container > .video-iframe-container { display: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row > .video-iframe-container { display: none; }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .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); }#gHnedwCRmpXONiRskaG04kWFftCbBoQn > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObrtRxclds2eNgXm5kEElx2GT08NqN3E { width:17rem;height:7.3125rem;top:9.4375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1cJ9PkdvPKbWL56FtMFSVxFtTW5IK2y { width:9.9375rem;height:1.70605625rem;top:23.375rem;left:5.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGOPbztyxm9DN05LdQkP48nBxagcgzDD { width:19.5625rem;height:4.5rem;top:3.5478515625rem;left:0.21875rem;font-size:1.5rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5MBNxp6TARfTMARr9tHK4cXwzUJyTw { width:20rem;height:2.1875rem;top:5.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgCThIdmxQEl7sgS1dlVwvSxSDLXcsx { display:flex;width:3.125rem;height:3.125rem;top:19.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #wvn4kcsfHPkRnFU04A1ZB1fDvwDz2P8C { width:8.75rem;height:1.70605625rem;top:35.8125rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anUkT9RMhZhZOXRB4TSzJTXWbvV5nakr { display:flex;width:2.875rem;height:2.875rem;top:32.5625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #QeX6QR91R1amfxsT4SLnoo8cgKxsJmEO { width:8.75rem;height:1.70605625rem;top:48.3125rem;left:5.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOTM9Pq8H94VWhfZx6lbT8QowGNXNInq { display:flex;width:2.875rem;height:2.875rem;top:45.0625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #wyFoIUzbT92zge2fB1LObgVZcw7hNGTT { width:8.125rem;height:8.125rem;top:18.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfhmb4obkvA5HoKg8H41lVHNiP9XzVeW { width:8.125rem;height:8.125rem;top:30.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhhKZ8fOyTK7uaa0WcAoklF6ega2if5o { width:8.125rem;height:8.125rem;top:43.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThyWHl9pb5HDsVhauloCI2cpDUAflvhk { display:flex;width:3.125rem;height:3.125rem;top:83.9228515625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdh1p0amIpvpc256oRTWzrXJkZQPnbr4 { display:flex;width:3.125rem;height:3.125rem;top:100.6289078125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK1ZLJlIbSz2y076aO798waZHFoVVN3s { display:flex;width:3.125rem;height:3.125rem;top:27.1875rem;left:8.4375rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #RQ1mBi3O84Iq1zUmvbmpTAkSbTC66rfQ { display:flex;width:3.125rem;height:3.125rem;top:39.6875rem;left:8.4375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #tASekZNPHKNJQSBcR31HcrlqvkAITRB5 { background-color:transparent;background-image:none;display:block; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { background-color: transparent; background-image: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container > .video-iframe-container { display: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row > .video-iframe-container { display: none; }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .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); }#tASekZNPHKNJQSBcR31HcrlqvkAITRB5 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfKhPrAh0MRMeMVRSvMwt7HnEDkns2PE { width:17.875rem;height:3.65625rem;top:14.9375rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUf1yCaSFHuHLvXVKdE6ZzG1fsy6NvCr { width:18.75rem;height:1.4624rem;top:12.9375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TEBdufVEHBPKIkZfKMRLCy8Io9u0gW19 { width:3.125rem;height:3.125rem;top:9.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCfVm4VDRhtQFuGO6vqbpMm873gfwicZ { width:20rem;height:12.8125rem;top:7.4375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(320deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(320deg, #202020, #2f2f2f);background-image: -o-linear-gradient(320deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(320deg, #202020, #2f2f2f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OvVTV5PXhXQCc39Lk64y7O8Sixw8wtvM { width:18.75rem;height:3.67480625rem;top:1.875rem;left:0.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #izwg5npAPhFfaeLCZWP63WFB3SzVa29b { width:16.1875rem;height:3.65625rem;top:29.1875rem;left:1.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHcF66i3ISXWiu5OiTVEDN26VDtaRqve { width:18.75rem;height:1.4624rem;top:27.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lo5m3bDGTqx0AdJkq5CDBo2PPRBTv8VK { width:3.125rem;height:3.125rem;top:23.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdTICzx6IsMsb6mDiNXlff9SW9oEUE9z { width:18.75rem;height:1.4624rem;top:41.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cKzHvfTaTlT17mKfSNKaXo1S4eoTq1x1 { width:3.125rem;height:3.125rem;top:37.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIUeUDlrXA1hH6F7HQGDp5Lz4gS20UBf { width:16.9375rem;height:3.65625rem;top:43.375rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZT5fe3mEd78sEGmreNnvRDIBCoFAGqx { width:20rem;height:1.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlS6lxXtIh6SRlP1Ob5q1R2KlU2NdueA { width:18.125rem;height:3.4121125rem;top:51.0625rem;left:0.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJzHETDXgcgOvqgGl4m3lPRcqNXdUOTs { width:19.9375rem;height:12.8125rem;top:21.625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(320deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(320deg, #202020, #2f2f2f);background-image: -o-linear-gradient(320deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(320deg, #202020, #2f2f2f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CAAMCl2KPchGWqlOBZfTL6bsvG83Wlpi { width:19.9375rem;height:12.8125rem;top:35.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #202020, #2f2f2f);background-image: -moz-linear-gradient(320deg, #202020, #2f2f2f);background-image: -ms-linear-gradient(320deg, #202020, #2f2f2f);background-image: -o-linear-gradient(320deg, #202020, #2f2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#2f2f2f' );";background-image: linear-gradient(320deg, #202020, #2f2f2f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ { background-color:transparent;background-image:none;display:block; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { background-color: transparent; background-image: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container > .video-iframe-container { display: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row > .video-iframe-container { display: none; }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .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); }#C5pWw0Ii0UDqBXhg5u0pB1NiRMMTHHeQ > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5uuFOlySoBUhNSNRo3mKAOv7PyiiZ8N { width:15.875rem;height:4.7246125rem;top:1.875rem;left:2.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mWwKdaErQiSGkuFnby9Ny4EFTF0pZup2 { width:10.5625rem;height:2.125rem;top:2.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo { background-color:transparent;background-image:none;display:block; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { background-color: transparent; background-image: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container > .video-iframe-container { display: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row > .video-iframe-container { display: none; }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .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); }#OFx3b1zT7q5CHHSs0ATqVR0uw3NgMoWo > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa5Ao6cpGGoIuRwwTTQQdLTSbDLLHbrB { width:15.5625rem;height:3.8994125rem;top:4.6875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yrxtRGVVbMCXiwAEf2EguXXhr5rLitSM { width:13.625rem;height:1.4624rem;top:2.6875rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#f56b2e;display:block; }
 }@media only screen and (max-width: 763px) { #CFFhDd61C1TA7DopJ8GCq9tiBMR7368c { width:19rem;height:3.5625rem;top:9.8125rem;left:0.5625rem;font-size:0.9375rem;font-weight:700;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wKdQZOpGHqt1igdOHQicXIAMBhxtVu85 { display:block; }
 }@media only screen and (max-width: 763px) { #vmhRtRJ4vIUHDhU5bmI3gwe8khsqX2hm { width:19.9375rem;height:15.1875rem;top:0rem;left:0.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #2f2f2f, #383838);background-image: -moz-linear-gradient(320deg, #2f2f2f, #383838);background-image: -ms-linear-gradient(320deg, #2f2f2f, #383838);background-image: -o-linear-gradient(320deg, #2f2f2f, #383838);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#383838' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#383838' );";background-image: linear-gradient(320deg, #2f2f2f, #383838);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zPn4BkgiUvImxZ8nuGPTnVEqtTpFKJbH { width:15.5625rem;height:3.8994125rem;top:21.0625rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wE6yWuuFho18VLsVsthRnaMq2nLMCwdD { width:18.8125rem;height:1.4624rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;color:#f56b2e;display:block; }
 }@media only screen and (max-width: 763px) { #ra7T78ERQ0HkR2kMRhS9la0apb0MmhVT { width:19.9375rem;height:15.1875rem;top:16.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(320deg, #2f2f2f, #383838);background-image: -moz-linear-gradient(320deg, #2f2f2f, #383838);background-image: -ms-linear-gradient(320deg, #2f2f2f, #383838);background-image: -o-linear-gradient(320deg, #2f2f2f, #383838);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#383838' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#383838' );";background-image: linear-gradient(320deg, #2f2f2f, #383838);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uB9ndxSiEMDZIVSt4hutsLZXbcQKvAzB { width:19rem;height:3.5625rem;top:26.1875rem;left:0.5rem;font-size:0.9375rem;font-weight:700;font-style:normal;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(360deg, #f56b2e, rgba(var(--color-primary-3),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M8H1uehM1zuwrROo9dTS5Mn9yGK8ys3N { display:block; }
 }@media only screen and (max-width: 763px) { #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD { width:18.875rem;height:17.625rem;top:33.4375rem;left:0.5625rem;background-color:rgba(var(--color-tertiary-4),0.15);background-image:url("https://images.assets-landingi.com/uc/0570096d-828a-4756-9c3c-3aad0987e26e/finalmente.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.adaptive-delivery-prevent-bg, #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.lazyload, #DBiC3hTWaGGil9lVBvTzxk5aqZuq56lD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 { display:block; }#rhGMzJ1rp09J8fAP92qPLZtBsW3qQdF9 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9QI8A8ew6yTBe8BlzU5d7tnzo9qEbgT { width:14.75rem;height:7.19925rem;top:2.9375rem;left:1.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0 { width:15rem;height:16.375rem;top:20.3125rem;left:2.5rem;background-color:#0d0d0d;background-image:url("https://images.assets-landingi.com/uc/3fd97584-174d-426a-9e6c-d3080a2e2741/alvomin.crop_1048x1056_134,188.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }#zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.adaptive-delivery-prevent-bg, #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.lazyload, #zgRH2vq9kXX1o73wACuEXo7h8CTyN3n0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T4WfmXhxrWskibfQb2nSxqP02cu14xCG { width:16.5625rem;height:6.4609375rem;top:11.25rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#T4WfmXhxrWskibfQb2nSxqP02cu14xCG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4WfmXhxrWskibfQb2nSxqP02cu14xCG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c16ea6da75af9e2e77edcf8c4064ac7fe288a89.svg); }
 }@media only screen and (max-width: 763px) { #oJl1Jsux6V3TV4FTSCTumKsoxBVTlFoW { width:14.5625rem;height:16.875rem;top:20.3125rem;left:3.6875rem;background-color:transparent;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:14999;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m7oEqDWNs28Ganm7wB7T9Kn5mNVtlyAE { width:14.6875rem;height:15.9375rem;top:19.625rem;left:1.75rem;background-color:transparent;background-image:none;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;z-index:15000;border-top:0.0625rem solid #f5992e;border-left:0.0625rem solid #f5992e;border-right:0.0625rem solid #f5992e;border-bottom:0.0625rem solid #f5992e;display:block; }
 }@media only screen and (max-width: 763px) { #ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV { display:block; }#ix6KwzXTAXNOslQVzqd9Jf5vqJ9uOhkV > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUPd5kiU50keTLSwy2AAqx2xddGRrTrz { width:18.75rem;height:4.19970625rem;top:8.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vNhDfIxOVNpsTqXJxTdS6ul6g25sJnig { width:18.9375rem;height:4.5rem;top:3.75rem;left:0.53125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 { display:block; }#BUXLUJq0gzp2S36QJSo0eRCbWr4pzZr3 > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7ciOObuLIoNGaftITM7gXx1Wt7qo3T0 { width:5.625rem;height:1.875rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2hFCHNSzClThORcNgTZkzbMxLyotshE { width:5.625rem;height:1.875rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcd99CPCH8c7idNVwyTHFidThfA6ZNim { width:5.625rem;height:1.875rem;top:1.25rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuEaUHxo4zfqyQEMxd0BhZZt4fpF41n6 { width:5.625rem;height:1.875rem;top:4.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbIi6zkwBH7s25BOII5pHXmsgibcG62 { width:5.625rem;height:1.875rem;top:4.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBoehBuz7EiXGfSKSdqolCJitRzLxxcK { width:5.625rem;height:1.875rem;top:10.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX6D0MAbAlm3DBpt7GMVLVU6OD7f1pV2 { width:5.625rem;height:1.875rem;top:10.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiZ6oTeBPQFTLWEbZmHZibQ1lonQlMtR { width:5.625rem;height:1.875rem;top:4.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPGUuoNoG4SHHk7Q4Rp2DHLkAGglJC0r { width:5.625rem;height:1.875rem;top:7.5rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe39hxWXeKG6o2kZxfSdfnAT1rz0hoVE { width:5.625rem;height:1.875rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn0ncoNOSvmoXan5hxBuTuyiB2xrDKoK { width:5.625rem;height:1.875rem;top:13.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4MMOtFAv0RqGmZPqPt4NhcKwcVqbr3y { width:5.625rem;height:1.875rem;top:13.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTDKVqPToGMTsLUCIg3Jw4mQDlAd5rlw { width:5.625rem;height:1.875rem;top:7.5rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQeL254lcNoSVxCDcAgIt7wT3HtcrRX { width:5.625rem;height:1.875rem;top:13.75rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTOsHRkEVua5T2VPLBZ6pvmDqnvevEtQ { width:5.625rem;height:1.875rem;top:10.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM { background-color:#ffffff;background-image:none;display:block; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { background-color: transparent; background-image: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container > .video-iframe-container { display: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row > .video-iframe-container { display: none; }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .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); }#KsKJqgeX3nUqN5nnbTo1aq8JtmPh1TKM > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSas3N6sFpbsNHP1KKacFSJJ8Go4P2Fw { width:18.0625rem;height:4.375rem;top:1.875rem;left:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;display:block; }
 }@media only screen and (max-width: 763px) { #KTuZP9H4KQTtiaPc37cVyf460rchTGPA { width:15.625rem;height:2.2744125rem;top:2.98828125rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#KTuZP9H4KQTtiaPc37cVyf460rchTGPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #UkpqlCrHoXTidxqZegriwXgT9P5IGrf8 { width:18.0625rem;height:4.375rem;top:7rem;left:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;display:block; }
 }@media only screen and (max-width: 763px) { #HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW { width:15.4375rem;height:2.2744125rem;top:8.125rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#HENEwKDm6ZQxVh1Psr5uuX4sxCG6DBBW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #h03PP5bRlFDclDiTOft520pboTppnCdc { width:18.0625rem;height:4.375rem;top:12.125rem;left:1rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #f56b2e;border-left:0.0625rem solid #f56b2e;border-right:0.0625rem solid #f56b2e;border-bottom:0.0625rem solid #f56b2e;display:block; }
 }@media only screen and (max-width: 763px) { #NWNg1ued8vhWQcZkUmKRA5rPazigth3x { width:15rem;height:2.2744125rem;top:13.25rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#NWNg1ued8vhWQcZkUmKRA5rPazigth3x li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75c650a56a3b98611eca348fe50088a7ad416af8.svg); }
 }@media only screen and (max-width: 763px) { #NJ2ICG11zLkr6hBUgHpVgbkQSBvsC9AO { width:18.0625rem;height:10.0625rem;top:18.5rem;left:1rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(130deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(130deg, #f56b2e, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(130deg, #f56b2e, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56b2e', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(130deg, #f56b2e, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0.125rem solid #ff900e;border-bottom:0.125rem solid #ff900e;display:block; }
 }@media only screen and (max-width: 763px) { #C5rPr9GogmNXGuCHnT26ZbGxASEHpFct { width:15.625rem;height:3.8994125rem;top:20.3125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LiL1OE2SnfBczBlXVDJPvzpPOk4eiP9d { width:15.625rem;height:2.4375rem;top:24.75rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 { display:block; }#QhbHrpN3TW6apf4U04Ano7G5VZWeuSc9 > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWtcsqzi0lWBhGmRt5gzLQ4IhZunxCfd { width:15.8125rem;height:5.5996125rem;top:7.75rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Iwvar5J078l0GyiQco5WzeVXdZaN65PN { width:18.125rem;height:4.5rem;top:2.5rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 { display:block; }#s4iWBe3FoHiZwL7fdUk3QUPcecXEaos7 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAL2IsfqlzRMTvyGyv7TvlDp376TJJHx { width:8.375rem;height:3.625rem;top:36.625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG { width:17.4375rem;height:16.6875rem;top:41.875rem;left:1.28125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#aUsFC2CTTPMoTQO6vrT7g4r2kRvHFSNG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cd1b33fcf930b9f607445d41125c408fd2eed9a4.svg); }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-text {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-select {padding-top: 0; padding-bottom: 0;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW  { width:17.5rem;height:auto;top:1.3125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW {display:block;}#lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW { width:17.5rem;height:auto;top:1.3125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #M92Z33BK9Ggrf9RaBrdQHsT2PVZoIeKW {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UGuMktLqlakS02OKok0GArsTp2T0GCDa {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #AvTiALn1QEgAX0hiHi7CHXmHIAsDeKeP {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #eJvJmff8fS1gJyZyWPXKaTfUQG53sV4p {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #pUkTNIqdUQp5nbTHvgUoPHTUU16z1nrH {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #F14AN58KNIvrpQoGzce37iHkANXKXdGS {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #rGxkI8ZpXmf96yL88yqG0B8awJWMfe89 {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Pkx30TxIeXmaRMKKzZvfsyneJ8HsDyhA {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #hVmHuGmAhpnBtdpxNLNNSJstFtTNCTB2 {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #FOs3P5ThdDbR1s6RW6a7Dn4JbEk4r4xv {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #XnR6IspOlktaK9KBesKgr9fldxCxnpAR {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #vg1fCz5nO7EdFI9kLBw9pBvz3QTThqSx {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #T4iATd7Pp6sgeMP5T5Ns41rapTI3vmnA {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #UiRIn9EQ61zRPEMn5AoABNT50gmZ1RaI {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SBAZWmfQpaoJ9d6FfMmfcWWGo3bOk6Rw {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #SNzRJ6Wx2GRCO4ld3U2Qh0l8t8a7kz2c {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #iB3NdhSM1e5QHk0HeardH7Vow3BrPrln {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #JXEcDgUsK9swaP4pawomodnguW5iKpm0 {  }
 }@media only screen and (max-width: 763px) { #MNQS1mNbgzUscHXElaIexysRhkcsT5T9 { display:block; }
 }@media only screen and (max-width: 763px) { #A9lL6TOKA7VMpfLveeEAKfRthbT5iBpg { display:block; }
 }@media only screen and (max-width: 763px) { #ZXJ7TQQ4Tk9lQ40LsfIX5dxDtPfi075M { display:block; }
 }@media only screen and (max-width: 763px) { #xIfVn2CSrSHAUK3xJvf0NVvRCGkpKiEg { display:block; }
 }@media only screen and (max-width: 763px) { #FFGe8fMO2APnt1WkyNJ2TtWe6TcizTGW { display:block; }
 }@media only screen and (max-width: 763px) { #AFcquai60g0QeSr0J5bIiNTcMbU3td4v { display:block; }
 }@media only screen and (max-width: 763px) { #A3BpL9SD0EtpPTWoTWpFmzz72kmmEU0P { display:block; }
 }@media only screen and (max-width: 763px) { #WnQADxfmeQZgZ7D9V1rCsGhWXRtmsF6C { display:block; }
 }@media only screen and (max-width: 763px) { #TgJgGN0bgBSWd0MRGhvywoKwwvvbcKWr { display:block; }
 }@media only screen and (max-width: 763px) { #HEDrwId9Gk8gTR3MgzgIIct5TxdCiS4T { display:block; }
 }@media only screen and (max-width: 763px) { #vIIvJnuBns15KzSf2a0AQ63LxkkLV4fU { display:block; }
 }@media only screen and (max-width: 763px) { #g1Akl7qK2VcW8PLa547VaaPTdmEbSpck { display:block; }
 }@media only screen and (max-width: 763px) { #DpuzriWrzyu6rHB7CUqKW8u67uq002CJ { display:block; }
 }@media only screen and (max-width: 763px) { #GH9vwm711xkv5yzwsw3GxVOChTzQT3PO { display:block; }
 }@media only screen and (max-width: 763px) { #sllmRWB14pSshAxyWnhaC4hRHEKNcNPk { display:block; }
 }@media only screen and (max-width: 763px) { #DGPCAmoyNqAhExx9M1c6DzFSvxLWZoRx { display:block; }
 }@media only screen and (max-width: 763px) { #mOJTnaruzROzxW0uEcOKfHJfTmbG0EuO { display:block; }
 }@media only screen and (max-width: 763px) { #P2M2BuPXH0lipv6uEs5FqBJCQGSPEK1C { display:block; }
 }@media only screen and (max-width: 763px) { #tsUqGRriRQSsWwXv4TKlfW3iVrGN528r { display:block; }
 }@media only screen and (max-width: 763px) { #VclvlMHlsQU9WkalGpZCUIP8zmLy5OU0 { display:block; }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #X363z6xpGTlTy70TiiIiroqS4bxhDTna {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #ovipZM8Z7WS5HPENTu92ly4GLsVdDpmV {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #Tf4u3XmvTq9AfuwdIcOarDx4CATRxS6B {  }
 }@media only screen and (max-width: 763px) { #lkOZ0eLegDmOB2KmiUyIz1OGlxVlxSgW #bcJzTMr8IWtgNFTCPyasXw4S4NFNMhXq {  }
 }@media only screen and (max-width: 763px) { #pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk { background-color:#f56b2e;background-image:none;display:block; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { background-color: transparent; background-image: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container > .video-iframe-container { display: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row > .video-iframe-container { display: none; }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .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); }#pfZ4yiN4rmMcU3XtkvVBlTbxVQAOcDMk > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqmg41h3i7vvxgxXQMkvGg3zRKW6w8sn { width:15.9375rem;height:3.4121125rem;top:3.875rem;left:2.0625rem;font-size:1.3125rem;line-height:1.3;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EfcUNg1W1lFPW4FKLstl1S0di1M4k42P { width:6.4375rem;height:1.6875rem;top:3.9375rem;left:9.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D { display:block; }#rsSi82WcaOSidgGb1y4F7vTHh7Q8up5D > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEJ72gHfyNziGZskCl09No6TIOILdAxG { width:7.5rem;height:3.65625rem;top:4.1875rem;left:1.375rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #uv7s3umAXTbDx1PrngdTGvtzH69l4HQW { width:7.625rem;height:1.94970625rem;top:2.125rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rn88pBn3p0UvTxoZBTIN3mMH6T6ND4eV { width:7.5rem;height:3.65625rem;top:4.1875rem;left:11.3125rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #QdClqpUqHOemZF0x0WWBlCFsHIh4JRge { width:7.625rem;height:1.94970625rem;top:2.125rem;left:11.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TauTlBxErJe4NTwdoU5ogUFTENbARXHL { width:7.5rem;height:2.4375rem;top:14.6875rem;left:11.1875rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #xKc5QaXWfQctqObguhrCUKfw1pfOs7Rz { width:7.625rem;height:1.94970625rem;top:12.625rem;left:11.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtkIFlzdTQ4BHqhMCzXv4CwaaaB9ROZ5 { width:7.5rem;height:2.4375rem;top:14.8125rem;left:1.25rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZgFyGsS1ByuzgOowyFUnzhsXezEAPbuL { width:7.625rem;height:1.94970625rem;top:12.75rem;left:1.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9AbiLyHPluqdbXkbuTuuAd10eOf9Z1J { width:8.75rem;height:8.75rem;top:0.625rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(130deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(130deg, #ffffff, #fafafa);background-image: -o-linear-gradient(130deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, #ffffff, #fafafa);background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #aJ53ZdmnudTVr06rVyRlRz5P7JRXhs9U { width:8.75rem;height:8.75rem;top:0.625rem;left:10.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(130deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(130deg, #ffffff, #fafafa);background-image: -o-linear-gradient(130deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, #ffffff, #fafafa);background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pTAtBRWvnaAhzz1F6ITXiV9gHFRvmqQN { width:8.75rem;height:8.75rem;top:10.125rem;left:10.625rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #fafafa, #ffffff);background-image: -moz-linear-gradient(130deg, #fafafa, #ffffff);background-image: -ms-linear-gradient(130deg, #fafafa, #ffffff);background-image: -o-linear-gradient(130deg, #fafafa, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff' );";background-image: linear-gradient(130deg, #fafafa, #ffffff);background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5H2AGczcMs3i6UN72On9hPqx5zAV7J { width:8.75rem;height:8.75rem;top:10.125rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(130deg, #ffffff, #fafafa);background-image: -moz-linear-gradient(130deg, #ffffff, #fafafa);background-image: -ms-linear-gradient(130deg, #ffffff, #fafafa);background-image: -o-linear-gradient(130deg, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa' );";background-image: linear-gradient(130deg, #ffffff, #fafafa);background-size:auto !important;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B { background-color:#202020;background-image:none;display:block; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { background-color: transparent; background-image: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row > .video-iframe-container { display: none; }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .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); }#xwr9y04k6aDc4h5abKT4Qo5X6skw3M9B > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoRPTHfH8K2dru53z0oQ75KtCOGL73vk { width:17.5rem;height:1.4624rem;top:4.6962890625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdVaQxNLkpGCMuPOIMWW0L3EloECwZUh { width:18.375rem;height:3.7119125rem;top:6.525390625rem;left:0.8125rem;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm { background-color:#202020;background-image:none;display:block; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { background-color: transparent; background-image: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container > .video-iframe-container { display: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row > .video-iframe-container { display: none; }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .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); }#lZqWlHqBs4bcpHt1mUZAOwCawHxvTArm > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7OIQw8VSLmeo1OwOTfJ1z9ILeLIE3iH { width:18.625rem;height:19.59375rem;top:20.625rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKdh4QBilVJTLSTgL3SHAuXXxBq8xhk2 { width:15.6875rem;height:1.70605625rem;top:18.375rem;left:2.1875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9epg83JkWneT5ilq2Ac9eEPPWsGI7DN { width:13.75rem;height:12.6875rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrao6Zcu4iV8KbVbDRVBgzQVZunx9OC8 { width:17.3125rem;height:1.94970625rem;top:16.25rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE { background-color:#202020;background-image:none;display:block; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { background-color: transparent; background-image: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container > .video-iframe-container { display: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row > .video-iframe-container { display: none; }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .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); }#JvfrfvVU89bN2eICOVKgyVC9IQz3S1nE > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy6EP8b6MPOgs1bnHV8cLFLLTnu4hgrI { width:16.625rem;height:6.9995rem;top:18.5185546875rem;left:1.6875rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFv0kTwQv5og1WxIEtuyk37UUm7AIMXv { width:18rem;height:1.70605625rem;top:16.1875rem;left:1rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nND0ymUTN3Clel7SW4HKmnQfGBfkPcRR { width:13.5rem;height:12.8125rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJp8U3to4wMqDUGDyvDa5T9ppGAlFGC { width:17.0625rem;height:1.94970625rem;top:14.125rem;left:1.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 { background-color:#202020;background-image:none;display:block; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { background-color: transparent; background-image: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container > .video-iframe-container { display: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row > .video-iframe-container { display: none; }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .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); }#NcHvC4uvKBakQzDTvFKgaLPAa8On0TW8 > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkMF9umQIF1QcFzQf6vyXMP4EFM6N3be { width:18.625rem;height:4.8984375rem;top:19.25rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVUZmvPwSxodkGQFGy74XEcCfym43Rfq { width:18.5625rem;height:1.70605625rem;top:16.9375rem;left:0.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKm54AoCWMFpZPsIOEgPnkRHlauIqwFC { width:14.4375rem;height:13.25rem;top:0.9375rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heTActbTMdqDqdeZ6U8dlFofhdtz9Nir { width:17.3125rem;height:1.94970625rem;top:14.8125rem;left:1.375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 { background-color:#202020;background-image:none;display:block; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { background-color: transparent; background-image: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container > .video-iframe-container { display: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row > .video-iframe-container { display: none; }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .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); }#inAHmALWRkDuNz5pnKa4zksf3zBkRzs3 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdxxaKB0XsJr1REhs5EQKlCpGFn0rEWU { width:16.875rem;height:1.57470625rem;top:4.8125rem;left:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3xfHNFDlUr0LIwJETJhygLDFzpqbTn { width:15.8125rem;height:1.19970625rem;top:3.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd { background-color:#202020;background-image:none;display:block; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { background-color: transparent; background-image: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container > .video-iframe-container { display: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row > .video-iframe-container { display: none; }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .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); }#S0z9PJWM7eNxxTvunkpAHBKPO63CQ7dd > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-element-container { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-heading-text { font-size:0.875rem;height:auto;line-height:1.2;overflow:hidden;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:rgba(245,153,46,0.83); }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr { display:flex;height:auto;width:19.125rem;top:1.25rem;left:0.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #gAFJTXuwcQ8VmzTzbIA9yNrhaONTLOSr {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #oi2NHua2RSCUueeeJVbT9srBIU1wzxtw {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #mcZThkauO9uTQlvcB5JigduoPugh6Odl {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #UDtdyuQI29SdBkMfbTDXSz4VaRRaW0IB {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cJmozOTUhSTxsUTxlf8tshT33ZaAO9Nu {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Ms7Rea3bTEIUvCecaTAPNOk99FvfghLC {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #N7dCGaeZKWwEHMN5Zh5nLlwsbNOGGWpS {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #lmZrG8PmVkIW9QzOtg0IMTSQBUpm2ihZ {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #SxBvugJHTsRwPfIDGfWWhVxFzscgrdmP {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #O1iOzmHsKnts7zkoNzOz5mp1Q1p6WNOc {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z7Sh4Pmwxl8io5E9SMA443UKA5wD6yrg {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #z8SS7RL4fR5NTnDrBaswm4RxilOZyenQ {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #awBqHAtVJnNVW9kqHikthde3icPPWXK7 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #CIxgLIKAJ0QIf4g6MPmDWxQn1TwcycN4 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #Eysqe8rW8BSDbp81nTafkuZTJTN2LneU {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #eratAOT6FlzKiHgMspcprW64bCx5PcCd {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #ALJ8nf7xcGx8mpc8LyMVCJhv5vrRZI8D {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #pMLxR3Z78odPVGtoIm2i2CwGKPKrR8Z5 {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #fBIJTMg8WySPm948l6nhBW5ailnB9UGE {  }
 }@media only screen and (max-width: 763px) { #PTZMh7QvUTQ32TstJcoBHQADyUCrMUEr #cUK6Ek7F9NuIa4Mt1TNOznPU7odMb8Du {  }
 }@media only screen and (max-width: 763px) { #EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN { background-color:#202020;background-image:none;display:block; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { background-color: transparent; background-image: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container > .video-iframe-container { display: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row > .video-iframe-container { display: none; }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .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); }#EEXWJptFubvPhRtwoi0iF1bUPlaOwdfN > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNe15f48fDO8opIzIcdVaGwgstC2Rkdx { width:18.875rem;height:3.75rem;top:0.98583984375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOQFqX7rok9rssXNenebTfMX6CUGbHrH { display:block; }
 }@media only screen and (max-width: 763px) { #RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S { display:block; }#RBGs9LlSnh8SAnI2i3JKQpOW3NJBd59S > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k89mSxoi245lbhWTtUsHL8GfazFOHrT1 { width:15.1875rem;height:3.8984375rem;top:1.6015625rem;left:2.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuJ1DUDEpmFZNbhQhq2WbC6P38o5o8cZ { width:8.75rem;height:3.75rem;top:6.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boEJ8g5XGpBsVd0Mn3gi6e3rkbXCLWk8 { width:8.8125rem;height:3.1875rem;top:6.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZNbMzHa6zHngbGewXEXFWfUL5VZFySg { display:block; }#IZNbMzHa6zHngbGewXEXFWfUL5VZFySg > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGcszAthkeHasegFocxGEokrHRIVoDTm { width:20rem;height:0.73095625rem;top:0.666015625rem;left:0rem;font-size:0.5625rem;display:block; }
 }