.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:217,246,215;--color-primary-1:142,227,136;--color-primary-2:66,208,57;--color-primary-3:40,125,34;--color-primary-4:8,111,0;--color-secondary-0:223,233,255;--color-secondary-1:150,195,243;--color-secondary-2:93,146,255;--color-secondary-3:84,140,245;--color-secondary-4:3,55,156;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT { position:relative;display:block; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT { background-color: transparent; background-image: none; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container > .video-iframe-container { display: none; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row > .video-iframe-container { display: none; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .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); }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT { border-width: 0; border-radius: 0; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WuXHV7f1yks6dQ3lHvtRKrDog2BTezXp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:8.125rem;top:0.81163197755812rem;left:0rem;overflow:hidden;display:block; }
#HN7ZJTL2w76sBDNyTAVD7rWMpfc29ztv { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.936875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625001192093rem;left:17.126735687256rem;display:block; }
#gzyg9Gp1aHrDaImNZ0184GAyqtEIhwoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MkU1GQTp1qsv1PSklwCUIgW8TM4gI4vM { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.936875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625001192093rem;left:33.06640625rem;display:block; }
#NmLHT8zo6RolbvfwwBo3D5gQd9wo6hyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUIh14HJaoe48Fod2DJi8TS5zaPTq1IG { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.936875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625001192093rem;left:48.06315612793rem;display:block; }
#PL69CgTeTN4hLhZKVQ8lNNNtkDpzWuhu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 { position:relative;display:none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 { border-width: 0; border-radius: 0; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#P8xQEUsp6WcVqpPDiH4fTZZfldEqs4qv { position:absolute;display:block;z-index:15015;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:18.0625rem;width:27.875rem;top:3.5625rem;left:0rem;overflow:hidden;display:none; }
#BWTF7e6xtODtHutI8bLuo7AhdCAnBXEp { position:absolute;display:block;z-index:15000;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:73rem;width:60rem;display:none; }
#Jswfr01XBZLgaqURMU6RCkfe09StLMp8 { position:absolute;display:block;z-index:15016;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:5.5rem;width:5.4375rem;top:0.875rem;left:52.2998046875rem;overflow:hidden;display:none; }
#If9NKX46MF8aTM3RkGvpV6qJGNmmK2TA { position:absolute;display:block;z-index:15016;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:5.5rem;width:5.4375rem;top:0.875rem;left:52.2998046875rem;overflow:hidden;display:none; }
#FePVIzyTTKL5SPyovQuoQ5keKBzyWAl9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.3125rem;top:24.5rem;left:1.1875rem;overflow:hidden;display:none; }
#Uxl7PF8TbyppunpvxR2sDobogsid77Ua { position:absolute;display:block;z-index:15013;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.75rem;width:6.25rem;top:22.9375rem;left:11.6875rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b5aefd9-3b69-4063-a741-b082a93c482f/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#zM9TMZ4rr5hecLpFk7uD4ggcbZLcq4tN { position:absolute;display:block;z-index:15008;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:21.4375rem;width:42.4375rem;top:5.0625rem;left:26.9375rem;overflow:hidden;display:block; }
#F2vt26lMFR5uFnpDlTTBmXWvdl29dUSb { position:absolute;display:block;z-index:15013;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.75rem;width:6.25rem;top:22.9375rem;left:11.6875rem;overflow:hidden;display:block; }
#i1DKsk1g9QTXuB3Pea1bHZbMSvNeMOxN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.3125rem;top:24.5rem;left:1.1875rem;overflow:hidden;display:block; }
#fA1yQuibbitsb0AAsyN7IMb5Agm6dkW5 { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mLipqrKl3Ov0n3F8vOwOgqdECttVKwaM { position:absolute;display:block;z-index:15015;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:18.0625rem;width:27.875rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#ThBovhUk2P8xxJS6RDCV4dOKXTyJiTxJ { position:absolute;display:block;z-index:15016;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:5.5rem;width:5.4375rem;top:0.875rem;left:52.2998046875rem;overflow:hidden;display:block; }
#SiXqSGwvkppTe1G60WBNdR3J01T2KkiI { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.75rem;top:24.9375rem;left:27.625rem;overflow:hidden;display:block; }
#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(172deg, #210c6b, #969cf3);background-image: -moz-linear-gradient(172deg, #210c6b, #969cf3);background-image: -ms-linear-gradient(172deg, #210c6b, #969cf3);background-image: -o-linear-gradient(172deg, #210c6b, #969cf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#210c6b', endColorstr='#969cf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#210c6b', endColorstr='#969cf3' );";background-image: linear-gradient(172deg, #210c6b, #969cf3);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; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container { background-color: transparent; background-image: none; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container > .video-iframe-container { display: none; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row > .video-iframe-container { display: none; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .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); }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container { border-width: 0; border-radius: 0; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#aQ0DhEqADgL7h6H81MkXS35ERDHdmUua { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.88802337646487rem;left:10.46875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container { background-color: transparent; background-image: none; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container > .video-iframe-container { display: none; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row > .video-iframe-container { display: none; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .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); }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container { border-width: 0; border-radius: 0; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#I6KvOdV8JaASMdokA6Ah2oJJRXgdXACl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.75rem;width:27.6875rem;top:2.9365234375rem;left:0rem;overflow:hidden;display:block; }
#TfLCHLeiSz18f00luf4X9foWPyu6y9LD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.5625rem;width:13rem;top:6.8447265625rem;left:7.25rem;display:block; }
#MMa1V6PuZosgnRTcXt6igxeSXBEVmzc6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:18.6875rem;top:4.4072265625rem;left:27.42578125rem;overflow:hidden;display:block; }
#SqlF5RIwN1lWFVQ068OhttJuvICpZkG6 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7951393127444rem;left:27.426216125488rem;height:1.94970625rem;display:block; }
#qLa6XMUI0stv1UO03uSVMw00P4TGTXvV { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.921224594116rem;left:31.318359375rem;height:21.125rem;display:block; }
#wzXFxpZ9oebA7TDkhKWx8IXEscTV7JUR { 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:1.9375rem;width:1.9375rem;top:10.9208984375rem;left:27.6875rem;overflow:hidden;display:block; }
#w5g27ATgJW7h7myRPtEzQvLXBzU5ET6w { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.217231273651rem;left:21.25rem;display:none; }
#QJwa8zmzdDhJfrTkCFwKHVXiUikt1vrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lo747X222VRZ3hsFkXLCwz7zIyuhRdi2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.3095703125rem;left:19.6455078125rem;display:block; }
#qcpHwCqK3nVzGIM4csQrp0XznQkZv1eN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVf7Rcpv6DAl1AVbxzTrGa0w93gKK0zW { 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:1.9375rem;width:1.9375rem;top:14.125rem;left:27.6875rem;overflow:hidden;display:block; }
#LaemvuOLG9q5Epd571VUNkDHabJa4qnW { 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:1.9375rem;width:1.9375rem;top:19.4375rem;left:27.6875rem;overflow:hidden;display:block; }
#lJbcH7V2AUI4kMOcrE8mox8zAnMMfMb4 { position:absolute;display:block;z-index:15008;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:1.9375rem;width:1.9375rem;top:24.25rem;left:27.6875rem;overflow:hidden;display:block; }
#TsKeBcOEXK32GodTrKMALvDHtVTS79q5 { position:absolute;display:block;z-index:15009;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:1.9375rem;width:1.9375rem;top:29.1875rem;left:27.6875rem;overflow:hidden;display:block; }
#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89baf5e7-3093-4f02-9904-97e02d69847a/prancheta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU.adaptive-delivery-prevent-bg, #aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU.lazyload, #aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU.lazyloading { background-image: none; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container { background-color: transparent; background-image: none; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container > .video-iframe-container { display: none; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row > .video-iframe-container { display: none; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .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); }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container { border-width: 0; border-radius: 0; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row > .video-iframe-container { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#rFEkK3yoONof9OEoalFXuQvvZr9EwC4o { box-sizing:content-box;height:11.1875rem;width:10.75rem;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:15000;background-color:rgba(0,0,0,0);background-image:none;top:7.375rem;left:0.0625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Hc9Ry15ckWWukIeUycdyxbSSkqQ9kAoO { 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:2.3125rem;width:16.875rem;top:4.130859375rem;left:21.561611175537rem;overflow:hidden;display:block; }
#xwI12x3RJWQBE1MgHMK4D0hmttyiRJZP { box-sizing:content-box;height:10.3125rem;width:10.4998125rem;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:rgba(0,0,0,0);background-image:none;top:7.8107242584231rem;left:0rem;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#U9NRkZpmOHn8h3FN1IqNr8pvOr8w57l8 { 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:5.1242875rem;width:9.9369375rem;top:11.030717849731rem;left:12.523971557618rem;overflow:hidden;display:block; }
#ewQxDMIfSwfeMZmvSyUUJhrkbl9twuoy { box-sizing:content-box;height:11.1875rem;width:10.75rem;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:rgba(0,0,0,0);background-image:none;top:7.9375rem;left:12.0625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#WXVb3BGCRkRPgIMdKVpfgoC8XMd3FHnB { box-sizing:content-box;height:10.3125rem;width:10.4998125rem;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:15004;background-color:rgba(0,0,0,0);background-image:none;top:8.8125rem;left:12rem;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cPrp3Xg59Q7Bhz7GT8pwqOepI0aJGido { position:absolute;display:block;z-index:15009;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:11.62375rem;width:10.8735625rem;top:7.1075992584231rem;left:0.055042266845703rem;overflow:hidden;display:block; }
#rTKx4Nq5BdZLmrxXhMqwdrAwq1MFNfo4 { box-sizing:content-box;height:11.1875rem;width:10.75rem;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:15006;background-color:rgba(0,0,0,0);background-image:none;top:7.9375rem;left:24.625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#wKO9T8BluJGTwWhLSTFvwFUdhrNNc5qi { box-sizing:content-box;height:10.3125rem;width:10.4998125rem;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:15007;background-color:rgba(0,0,0,0);background-image:none;top:8.8125rem;left:24.5625rem;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#mLJnvTzMFy3DqVdfzu37Ghv0niCtKIMw { position:absolute;display:block;z-index:15012;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:8.812125rem;width:8.3744375rem;top:9.1867904663088rem;left:25.810546875rem;overflow:hidden;display:block; }
#qQe0tJNxFFKNlXfcerkbKyy2iC1w82kM { box-sizing:content-box;height:11.1875rem;width:10.75rem;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:15009;background-color:rgba(0,0,0,0);background-image:none;top:7.9375rem;left:36.875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#XtaSHd4O21G3TCTa14o1zIxDKTTtywQm { box-sizing:content-box;height:10.3125rem;width:10.4998125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;top:8.8125rem;left:36.8125rem;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#otQzqmc8cOF2OkbnN7RSQXwm4wSJtumx { position:absolute;display:block;z-index:15015;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:10.625rem;width:10.625rem;top:7.7121810913088rem;left:36.993076324463rem;overflow:hidden;display:block; }
#xuCqinOWakf2fqx4NVmm2Qz4cGamgeo6 { box-sizing:content-box;height:11.1875rem;width:10.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;top:8rem;left:49.1875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#CdcasmBGNsDUSgk8T2JGDTNGhKh9KKx0 { box-sizing:content-box;height:10.3125rem;width:10.4998125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:8.875rem;left:49.125rem;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#nCK1sKPcKRFFMePsvXPhp9JTzNMhgRka { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.4375rem;top:10.78125rem;left:48.280676444616rem;overflow:hidden;display:block; }
#Ma4zhrnJW2DIQcdc5uXBl2fpsXRCU3oG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.99755859375rem;left:21.2490234375rem;display:block; }
#NUDSwEgTQH1cFxzF0id15LKmcSiXuMDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89baf5e7-3093-4f02-9904-97e02d69847a/prancheta.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ.adaptive-delivery-prevent-bg, #aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ.lazyload, #aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ.lazyloading { background-image: none; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container { background-color: transparent; background-image: none; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container > .video-iframe-container { display: none; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row > .video-iframe-container { display: none; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .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); }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container { border-width: 0; border-radius: 0; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#s82zWEkxpotTOF7bAOidIivh1lRXJ0Cs { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#shOrLJhnpE97W8PCbNC4LDIwaJxQGU7f { color:rgba(var(--color-tertiary-0),1);display:block;width:24.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.2749rem;display:block; }
#phwvmuVT6v0nOKxGleBkELJdESHrJ421 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8172760009762rem;left:0rem;height:16.25rem;display:block; }
#JzRbi2ghFKTSafum986gCfQ1iK6z9GiC { 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:31.875rem;width:32.125rem;top:4.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.8098945617676rem;left:0rem;display:none; }#rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl.adaptive-delivery-prevent-bg, #rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl.lazyload, #rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl.lazyloading { background-image: none; }
#nu36p8TDdmPmJevEUGPeWBrsb6qaoMy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q3yP93dyscNsbvEyZtepnQBVg3Bo8wqv { box-sizing:content-box;height:23.9375rem;width:23.9375rem;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:15005;background-color:rgba(0,0,0,0);background-image:none;top:4.4375rem;left:30.6875rem;border-top:0.4375rem solid #218bc8;border-left:0.4375rem solid #218bc8;border-right:0.4375rem solid #218bc8;border-bottom:0.4375rem solid #218bc8;display:block; }
#POgSWZOHduQGsc8PHDzfSr80Lg9P4PLe { box-sizing:content-box;height:23.9375rem;width:23.9375rem;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:15006;background-color:rgba(0,0,0,0);background-image:none;top:4.974609375rem;left:29.875rem;border-top:0.1875rem solid #f5c65c;border-left:0.1875rem solid #f5c65c;border-right:0.1875rem solid #f5c65c;border-bottom:0.1875rem solid #f5c65c;display:block; }
#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/89baf5e7-3093-4f02-9904-97e02d69847a/prancheta.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI.adaptive-delivery-prevent-bg, #UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI.lazyload, #UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI.lazyloading { background-image: none; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container { background-color: transparent; background-image: none; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container > .video-iframe-container { display: none; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #7ed1e4; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row > .video-iframe-container { display: none; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .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); }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container { border-width: 0; border-radius: 0; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:block; }#nf5NovWgx7tUtWL4x7NUEDCqFO9TEfvk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:0rem;display:block; }
#rZMRNLPmO90QVW7y2LJEQb8upay4mMBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A { position:relative;display:block; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A { background-color: transparent; background-image: none; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container > .video-iframe-container { display: none; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row > .video-iframe-container { display: none; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .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); }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A { border-width: 0; border-radius: 0; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VnISRFK80rwRyil7UmuKJUbTnfOlnP4s { color:rgba(var(--color-secondary-4),1);display:block;width:49.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.04833984375rem;left:5.030517578125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uoLBxUlQAOSf0rcz7kRu5102E4Eo3JeR { color:#292929;display:block;width:59.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.96923828125rem;left:0.18798828125rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#oRLTD0rFaWiWc5TsMxxDpSy8iGOiQw46 { box-sizing:content-box;height:26.25rem;width:14.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.9375rem;left:0.25rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QdsB0c14XOffc04mzAOEgsiAMZpsBPIW { box-sizing:content-box;height:3.686525rem;width:3.686525rem;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:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.25rem;left:5.0625rem;display:block; }
#VKhPKXcPc6Q5vUVUg2A4L4nCL2ULF39K { color:rgba(var(--color-tertiary-0),1);display:block;width:1.0620125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11rem;left:6.375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV29Zqkovb8ATZsE4r0zBEgArzxlT4TT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.4353125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.625rem;left:3.1875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMTbe7xmco9vu9NpNi5Dbyl5oUMA5dTE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.625rem;left:2.125rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#AEW3DACOf1uLwSU39JWexp1tQoALsZaA { position:absolute;display:block;z-index:15008;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:8.125rem;width:10.437rem;top:14.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#wibHeL2zq4A7DDg7TG3RBxXtZfUGxdt4 { box-sizing:content-box;height:26.25rem;width:14.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:12rem;left:15.25rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W3oq1LvSLIXBs1esxarBKTQfaDI0atUW { color:rgba(var(--color-tertiary-4),1);display:block;width:10.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.624755859375rem;left:17.232666015625rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#bJ2hJlL1Gkvwzyeegl4voi35d55OWdL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.623046875rem;left:18.358154296875rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eodguos6vOGBpT6aTCH1OCRSRktwyUuR { position:absolute;display:block;z-index:15014;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:8.125rem;width:10.37475rem;top:14.875rem;left:16.6875rem;overflow:hidden;display:block; }
#WN9Fr7vbuCp246yVIufFgmaRPQInsSSt { box-sizing:content-box;height:3.686525rem;width:3.686525rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.3125rem;left:20.0625rem;display:block; }
#eVrCNQuC6hVSD1zd5ctG8UmTSZt9xr54 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.0620125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11rem;left:21.375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yW2BCASRTr3CT9xi4VEGrr14QfPuc6Z7 { box-sizing:content-box;height:26.25rem;width:14.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:none;top:12.125rem;left:45.4375rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IRynmBhHvopO8t2TSmfTMoV3dk6xgGGO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.624755859375rem;left:46.356201171875rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#B9emw88Iw9LpWZlnfmXD6opzLtGyWD4P { box-sizing:content-box;height:26.25rem;width:14.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:12rem;left:30.4375rem;border-top:0.125rem solid rgba(var(--color-secondary-4),1);border-left:0.125rem solid rgba(var(--color-secondary-4),1);border-right:0.125rem solid rgba(var(--color-secondary-4),1);border-bottom:0.125rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W1N4VsZT2h1ryt6CRK0pl2yuFcDXtH31 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.624755859375rem;left:31.38916015625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#XQ7hXBliCskWIw2lkp23Eq8pw8nrTGZK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.623046875rem;left:47.669677734375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AL5gH6eT3mxaLTfVtwgeoc1LuAfKGQR8 { position:absolute;display:block;z-index:15026;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:7.5625rem;width:9.625rem;top:15.091552734375rem;left:47.825927734375rem;overflow:hidden;display:block; }
#auckAongRON5JNGp6048GNg1zAiXzBT2 { position:absolute;display:block;z-index:15020;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:7.8125rem;width:8.5625rem;top:14.875rem;left:32.875rem;overflow:hidden;display:block; }
#sc53siLaQFXtpL9rKml5Vnqg0T1M1XTm { box-sizing:content-box;height:3.686525rem;width:3.686525rem;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:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.4375rem;left:50.875rem;display:block; }
#xvs2nK0pH8uZDKdpptE1ktRikrwgZ8mb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.0620125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.06494140625rem;left:52.125rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTBSyADMcoOuhHMnbmTrXrXH4AVZhs1r { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.624267578125rem;left:31.107177734375rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mbn7Ls3W7TtoE9ogPNUGLfe8F56AcFhA { box-sizing:content-box;height:3.686525rem;width:3.686525rem;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:15016;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.3125rem;left:36.3125rem;display:block; }
#iQtLn5GfIapwqmsl9D9FwMqE4S4hrfKz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.0620125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.0625rem;left:37.625rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfGrzD7CLBVGdLfBl3TI6bir4WXTkZld { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:41.3759765625rem;left:21.25048828125rem;display:block; }
#t6cxWWHXUJgOUEsD5FeqCtPHfuTlQxT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e336695-2199-4306-8211-6825b587c353/prancheta2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.adaptive-delivery-prevent-bg, #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.lazyload, #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.lazyloading { background-image: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { background-color: transparent; background-image: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container > .video-iframe-container { display: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container { display: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .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); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { border-width: 0; border-radius: 0; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container { background-color: transparent; background-image: none; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container > .video-iframe-container { display: none; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row > .video-iframe-container { display: none; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .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); }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container { border-width: 0; border-radius: 0; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:60rem;position:relative;display:block; }#nXoeW5qIBS0dDrQqX3zyyVV6xNeIbDp5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.310546875rem;left:0rem;height:6.5rem;display:block; }
#IDiPmyZ5nBNTQVmpym9PcyB4NdH0adtZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.56201171875rem;left:0rem;height:11.375rem;display:block; }
#SSWTCUICaIUNvmobhkNVGFXkCW4cWlid { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0600625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.1865234375rem;left:0rem;height:13rem;font-style:normal;display:block; }
#CIqIMck74zGJOFKRBPlrLxDisMvbkN5k { position:absolute;display:block;z-index:15009;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:41.25rem;width:38rem;top:3.99609375rem;left:22rem;overflow:hidden;display:block; }
#cnXoaeb134fryFRuadh97XMMdbffpT9q { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NT85HXq4lsuxIUaXHU0vQeMh7S4IQOG3 { box-sizing:content-box;height:23.9375rem;width:23.9375rem;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:15007;background-color:rgba(0,0,0,0);background-image:none;top:8.6875rem;left:32.5rem;border-top:0.4375rem solid rgba(var(--color-tertiary-0),1);border-left:0.4375rem solid rgba(var(--color-tertiary-0),1);border-right:0.4375rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.4375rem solid rgba(var(--color-tertiary-0),1);display:block; }
#ss8ilvm90ozLg8oVwS6EyemxD8o4szpT { box-sizing:content-box;height:23.9375rem;width:23.9375rem;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:15008;background-color:rgba(0,0,0,0);background-image:none;top:9.25rem;left:31.6875rem;border-top:0.1875rem solid #f5c65c;border-left:0.1875rem solid #f5c65c;border-right:0.1875rem solid #f5c65c;border-bottom:0.1875rem solid #f5c65c;display:block; }
#TRHKyMZTlUKAF7M6PVZi5OFXwNqtSelc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.8779296875rem;left:0rem;display:block; }
#V4gNICwB0eUqF9AlkTXIi7hF9eRK2Chf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container { background-color: transparent; background-image: none; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container > .video-iframe-container { display: none; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row > .video-iframe-container { display: none; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .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); }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container { border-width: 0; border-radius: 0; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#zOxmNm6aeWtJAOEIz2C9pkqKXhW14lxr { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.81201171875rem;left:0rem;height:4.5008625rem;font-style:normal;display:block; }
#WKDbEnNV0DaR8HI3TKol7royRLgGCyb7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:7.8114156723025rem;left:0rem;height:33rem;display:block; }
#GSTiDuhXuoGqKiSZlMIrLMaMAwIpfVsT { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.625rem;width:32.5625rem;top:7.8114156723025rem;left:27.299263000488rem;overflow:hidden;display:block; }
#T20iPdpARF050KeFzNEJGbSuZH0AwLiG { position:absolute;display:block;z-index:15010;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:4rem;width:29.1875rem;top:29.577911376953rem;left:29.054908752441rem;overflow:hidden;display:block; }
#qyVFKdcsnmNdxFdAQDPUhWCVs6qZL27V { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.0029296875rem;left:34.92333984375rem;display:block; }
#PlDGItFzPQ61Iv2dlOWcverXkZVIoKRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saDDgEvgm7t23L6vOAmrGeZTFpx91elH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e336695-2199-4306-8211-6825b587c353/prancheta2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH.adaptive-delivery-prevent-bg, #saDDgEvgm7t23L6vOAmrGeZTFpx91elH.lazyload, #saDDgEvgm7t23L6vOAmrGeZTFpx91elH.lazyloading { background-image: none; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container { background-color: transparent; background-image: none; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container > .video-iframe-container { display: none; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-3),1); }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row > .video-iframe-container { display: none; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .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); }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container { border-width: 0; border-radius: 0; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH { position:relative;display:block; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH { background-color: transparent; background-image: none; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container > .video-iframe-container { display: none; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row > .video-iframe-container { display: none; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .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); }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH { border-width: 0; border-radius: 0; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5FFuU2zLvwI9VgF9mTFWghCg85EDW5l { box-sizing:content-box;height:29.874125rem;width:39.8123125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0609807968139rem;left:0.81163024902344rem;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#F3c1UMa3AIUEIPPc3i6ID63Fq7Omp1N6 { color:#070707;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:5.3125rem;left:3.0625rem;height:4.50086875rem;display:block; }
#vADS86PLCa96XqTZnrOQxK3OKkpeHwLd { color:#5e95ff;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:9.75rem;left:3.0625rem;height:2.0244125rem;display:block; }
#B7yNXpoyEBeDtpTWuQ6KEd5t28PTBXli { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:3.0625rem;height:13rem;display:block; }
#yXWKstQK1NpomloVhT4RIyHovlrebIrV { position:absolute;display:block;z-index:15010;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:32.6248125rem;width:33.5623125rem;top:6.4366321563719rem;left:26.437717437744rem;overflow:hidden;display:block; }
#MLaFZr1AKWANBVaTZCucxv8CkVuf7Aa3 { box-sizing:content-box;height:10rem;width:10rem;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:15011;background-color:#292929;background-image:none;top:3.9973955154419rem;left:48.381080627441rem;border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);display:block; }
#Oi9bEgH5mstx3TQDFAFbybeHeGaGtIJS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56206875rem;width:6.936875rem;top:6.4366321563719rem;left:50.189888000488rem;overflow:hidden;display:block; }
#CkhGEeDginh8VtZVskaE1890x4Pp4iOH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.44091796875rem;left:3.0615234375rem;display:block; }
#onAeII2Gv8DQhnl0qJciE4raRoF4bLu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { background-color: transparent; background-image: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container > .video-iframe-container { display: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container { display: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .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); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { border-width: 0; border-radius: 0; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#hZUMrObptsvDT99xCObOKlXCFJ585aGE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.6953125rem;left:9.4986991882325rem;height:3.9375rem;display:block; }
#xif1mEi4SshA1ROCJ7FTXB812B1KTN9W { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:6.6875rem;left:9.4375rem; }
#ANIJ6aB7NWLJtvflZw97cFPLvQPpcAxn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.375rem;left:44.125rem;height:3.9375rem;display:block; }
#zwcaOQEdKnA12lOE8iQdApNlTxrtTVp6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.375rem;left:44.125rem; }
#C8DvlKBf27ndbhTqg2lT9CkRwwPWLTk4 { 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:5rem;width:8.2498125rem;top:2.6875rem;left:0rem;overflow:hidden;display:block; }
#D1wWQ3JehsygkXOTFfuft9cbzr1g98DX { 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:6.311875rem;width:8.3745625rem;top:1.6875rem;left:34.126300811767rem;overflow:hidden;display:block; }
#dh9VGCiGvuXGqieKODXdODAm6rdFaCNR { box-sizing:content-box;height:7.375rem;width:0.1875rem;position:absolute;display:block;z-index:15006;background-color:#292929;background-image:none;top:1.6875rem;left:29.6875rem;display:block; }
#ga534gpqPiI5i8IQ67DlN7s3JB6rRWJC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.7578125rem;left:10.75rem;height:1.13671875rem;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; }
#zTwFqy7KqSRDzuuEEQfUCft042b9UtvC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3828125rem;left:45.3125rem;height:1.13671875rem;display:block; }
#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz { 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; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container { background-color: transparent; background-image: none; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container > .video-iframe-container { display: none; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row > .video-iframe-container { display: none; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .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); }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container { border-width: 0; border-radius: 0; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#f7SATrRvxkdshkHGQye9GhFvwtw52MAH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1rem;left:29rem; }
#f7SATrRvxkdshkHGQye9GhFvwtw52MAH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#GUJcTaeveI426tUhE8MH691rqCdxGhQB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1rem;left:38.9375rem; }
#GUJcTaeveI426tUhE8MH691rqCdxGhQB > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#cLloORQFb2bNHiqZ0pSGnI2RDeKBJCMy { 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:2.3125rem;width:2.3125rem;top:1rem;left:18.8125rem;overflow:hidden;display:block; }
#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1b1b;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; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container { background-color: transparent; background-image: none; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container > .video-iframe-container { display: none; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row > .video-iframe-container { display: none; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .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); }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container { border-width: 0; border-radius: 0; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#ixIDa610SC9nRLTiyNWBZepn0UwoS5kE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5117111206055rem;left:0rem;height:0.9747875rem;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; }
#fqovWcgro1L0uFqhazTL7lghdNmh5U3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container { background-color: transparent; background-image: none; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container > .video-iframe-container { display: none; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row > .video-iframe-container { display: none; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .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); }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container { border-width: 0; border-radius: 0; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#kpA3Zrw0rKLccwB6JmhC6Xz0tSqJpeQe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.59326171875rem;left:42.5009765625rem;display:block; }
#yBGq8kcmhHTSbGXUlqzxHwERnBfegdKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9WfQSZa6GzXeauFuzarlvuplo5dJVTT { display:block; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuXHV7f1yks6dQ3lHvtRKrDog2BTezXp { top:0.75rem;left:0rem;width:8.125rem;height:4.93706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN7ZJTL2w76sBDNyTAVD7rWMpfc29ztv { width:11.875rem;height:3.4375rem;top:1.5625rem;left:11.001735687256rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzyg9Gp1aHrDaImNZ0184GAyqtEIhwoT { display:block; }
 }@media only screen and (max-width: 763px) { #MkU1GQTp1qsv1PSklwCUIgW8TM4gI4vM { width:11.875rem;height:3.4375rem;top:1.5625rem;left:26.94140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmLHT8zo6RolbvfwwBo3D5gQd9wo6hyH { display:block; }
 }@media only screen and (max-width: 763px) { #JUIh14HJaoe48Fod2DJi8TS5zaPTq1IG { width:11.875rem;height:3.4375rem;top:1.5625rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL69CgTeTN4hLhZKVQ8lNNNtkDpzWuhu { display:block; }
 }@media only screen and (max-width: 763px) { #wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 { display:none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8xQEUsp6WcVqpPDiH4fTZZfldEqs4qv { top:3.5625rem;left:0rem;width:27.875rem;height:18.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWTF7e6xtODtHutI8bLuo7AhdCAnBXEp { width:47.6875rem;height:58.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jswfr01XBZLgaqURMU6RCkfe09StLMp8 { top:0.875rem;left:42.3125rem;width:5.4375rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #If9NKX46MF8aTM3RkGvpV6qJGNmmK2TA { top:0.875rem;left:42.3125rem;width:5.4375rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FePVIzyTTKL5SPyovQuoQ5keKBzyWAl9 { top:24.5rem;left:0rem;width:9.3125rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxl7PF8TbyppunpvxR2sDobogsid77Ua { top:22.9375rem;left:5.5625rem;width:6.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zM9TMZ4rr5hecLpFk7uD4ggcbZLcq4tN { top:5.0625rem;left:5.3125rem;width:42.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vt26lMFR5uFnpDlTTBmXWvdl29dUSb { top:22.9375rem;left:5.5625rem;width:6.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1DKsk1g9QTXuB3Pea1bHZbMSvNeMOxN { top:24.5rem;left:0rem;width:9.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA1yQuibbitsb0AAsyN7IMb5Agm6dkW5 { display:none; }
 }@media only screen and (max-width: 763px) { #mLipqrKl3Ov0n3F8vOwOgqdECttVKwaM { top:3.5625rem;left:0rem;width:27.875rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBovhUk2P8xxJS6RDCV4dOKXTyJiTxJ { top:0.875rem;left:42.3125rem;width:5.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiXqSGwvkppTe1G60WBNdR3J01T2KkiI { top:24.9375rem;left:21.5rem;width:4.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa { display:block; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ0DhEqADgL7h6H81MkXS35ERDHdmUua { top:0.875rem;left:4.34375rem;width:39.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LvdrSeqg0sGKCuz617XFf42TfTPld2 { display:block; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6KvOdV8JaASMdokA6Ah2oJJRXgdXACl { top:2.875rem;left:0rem;width:27.6875rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLCHLeiSz18f00luf4X9foWPyu6y9LD { top:6.8125rem;left:1.125rem;width:13rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMa1V6PuZosgnRTcXt6igxeSXBEVmzc6 { top:4.375rem;left:21.30078125rem;width:18.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqlF5RIwN1lWFVQ068OhttJuvICpZkG6 { top:7.75rem;left:19.25rem;width:28.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLa6XMUI0stv1UO03uSVMw00P4TGTXvV { top:10.875rem;left:25.193359375rem;width:19.375rem;height:21.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXFxpZ9oebA7TDkhKWx8IXEscTV7JUR { top:10.875rem;left:21.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g27ATgJW7h7myRPtEzQvLXBzU5ET6w { width:17.5rem;height:3.4375rem;top:13.1875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJwa8zmzdDhJfrTkCFwKHVXiUikt1vrl { display:block; }
 }@media only screen and (max-width: 763px) { #lo747X222VRZ3hsFkXLCwz7zIyuhRdi2 { width:17.5rem;height:3.4375rem;top:35.25rem;left:13.5205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpHwCqK3nVzGIM4csQrp0XznQkZv1eN { display:block; }
 }@media only screen and (max-width: 763px) { #MVf7Rcpv6DAl1AVbxzTrGa0w93gKK0zW { top:14.125rem;left:21.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaemvuOLG9q5Epd571VUNkDHabJa4qnW { top:19.4375rem;left:21.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbcH7V2AUI4kMOcrE8mox8zAnMMfMb4 { top:24.25rem;left:21.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKeBcOEXK32GodTrKMALvDHtVTS79q5 { top:29.1875rem;left:21.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU { display:block; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFEkK3yoONof9OEoalFXuQvvZr9EwC4o { top:7.375rem;left:0rem;width:10.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc9Ry15ckWWukIeUycdyxbSSkqQ9kAoO { top:4.125rem;left:15.436611175537rem;width:16.875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwI12x3RJWQBE1MgHMK4D0hmttyiRJZP { top:7.75rem;left:0rem;width:10.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9NRkZpmOHn8h3FN1IqNr8pvOr8w57l8 { top:11rem;left:6.3989715576175rem;width:9.875rem;height:5.0923475228157rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQxDMIfSwfeMZmvSyUUJhrkbl9twuoy { top:7.9375rem;left:5.9375rem;width:10.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXVb3BGCRkRPgIMdKVpfgoC8XMd3FHnB { top:8.8125rem;left:5.875rem;width:10.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPrp3Xg59Q7Bhz7GT8pwqOepI0aJGido { top:7.0625rem;left:0rem;width:10.8125rem;height:11.558474683435rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKx4Nq5BdZLmrxXhMqwdrAwq1MFNfo4 { top:7.9375rem;left:18.5rem;width:10.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKO9T8BluJGTwWhLSTFvwFUdhrNNc5qi { top:8.8125rem;left:18.4375rem;width:10.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJnvTzMFy3DqVdfzu37Ghv0niCtKIMw { top:9.125rem;left:19.685546875rem;width:8.3125rem;height:8.7469503548744rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQe0tJNxFFKNlXfcerkbKyy2iC1w82kM { top:7.9375rem;left:30.75rem;width:10.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaSHd4O21G3TCTa14o1zIxDKTTtywQm { top:8.8125rem;left:30.6875rem;width:10.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otQzqmc8cOF2OkbnN7RSQXwm4wSJtumx { top:7.6875rem;left:30.868076324463rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCqinOWakf2fqx4NVmm2Qz4cGamgeo6 { top:8rem;left:36.9375rem;width:10.6875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcasmBGNsDUSgk8T2JGDTNGhKh9KKx0 { top:8.875rem;left:37.1875rem;width:10.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCK1sKPcKRFFMePsvXPhp9JTzNMhgRka { top:10.75rem;left:36.3125rem;width:11.4375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4zhrnJW2DIQcdc5uXBl2fpsXRCU3oG { width:17.4375rem;height:3.375rem;top:21.9375rem;left:15.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDSwEgTQH1cFxzF0id15LKmcSiXuMDM { display:block; }
 }@media only screen and (max-width: 763px) { #aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ { display:block; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s82zWEkxpotTOF7bAOidIivh1lRXJ0Cs { top:2.375rem;left:0rem;width:35rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOrLJhnpE97W8PCbNC4LDIwaJxQGU7f { top:4.9375rem;left:0rem;width:24.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwvmuVT6v0nOKxGleBkELJdESHrJ421 { top:8.8125rem;left:0rem;width:26.0625rem;height:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRbi2ghFKTSafum986gCfQ1iK6z9GiC { top:4.0625rem;left:15.4375rem;width:32.125rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl { width:17.5rem;height:3.4375rem;top:1.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu36p8TDdmPmJevEUGPeWBrsb6qaoMy9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3yP93dyscNsbvEyZtepnQBVg3Bo8wqv { top:4.4375rem;left:22.9375rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgSWZOHduQGsc8PHDzfSr80Lg9P4PLe { top:4.9375rem;left:23.4375rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI { display:block; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf5NovWgx7tUtWL4x7NUEDCqFO9TEfvk { width:17.4375rem;height:3.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMRNLPmO90QVW7y2LJEQb8upay4mMBv { display:block; }
 }@media only screen and (max-width: 763px) { #TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A { display:block; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnISRFK80rwRyil7UmuKJUbTnfOlnP4s { top:3rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoLBxUlQAOSf0rcz7kRu5102E4Eo3JeR { top:5.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRLTD0rFaWiWc5TsMxxDpSy8iGOiQw46 { top:11.9375rem;left:0rem;width:14.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdsB0c14XOffc04mzAOEgsiAMZpsBPIW { top:10.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhPKXcPc6Q5vUVUg2A4L4nCL2ULF39K { top:11rem;left:0.25rem;width:1rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV29Zqkovb8ATZsE4r0zBEgArzxlT4TT { top:23.625rem;left:0rem;width:7.375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMTbe7xmco9vu9NpNi5Dbyl5oUMA5dTE { top:26.625rem;left:0rem;width:9.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEW3DACOf1uLwSU39JWexp1tQoALsZaA { top:14.8125rem;left:0rem;width:10.375rem;height:8.0776532732837rem;display:block; }
 }@media only screen and (max-width: 763px) { #wibHeL2zq4A7DDg7TG3RBxXtZfUGxdt4 { top:12rem;left:9.125rem;width:14.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3oq1LvSLIXBs1esxarBKTQfaDI0atUW { top:26.5625rem;left:11.107666015625rem;width:10.375rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ2hJlL1Gkvwzyeegl4voi35d55OWdL0 { top:23.5625rem;left:12.233154296875rem;width:8.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodguos6vOGBpT6aTCH1OCRSRktwyUuR { top:14.875rem;left:10.5625rem;width:10.3125rem;height:8.0762488252731rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN9Fr7vbuCp246yVIufFgmaRPQInsSSt { top:10.3125rem;left:13.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrCNQuC6hVSD1zd5ctG8UmTSZt9xr54 { top:11rem;left:15.25rem;width:1rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW2BCASRTr3CT9xi4VEGrr14QfPuc6Z7 { top:12.125rem;left:33.25rem;width:14.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRynmBhHvopO8t2TSmfTMoV3dk6xgGGO { top:26.5625rem;left:35.1875rem;width:12.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9emw88Iw9LpWZlnfmXD6opzLtGyWD4P { top:12rem;left:24.3125rem;width:14.25rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1N4VsZT2h1ryt6CRK0pl2yuFcDXtH31 { top:26.5625rem;left:25.26416015625rem;width:12.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ7hXBliCskWIw2lkp23Eq8pw8nrTGZK { top:23.5625rem;left:37.8125rem;width:9.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5gH6eT3mxaLTfVtwgeoc1LuAfKGQR8 { top:15.0625rem;left:38.125rem;width:9.625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auckAongRON5JNGp6048GNg1zAiXzBT2 { top:14.875rem;left:26.75rem;width:8.5625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc53siLaQFXtpL9rKml5Vnqg0T1M1XTm { top:10.4375rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvs2nK0pH8uZDKdpptE1ktRikrwgZ8mb { top:11.0625rem;left:46rem;width:1rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBSyADMcoOuhHMnbmTrXrXH4AVZhs1r { top:23.5625rem;left:24.982177734375rem;width:13rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbn7Ls3W7TtoE9ogPNUGLfe8F56AcFhA { top:10.3125rem;left:30.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtLn5GfIapwqmsl9D9FwMqE4S4hrfKz { top:11.0625rem;left:31.5rem;width:1rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGrzD7CLBVGdLfBl3TI6bir4WXTkZld { width:17.4375rem;height:3.375rem;top:41.375rem;left:15.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6cxWWHXUJgOUEsD5FeqCtPHfuTlQxT6 { display:block; }
 }@media only screen and (max-width: 763px) { #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx { display:block; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUFr9wE4nexWMf5TVewGZkClIGx2aVyt { display:block; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXoeW5qIBS0dDrQqX3zyyVV6xNeIbDp5 { top:3.25rem;left:0rem;width:38.4375rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiPmyZ5nBNTQVmpym9PcyB4NdH0adtZ { top:11.5rem;left:0rem;width:24.4375rem;height:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWTCUICaIUNvmobhkNVGFXkCW4cWlid { top:25.125rem;left:0rem;width:24rem;height:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIqIMck74zGJOFKRBPlrLxDisMvbkN5k { top:3.9375rem;left:9.75rem;width:38rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXoaeb134fryFRuadh97XMMdbffpT9q { top:0rem;left:0rem;width:29.375rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT85HXq4lsuxIUaXHU0vQeMh7S4IQOG3 { top:8.6875rem;left:22.9375rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss8ilvm90ozLg8oVwS6EyemxD8o4szpT { top:9.25rem;left:23.4375rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHKyMZTlUKAF7M6PVZi5OFXwNqtSelc { width:17.4375rem;height:3.375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gNICwB0eUqF9AlkTXIi7hF9eRK2Chf { display:block; }
 }@media only screen and (max-width: 763px) { #T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C { display:block; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOxmNm6aeWtJAOEIz2C9pkqKXhW14lxr { top:1.75rem;left:0rem;width:41.625rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKDbEnNV0DaR8HI3TKol7royRLgGCyb7 { top:7.75rem;left:0rem;width:27.1875rem;height:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTiDuhXuoGqKiSZlMIrLMaMAwIpfVsT { top:7.75rem;left:15.0625rem;width:32.5625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20iPdpARF050KeFzNEJGbSuZH0AwLiG { top:29.5625rem;left:18.5625rem;width:29.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyVFKdcsnmNdxFdAQDPUhWCVs6qZL27V { width:17.4375rem;height:3.375rem;top:36rem;left:28.79833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlDGItFzPQ61Iv2dlOWcverXkZVIoKRM { display:block; }
 }@media only screen and (max-width: 763px) { #saDDgEvgm7t23L6vOAmrGeZTFpx91elH { display:block; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH { display:block; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5FFuU2zLvwI9VgF9mTFWghCg85EDW5l { top:3rem;left:0rem;width:39.75rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c1UMa3AIUEIPPc3i6ID63Fq7Omp1N6 { top:5.3125rem;left:0rem;width:27.8125rem;height:4.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vADS86PLCa96XqTZnrOQxK3OKkpeHwLd { top:9.75rem;left:0rem;width:27.8125rem;height:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yNXpoyEBeDtpTWuQ6KEd5t28PTBXli { top:13rem;left:0rem;width:26.5625rem;height:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWKstQK1NpomloVhT4RIyHovlrebIrV { top:6.375rem;left:14.25rem;width:33.5rem;height:32.564240582349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLaFZr1AKWANBVaTZCucxv8CkVuf7Aa3 { top:3.9375rem;left:37.125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9bEgH5mstx3TQDFAFbybeHeGaGtIJS { top:6.375rem;left:40.8125rem;width:6.875rem;height:5.5124566402379rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkhGEeDginh8VtZVskaE1890x4Pp4iOH { width:17.4375rem;height:3.375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onAeII2Gv8DQhnl0qJciE4raRoF4bLu2 { display:block; }
 }@media only screen and (max-width: 763px) { #r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS { display:block; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZUMrObptsvDT99xCObOKlXCFJ585aGE { top:2.6875rem;left:3.373046875rem;width:17.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xif1mEi4SshA1ROCJ7FTXB812B1KTN9W { top:6.6875rem;left:3.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANIJ6aB7NWLJtvflZw97cFPLvQPpcAxn { top:2.375rem;left:31.875rem;width:15.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwcaOQEdKnA12lOE8iQdApNlTxrtTVp6 { top:6.375rem;left:38rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8DvlKBf27ndbhTqg2lT9CkRwwPWLTk4 { top:2.6875rem;left:0rem;width:8.1875rem;height:4.9622339901664rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1wWQ3JehsygkXOTFfuft9cbzr1g98DX { top:1.6875rem;left:28.001300811767rem;width:8.3125rem;height:6.2650987365013rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh9VGCiGvuXGqieKODXdODAm6rdFaCNR { top:1.6875rem;left:23.5625rem;width:0.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga534gpqPiI5i8IQ67DlN7s3JB6rRWJC { top:6.75rem;left:4.625rem;width:13.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwFqy7KqSRDzuuEEQfUCft042b9UtvC { top:6.375rem;left:33.0625rem;width:14.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz { display:block; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7SATrRvxkdshkHGQye9GhFvwtw52MAH { top:1rem;left:22.875rem;width:2.3125rem;height:2.3125rem;display:block; }
#f7SATrRvxkdshkHGQye9GhFvwtw52MAH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #GUJcTaeveI426tUhE8MH691rqCdxGhQB { top:1rem;left:32.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
#GUJcTaeveI426tUhE8MH691rqCdxGhQB > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #cLloORQFb2bNHiqZ0pSGnI2RDeKBJCMy { top:1rem;left:12.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz { display:block; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixIDa610SC9nRLTiyNWBZepn0UwoS5kE { top:1.5rem;left:0rem;width:36.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqovWcgro1L0uFqhazTL7lghdNmh5U3K { display:block; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpA3Zrw0rKLccwB6JmhC6Xz0tSqJpeQe { width:17.4375rem;height:3.375rem;top:0.5625rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGq8kcmhHTSbGXUlqzxHwERnBfegdKh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #N9WfQSZa6GzXeauFuzarlvuplo5dJVTT { display:block; }#N9WfQSZa6GzXeauFuzarlvuplo5dJVTT > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuXHV7f1yks6dQ3lHvtRKrDog2BTezXp { width:8.125rem;height:4.93706875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN7ZJTL2w76sBDNyTAVD7rWMpfc29ztv { width:11.875rem;height:3.4375rem;top:7.43706875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzyg9Gp1aHrDaImNZ0184GAyqtEIhwoT { display:block; }
 }@media only screen and (max-width: 763px) { #MkU1GQTp1qsv1PSklwCUIgW8TM4gI4vM { width:11.875rem;height:3.4375rem;top:12.12456875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmLHT8zo6RolbvfwwBo3D5gQd9wo6hyH { display:block; }
 }@media only screen and (max-width: 763px) { #JUIh14HJaoe48Fod2DJi8TS5zaPTq1IG { width:11.875rem;height:3.4375rem;top:16.81206875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL69CgTeTN4hLhZKVQ8lNNNtkDpzWuhu { display:block; }
 }@media only screen and (max-width: 763px) { #wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0dd70435-2dad-42bf-bee1-6b78035b65c3/BGMOBILE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2.adaptive-delivery-prevent-bg, #wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2.lazyload, #wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2.lazyloading { background-image: none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container { background-color: transparent; background-image: none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container > .video-iframe-container { display: none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row > .video-iframe-container { display: none; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .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); }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container { border-width: 0; border-radius: 0; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIRUsTvmIvEWtEwqThnIMqdHx0TgiTz2 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8xQEUsp6WcVqpPDiH4fTZZfldEqs4qv { width:20rem;height:12.959rem;top:2.1875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BWTF7e6xtODtHutI8bLuo7AhdCAnBXEp { top:12.625rem;left:0.0625rem;width:19.9375rem;height:24.3125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jswfr01XBZLgaqURMU6RCkfe09StLMp8 { width:3.0625rem;height:3.125rem;top:31.5625rem;left:0.78125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #If9NKX46MF8aTM3RkGvpV6qJGNmmK2TA { width:3.0625rem;height:3.125rem;top:14rem;left:16.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FePVIzyTTKL5SPyovQuoQ5keKBzyWAl9 { width:6.4375rem;height:1.5rem;top:36.9375rem;left:3.09375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Uxl7PF8TbyppunpvxR2sDobogsid77Ua { width:5.375rem;height:5.8125rem;top:35.4375rem;left:10.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/559010b3-865d-45cc-86b5-3b7d04a82a5a/mobile.png");background-position:bottom 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zM9TMZ4rr5hecLpFk7uD4ggcbZLcq4tN { width:19.9375rem;height:10.1875rem;top:17.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vt26lMFR5uFnpDlTTBmXWvdl29dUSb { width:5.375rem;height:5.8125rem;top:30.59375rem;left:11.162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1DKsk1g9QTXuB3Pea1bHZbMSvNeMOxN { width:6.4375rem;height:1.5rem;top:32.75rem;left:3.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fA1yQuibbitsb0AAsyN7IMb5Agm6dkW5 { top:14.1875rem;left:0.125rem;width:19.875rem;height:17.375rem;z-index:14998;background-color:#d55ceb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mLipqrKl3Ov0n3F8vOwOgqdECttVKwaM { width:20rem;height:12.959641255605rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThBovhUk2P8xxJS6RDCV4dOKXTyJiTxJ { width:3.0625rem;height:3.125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiXqSGwvkppTe1G60WBNdR3J01T2KkiI { width:2.75rem;height:2.8125rem;top:13.583984375rem;left:16.475rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa { display:block; }#JFU1FKE81U8lA3rx3G7CitAM6ka0Ppxa > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ0DhEqADgL7h6H81MkXS35ERDHdmUua { width:20rem;height:5.19921875rem;top:0.99349069595338rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LvdrSeqg0sGKCuz617XFf42TfTPld2 { display:block; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#A4LvdrSeqg0sGKCuz617XFf42TfTPld2 > .row .container { width:20rem;height:66.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6KvOdV8JaASMdokA6Ah2oJJRXgdXACl { width:20rem;height:22.25rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLCHLeiSz18f00luf4X9foWPyu6y9LD { height:18.1875rem;width:9.375rem;top:12.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMa1V6PuZosgnRTcXt6igxeSXBEVmzc6 { width:16.75rem;height:2.25rem;top:2.87464427948rem;left:1.6237570047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqlF5RIwN1lWFVQ068OhttJuvICpZkG6 { width:15.5625rem;height:3.8994125rem;top:6.31214427948rem;left:2.2176846265793rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLa6XMUI0stv1UO03uSVMw00P4TGTXvV { width:16.625rem;height:22.75rem;top:34.3125rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXFxpZ9oebA7TDkhKWx8IXEscTV7JUR { width:1.9375rem;height:1.9375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g27ATgJW7h7myRPtEzQvLXBzU5ET6w { width:17.5rem;height:2.8125rem;top:63.108070373538rem;left:1.25rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #QJwa8zmzdDhJfrTkCFwKHVXiUikt1vrl { display:block; }
 }@media only screen and (max-width: 763px) { #lo747X222VRZ3hsFkXLCwz7zIyuhRdi2 { width:17.5rem;height:3.4375rem;top:59.544921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcpHwCqK3nVzGIM4csQrp0XznQkZv1eN { display:block; }
 }@media only screen and (max-width: 763px) { #MVf7Rcpv6DAl1AVbxzTrGa0w93gKK0zW { width:1.9375rem;height:1.9375rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaemvuOLG9q5Epd571VUNkDHabJa4qnW { width:1.9375rem;height:1.9375rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJbcH7V2AUI4kMOcrE8mox8zAnMMfMb4 { width:1.9375rem;height:1.9375rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsKeBcOEXK32GodTrKMALvDHtVTS79q5 { width:1.9375rem;height:1.9375rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU { display:block; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#aTlDP9qmBCnUh2O7n5uELzgTQkuAGcsU > .row .container { width:20rem;height:77.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFEkK3yoONof9OEoalFXuQvvZr9EwC4o { width:10.75rem;height:11.1875rem;top:8.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc9Ry15ckWWukIeUycdyxbSSkqQ9kAoO { width:16.875rem;height:2.3125rem;top:4.0624961853028rem;left:1.5616122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwI12x3RJWQBE1MgHMK4D0hmttyiRJZP { width:10.4375rem;height:10.3125rem;top:8.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9NRkZpmOHn8h3FN1IqNr8pvOr8w57l8 { width:9.875rem;height:5.0923475228157rem;top:25.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQxDMIfSwfeMZmvSyUUJhrkbl9twuoy { width:10.6875rem;height:11.125rem;top:22.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXVb3BGCRkRPgIMdKVpfgoC8XMd3FHnB { width:10.4375rem;height:10.3125rem;top:22.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPrp3Xg59Q7Bhz7GT8pwqOepI0aJGido { width:10.8125rem;height:11.558474683435rem;top:8.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKx4Nq5BdZLmrxXhMqwdrAwq1MFNfo4 { width:10.6875rem;height:11.125rem;top:35rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKO9T8BluJGTwWhLSTFvwFUdhrNNc5qi { width:10.4375rem;height:10.3125rem;top:35.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLJnvTzMFy3DqVdfzu37Ghv0niCtKIMw { width:8.3125rem;height:8.7469503548744rem;top:36.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQe0tJNxFFKNlXfcerkbKyy2iC1w82kM { width:10.6875rem;height:11.125rem;top:47.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtaSHd4O21G3TCTa14o1zIxDKTTtywQm { width:10.4375rem;height:10.3125rem;top:47.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otQzqmc8cOF2OkbnN7RSQXwm4wSJtumx { width:10.625rem;height:10.625rem;top:47.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuCqinOWakf2fqx4NVmm2Qz4cGamgeo6 { width:10.6875rem;height:11.125rem;top:60.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdcasmBGNsDUSgk8T2JGDTNGhKh9KKx0 { width:10.4375rem;height:10.3125rem;top:60.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCK1sKPcKRFFMePsvXPhp9JTzNMhgRka { width:11.4375rem;height:5.5rem;top:62.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4zhrnJW2DIQcdc5uXBl2fpsXRCU3oG { width:17.4375rem;height:3.375rem;top:72.6230234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDSwEgTQH1cFxzF0id15LKmcSiXuMDM { display:block; }
 }@media only screen and (max-width: 763px) { #aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ { display:block; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#aL5z35EinOyFMXfTNwBcFZwkvdF5teuQ > .row .container { width:20rem;height:64.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s82zWEkxpotTOF7bAOidIivh1lRXJ0Cs { width:17.9375rem;height:5.19921875rem;top:1.625rem;left:1.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #shOrLJhnpE97W8PCbNC4LDIwaJxQGU7f { width:14.875rem;height:4.548825rem;top:7.572265625rem;left:1.03125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwvmuVT6v0nOKxGleBkELJdESHrJ421 { width:18.1875rem;height:24.375rem;top:12.873046875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzRbi2ghFKTSafum986gCfQ1iK6z9GiC { width:20rem;height:19.890625rem;top:45.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBXpNHFnLN42PkRSRREtdMOLDxud4Zl { width:17.5rem;height:3.4375rem;top:37.796890258789rem;left:1.25rem;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #42d039, #086f00);background-image: -moz-linear-gradient(180deg, #42d039, #086f00);background-image: -ms-linear-gradient(180deg, #42d039, #086f00);background-image: -o-linear-gradient(180deg, #42d039, #086f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42d039', endColorstr='#086f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42d039', endColorstr='#086f00' );";background-image: linear-gradient(180deg, #42d039, #086f00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nu36p8TDdmPmJevEUGPeWBrsb6qaoMy9 { display:block; }
 }@media only screen and (max-width: 763px) { #Q3yP93dyscNsbvEyZtepnQBVg3Bo8wqv { width:14.5rem;height:14.5rem;top:43.7548828125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgSWZOHduQGsc8PHDzfSr80Lg9P4PLe { width:14.8125rem;height:14.75rem;top:43.1298828125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI { display:none; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#UNMwcDgi7TUu1Z1ghkGeRp1q9PNQccpI > .row .container { width:20rem;height:18.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nf5NovWgx7tUtWL4x7NUEDCqFO9TEfvk { width:17.4375rem;height:3.375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMRNLPmO90QVW7y2LJEQb8upay4mMBv { display:block; }
 }@media only screen and (max-width: 763px) { #TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A { display:block; }#TTs5BhrzTK2qCEpdn1QHQkcwOM9bDG5A > .row .container { width:20rem;height:138.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnISRFK80rwRyil7UmuKJUbTnfOlnP4s { width:20rem;height:7.7988125rem;top:3.388671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoLBxUlQAOSf0rcz7kRu5102E4Eo3JeR { width:20rem;height:6.82325rem;top:11.622314453125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRLTD0rFaWiWc5TsMxxDpSy8iGOiQw46 { width:16.749rem;height:22.749rem;top:21.80712890625rem;left:1.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdsB0c14XOffc04mzAOEgsiAMZpsBPIW { width:3.625rem;height:3.625rem;top:20.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhPKXcPc6Q5vUVUg2A4L4nCL2ULF39K { width:0.99975625rem;height:2.2749rem;top:21.125rem;left:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV29Zqkovb8ATZsE4r0zBEgArzxlT4TT { width:7.37425rem;height:2.2749rem;top:33.3125rem;left:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMTbe7xmco9vu9NpNi5Dbyl5oUMA5dTE { width:12.5rem;height:6.499rem;top:36.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEW3DACOf1uLwSU39JWexp1tQoALsZaA { width:10.4375rem;height:8.125rem;top:25.213623046875rem;left:4.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wibHeL2zq4A7DDg7TG3RBxXtZfUGxdt4 { width:16.75rem;height:25.0625rem;top:47.8125rem;left:1.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3oq1LvSLIXBs1esxarBKTQfaDI0atUW { width:12.4995rem;height:7.7988125rem;top:62.4990234375rem;left:3.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ2hJlL1Gkvwzyeegl4voi35d55OWdL0 { width:8.124rem;height:2.2749rem;top:59.2998046875rem;left:5.935546875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eodguos6vOGBpT6aTCH1OCRSRktwyUuR { width:10.2495rem;height:8.0625rem;top:50.81103515625rem;left:4.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN9Fr7vbuCp246yVIufFgmaRPQInsSSt { width:3.624025rem;height:3.624025rem;top:46.13671875rem;left:8.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVrCNQuC6hVSD1zd5ctG8UmTSZt9xr54 { width:0.99975625rem;height:2.2749rem;top:46.8125rem;left:9.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW2BCASRTr3CT9xi4VEGrr14QfPuc6Z7 { width:16.75rem;height:26.25rem;top:103.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRynmBhHvopO8t2TSmfTMoV3dk6xgGGO { width:12.4995rem;height:10.3984375rem;top:118.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9emw88Iw9LpWZlnfmXD6opzLtGyWD4P { width:16.75rem;height:25.0625rem;top:75.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1N4VsZT2h1ryt6CRK0pl2yuFcDXtH31 { width:12.4995rem;height:7.7988125rem;top:90.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ7hXBliCskWIw2lkp23Eq8pw8nrTGZK { width:9.8745rem;height:2.2749rem;top:115.375rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5gH6eT3mxaLTfVtwgeoc1LuAfKGQR8 { width:9.625rem;height:7.56228569202rem;top:106.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auckAongRON5JNGp6048GNg1zAiXzBT2 { width:8.5625rem;height:7.8124562018219rem;top:79.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc53siLaQFXtpL9rKml5Vnqg0T1M1XTm { width:3.625rem;height:3.625rem;top:102.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvs2nK0pH8uZDKdpptE1ktRikrwgZ8mb { width:0.999025rem;height:2.2749rem;top:102.8125rem;left:9.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBSyADMcoOuhHMnbmTrXrXH4AVZhs1r { width:12.999rem;height:2.2749rem;top:87.625rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbn7Ls3W7TtoE9ogPNUGLfe8F56AcFhA { width:3.625rem;height:3.625rem;top:74.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQtLn5GfIapwqmsl9D9FwMqE4S4hrfKz { width:0.999025rem;height:2.2749rem;top:75rem;left:9.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfGrzD7CLBVGdLfBl3TI6bir4WXTkZld { width:17.4375rem;height:3.375rem;top:131.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6cxWWHXUJgOUEsD5FeqCtPHfuTlQxT6 { display:block; }
 }@media only screen and (max-width: 763px) { #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4e336695-2199-4306-8211-6825b587c353/prancheta2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.adaptive-delivery-prevent-bg, #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.lazyload, #kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx.lazyloading { background-image: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { background-color: transparent; background-image: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #548cf5; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container > .video-iframe-container { display: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #548cf5; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container { display: none; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .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); }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { border-width: 0; border-radius: 0; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kXOIlkx3Tex7W9yIsZIpGuc1PEbWKyEx > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUFr9wE4nexWMf5TVewGZkClIGx2aVyt { display:block; }#oUFr9wE4nexWMf5TVewGZkClIGx2aVyt > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXoeW5qIBS0dDrQqX3zyyVV6xNeIbDp5 { width:19.9989375rem;height:13rem;top:4.7634382247925rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDiPmyZ5nBNTQVmpym9PcyB4NdH0adtZ { width:18.6875rem;height:14.625rem;top:18.514540672302rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSWTCUICaIUNvmobhkNVGFXkCW4cWlid { width:20rem;height:14.625rem;top:34.445531845093rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIqIMck74zGJOFKRBPlrLxDisMvbkN5k { width:20rem;height:21.6943125rem;top:50.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnXoaeb134fryFRuadh97XMMdbffpT9q { width:20rem;height:2.5996125rem;top:1.2282991409302rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT85HXq4lsuxIUaXHU0vQeMh7S4IQOG3 { width:12.75rem;height:12.5rem;top:51.091796875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss8ilvm90ozLg8oVwS6EyemxD8o4szpT { width:13.75rem;height:13.5625rem;top:50.810546875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRHKyMZTlUKAF7M6PVZi5OFXwNqtSelc { width:17.4375rem;height:3.375rem;top:73.7524453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4gNICwB0eUqF9AlkTXIi7hF9eRK2Chf { display:block; }
 }@media only screen and (max-width: 763px) { #T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C { display:block; }#T4h0Rskn5U9NkTTh2rk9iFlvnV6Gm54C > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOxmNm6aeWtJAOEIz2C9pkqKXhW14lxr { width:19.9995rem;height:3.500975rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKDbEnNV0DaR8HI3TKol7royRLgGCyb7 { width:20rem;height:46.5rem;top:6.7914500236513rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTiDuhXuoGqKiSZlMIrLMaMAwIpfVsT { width:19.875rem;height:11.978406909789rem;top:60.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T20iPdpARF050KeFzNEJGbSuZH0AwLiG { width:20rem;height:2.7408993576017rem;top:73.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyVFKdcsnmNdxFdAQDPUhWCVs6qZL27V { width:17.4375rem;height:3.375rem;top:77.7397484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlDGItFzPQ61Iv2dlOWcverXkZVIoKRM { display:block; }
 }@media only screen and (max-width: 763px) { #saDDgEvgm7t23L6vOAmrGeZTFpx91elH { display:block; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#saDDgEvgm7t23L6vOAmrGeZTFpx91elH > .row .container { width:20rem;height:3rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH { display:block; }#Vub4ktAf1l1ETwTIqzrTr7JnQfvwDhHH > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5FFuU2zLvwI9VgF9mTFWghCg85EDW5l { width:19.625rem;height:42.3125rem;top:1.25rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3c1UMa3AIUEIPPc3i6ID63Fq7Omp1N6 { width:14.749375rem;height:8rem;top:2.5813667774201rem;left:1.3118489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vADS86PLCa96XqTZnrOQxK3OKkpeHwLd { width:10.3125rem;height:1.79980625rem;top:10.578343391419rem;left:1.3118489384651rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7yNXpoyEBeDtpTWuQ6KEd5t28PTBXli { width:16.749125rem;height:21.125rem;top:13.786893367767rem;left:1.3118489384651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXWKstQK1NpomloVhT4RIyHovlrebIrV { width:20rem;height:19.4411875rem;top:41.513673782349rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #MLaFZr1AKWANBVaTZCucxv8CkVuf7Aa3 { width:6.875rem;height:6.875rem;top:51.1875rem;left:10.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9bEgH5mstx3TQDFAFbybeHeGaGtIJS { width:4.0625rem;height:3.2487rem;top:53.3125rem;left:12.375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #CkhGEeDginh8VtZVskaE1890x4Pp4iOH { width:17.4375rem;height:3.375rem;top:62.203609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onAeII2Gv8DQhnl0qJciE4raRoF4bLu2 { display:block; }
 }@media only screen and (max-width: 763px) { #r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { background-color: transparent; background-image: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container > .video-iframe-container { display: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container { display: none; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .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); }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { border-width: 0; border-radius: 0; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6f6FMyt6qoZ91ac0A2S3PeHMZGfXXeS > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZUMrObptsvDT99xCObOKlXCFJ585aGE { width:17.25rem;height:3.9375rem;top:8.875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xif1mEi4SshA1ROCJ7FTXB812B1KTN9W { display:flex;width:1.125rem;height:1.125rem;top:12.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ANIJ6aB7NWLJtvflZw97cFPLvQPpcAxn { width:15.8125rem;height:3.9375rem;top:23.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwcaOQEdKnA12lOE8iQdApNlTxrtTVp6 { display:flex;width:1.125rem;height:1.125rem;top:27.680992126465rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #C8DvlKBf27ndbhTqg2lT9CkRwwPWLTk4 { width:8.1875rem;height:4.9622339901664rem;top:2.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1wWQ3JehsygkXOTFfuft9cbzr1g98DX { width:8.3125rem;height:6.2650987365013rem;top:16.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh9VGCiGvuXGqieKODXdODAm6rdFaCNR { width:0.1875rem;height:7.375rem;top:16.3359375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ga534gpqPiI5i8IQ67DlN7s3JB6rRWJC { width:13.75rem;height:1.13671875rem;top:12.9375rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTwFqy7KqSRDzuuEEQfUCft042b9UtvC { width:14.6875rem;height:1.13671875rem;top:27.6875rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz { display:block; }#Pt5mQQ6bJ7RUlgCswxC899bviWBgA9Tz > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7SATrRvxkdshkHGQye9GhFvwtw52MAH { display:flex;width:2.3125rem;height:2.3125rem;top:1rem;left:9rem; }
#f7SATrRvxkdshkHGQye9GhFvwtw52MAH > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #GUJcTaeveI426tUhE8MH691rqCdxGhQB { display:flex;width:2.3125rem;height:2.3125rem;top:1rem;left:15.125rem; }
#GUJcTaeveI426tUhE8MH691rqCdxGhQB > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #cLloORQFb2bNHiqZ0pSGnI2RDeKBJCMy { width:2.3125rem;height:2.3125rem;top:1rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz { display:block; }#h3I8mIJxGUT6o0m6gMJ3s8oKrBEHyttz > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixIDa610SC9nRLTiyNWBZepn0UwoS5kE { width:14.5625rem;height:2.923825rem;top:1.3125rem;left:2.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqovWcgro1L0uFqhazTL7lghdNmh5U3K { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#fqovWcgro1L0uFqhazTL7lghdNmh5U3K > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpA3Zrw0rKLccwB6JmhC6Xz0tSqJpeQe { width:17.4375rem;height:3.375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBGq8kcmhHTSbGXUlqzxHwERnBfegdKh { display:block; }
 }