.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:221,235,247;--color-primary-1:154,194,232;--color-primary-2:87,154,216;--color-primary-3:66,113,143;--color-primary-4:17,31,43;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#wxl658yX6KCUJGPQs42TZnwufZa6MOwI { position:absolute;display:block;z-index:15022;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.6875rem;width:8.1875rem;top:1.9375rem;left:30rem;overflow:hidden;display:block; }
#Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { position:absolute;display:block;z-index:15023;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.6875rem;width:5.125rem;top:1.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cabee7b-db9e-40bd-aae8-7d61a0d1bf7d/saofelixdamarinha.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:75rem;height:45.4375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1742186546325rem;left:14.936718940735rem;height:10.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.57421875rem;left:14.936718940735rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { background-color:rgba(var(--color-primary-3),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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.0625rem;left:28.468750953674rem;display:block; }
#zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.38671875rem;left:14.936718940735rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.75rem;left:28.125000953674rem;display:block; }
#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { position:relative;display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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:64.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.9374980926512rem;left:0rem;height:12.1494375rem;font-style:normal;display:block; }
#KhkciR0J6gQomtITWVFrnfgkudf2FI3w { box-sizing:content-box;height:21.4375rem;width:32.0625rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5aafaba3-a6ac-467f-8bf5-a4f848deb1e9/72fc84dcfcac9243d1072ce06ef8295a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.436719894409rem;left:42.812500953674rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { box-sizing:content-box;height:21.4375rem;width:32.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0fd57841-eac1-4892-baa6-7388df453144/VendaMoradiaSoFlixdaMarinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:42.750000953674rem;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
#I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0625rem;left:15.224999427796rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.625rem;left:0rem;height:7.312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.0625rem;left:0rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.5rem;left:0rem;height:10.23681875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SBNGp2cKV3xmCgTtXQV34Ao1KWaSA0NA { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:51.0625rem;left:0rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { box-sizing:content-box;height:21.4375rem;width:32.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c9351379-274c-4c35-9a0d-13ab30332f2a/d1c4cd68c12696e6dd278568c71184a0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.874218940735rem;left:42.812500953674rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:19.8125rem;left:10.75rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.8249998092651rem;left:14.811718940735rem;height:8.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:16.5625rem;left:13.4375rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { box-sizing:content-box;height:2.5625rem;width:17.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.375rem;left:12.75rem;display:block; }
#IsrlXz0cvOwHDyQ90PzKMqM3MTALkHnq { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:19.8125rem;left:42.9375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMoW7wK5nIl36JoQ1Q3Cbo8yOLTSaqyr { box-sizing:content-box;height:2.5625rem;width:17.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.375rem;left:44.9375rem;display:block; }
#JSd36VTsZQckOW07BvEnpRhzHGR02wr4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.5625rem;left:45.625rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da29OZSNPZ4cuKJHTVUVETx0FQnlh17q { box-sizing:content-box;height:14.375rem;width:30.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:31.375rem;left:22.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#uUZF0TC6RBzim4FW08lTf2ZQeG0x3J8x { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:36.875rem;left:22.875rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHTBvkqr21fs0T0zTlMRNRGk9MqfUuDK { box-sizing:content-box;height:2.5625rem;width:19.8125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.4375rem;left:27.6875rem;display:block; }
#JEkwfTpon3DHScEdoHf9v6ichUUzu7bI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:33.6875rem;left:27.6875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { box-sizing:content-box;height:14.375rem;width:30.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.3125rem;left:6.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#kNxLRrO4Prq2xD0QWBz01sLuzaxcKwn0 { box-sizing:content-box;height:14.375rem;width:30.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:14.3125rem;left:38.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e666e11d-50b3-4306-98b9-ff70ee5bae88/f44dbca4092fa6fdeddb9e276dbbb6c8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.adaptive-delivery-prevent-bg, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyload, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyloading { background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { background-color: transparent; background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .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); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { border-width: 0; border-radius: 0; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::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; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { color:rgba(var(--color-tertiary-0),1);display:block;width:74.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akpfWlZl1agOsivm1vGR3bU3TQq7Uglp { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3125rem;left:7.375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViltQrCamve0PPbEbRLkSXTcvwKzaB4n { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:16.869140625rem;left:8.15625rem;height:3.8247rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGpAmsPBiCUfqBfFFpfdd51Vk6r8dsGd { box-sizing:content-box;height:4.6875rem;width:19.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.4375rem;left:7.375rem;display:block; }
#WBiOPgV0L8k9cVMR0dLceIq7fATaEsbp { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.9375rem;left:28.5625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykcEHMeRtHSr1cMPCJB0XPrKtqtlw97i { box-sizing:content-box;height:4.6875rem;width:19.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.4375rem;left:28.4375rem;display:block; }
#zeO6bM9zk6L1I5pq6Z3OnwnTkBVETfqR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:17.50634765625rem;left:49.375rem;height:2.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XD7empPmnPfw1MB5ZbfQ81IFap9z1wM3 { box-sizing:content-box;height:4.6875rem;width:19.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.4375rem;left:49.25rem;display:block; }
#elfJO6oFKEvlHiDgaqHPFOoeG0La1SPN { color:rgba(var(--color-tertiary-0),1);display:block;width:74.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.125rem;left:0.3125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WQPBHEaRi5kJygSK4DBOfyHnZEiBVbva { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5rem;left:7.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhhNtAMtlCCskDK1mpdlUSPzyhf9Q7gy { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:32.6875rem;left:7.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQsWNKX61tAvbc4XPu1GJwBv0E5fgpnL { color:rgba(var(--color-tertiary-0),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:34.875rem;left:8.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOlOpHo7e4gbaTm9wSC1TvvgyMUsPGm1 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.050000190735rem;left:28.968750953674rem;display:block; }
#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { background-color: transparent; background-image: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .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); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { border-width: 0; border-radius: 0; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#TzBKKUiiWBnUoIGDpV885Es3XGgT4dz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0867185592651rem;left:0.15625rem;height:7.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uohc45SwLCKQSzlgMIvyNPuavo3dLUEW { color:rgba(var(--color-tertiary-4),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.650000035763rem;left:7.374218940735rem;height:13.16161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBIdeeWsqhm5sQRlBKL5KdPc3IZKhnOQ { position:absolute;display:block;z-index:15009;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;height:15.625rem;width:23.4375rem;top:29.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#tFhN2mIyFfkLway0sCaxlBPT2erplA9f { position:absolute;display:block;z-index:15010;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;height:15.625rem;width:23.4375rem;top:29.8125rem;left:25.75rem;overflow:hidden;display:block; }
#UJOOb9iGMvAls48PNvAg3Vgpds9MXvOT { position:absolute;display:block;z-index:15011;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;height:15.5625rem;width:23.4375rem;top:29.8125rem;left:50.75rem;overflow:hidden;display:block; }
#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:7.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:11.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-form-header {  }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:30.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:30.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29rem;overflow:hidden;font-style:normal; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container:first-of-type{padding-top:0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-container:last-of-type{padding-bottom:0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5.09375rem;left:39.8125rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.375rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:5.09375rem;left:39.8125rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #FEWaBnsf7JtDd0WlQPJvXqTrUTGeJLEd { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #MrIFDTsCyagtrVORKxJnxoTOFhzVgKQF { position:relative;display:block; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #m3OetmL3vgHpsQUSxsQc0C1U5DXoEtJI { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q { position:relative; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { background-color:#ffb4a2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxl658yX6KCUJGPQs42TZnwufZa6MOwI { top:1.9375rem;left:16.375rem;width:8.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { top:1.9375rem;left:26.3125rem;width:5.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { position:relative;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { top:7.125rem;left:1.3117189407349rem;width:45.125rem;height:10.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { top:17.5625rem;left:1.3117189407349rem;width:45.125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { width:18.0625rem;height:3.4375rem;top:32.0625rem;left:14.843750953674rem;background-color:#ffb4a2;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block; }
 }@media only screen and (max-width: 763px) { #OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { top:25.375rem;left:1.3115234375rem;width:45.125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { top:23.75rem;left:14.500000953674rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { top:8.875rem;left:0rem;width:36.5625rem;height:12.125rem;font-size:3.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { top:21.375rem;left:9.6875rem;width:32.0625rem;height:21.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a821c5-be41-41fd-9f43-73b1c29322b5/112790min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { top:0rem;left:9.6875rem;width:32.125rem;height:21.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7676e93d-009b-4f0a-975b-86ebabd0bdb3/przystojnymlodyzadowolonymezczyznausmiechasieidajeprezentswojemuchlopakowispedzajacrazemczaswprzestronnympokojumin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { top:16.6875rem;left:2.2249994277954rem;width:45.125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { top:21.625rem;left:0rem;width:30.375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { top:30.0625rem;left:0rem;width:32.125rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { top:39.5rem;left:0rem;width:32.125rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNGp2cKV3xmCgTtXQV34Ao1KWaSA0NA { top:51.0625rem;left:0rem;width:32.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { top:42.8125rem;left:15.6875rem;width:32.0625rem;height:21.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a821c5-be41-41fd-9f43-73b1c29322b5/112790min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { top:19.8125rem;left:0rem;width:21.3125rem;height:6.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { top:2.8125rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:3.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { top:16.5625rem;left:0rem;width:15.875rem;height:2.0625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { top:16.375rem;left:0rem;width:17.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrlXz0cvOwHDyQ90PzKMqM3MTALkHnq { top:19.8125rem;left:26.4375rem;width:21.3125rem;height:8.4375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tMoW7wK5nIl36JoQ1Q3Cbo8yOLTSaqyr { top:16.375rem;left:30.4375rem;width:17.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSd36VTsZQckOW07BvEnpRhzHGR02wr4 { top:16.5625rem;left:31.875rem;width:15.875rem;height:2.0625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #da29OZSNPZ4cuKJHTVUVETx0FQnlh17q { top:31.375rem;left:8.6875rem;width:30.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUZF0TC6RBzim4FW08lTf2ZQeG0x3J8x { top:36.875rem;left:9.25rem;width:29.3125rem;height:8.4375rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UHTBvkqr21fs0T0zTlMRNRGk9MqfUuDK { top:33.4375rem;left:14.0625rem;width:19.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEkwfTpon3DHScEdoHf9v6ichUUzu7bI { top:33.6875rem;left:14.0625rem;width:19.625rem;height:2.0625rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { top:14.3125rem;left:0rem;width:30.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxLRrO4Prq2xD0QWBz01sLuzaxcKwn0 { top:14.3125rem;left:17.3125rem;width:30.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17ec5c19-3484-4688-8da4-5d2cf12d3467/4008min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.adaptive-delivery-prevent-bg, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyload, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyloading { background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { background-color: transparent; background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,39,68,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(49,39,68,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .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); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { border-width: 0; border-radius: 0; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { top:4.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #akpfWlZl1agOsivm1vGR3bU3TQq7Uglp { top:9.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViltQrCamve0PPbEbRLkSXTcvwKzaB4n { top:16.8125rem;left:0rem;width:18.25rem;height:3.8125rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NGpAmsPBiCUfqBfFFpfdd51Vk6r8dsGd { top:16.4375rem;left:0rem;width:19.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBiOPgV0L8k9cVMR0dLceIq7fATaEsbp { top:16.9375rem;left:14.9375rem;width:19.5625rem;height:3.75rem;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ykcEHMeRtHSr1cMPCJB0XPrKtqtlw97i { top:16.4375rem;left:14.8125rem;width:19.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeO6bM9zk6L1I5pq6Z3OnwnTkBVETfqR { top:17.5rem;left:28.1875rem;width:19.5625rem;height:2.5rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XD7empPmnPfw1MB5ZbfQ81IFap9z1wM3 { top:16.4375rem;left:27.9375rem;width:19.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elfJO6oFKEvlHiDgaqHPFOoeG0La1SPN { top:26.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WQPBHEaRi5kJygSK4DBOfyHnZEiBVbva { top:30.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhhNtAMtlCCskDK1mpdlUSPzyhf9Q7gy { top:32.6875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsWNKX61tAvbc4XPu1GJwBv0E5fgpnL { top:34.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOlOpHo7e4gbaTm9wSC1TvvgyMUsPGm1 { top:24rem;left:15.343750953674rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { background-color: transparent; background-image: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .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); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { border-width: 0; border-radius: 0; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzBKKUiiWBnUoIGDpV885Es3XGgT4dz2 { top:5.0625rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uohc45SwLCKQSzlgMIvyNPuavo3dLUEW { top:13.625rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBIdeeWsqhm5sQRlBKL5KdPc3IZKhnOQ { top:29.8125rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhN2mIyFfkLway0sCaxlBPT2erplA9f { top:29.8125rem;left:12.125rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOOb9iGMvAls48PNvAg3Vgpds9MXvOT { top:29.8125rem;left:24.3125rem;width:23.4375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { top:5.5625rem;left:0rem;width:32.5rem;height:7.5rem;font-size:2.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { top:14.1875rem;left:0rem;width:32.625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { width:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-checkbox-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { width:30.375rem;height:auto;top:5.0625rem;left:14.875rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { width:30.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { width:30.375rem;height:auto;top:5.0625rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #FEWaBnsf7JtDd0WlQPJvXqTrUTGeJLEd {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #MrIFDTsCyagtrVORKxJnxoTOFhzVgKQF {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #m3OetmL3vgHpsQUSxsQc0C1U5DXoEtJI {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 {  }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #579ad8, #42718f);background-image: -moz-linear-gradient(90deg, #579ad8, #42718f);background-image: -ms-linear-gradient(90deg, #579ad8, #42718f);background-image: -o-linear-gradient(90deg, #579ad8, #42718f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#579ad8', endColorstr='#42718f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#579ad8', endColorstr='#42718f' );";background-image: linear-gradient(90deg, #579ad8, #42718f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { background-color: transparent; background-image: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row > .video-iframe-container { display: none; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .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); }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { border-width: 0; border-radius: 0; }#WoQLVTMqqFUMvVyxBDsXu5bQT0L8fy2g > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxl658yX6KCUJGPQs42TZnwufZa6MOwI { width:11.4375rem;height:3.5rem;top:0.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm800a2OO9y9dQEHm6V9lTecLW1mnPPW { width:5rem;height:2.5625rem;top:1.21875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cabee7b-db9e-40bd-aae8-7d61a0d1bf7d/saofelixdamarinha.webp");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;box-shadow: none;display:block; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.adaptive-delivery-prevent-bg, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyload, #SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU.lazyloading { background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { background-color: transparent; background-image: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { display: none; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .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); }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { border-width: 0; border-radius: 0; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU::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; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKNMHDR3A5nZPBhstIGHBX8cdNTOwBtU > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKVTszVf51J6m1olu33r8Wp1kUQU0EkN { width:20rem;height:6.599125rem;top:3.3125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZzelWk7A0CeailJoTxOZJdSeXwcnBAnB { width:20rem;height:4.3875rem;top:10.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWcDbsHErh9uHnJ6iTPQVGCtZ6ntqDny { width:18.0625rem;height:3.4375rem;top:23.125rem;left:0.9375rem;background-color:#42718f;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zTKCtmWfrfyc0bCD2oaNJZQRmw6Zt6QZ { display:block; }
 }@media only screen and (max-width: 763px) { #OIcaDGxaoyuxcJAwwSXzFKyFKITvJOdT { width:20rem;height:2.6rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2spD29ymgMfIzQEKcJ8zJ3DAr7uTJrW { width:18.75rem;height:0.1875rem;top:16.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { display:block; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { background-color: transparent; background-image: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row > .video-iframe-container { display: none; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .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); }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df { border-width: 0; border-radius: 0; }#xB1N6hnbPsaWZ3HTsT6Pt6XKpaWdU6Df > .row .container { width:20rem;height:91.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSvwfdNwmeTPEDCnWDd3RDEf4LOkscyv { width:19.0625rem;height:3.6rem;top:1.9375009536743rem;left:0rem;font-size:1.5rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhkciR0J6gQomtITWVFrnfgkudf2FI3w { width:20rem;height:12.5rem;top:66.287500381469rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5aafaba3-a6ac-467f-8bf5-a4f848deb1e9/72fc84dcfcac9243d1072ce06ef8295a.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KhkciR0J6gQomtITWVFrnfgkudf2FI3w.adaptive-delivery-prevent-bg, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyload, #KhkciR0J6gQomtITWVFrnfgkudf2FI3w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr { width:20rem;height:12.5rem;top:53.787505149841rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0fd57841-eac1-4892-baa6-7388df453144/VendaMoradiaSoFlixdaMarinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.adaptive-delivery-prevent-bg, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyload, #BJq9IgbMtFvLM1AwRKiJ34b4NS2c1IVr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I7BF8sV4ecrrsoq0d0AwpCznTDV3bhKD { width:20rem;height:4.3875rem;top:77.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9JmuXx6t8BrGNNZVI98U2qupTT5noK8 { width:20rem;height:9.098625rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRf0H4fprX8XJO85llbNqkJCDpl4eNN0 { width:20rem;height:11.69825rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD8T7FhgBeXTa3fsv7s1hFd6me3KrggL { width:20rem;height:12.99803125rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBNGp2cKV3xmCgTtXQV34Ao1KWaSA0NA { width:20rem;height:5.19921875rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN { width:20rem;height:12.5rem;top:78.787500381469rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9351379-274c-4c35-9a0d-13ab30332f2a/d1c4cd68c12696e6dd278568c71184a0.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.adaptive-delivery-prevent-bg, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyload, #LWyt3ZvtkIt83quElw5B8LVM6cRWgABN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { display:block; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { background-color: transparent; background-image: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row > .video-iframe-container { display: none; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .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); }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD { border-width: 0; border-radius: 0; }#NvsqhhKsoPbQqpwf3aVIJvr7XaZV0tkD > .row .container { width:20rem;height:65.1875rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJmsVTToUSDThv3RFU9Ps0dhBAsRgzHr { width:20rem;height:6rem;top:14.5625rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kTsiRKrG7t7n8nMidMTxqJT56LmAPrG0 { width:20rem;height:3.6rem;top:3.4984374046326rem;left:0rem;font-size:1.5rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGeps1JoHX6bnII74O8ztZBLtzobK0Q4 { width:14.125rem;height:1.875rem;top:11.1875rem;left:2.9375rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEC8iKRLUe5SmFGGNUVmI2NwvVAnF1tD { width:15.625rem;height:2.5625rem;top:11rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsrlXz0cvOwHDyQ90PzKMqM3MTALkHnq { width:20rem;height:7.5rem;top:30.8125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tMoW7wK5nIl36JoQ1Q3Cbo8yOLTSaqyr { width:14.6875rem;height:2.5625rem;top:27.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSd36VTsZQckOW07BvEnpRhzHGR02wr4 { width:12.8125rem;height:1.875rem;top:27.593750953674rem;left:3.5937500596046rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #da29OZSNPZ4cuKJHTVUVETx0FQnlh17q { width:20rem;height:20.25rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUZF0TC6RBzim4FW08lTf2ZQeG0x3J8x { width:18rem;height:13.5rem;top:46.875rem;left:1rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UHTBvkqr21fs0T0zTlMRNRGk9MqfUuDK { width:17.8125rem;height:2.5625rem;top:43.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEkwfTpon3DHScEdoHf9v6ichUUzu7bI { width:17.25rem;height:1.875rem;top:44rem;left:1.375rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLwrnJCXLVQMRNvNwfQVmdNfismXb2T0 { width:20rem;height:14.375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNxLRrO4Prq2xD0QWBz01sLuzaxcKwn0 { width:20rem;height:14.375rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e666e11d-50b3-4306-98b9-ff70ee5bae88/f44dbca4092fa6fdeddb9e276dbbb6c8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.adaptive-delivery-prevent-bg, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyload, #TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw.lazyloading { background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { background-color: transparent; background-image: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row > .video-iframe-container { display: none; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .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); }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { border-width: 0; border-radius: 0; }#TB4lS3uX6QyX0bKyoSIuR5XDl3i876lw > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcfBUX28W60V5ceZpfDhwnkkeCWnDAHu { width:20rem;height:5.19921875rem;top:4.5617184638977rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #akpfWlZl1agOsivm1vGR3bU3TQq7Uglp { width:20rem;height:11.69825rem;top:10.511719226837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViltQrCamve0PPbEbRLkSXTcvwKzaB4n { width:19.5625rem;height:3.8247rem;top:25.337500059604rem;left:0.1875rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGpAmsPBiCUfqBfFFpfdd51Vk6r8dsGd { width:19.8125rem;height:4.6875rem;top:24.8375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBiOPgV0L8k9cVMR0dLceIq7fATaEsbp { width:19.5625rem;height:3.75rem;top:31.275000059604rem;left:0.1875rem;font-size:1.5625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykcEHMeRtHSr1cMPCJB0XPrKtqtlw97i { width:19.8125rem;height:4.6875rem;top:30.775rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeO6bM9zk6L1I5pq6Z3OnwnTkBVETfqR { width:19.5625rem;height:2.5498rem;top:37.78125rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XD7empPmnPfw1MB5ZbfQ81IFap9z1wM3 { width:19.8125rem;height:4.6875rem;top:36.7125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elfJO6oFKEvlHiDgaqHPFOoeG0La1SPN { width:20rem;height:2.6rem;top:44.2125rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WQPBHEaRi5kJygSK4DBOfyHnZEiBVbva { width:20rem;height:2.6rem;top:47.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhhNtAMtlCCskDK1mpdlUSPzyhf9Q7gy { width:20rem;height:2.6rem;top:51.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsWNKX61tAvbc4XPu1GJwBv0E5fgpnL { width:20rem;height:6.499rem;top:55.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOlOpHo7e4gbaTm9wSC1TvvgyMUsPGm1 { width:18.75rem;height:0.3125rem;top:43.14999961853rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { background-color: transparent; background-image: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row > .video-iframe-container { display: none; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .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); }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { border-width: 0; border-radius: 0; }#aaLL31aKvXh64Flw7ZrOEbSXieJJ2BUk > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzBKKUiiWBnUoIGDpV885Es3XGgT4dz2 { width:20rem;height:6.59911875rem;top:2.5624997615814rem;left:0rem;font-size:2rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uohc45SwLCKQSzlgMIvyNPuavo3dLUEW { width:20rem;height:25.99605rem;top:10.175000548362rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBIdeeWsqhm5sQRlBKL5KdPc3IZKhnOQ { width:20rem;height:13.333333333333rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFhN2mIyFfkLway0sCaxlBPT2erplA9f { width:20rem;height:13.333333333333rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJOOb9iGMvAls48PNvAg3Vgpds9MXvOT { width:20rem;height:13.28rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz { background-color:transparent;background-image:url("https://images.assets-landingi.com/lO2fd7O7/bg2.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.adaptive-delivery-prevent-bg, #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.lazyload, #aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz.lazyloading { background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { background-color: transparent; background-image: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3f3f3; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row > .video-iframe-container { display: none; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .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); }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { border-width: 0; border-radius: 0; }#aSsvHn1d2A0wOQTvy3x1v9w8uEoq3gpz > .row .container { width:20rem;height:52.1123046875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maPiFxNzkBn7TSySRBtdr9qAm7EJ1tb5 { width:20rem;height:6.59911875rem;top:3.5625rem;left:0rem;font-size:2rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iiNtCqdGFTIhMTVVXQv21RGhLOKzrLxM { width:20rem;height:14.29785625rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9  { width:17.5rem;height:auto;top:27.9248046875rem;left:0rem; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 {display:block;}#wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 { width:17.5rem;height:auto;top:27.9248046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #LiMNTnAFgtO6SpxPKKP6wIr2gfefzryO {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #qWwb65MZOUU1VHCZHI5gmJmVTrWTKTVL {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Lk0Z17ftD9TFOEimts9tsJkqeMGOQI0W {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #TWHEbU4ptsmrseVpyC4EggT49FaOa6Bv {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #DxJ98FB7mDMUFPMRX96TfZ4JJ73IOIPq {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #OyUDG9lvnr7ORmwOa1ZGflwTXtAMVFOK {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #REB4AoQIpIpGEH6ab1vh4Nv9FdZClnUD {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #tUmNZkwFhEE9miCAaouXdheDDNNIbBpS {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #RM2tytn2FRBtS2gty3cEsc8xLiVzNdp1 {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #FEWaBnsf7JtDd0WlQPJvXqTrUTGeJLEd {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #MrIFDTsCyagtrVORKxJnxoTOFhzVgKQF {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #m3OetmL3vgHpsQUSxsQc0C1U5DXoEtJI {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #hZHohLFr9RfnIM2ps7zP3XfmR0UUVp5Q {  }
 }@media only screen and (max-width: 763px) { #wPMTtd45LFkFzVfP9r90EKbpCr0Fr1z9 #Dm3yh3Iq68Cup1cIpDOtqGIiw7okKXK4 {  }
 }