.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:219,227,239;--color-primary-1:134,161,202;--color-primary-2:13,67,148;--color-primary-3:7,34,74;--color-primary-4:2,10,22;--color-secondary-0:217,224,232;--color-secondary-1:128,153,179;--color-secondary-2:0,51,102;--color-secondary-3:0,26,51;--color-secondary-4:0,8,15;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/94da300f-108b-48cc-a6cb-58a2a7a610e5/herofundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH.adaptive-delivery-prevent-bg, #n3H9eegW2epXMg06XaWnhV1zUAsf6kNH.lazyload, #n3H9eegW2epXMg06XaWnhV1zUAsf6kNH.lazyloading { background-image: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { background-color: transparent; background-image: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container > .video-iframe-container { display: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row > .video-iframe-container { display: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .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); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { border-width: 0; border-radius: 0; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { width:75rem;height:45.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#brbTSiCTcxCAOsNThuvDCDQb1g7p8cms { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:7.5556875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QWdH6MqeI51OL4iITXtxba63iEfJSS0x { background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.3125rem;left:0rem;display:block; }
#rTTwiDl23JBwreIP8TlBZJDUazo1ovOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRMQRituqwwVP4PchNH9aVdfTLG75OOO { display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:35.625rem;left:6rem;height:1.57470625rem;color:rgba(var(--color-primary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XRWhCodwK55IQFKTT6ddSpGRRotgNyZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:35.4375rem;left:3.25rem; }
#ODxg2X8Q4IteBuL956v2wrpgIXgd26Fz { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:20.75rem;left:0rem;height:7.69925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4MHTHi4eO0lkG8vVTua34hH0TTZIGFx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11.1875rem;top:2.4989149570465rem;left:0rem;overflow:hidden;display:block; }
#zhTpCIe8r4k0hVN2z5powwk2Tra6fvoV { box-sizing:content-box;height:2.25rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:4.125rem;display:block; }
#VCQF1CJRZTbxbmFRwhs5MpCr476cVKmL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:75rem;display:none; }
#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfb25be4-2a45-4eda-bffd-b7d0c6351f42/ef2ad9e035204ca48bbb15966c29ebe4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm.adaptive-delivery-prevent-bg, #GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm.lazyload, #GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm.lazyloading { background-image: none; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container { background-color: transparent; background-image: none; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,247,250,0.7); }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container > .video-iframe-container { display: none; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,247,250,0.7); }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row > .video-iframe-container { display: none; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .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); }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container { border-width: 0; border-radius: 0; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm::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; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#nPKkDvGPBWqwXNXMUOgEqOSO7dxZIhrw { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:7.03125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IubtlRS523FX7KwJIKnszTFBTZDLfhDh { color:#787878;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.6875rem;left:3.90625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebWJRyeHmPABzgTH1I4OSJw0k90Co9TB { color:rgba(var(--color-primary-2),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.55859375rem;left:11.71875rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q68GJE5J04JZXsc2yqOiHqkNrdv2hmK2 { color:rgba(var(--color-primary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.5625rem;left:30.59375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFIrGNDLb3TiqTt8xTzWX7Xl7bJSyTku { color:#787878;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.6875rem;left:29.375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7zWFZzC0I4WR3wgxhnH5odhv4aZHSmZ { box-sizing:content-box;height:20rem;width:23.6875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.3740234375rem;left:25.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#AzkoJHppurxUxFDDNsWpJ7ur4gKUprfr { color:#787878;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:22.6875rem;left:55.5302734375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uegeaf8eqhclSGTRdghNkDlE4sTZnkwv { color:rgba(var(--color-primary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:18.5625rem;left:55.8427734375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qP0sTreMAr0zTkLozuIXzGmp72VtgTaP { box-sizing:content-box;height:20rem;width:23.6875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.3740234375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#k9lmZA73EkfFEBmX4x3eeKdVos3eNSHr { box-sizing:content-box;height:20rem;width:23.6870625rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12.375rem;left:51.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bSKt7V3fcRmtbTNbOzIu0Vnlb150tVTK { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:10.1875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#RaiMUouE5bzHhu9AhmdMQ5QrEKXTICKs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:14.8125rem;left:10.625rem; }
#if9bL1fEytIFAQ8nzlRBxmltz37ulmau { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:35.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#wGZ44n9Htqgm2rTeOybdBSAC46sDUwph { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:14.875rem;left:36.3125rem; }
#ix9W8wnwg35aum0zBFEcmx3LaqZx6QzR { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.375rem;left:61.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#PScsLwarzwJAMyiwo2U49KBST5sqCQ4G { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15rem;left:62.125rem; }
#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67eb9d8a-104c-4ea8-9d85-499d5f9b7fab/bgpretoebranco.png");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; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo.adaptive-delivery-prevent-bg, #itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo.lazyload, #itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo.lazyloading { background-image: none; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container { background-color: transparent; background-image: none; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.3); }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container > .video-iframe-container { display: none; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.3); }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row > .video-iframe-container { display: none; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .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); }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container { border-width: 0; border-radius: 0; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo::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; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#RaT8WSAQRB6tIlxd6ZXndUD9akkpoQGN { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1221790313721rem;left:8.7500019073488rem;height:5.3623rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0bOhaDFvMWIvdMUr0whRT5sIWDxXDXT { color:#ffffff;display:block;width:32.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.49951171875rem;left:21.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IrSTAH9T9rTSQCwOJiTrCzdIiNpq4TC3 { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:17.375rem;left:21rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3UmZQT8bXbiAUzTyHfSEz2wTW4KtZCe { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16rem;left:21.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybrdEbaXHSIP0JU16uDGtbzHik38EhTb { color:rgba(var(--color-tertiary-0),1);display:block;width:56.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.373046875rem;left:9.47021484375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7MHDPLEEosrNUOKOFBDl51JCwXoDDfz { box-sizing:content-box;height:5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:15.125rem;left:15.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kzWznuXW3Kb2NkGMStVDsRs6sl5kftzq { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:55rem;top:20.125rem;left:4rem;overflow:hidden;display:block; }
#wfGtCVwbkQ9T7Bz9E5WHzJ8mlcPDEMgQ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:12.3125rem;top:26.4375rem;left:31.34375rem;overflow:hidden;display:block; }
#UoIevzwgMBXW13NmVLITDavkPHADCKCk { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16rem;left:16.25rem; }
#dBBPhT5eeGfM4xKN32NSGNoBdC5ixerv { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -moz-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -ms-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -o-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5a8dd5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5a8dd5' );";background-image: linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.0625rem;left:15.3125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0rem;display:block; }
#ytr5FG1zcN0qvf7u9oJLspJko9UXvq1w { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:27.875rem;left:47.8125rem; }
#SrDCNWUmqdX9yg8IyRxGVGcAd3qhcqwy { box-sizing:content-box;height:5.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -moz-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -ms-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-image: -o-linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5a8dd5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5a8dd5' );";background-image: linear-gradient(299deg, rgba(var(--color-primary-2),1), #5a8dd5);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:46.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0rem;display:block; }
#OByuHu34OachzllEZrHIQgdsM54kCr4p { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.875rem;left:52.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GD6aNCTxTszo0n0Qgu89cDcSeAaSbdvn { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:29.25rem;left:52.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dknu9GZhmIXXrrhGD5f7LVk4Ck6OMo0O { box-sizing:content-box;height:5rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:27rem;left:46.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bniS1XQ44m73TIGTVAtfiwmDa2QZ7Ega { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:68.8125rem;display:none; }
#pDlKzAOOEcyMQ6wgLd8fJxmwa76PxvTg { background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41rem;left:25.09375rem;display:block; }
#aKqwlXqioTZC6GzodIKdqF6SbskGstxt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f6ff;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; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container { background-color: transparent; background-image: none; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container > .video-iframe-container { display: none; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row > .video-iframe-container { display: none; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .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); }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container { border-width: 0; border-radius: 0; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#L2Vz3eIc2nWMfskqQRMGWJLo0y2JaZqE { color:rgba(var(--color-primary-2),1);display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.55029296875rem;left:19.4375rem;height:5.5244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1f6ff, #d9e0e8);background-image: -moz-linear-gradient(180deg, #f1f6ff, #d9e0e8);background-image: -ms-linear-gradient(180deg, #f1f6ff, #d9e0e8);background-image: -o-linear-gradient(180deg, #f1f6ff, #d9e0e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6ff', endColorstr='#d9e0e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6ff', endColorstr='#d9e0e8' );";background-image: linear-gradient(180deg, #f1f6ff, #d9e0e8);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; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container { background-color: transparent; background-image: none; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container > .video-iframe-container { display: none; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row > .video-iframe-container { display: none; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .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); }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container { border-width: 0; border-radius: 0; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#gNOQFObcNb4WWfpyG6139nd3zLA0Bs8g { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.25rem;left:12.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1cNyTGcLAGVsHfpTFa8c2KgBD4V13zS { box-sizing:content-box;height:21.875rem;width:23.6875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.5625rem;left:10.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#q6FJy5qWhWXtcIdWrUdc5TWnvPNnn09P { color:rgba(var(--color-primary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8125rem;left:16.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n { color:rgba(var(--color-primary-3),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:12.8125rem;left:16.5625rem;height:7.07425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ff26dd57eba21d98d9b3bd7cdbd20a2a179ff80.svg); }
#DMvgRrL2IKbwu5Tg2W7FLg4DfrNNJtLe { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:5.1875rem;left:21.75rem;overflow:hidden;display:block; }
#lUygXmLAqP4BnQwDwm0VTMdzIVH6KVrg { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:21rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#VvaHP2UL0J0kRWCnHyPgeeGDUx5JFEwh { box-sizing:content-box;height:21.875rem;width:23.6875rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:0.5625rem;left:40.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#pVrTHpyGWybQR57SO703OTwgNVum6TLP { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:41.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h { color:rgba(var(--color-primary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:11.3876953125rem;left:45.1875rem;height:8.5615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f65d75c83ef76ff17b4516b8ce44858787097c44.svg); }
#hWSJ3qqiPyChQSOSlKTatvBFbo42zaGy { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9375rem;left:41.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bsd89qJQwGb0mf5StT50zDh47ZwfQXTM { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:2.0625rem;top:5.125rem;left:51.3125rem;overflow:hidden;display:block; }
#MzJCGrqlhSEdz1gHiIcseEngIbQkORTb { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:50.6875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9e0e8;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; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container { background-color: transparent; background-image: none; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container > .video-iframe-container { display: none; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row > .video-iframe-container { display: none; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .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); }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container { border-width: 0; border-radius: 0; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#ildPqUZTOt7b8oUK7rAEHueF3LL7hWsT { color:rgba(var(--color-primary-2),1);display:block;width:69.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:9.125rem;left:2.96875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lsf2fslGU9yEPs9TyZeL1Al6xia5CFlT { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:11.5625rem;top:2.5625rem;left:32.46875rem;overflow:hidden;display:block; }
#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9e0e8;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; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container { background-color: transparent; background-image: none; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container > .video-iframe-container { display: none; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row > .video-iframe-container { display: none; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .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); }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container { border-width: 0; border-radius: 0; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#kBiwDpUHUFoCeNvW03rw5PcEz2BWV3Gb { box-sizing:content-box;height:15rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:0rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#bTXHM9AD3HU1bypDu7rrqr2TFGMeV4Kt { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:8.3125rem;left:2.8125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uIqFHZSRAasWCXL9tHBCR9aprUsCUbri { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:1.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5kookDUIBsxvfUunJ3m7AtAuVd1wz9W { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:10.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#D1DJ8zHA9q9AErkPqDhcWyBnISI317Pn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:1.9375rem;left:11.3125rem; }
#l90lgpDi5WsLdlaR3sWLCw4LFRJyPz9w { box-sizing:content-box;height:15rem;width:23.6875rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:0rem;left:25.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VPSQldXtPk7CJ1ilTKIGO2leQq1wxrKu { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:35.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#otI5JkqnLPbbvBBWUnUECsrlIbXotdm5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:1.9375rem;left:36.3125rem; }
#revpIetA9JcT3MHsJn2MZH2EXLCeVLE1 { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6rem;left:26.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xz9lpZCp8SwMeA6Ho9V7UQ8eTsiFnU8M { color:rgba(var(--color-tertiary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:8.3125rem;left:27.15625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hkGBeaeXkXpvl56sSP9BdmxnuyymOBQk { box-sizing:content-box;height:15rem;width:23.687rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:0rem;left:50.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.1) ;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#oM8TQpFSHKQJVm5es9TE1ODPTH2H3NFO { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:60.8125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#HINP6harShHCZexFfCaaK21viVxxMuLF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:1.9375rem;left:61.3125rem; }
#ntSR4lNgcvRhoqoZnP6n1BktTAaIbLwP { color:rgba(var(--color-primary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6rem;left:51.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INDFhtt4s3BiLvHzUoJhIvFwEUTGKHZm { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:8.3125rem;left:53.0625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ff8ac6b-8bf2-4acc-8452-ba9ecac4e5f5/bgfundo.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d.adaptive-delivery-prevent-bg, #R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d.lazyload, #R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d.lazyloading { background-image: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { background-color: transparent; background-image: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .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); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { border-width: 0; border-radius: 0; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#tTZfENnuEbMBUQ0FlDJ3Uz7DdHvyQFRW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.1875rem;width:54.375rem;top:8.1875rem;left:10.3125rem;display:block; }
#DiTHmI48TZQ3OzIAu3rbExE1OMGhm2zr { color:rgba(var(--color-tertiary-3),1);display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:9.875rem;left:25.25rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K7NhCNAB4ZUiIHiEOiJ0JTQtzvW4GcEv { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:11.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOFzyUSXVaUnHXEcSJlXP2kiQ62ShilU { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/790e00db-8839-43bc-a1de-519042c7f31d/images.jpeg");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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:3.5625rem;width:3.5625rem;top:9.875rem;left:15.8125rem;display:block; }#fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.adaptive-delivery-prevent-bg, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyload, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyloading { background-image: none; }
#zT5FXff7NomVl7A5q3KQioXSG83tP4P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:69.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGhXwSqRphIrkthSl5pJ6ohflDoTuDtc { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:8.4375rem;width:54.375rem;top:19.75rem;left:10.3125rem;display:block; }
#rsDWOGokefM1pT8b2QTmi04izPOWgmis { color:rgba(var(--color-tertiary-3),1);display:block;width:37.686625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:21.6875rem;left:24.3125rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZXwEODHDEisfxAg5Ctlk8nJVizs1lTaw { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.875rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ja8XXH1XWSuFfrBWdf5ZqwA5R5TFiQIZ { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.6875rem;left:11.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9iXxXAmlRgrtND8sc3pN121T531USfV { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77592b41-5ddd-42ec-a405-61738df89ad8/aprofer.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:3.5625rem;width:3.5625rem;top:20.75rem;left:15.8125rem;display:block; }#P9iXxXAmlRgrtND8sc3pN121T531USfV.adaptive-delivery-prevent-bg, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyload, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyloading { background-image: none; }
#MifLmnOSQqxLRHVxTEABm4C723ScOZIk { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.1875rem;width:54.375rem;top:29.625rem;left:10.3125rem;display:block; }
#ZB6VNo92iS8T52c0fQlJrNhcTc6dSIG3 { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.4375rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdOHIBrs2RxnEarEG0c46OVJzFs1eEcg { color:rgba(var(--color-tertiary-3),1);display:block;width:37.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:31.3125rem;left:24.3125rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mKAKlvt4ZNBAGG9G7FPbsSRXiTqr3ZBS { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.25rem;left:11.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4d72e6c-ea04-4ec5-9675-c955ea183202/COBRECOM.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:3.5625rem;width:3.5625rem;top:31.3125rem;left:15.8125rem;display:block; }#wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.adaptive-delivery-prevent-bg, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyload, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyloading { background-image: none; }
#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw { background-color:#fdfdfe;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { background-color: transparent; background-image: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container > .video-iframe-container { display: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row > .video-iframe-container { display: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .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); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { border-width: 0; border-radius: 0; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;overflow:visible;position:relative;display:block; }#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-form-header {  }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:300;color:#000000;width:28.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #353535;border-left:0.0625rem solid #353535;border-right:0.0625rem solid #353535;border-bottom:0.0625rem solid #353535;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:28.25rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-textarea { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #353535;border-left:0.0625rem solid #353535;border-right:0.0625rem solid #353535;border-bottom:0.0625rem solid #353535;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:28.25rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #353535;border-left:0.0625rem solid #353535;border-right:0.0625rem solid #353535;border-bottom:0.0625rem solid #353535;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:28.25rem;box-sizing:border-box;height:2.5625rem;color:#353535;font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-button { border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.125rem;font-weight:bold;color:#ffffff;width:28.25rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(68,75,143,0.5) ; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]:-moz-placeholder { color:#353535;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]::-moz-placeholder { color:#353535;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]:-ms-input-placeholder { color:#353535;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]::-webkit-input-placeholder { color:#353535;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.25rem;overflow:hidden;font-style:normal;float:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .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; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container:first-of-type{padding-top:0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container:last-of-type{padding-bottom:0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:38.3125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.25rem;display:block;vertical-align:top; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw {display:block;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.125rem;left:38.3125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #novnlk692U9IBpNdyGlD9CSvrgLf3SJU { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #mgX4asQqtAWB0e2gfeVdvt4n2OnLewwq { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #glVEHK5TWPGk6rXXBS1sqxoVywdA4LJq { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #UV7x1JIL2uO2Jw0WKBm92bE2zqTN0igH { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #USbStXvHTT4EWe67MR6lqxouTcFP6Vb4 { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #aK8qW86CZQUhKtcDDwW4tLFQa2b2aT9Q { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #gNPv3W5URorHSTF85uHX1gShrVsm4WxQ { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #MbzpdTcv9UHmt3PsamgomGcHzDtnTqdA { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SDtLmCOP9l7bqyf2CppmVwcFZLkfsaJq { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #QoA6OcbP2w1ggayh4guuM6kqXES4ZcBK { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #nsP8S1cFkK7tIAPX0orVl16HIMUu2BOr { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #v0RlNhfPJd7lskiQhKaTiMM4iPuLT6pw { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #ty5MK4t9qG8z280PaoBA5cz5wMEwcPEM { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #CDhIzMCCIVZp7uGOMNT1umW2dRaJStrN { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #d7Ty267zkEhlz93PJVtfcTogXF3svxpI { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #l03QCibuGibnQWxidm6b7MeJuthhasEp { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Ly0eAadLMyilnF2JrEynx4F2OOOCQtSV { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #HvSRIKiGQJAyPnR60hguawtheUa1hkGQ { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OxV6uIvMRAOp5M0ARBZPC9giqneQXILf { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #sBzPZSTCULCJqNxFfzTLlPgs9IhnIGqM { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #wsvJUybPsIVd9BmqwvF2KdJrFXH9gqoo { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fVwvhcfqaATAElVB5VDesTxvci6QUAeO { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #kqcwhKiUcwMxNleMztcfudcCy5eqqueW { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OLWLFQTy6TLNeT0tIrUN2ePLJzsd7Obw { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #cyX4d3oMPmG6ulzl8wuv8HwAZCI9tLUe { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SNFQL092M6oxDgh32shyxGe8HsCKGbRt { position:relative;display:none; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fwfLkfV3eHfyi1S9OlS4ChJhn2vwusW8 { position:relative; }
#qsuDT5I1NsyeeNIhyFxdiKMxNT1VuNNN { position:relative;display:block; }
#XIzO2W2lyEKPZ3puHLQTaNrwyfaNR6Z0 { position:relative;display:block; }
#RaBy6syHpTwi5Wf9X7vVURIVxGFUJJTw { position:relative;display:block; }
#Qt8mIiw5cpqW6wE6hR55EcqFp7o0dvO5 { position:relative;display:block; }
#JM7mtGEWZkqhecHXFw3FMemrT1gSRF5w { position:relative;display:block; }
#wMdk2AEMDboG5fkUmTPhklR7IVZDAgxt { position:relative;display:block; }
#U2bwJ04sGbKEJsfVLtlLmMDlguWd9bsZ { position:relative;display:block; }
#KRoKpRrTC4oonvWidP1koBePW5TlCafe { position:relative;display:block; }
#nHpH7GPVHUnNTpFBUqr9TyMPV41HkiRT { position:relative;display:block; }
#R2R20VaOmXTnGrfp4pOJEzuIwbFHdObT { position:relative;display:block; }
#m611lF9TAKT4hKr2FoQVQ62LaiPrgLpy { position:relative;display:block; }
#bltqe1bNlLkW3JLfTcmEWkafIJb2t6mP { position:relative;display:block; }
#Knb2GKtlVDkDdTQ8Gk67rHQttKE1AmSn { position:relative;display:block; }
#OgLRrrqTdf5aKynHk0zLD7rX3tbuOeS9 { position:relative;display:block; }
#okLLxJunRK5vXpGXecByRA7aywyVW4Hi { position:relative;display:block; }
#BWoZp8Fadr8fnGB09WPrLQX0pThHxFc0 { position:relative;display:block; }
#TkuwE4T09kuPFxPOIrIe97HvEJndHmQM { position:relative;display:block; }
#FpxT8CTpPNl6IDq1Tx423XRyXp8yJBTf { position:relative;display:block; }
#a2srgyT4lTIaQDO1ISEFNgtupuycwqsU { position:relative;display:block; }
#uQ2i5eVQAZO84OngM7prK5Dq13Lc8vC9 { position:relative;display:block; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Erwc6qBvxN33TAy84l0bvx97fxIITEki { position:relative; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #A3B7wFkM6Z2w6TNEFnSxxrmiyzieitLQ { position:relative; }
#PDaJAnx7RQCwyQGCBknVV9PtN4XZrLK6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(0,0,0,0.1) ;height:43.1875rem;width:33.125rem;top:12.125rem;left:37.125rem;display:block; }
#wcduSld8o3HLJ5g8mIxtav9IfC2mXBcA { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #005bae, #00366d);background-image: -moz-linear-gradient(180deg, #005bae, #00366d);background-image: -ms-linear-gradient(180deg, #005bae, #00366d);background-image: -o-linear-gradient(180deg, #005bae, #00366d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bae', endColorstr='#00366d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bae', endColorstr='#00366d' );";background-image: linear-gradient(180deg, #005bae, #00366d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(33,33,33,0.1) ;height:8.375rem;width:33.125rem;top:3.75rem;left:37.125rem;display:block; }
#uhbZbZBo8IUm9i7DvT5v0LNa4if3bRzX { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.912109375rem;left:40.03125rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:9.4375rem;left:8.5625rem;height:10.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_250dd553d0ad991c9e921e46036526168dc6c08c.svg); }
#gw44xRVDoP1tWZlHRatv7BnO4Ua5wsKm { color:rgba(var(--color-primary-2),1);display:block;width:22.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N90lzawegtuyLWq1aJzQrR290IfMtthJ { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:44.9375rem;top:20.99853515625rem;left:9.67138671875rem;overflow:hidden;display:block; }
#yve7S318SkHxRUbe20In9l4hpxPvhbGG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45rem;width:75rem;display:none; }
#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/b58dfd7c-410f-470d-9d59-9e6acbee67b7/bgfundo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh.adaptive-delivery-prevent-bg, #OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh.lazyload, #OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh.lazyloading { background-image: none; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container { background-color: transparent; background-image: none; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container > .video-iframe-container { display: none; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row > .video-iframe-container { display: none; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .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); }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container { border-width: 0; border-radius: 0; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#x4gmuJscJu5JwX3bg9MyDZO9X6tqI6em { color:rgba(var(--color-primary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5.9375rem;left:11.25rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6iPtTemPTXvmdeJO5KLOTlp8rC8udhR { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.5625rem;left:11.25rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lq8nH5BZ5vGde74NdcithEr4QpVV45gm { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#zUEduucxgQCquERhHTaNqR87l6xsTerL { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#I5Gbtix28WbvOv5F9m7Uf3b2kWuHQr2M { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#oqPr8DPlRxDQWXDORAiDKlnNN66N2Mqf { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),1);background-image:none;vertical-align:top;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1); }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto;text-align:left;text-align-last:left; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b8c3bbf23e19ef532aebd323af7fbfc38290d9f8.svg");background-size:contain !important; }#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-trigger.adaptive-delivery-prevent-bg, #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-trigger.lazyload, #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-trigger.lazyloading { background-image: none; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD { box-sizing:content-box;height:auto;width:54.5625rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:13.22509765625rem;left:10.28125rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #JJMslxz4vtA3UvsOGbqqQ6NHDZxGH35T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HdbEfalaWSMtGd42x5thT7o6mMWh43AS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #XZza3rk23RKBCSiomslATJ3NLD3u0xVM { display:block;position:relative; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HXoERAfhddALhw3VnZQc910qfDwgNCew {  }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #nquTysP96IyOkm6NXTfWn0W6aPE3TDRg {  }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #cDbeigyIa7z3b8dev6WwBQOl9SKZi66D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #fC8mdsWG06IqgGOopsbdMtJr9JdxLaLH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #QRKWZqU5vbfwcqg2ewBsQTe4wU8x8ln4 { display:block;position:relative; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #lfleEGx5f3oPFDWVtLOqsGBVwTigIGnl {  }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #suMMHSPUehAQHBo6ZgknHKQMSpoBwu5o { display:none; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #KBC0TayCbM9Pt6T0MXcBkdzLG2AGrQki { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #Ef5CxbRFT7pBP8T4zlZMVNpsfnxMO9yT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #PmTRlJCThygU7WC7X1h1e6zVqKU5fFay { display:block;position:relative; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #VBHThKb9TXzVwtnyWvFn1RM2UsQthNwC {  }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #EHfMf7heNeXl2uIQZX9Bxr5oiwcm31Xh { display:none; }
#Oi7ObqQaEilxzl3v8iSLbRndB1pmanmg { color:rgba(var(--color-tertiary-0),1);display:block;width:56.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37rem;left:9.5rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ORh33nmpkcCwntcZS5EQ3hGcGTHcWioG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:9.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r06FIld6v1qhcQzu65Ix8hE72teoXo2t { background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:43.3125rem;left:25.09375rem;display:block; }
#cxfyPeKiINfz94Q3ltLGyqWqTM3mAzJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container { background-color: transparent; background-image: none; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container > .video-iframe-container { display: none; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row > .video-iframe-container { display: none; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .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); }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container { border-width: 0; border-radius: 0; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#IbGObPQL2nOPEBbsPyMlAqEzkGQDXSd0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.561525rem;width:11.374rem;top:2.1875rem;left:31.8125rem;overflow:hidden;display:block; }
#BwlMUatZLvvxG1NngWHam4cODctZGn6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container { background-color: transparent; background-image: none; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container > .video-iframe-container { display: none; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row > .video-iframe-container { display: none; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .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); }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container { border-width: 0; border-radius: 0; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#Twx6cSgX7EbqbwqH3L4q8dZAMOHAiXpA { color:rgba(255,255,255,0.72);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:0.806640625rem;left:0rem;height:0.82470625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3H9eegW2epXMg06XaWnhV1zUAsf6kNH { display:block; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brbTSiCTcxCAOsNThuvDCDQb1g7p8cms { width:37.1875rem;height:7.5rem;top:11.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdH6MqeI51OL4iITXtxba63iEfJSS0x { width:24.8125rem;height:4.125rem;top:30.3125rem;left:0rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rTTwiDl23JBwreIP8TlBZJDUazo1ovOq { display:block; }
 }@media only screen and (max-width: 763px) { #uRMQRituqwwVP4PchNH9aVdfTLG75OOO { width:15.0625rem;height:1.5625rem;top:35.625rem;left:0rem;font-size:0.875rem;color:#0d0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #XRWhCodwK55IQFKTT6ddSpGRRotgNyZ2 { top:35.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxg2X8Q4IteBuL956v2wrpgIXgd26Fz { width:31.25rem;height:7.6875rem;top:20.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4MHTHi4eO0lkG8vVTua34hH0TTZIGFx { width:11.1875rem;height:5.625rem;top:2.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zhTpCIe8r4k0hVN2z5powwk2Tra6fvoV { top:12.1875rem;left:0rem;width:19rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQF1CJRZTbxbmFRwhs5MpCr476cVKmL { width:47.75rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm { display:block; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPKkDvGPBWqwXNXMUOgEqOSO7dxZIhrw { width:9.6875rem;height:3.25rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IubtlRS523FX7KwJIKnszTFBTZDLfhDh { width:15.9375rem;height:7.5rem;top:22.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebWJRyeHmPABzgTH1I4OSJw0k90Co9TB { width:47.75rem;height:5rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q68GJE5J04JZXsc2yqOiHqkNrdv2hmK2 { width:13.8125rem;height:3.25rem;top:18.5625rem;left:16.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIrGNDLb3TiqTt8xTzWX7Xl7bJSyTku { width:16.25rem;height:7.5rem;top:22.6875rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zWFZzC0I4WR3wgxhnH5odhv4aZHSmZ { top:12.3125rem;left:12rem;width:23.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkoJHppurxUxFDDNsWpJ7ur4gKUprfr { width:15.3125rem;height:7.5rem;top:22.6875rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uegeaf8eqhclSGTRdghNkDlE4sTZnkwv { width:14.6875rem;height:3.25rem;top:18.5625rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP0sTreMAr0zTkLozuIXzGmp72VtgTaP { top:12.3125rem;left:0rem;width:23.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9lmZA73EkfFEBmX4x3eeKdVos3eNSHr { top:12.375rem;left:24.0625rem;width:23.6875rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSKt7V3fcRmtbTNbOzIu0Vnlb150tVTK { top:14.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaiMUouE5bzHhu9AhmdMQ5QrEKXTICKs { top:14.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #if9bL1fEytIFAQ8nzlRBxmltz37ulmau { top:14.375rem;left:22.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGZ44n9Htqgm2rTeOybdBSAC46sDUwph { top:14.875rem;left:22.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix9W8wnwg35aum0zBFEcmx3LaqZx6QzR { top:14.375rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScsLwarzwJAMyiwo2U49KBST5sqCQ4G { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo { display:block; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaT8WSAQRB6tIlxd6ZXndUD9akkpoQGN { width:47.75rem;height:5.3125rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0bOhaDFvMWIvdMUr0whRT5sIWDxXDXT { width:32rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrSTAH9T9rTSQCwOJiTrCzdIiNpq4TC3 { width:11.625rem;height:1.625rem;top:17.375rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UmZQT8bXbiAUzTyHfSEz2wTW4KtZCe { width:11.9375rem;height:1.625rem;top:16rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrdEbaXHSIP0JU16uDGtbzHik38EhTb { width:47.75rem;height:3.875rem;top:35.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MHDPLEEosrNUOKOFBDl51JCwXoDDfz { top:15.125rem;left:0rem;width:17.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWznuXW3Kb2NkGMStVDsRs6sl5kftzq { top:20.125rem;left:0rem;width:47.75rem;height:11.069318181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGtCVwbkQ9T7Bz9E5WHzJ8mlcPDEMgQ { top:26.4375rem;left:17.65625rem;width:12.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIevzwgMBXW13NmVLITDavkPHADCKCk { top:16rem;left:11.6875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBBPhT5eeGfM4xKN32NSGNoBdC5ixerv { top:15.0625rem;left:10.75rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytr5FG1zcN0qvf7u9oJLspJko9UXvq1w { top:27.875rem;left:28.5rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrDCNWUmqdX9yg8IyRxGVGcAd3qhcqwy { top:26.9375rem;left:26.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OByuHu34OachzllEZrHIQgdsM54kCr4p { width:11.9375rem;height:1.625rem;top:27.875rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6aNCTxTszo0n0Qgu89cDcSeAaSbdvn { width:11.625rem;height:1.625rem;top:29.25rem;left:31.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknu9GZhmIXXrrhGD5f7LVk4Ck6OMo0O { top:27rem;left:14.25rem;width:17.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bniS1XQ44m73TIGTVAtfiwmDa2QZ7Ega { width:47.75rem;height:25.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDlKzAOOEcyMQ6wgLd8fJxmwa76PxvTg { width:24.8125rem;height:4.125rem;top:41rem;left:6.9375rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aKqwlXqioTZC6GzodIKdqF6SbskGstxt { display:block; }
 }@media only screen and (max-width: 763px) { #d02lTL2AOqbgnvgm9eo5NeibPU1vo20N { display:block; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Vz3eIc2nWMfskqQRMGWJLo0y2JaZqE { width:36.125rem;height:5.5rem;top:3.5rem;left:5.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTziHFx8QJXNztTG6CmMGtpmC60XqitQ { display:block; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNOQFObcNb4WWfpyG6139nd3zLA0Bs8g { width:21.25rem;height:1.625rem;top:2.25rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1cNyTGcLAGVsHfpTFa8c2KgBD4V13zS { top:0.5625rem;left:0.1875rem;width:23.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FJy5qWhWXtcIdWrUdc5TWnvPNnn09P { width:12.625rem;height:3.25rem;top:8.8125rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n { width:12.25rem;height:7.0625rem;top:12.8125rem;left:9.75rem;font-size:1.0625rem;display:block; }#gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ff26dd57eba21d98d9b3bd7cdbd20a2a179ff80.svg); }
 }@media only screen and (max-width: 763px) { #DMvgRrL2IKbwu5Tg2W7FLg4DfrNNJtLe { width:1.875rem;height:1.8125rem;top:5.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUygXmLAqP4BnQwDwm0VTMdzIVH6KVrg { top:4.375rem;left:14.1875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvaHP2UL0J0kRWCnHyPgeeGDUx5JFEwh { top:0.5625rem;left:23.875rem;width:23.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVrTHpyGWybQR57SO703OTwgNVum6TLP { width:21.25rem;height:1.625rem;top:2.25rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h { width:14.5rem;height:8.5rem;top:11.375rem;left:24.75rem;font-size:1.0625rem;display:block; }#o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f65d75c83ef76ff17b4516b8ce44858787097c44.svg); }
 }@media only screen and (max-width: 763px) { #hWSJ3qqiPyChQSOSlKTatvBFbo42zaGy { width:21.25rem;height:1.625rem;top:8.9375rem;left:23.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsd89qJQwGb0mf5StT50zDh47ZwfQXTM { width:2.0625rem;height:1.875rem;top:5.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzJCGrqlhSEdz1gHiIcseEngIbQkORTb { top:4.375rem;left:30.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 { display:block; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ildPqUZTOt7b8oUK7rAEHueF3LL7hWsT { width:47.75rem;height:2.0625rem;top:9.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsf2fslGU9yEPs9TyZeL1Al6xia5CFlT { top:2.5625rem;left:18.84375rem;width:11.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #augmIzWeXwzWwgS814TN3K6f1Q4eEqIl { display:block; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBiwDpUHUFoCeNvW03rw5PcEz2BWV3Gb { top:0rem;left:0rem;width:23.6875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXHM9AD3HU1bypDu7rrqr2TFGMeV4Kt { width:19.375rem;height:5.0625rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIqFHZSRAasWCXL9tHBCR9aprUsCUbri { width:21.25rem;height:1.625rem;top:6rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kookDUIBsxvfUunJ3m7AtAuVd1wz9W { top:1.5rem;left:6.25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1DJ8zHA9q9AErkPqDhcWyBnISI317Pn { top:1.9375rem;left:6.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l90lgpDi5WsLdlaR3sWLCw4LFRJyPz9w { top:0rem;left:8.0625rem;width:23.6875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPSQldXtPk7CJ1ilTKIGO2leQq1wxrKu { top:1.5rem;left:22.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otI5JkqnLPbbvBBWUnUECsrlIbXotdm5 { top:1.9375rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #revpIetA9JcT3MHsJn2MZH2EXLCeVLE1 { width:21.25rem;height:1.625rem;top:6rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz9lpZCp8SwMeA6Ho9V7UQ8eTsiFnU8M { width:20.6875rem;height:5.0625rem;top:8.3125rem;left:11.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkGBeaeXkXpvl56sSP9BdmxnuyymOBQk { top:0rem;left:23.9375rem;width:23.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM8TQpFSHKQJVm5es9TE1ODPTH2H3NFO { top:1.5rem;left:38rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINP6harShHCZexFfCaaK21viVxxMuLF { top:1.9375rem;left:38.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntSR4lNgcvRhoqoZnP6n1BktTAaIbLwP { width:21.25rem;height:1.625rem;top:6rem;left:26.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #INDFhtt4s3BiLvHzUoJhIvFwEUTGKHZm { width:18.875rem;height:5.0625rem;top:8.3125rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { background-color: transparent; background-image: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .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); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { border-width: 0; border-radius: 0; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTZfENnuEbMBUQ0FlDJ3Uz7DdHvyQFRW { width:47.75rem;height:10.125rem;top:8.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DiTHmI48TZQ3OzIAu3rbExE1OMGhm2zr { width:37.6875rem;height:6.75rem;top:9.875rem;left:10.0625rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #K7NhCNAB4ZUiIHiEOiJ0JTQtzvW4GcEv { width:11.25rem;height:1.1875rem;top:13.8125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yOFzyUSXVaUnHXEcSJlXP2kiQ62ShilU { width:11.25rem;height:1.25rem;top:15rem;left:0rem;font-size:1.25rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG { width:3.5rem;height:3.5rem;top:9.875rem;left:2.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.adaptive-delivery-prevent-bg, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyload, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zT5FXff7NomVl7A5q3KQioXSG83tP4P7 { width:47.75rem;height:2.375rem;top:2.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGhXwSqRphIrkthSl5pJ6ohflDoTuDtc { width:47.75rem;height:8.4375rem;top:19.75rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rsDWOGokefM1pT8b2QTmi04izPOWgmis { width:37.625rem;height:4.5rem;top:21.6875rem;left:10.125rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwEODHDEisfxAg5Ctlk8nJVizs1lTaw { width:11.25rem;height:1.25rem;top:25.875rem;left:0rem;font-size:1.25rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8XXH1XWSuFfrBWdf5ZqwA5R5TFiQIZ { width:11.25rem;height:1.1875rem;top:24.6875rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P9iXxXAmlRgrtND8sc3pN121T531USfV { width:3.5rem;height:3.5rem;top:20.75rem;left:2.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#P9iXxXAmlRgrtND8sc3pN121T531USfV.adaptive-delivery-prevent-bg, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyload, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MifLmnOSQqxLRHVxTEABm4C723ScOZIk { width:47.75rem;height:10.125rem;top:29.625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZB6VNo92iS8T52c0fQlJrNhcTc6dSIG3 { width:11.25rem;height:1.25rem;top:36.4375rem;left:0rem;font-size:1.25rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #pdOHIBrs2RxnEarEG0c46OVJzFs1eEcg { width:37.625rem;height:6.75rem;top:31.3125rem;left:10.125rem;font-size:1.125rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #mKAKlvt4ZNBAGG9G7FPbsSRXiTqr3ZBS { width:11.25rem;height:1.1875rem;top:35.25rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO { width:3.5rem;height:3.5rem;top:31.3125rem;left:2.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.adaptive-delivery-prevent-bg, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyload, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EfiGoM3G3limT4i2SPBr988o0Oqa9RZw { display:block; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-regular-label { width:28.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-textarea { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-button { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-checkbox-label { width:27.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw  { width:28.25rem;height:auto;top:12.125rem;left:17rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .radio-container { width:28.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw {display:block;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw { width:28.25rem;height:auto;top:12.125rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #novnlk692U9IBpNdyGlD9CSvrgLf3SJU {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #mgX4asQqtAWB0e2gfeVdvt4n2OnLewwq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #glVEHK5TWPGk6rXXBS1sqxoVywdA4LJq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #UV7x1JIL2uO2Jw0WKBm92bE2zqTN0igH {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #USbStXvHTT4EWe67MR6lqxouTcFP6Vb4 {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #aK8qW86CZQUhKtcDDwW4tLFQa2b2aT9Q {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #gNPv3W5URorHSTF85uHX1gShrVsm4WxQ {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #MbzpdTcv9UHmt3PsamgomGcHzDtnTqdA {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SDtLmCOP9l7bqyf2CppmVwcFZLkfsaJq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #QoA6OcbP2w1ggayh4guuM6kqXES4ZcBK {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #nsP8S1cFkK7tIAPX0orVl16HIMUu2BOr {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #v0RlNhfPJd7lskiQhKaTiMM4iPuLT6pw {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #ty5MK4t9qG8z280PaoBA5cz5wMEwcPEM {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #CDhIzMCCIVZp7uGOMNT1umW2dRaJStrN {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #d7Ty267zkEhlz93PJVtfcTogXF3svxpI {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #l03QCibuGibnQWxidm6b7MeJuthhasEp {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Ly0eAadLMyilnF2JrEynx4F2OOOCQtSV {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #HvSRIKiGQJAyPnR60hguawtheUa1hkGQ {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OxV6uIvMRAOp5M0ARBZPC9giqneQXILf {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #sBzPZSTCULCJqNxFfzTLlPgs9IhnIGqM {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #wsvJUybPsIVd9BmqwvF2KdJrFXH9gqoo {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fVwvhcfqaATAElVB5VDesTxvci6QUAeO {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #kqcwhKiUcwMxNleMztcfudcCy5eqqueW {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OLWLFQTy6TLNeT0tIrUN2ePLJzsd7Obw {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #cyX4d3oMPmG6ulzl8wuv8HwAZCI9tLUe {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SNFQL092M6oxDgh32shyxGe8HsCKGbRt {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fwfLkfV3eHfyi1S9OlS4ChJhn2vwusW8 {  }
 }@media only screen and (max-width: 763px) { #qsuDT5I1NsyeeNIhyFxdiKMxNT1VuNNN { display:block; }
 }@media only screen and (max-width: 763px) { #XIzO2W2lyEKPZ3puHLQTaNrwyfaNR6Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #RaBy6syHpTwi5Wf9X7vVURIVxGFUJJTw { display:block; }
 }@media only screen and (max-width: 763px) { #Qt8mIiw5cpqW6wE6hR55EcqFp7o0dvO5 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7mtGEWZkqhecHXFw3FMemrT1gSRF5w { display:block; }
 }@media only screen and (max-width: 763px) { #wMdk2AEMDboG5fkUmTPhklR7IVZDAgxt { display:block; }
 }@media only screen and (max-width: 763px) { #U2bwJ04sGbKEJsfVLtlLmMDlguWd9bsZ { display:block; }
 }@media only screen and (max-width: 763px) { #KRoKpRrTC4oonvWidP1koBePW5TlCafe { display:block; }
 }@media only screen and (max-width: 763px) { #nHpH7GPVHUnNTpFBUqr9TyMPV41HkiRT { display:block; }
 }@media only screen and (max-width: 763px) { #R2R20VaOmXTnGrfp4pOJEzuIwbFHdObT { display:block; }
 }@media only screen and (max-width: 763px) { #m611lF9TAKT4hKr2FoQVQ62LaiPrgLpy { display:block; }
 }@media only screen and (max-width: 763px) { #bltqe1bNlLkW3JLfTcmEWkafIJb2t6mP { display:block; }
 }@media only screen and (max-width: 763px) { #Knb2GKtlVDkDdTQ8Gk67rHQttKE1AmSn { display:block; }
 }@media only screen and (max-width: 763px) { #OgLRrrqTdf5aKynHk0zLD7rX3tbuOeS9 { display:block; }
 }@media only screen and (max-width: 763px) { #okLLxJunRK5vXpGXecByRA7aywyVW4Hi { display:block; }
 }@media only screen and (max-width: 763px) { #BWoZp8Fadr8fnGB09WPrLQX0pThHxFc0 { display:block; }
 }@media only screen and (max-width: 763px) { #TkuwE4T09kuPFxPOIrIe97HvEJndHmQM { display:block; }
 }@media only screen and (max-width: 763px) { #FpxT8CTpPNl6IDq1Tx423XRyXp8yJBTf { display:block; }
 }@media only screen and (max-width: 763px) { #a2srgyT4lTIaQDO1ISEFNgtupuycwqsU { display:block; }
 }@media only screen and (max-width: 763px) { #uQ2i5eVQAZO84OngM7prK5Dq13Lc8vC9 { display:block; }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Erwc6qBvxN33TAy84l0bvx97fxIITEki {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #A3B7wFkM6Z2w6TNEFnSxxrmiyzieitLQ {  }
 }@media only screen and (max-width: 763px) { #PDaJAnx7RQCwyQGCBknVV9PtN4XZrLK6 { width:33.125rem;height:43.1875rem;top:12.125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcduSld8o3HLJ5g8mIxtav9IfC2mXBcA { width:33.125rem;height:8.375rem;top:3.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbZbZBo8IUm9i7DvT5v0LNa4if3bRzX { width:28.1875rem;height:4rem;top:5.875rem;left:19.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP { width:21.3125rem;height:;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }#LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_250dd553d0ad991c9e921e46036526168dc6c08c.svg); }
 }@media only screen and (max-width: 763px) { #gw44xRVDoP1tWZlHRatv7BnO4Ua5wsKm { width:22.375rem;height:4.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90lzawegtuyLWq1aJzQrR290IfMtthJ { top:20.9375rem;left:0rem;width:44.9375rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yve7S318SkHxRUbe20In9l4hpxPvhbGG { width:47.75rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh { display:block; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4gmuJscJu5JwX3bg9MyDZO9X6tqI6em { top:5.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6iPtTemPTXvmdeJO5KLOTlp8rC8udhR { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq8nH5BZ5vGde74NdcithEr4QpVV45gm { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEduucxgQCquERhHTaNqR87l6xsTerL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Gbtix28WbvOv5F9m7Uf3b2kWuHQr2M { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPr8DPlRxDQWXDORAiDKlnNN66N2Mqf { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #JJMslxz4vtA3UvsOGbqqQ6NHDZxGH35T {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HdbEfalaWSMtGd42x5thT7o6mMWh43AS {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #XZza3rk23RKBCSiomslATJ3NLD3u0xVM {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HXoERAfhddALhw3VnZQc910qfDwgNCew {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #nquTysP96IyOkm6NXTfWn0W6aPE3TDRg {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #cDbeigyIa7z3b8dev6WwBQOl9SKZi66D {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #fC8mdsWG06IqgGOopsbdMtJr9JdxLaLH {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #QRKWZqU5vbfwcqg2ewBsQTe4wU8x8ln4 {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #lfleEGx5f3oPFDWVtLOqsGBVwTigIGnl {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #suMMHSPUehAQHBo6ZgknHKQMSpoBwu5o {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #KBC0TayCbM9Pt6T0MXcBkdzLG2AGrQki {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #Ef5CxbRFT7pBP8T4zlZMVNpsfnxMO9yT {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #PmTRlJCThygU7WC7X1h1e6zVqKU5fFay {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #VBHThKb9TXzVwtnyWvFn1RM2UsQthNwC {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #EHfMf7heNeXl2uIQZX9Bxr5oiwcm31Xh {  }
 }@media only screen and (max-width: 763px) { #Oi7ObqQaEilxzl3v8iSLbRndB1pmanmg { width:47.75rem;height:2.75rem;top:37rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORh33nmpkcCwntcZS5EQ3hGcGTHcWioG { width:47.75rem;height:1.625rem;top:40.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r06FIld6v1qhcQzu65Ix8hE72teoXo2t { width:24.8125rem;height:4.125rem;top:43.3125rem;left:11.46875rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cxfyPeKiINfz94Q3ltLGyqWqTM3mAzJQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZmeUCczeDWMZLTfI046VTrWSZzQstHoX { display:block; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbGObPQL2nOPEBbsPyMlAqEzkGQDXSd0 { width:11.3125rem;height:5.5314534519518rem;top:2.1875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwlMUatZLvvxG1NngWHam4cODctZGn6N { display:block; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twx6cSgX7EbqbwqH3L4q8dZAMOHAiXpA { top:0.75rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n3H9eegW2epXMg06XaWnhV1zUAsf6kNH { background-color:#004dc4;background-image:none;display:block; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { background-color: transparent; background-image: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container > .video-iframe-container { display: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row > .video-iframe-container { display: none; }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .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); }#n3H9eegW2epXMg06XaWnhV1zUAsf6kNH > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brbTSiCTcxCAOsNThuvDCDQb1g7p8cms { width:19.25rem;height:9.34325rem;top:6.86962890625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWdH6MqeI51OL4iITXtxba63iEfJSS0x { width:19.875rem;height:3.624025rem;top:37.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:rgba(var(--color-primary-0),1);font-weight:700;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTwiDl23JBwreIP8TlBZJDUazo1ovOq { display:block; }
 }@media only screen and (max-width: 763px) { #uRMQRituqwwVP4PchNH9aVdfTLG75OOO { width:15.25rem;height:1.6621125rem;top:42.125rem;left:3.1875rem;font-size:0.875rem;line-height:1.9;color:rgba(var(--color-primary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRWhCodwK55IQFKTT6ddSpGRRotgNyZ2 { display:flex;width:1.186525rem;height:1.186525rem;top:42.375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #ODxg2X8Q4IteBuL956v2wrpgIXgd26Fz { width:18.0625rem;height:7.03125rem;top:29.09375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S4MHTHi4eO0lkG8vVTua34hH0TTZIGFx { width:8.5rem;height:4.1875rem;top:1.25rem;left:5.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zhTpCIe8r4k0hVN2z5powwk2Tra6fvoV { width:14.1875rem;height:1.75rem;top:6.99462890625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCQF1CJRZTbxbmFRwhs5MpCr476cVKmL { top:16.65625rem;left:0rem;width:20rem;height:12rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm { display:block; }#GTI7Tw21SArkDqTQ1rlVoAsXS7MIHBFm > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPKkDvGPBWqwXNXMUOgEqOSO7dxZIhrw { width:8.8125rem;height:2.92480625rem;top:18.75rem;left:5.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IubtlRS523FX7KwJIKnszTFBTZDLfhDh { width:15.125rem;height:7.5rem;top:22.6875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebWJRyeHmPABzgTH1I4OSJw0k90Co9TB { width:20rem;height:7rem;top:3.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q68GJE5J04JZXsc2yqOiHqkNrdv2hmK2 { width:10.4375rem;height:2.92480625rem;top:39.625rem;left:4.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFIrGNDLb3TiqTt8xTzWX7Xl7bJSyTku { width:14.75rem;height:7.5rem;top:43.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7zWFZzC0I4WR3wgxhnH5odhv4aZHSmZ { width:19.9995rem;height:18.75rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzkoJHppurxUxFDDNsWpJ7ur4gKUprfr { width:15.1875rem;height:7.5rem;top:64rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uegeaf8eqhclSGTRdghNkDlE4sTZnkwv { width:15rem;height:2.92480625rem;top:59.8251953125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP0sTreMAr0zTkLozuIXzGmp72VtgTaP { width:20rem;height:20rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9lmZA73EkfFEBmX4x3eeKdVos3eNSHr { width:20rem;height:20rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSKt7V3fcRmtbTNbOzIu0Vnlb150tVTK { width:3.4375rem;height:3.4375rem;top:14.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaiMUouE5bzHhu9AhmdMQ5QrEKXTICKs { display:flex;width:2.5rem;height:2.5rem;top:14.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #if9bL1fEytIFAQ8nzlRBxmltz37ulmau { width:3.4375rem;height:3.4375rem;top:35.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGZ44n9Htqgm2rTeOybdBSAC46sDUwph { display:flex;width:2.5rem;height:2.5rem;top:35.6875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ix9W8wnwg35aum0zBFEcmx3LaqZx6QzR { width:3.4375rem;height:3.4375rem;top:55.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PScsLwarzwJAMyiwo2U49KBST5sqCQ4G { display:flex;width:2.1875rem;height:2.1875rem;top:55.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo { display:block; }#itzuGJDeTp1dBfDuca4BQHeR8T0zwEGo > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaT8WSAQRB6tIlxd6ZXndUD9akkpoQGN { width:20rem;height:7.1484375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0bOhaDFvMWIvdMUr0whRT5sIWDxXDXT { width:16.375rem;height:2.92480625rem;top:11.9345703125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrSTAH9T9rTSQCwOJiTrCzdIiNpq4TC3 { width:9.375rem;height:1.625rem;top:19.1875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3UmZQT8bXbiAUzTyHfSEz2wTW4KtZCe { width:9.375rem;height:1.625rem;top:17.625rem;left:7.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybrdEbaXHSIP0JU16uDGtbzHik38EhTb { width:18.5625rem;height:6.173825rem;top:38.9833984375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7MHDPLEEosrNUOKOFBDl51JCwXoDDfz { width:17.5rem;height:4.9375rem;top:16.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWznuXW3Kb2NkGMStVDsRs6sl5kftzq { width:20rem;height:4.24913125rem;top:18.108724594116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfGtCVwbkQ9T7Bz9E5WHzJ8mlcPDEMgQ { width:8.125rem;height:4rem;top:24.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoIevzwgMBXW13NmVLITDavkPHADCKCk { display:flex;width:3.24978125rem;height:3.24978125rem;top:17.625rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #dBBPhT5eeGfM4xKN32NSGNoBdC5ixerv { width:5.06185rem;height:5.06185rem;top:16.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytr5FG1zcN0qvf7u9oJLspJko9UXvq1w { display:flex;width:3.24978125rem;height:3.24978125rem;top:32.5625rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #SrDCNWUmqdX9yg8IyRxGVGcAd3qhcqwy { width:5.06185rem;height:5.06185rem;top:31.625rem;left:13.625rem;border-top-left-radius:0rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OByuHu34OachzllEZrHIQgdsM54kCr4p { width:9.375rem;height:1.625rem;top:32.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD6aNCTxTszo0n0Qgu89cDcSeAaSbdvn { width:9.375rem;height:1.625rem;top:34.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dknu9GZhmIXXrrhGD5f7LVk4Ck6OMo0O { width:17.5rem;height:5rem;top:31.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bniS1XQ44m73TIGTVAtfiwmDa2QZ7Ega { top:21.6875rem;left:1.625rem;width:19.625rem;height:10.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pDlKzAOOEcyMQ6wgLd8fJxmwa76PxvTg { width:19rem;height:3.8125rem;top:46.8583984375rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(30deg, 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(30deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqwlXqioTZC6GzodIKdqF6SbskGstxt { display:block; }
 }@media only screen and (max-width: 763px) { #d02lTL2AOqbgnvgm9eo5NeibPU1vo20N { display:block; }#d02lTL2AOqbgnvgm9eo5NeibPU1vo20N > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L2Vz3eIc2nWMfskqQRMGWJLo0y2JaZqE { width:18.3125rem;height:4.875rem;top:2.9375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTziHFx8QJXNztTG6CmMGtpmC60XqitQ { display:block; }#cTziHFx8QJXNztTG6CmMGtpmC60XqitQ > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNOQFObcNb4WWfpyG6139nd3zLA0Bs8g { width:19.9989375rem;height:1.29980625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1cNyTGcLAGVsHfpTFa8c2KgBD4V13zS { width:20rem;height:22.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FJy5qWhWXtcIdWrUdc5TWnvPNnn09P { width:19.9985625rem;height:1.29980625rem;top:11.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n { width:12.1875rem;height:7.07425rem;top:14.1875rem;left:3.90625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#gngqlbRQTW1Xrqsf1xBSV66CA3OFnu8n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0ff26dd57eba21d98d9b3bd7cdbd20a2a179ff80.svg); }
 }@media only screen and (max-width: 763px) { #DMvgRrL2IKbwu5Tg2W7FLg4DfrNNJtLe { width:2.1875rem;height:2.1875rem;top:7rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUygXmLAqP4BnQwDwm0VTMdzIVH6KVrg { width:3.4375rem;height:3.4375rem;top:6.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvaHP2UL0J0kRWCnHyPgeeGDUx5JFEwh { width:20rem;height:22.1875rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVrTHpyGWybQR57SO703OTwgNVum6TLP { width:17.0615rem;height:1.21875rem;top:26.9375rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h { width:13.875rem;height:8.1245rem;top:36.8125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#o1Aff4EQt9d4r4xVHg5LNUd4vsmEwS5h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f65d75c83ef76ff17b4516b8ce44858787097c44.svg); }
 }@media only screen and (max-width: 763px) { #hWSJ3qqiPyChQSOSlKTatvBFbo42zaGy { width:19.9985625rem;height:1.70605625rem;top:34.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsd89qJQwGb0mf5StT50zDh47ZwfQXTM { width:2.3125rem;height:2.1875rem;top:29.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzJCGrqlhSEdz1gHiIcseEngIbQkORTb { width:3.4375rem;height:3.4375rem;top:29.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 { display:block; }#aBvKNsGy5SIo97eQTfwfqfgEzAAnkr75 > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ildPqUZTOt7b8oUK7rAEHueF3LL7hWsT { width:20rem;height:2.19970625rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsf2fslGU9yEPs9TyZeL1Al6xia5CFlT { width:11.5625rem;height:5.8125rem;top:1.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #augmIzWeXwzWwgS814TN3K6f1Q4eEqIl { display:block; }#augmIzWeXwzWwgS814TN3K6f1Q4eEqIl > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBiwDpUHUFoCeNvW03rw5PcEz2BWV3Gb { width:20rem;height:15rem;top:0.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTXHM9AD3HU1bypDu7rrqr2TFGMeV4Kt { width:17.3125rem;height:4.5rem;top:9.32470703125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIqFHZSRAasWCXL9tHBCR9aprUsCUbri { width:19.9985625rem;height:1.29980625rem;top:6.9443359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5kookDUIBsxvfUunJ3m7AtAuVd1wz9W { width:3.4375rem;height:3.4375rem;top:2.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1DJ8zHA9q9AErkPqDhcWyBnISI317Pn { display:flex;width:2.5rem;height:2.5rem;top:2.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #l90lgpDi5WsLdlaR3sWLCw4LFRJyPz9w { width:20rem;height:15rem;top:17.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPSQldXtPk7CJ1ilTKIGO2leQq1wxrKu { width:3.4375rem;height:3.4375rem;top:18.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otI5JkqnLPbbvBBWUnUECsrlIbXotdm5 { display:flex;width:2.5rem;height:2.5rem;top:18.9375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #revpIetA9JcT3MHsJn2MZH2EXLCeVLE1 { width:19.9985625rem;height:1.29980625rem;top:23.1962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz9lpZCp8SwMeA6Ho9V7UQ8eTsiFnU8M { width:17.375rem;height:4.5rem;top:25.26220703125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkGBeaeXkXpvl56sSP9BdmxnuyymOBQk { width:20rem;height:15rem;top:33.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM8TQpFSHKQJVm5es9TE1ODPTH2H3NFO { width:3.4375rem;height:3.4375rem;top:34.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HINP6harShHCZexFfCaaK21viVxxMuLF { display:flex;width:2.5rem;height:2.5rem;top:35.3125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #ntSR4lNgcvRhoqoZnP6n1BktTAaIbLwP { width:19.9989375rem;height:1.29980625rem;top:39.4462890625rem;left:0.0009765625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INDFhtt4s3BiLvHzUoJhIvFwEUTGKHZm { width:16.25rem;height:4.5rem;top:41.69970703125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { background-color: transparent; background-image: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row > .video-iframe-container { display: none; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .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); }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { border-width: 0; border-radius: 0; }#R08ql7Nhi9gkc1r6qbLwtUX3zTtRBl6d > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTZfENnuEbMBUQ0FlDJ3Uz7DdHvyQFRW { width:18.9375rem;height:25.5625rem;top:8.4365234375rem;left:0.5rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #DiTHmI48TZQ3OzIAu3rbExE1OMGhm2zr { width:16.625rem;height:11.8125rem;top:19.74658203125rem;left:1.6875rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K7NhCNAB4ZUiIHiEOiJ0JTQtzvW4GcEv { width:13.811875rem;height:1.29980625rem;top:15.6875rem;left:3.125rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOFzyUSXVaUnHXEcSJlXP2kiQ62ShilU { width:13.811875rem;height:1.625rem;top:17.0625rem;left:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG { width:4.56055rem;height:4.56055rem;top:10.25rem;left:7.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/790e00db-8839-43bc-a1de-519042c7f31d/images.jpeg");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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.adaptive-delivery-prevent-bg, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyload, #fxQrbM5TrQ89HgKA7ZNZNitUZ4ZfapWG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zT5FXff7NomVl7A5q3KQioXSG83tP4P7 { width:15.625rem;height:4.7119125rem;top:2.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZGhXwSqRphIrkthSl5pJ6ohflDoTuDtc { width:18.9375rem;height:21.1875rem;top:35.75rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #rsDWOGokefM1pT8b2QTmi04izPOWgmis { width:15.1875rem;height:8.4375rem;top:46.125rem;left:2.40625rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwEODHDEisfxAg5Ctlk8nJVizs1lTaw { width:11.25rem;height:1.625rem;top:43.6875rem;left:4.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8XXH1XWSuFfrBWdf5ZqwA5R5TFiQIZ { width:11.25rem;height:1.29980625rem;top:42.25rem;left:4.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9iXxXAmlRgrtND8sc3pN121T531USfV { width:3.49935rem;height:3.49935rem;top:37.6875rem;left:8.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77592b41-5ddd-42ec-a405-61738df89ad8/aprofer.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#P9iXxXAmlRgrtND8sc3pN121T531USfV.adaptive-delivery-prevent-bg, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyload, #P9iXxXAmlRgrtND8sc3pN121T531USfV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MifLmnOSQqxLRHVxTEABm4C723ScOZIk { width:18.9375rem;height:26.5rem;top:58.5625rem;left:0.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #ZB6VNo92iS8T52c0fQlJrNhcTc6dSIG3 { width:11.25rem;height:1.625rem;top:66.4375rem;left:4.4375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdOHIBrs2RxnEarEG0c46OVJzFs1eEcg { width:16rem;height:13.5rem;top:68.875rem;left:2rem;text-align:center;text-align-last:center;color:#606060;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mKAKlvt4ZNBAGG9G7FPbsSRXiTqr3ZBS { width:11.25rem;height:1.29980625rem;top:65rem;left:4.4375rem;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO { width:3.49935rem;height:3.49935rem;top:60.8125rem;left:8.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4d72e6c-ea04-4ec5-9675-c955ea183202/COBRECOM.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;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }#wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.adaptive-delivery-prevent-bg, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyload, #wKI4KrQZvgT2V1gI2nzeeo4pyG8SS2xO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EfiGoM3G3limT4i2SPBr988o0Oqa9RZw { background-color:#fdfdfe;background-image:none;display:block; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { background-color: transparent; background-image: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container > .video-iframe-container { display: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row > .video-iframe-container { display: none; }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .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); }#EfiGoM3G3limT4i2SPBr988o0Oqa9RZw > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-text {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.5rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-select {padding-top: 0; padding-bottom: 0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:transparent;background-image: -webkit-linear-gradient(107deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(107deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(107deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(107deg, 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(107deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;height:3.125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container:first-of-type{padding-top:0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .widget-container:last-of-type{padding-bottom:0;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw  { width:16.875rem;height:auto;top:21.625rem;left:0.3125rem; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw {display:block;}#E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw { width:16.875rem;height:auto;top:21.625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #novnlk692U9IBpNdyGlD9CSvrgLf3SJU {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #mgX4asQqtAWB0e2gfeVdvt4n2OnLewwq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #glVEHK5TWPGk6rXXBS1sqxoVywdA4LJq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #UV7x1JIL2uO2Jw0WKBm92bE2zqTN0igH {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #USbStXvHTT4EWe67MR6lqxouTcFP6Vb4 {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #aK8qW86CZQUhKtcDDwW4tLFQa2b2aT9Q {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #gNPv3W5URorHSTF85uHX1gShrVsm4WxQ {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #MbzpdTcv9UHmt3PsamgomGcHzDtnTqdA {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SDtLmCOP9l7bqyf2CppmVwcFZLkfsaJq {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #QoA6OcbP2w1ggayh4guuM6kqXES4ZcBK {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #nsP8S1cFkK7tIAPX0orVl16HIMUu2BOr {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #v0RlNhfPJd7lskiQhKaTiMM4iPuLT6pw {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #ty5MK4t9qG8z280PaoBA5cz5wMEwcPEM {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #CDhIzMCCIVZp7uGOMNT1umW2dRaJStrN {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #d7Ty267zkEhlz93PJVtfcTogXF3svxpI {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #l03QCibuGibnQWxidm6b7MeJuthhasEp {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Ly0eAadLMyilnF2JrEynx4F2OOOCQtSV {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #HvSRIKiGQJAyPnR60hguawtheUa1hkGQ {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OxV6uIvMRAOp5M0ARBZPC9giqneQXILf {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #sBzPZSTCULCJqNxFfzTLlPgs9IhnIGqM {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #wsvJUybPsIVd9BmqwvF2KdJrFXH9gqoo {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fVwvhcfqaATAElVB5VDesTxvci6QUAeO {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #kqcwhKiUcwMxNleMztcfudcCy5eqqueW {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #OLWLFQTy6TLNeT0tIrUN2ePLJzsd7Obw {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #cyX4d3oMPmG6ulzl8wuv8HwAZCI9tLUe {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #SNFQL092M6oxDgh32shyxGe8HsCKGbRt {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #fwfLkfV3eHfyi1S9OlS4ChJhn2vwusW8 {  }
 }@media only screen and (max-width: 763px) { #qsuDT5I1NsyeeNIhyFxdiKMxNT1VuNNN { display:block; }
 }@media only screen and (max-width: 763px) { #XIzO2W2lyEKPZ3puHLQTaNrwyfaNR6Z0 { display:block; }
 }@media only screen and (max-width: 763px) { #RaBy6syHpTwi5Wf9X7vVURIVxGFUJJTw { display:block; }
 }@media only screen and (max-width: 763px) { #Qt8mIiw5cpqW6wE6hR55EcqFp7o0dvO5 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7mtGEWZkqhecHXFw3FMemrT1gSRF5w { display:block; }
 }@media only screen and (max-width: 763px) { #wMdk2AEMDboG5fkUmTPhklR7IVZDAgxt { display:block; }
 }@media only screen and (max-width: 763px) { #U2bwJ04sGbKEJsfVLtlLmMDlguWd9bsZ { display:block; }
 }@media only screen and (max-width: 763px) { #KRoKpRrTC4oonvWidP1koBePW5TlCafe { display:block; }
 }@media only screen and (max-width: 763px) { #nHpH7GPVHUnNTpFBUqr9TyMPV41HkiRT { display:block; }
 }@media only screen and (max-width: 763px) { #R2R20VaOmXTnGrfp4pOJEzuIwbFHdObT { display:block; }
 }@media only screen and (max-width: 763px) { #m611lF9TAKT4hKr2FoQVQ62LaiPrgLpy { display:block; }
 }@media only screen and (max-width: 763px) { #bltqe1bNlLkW3JLfTcmEWkafIJb2t6mP { display:block; }
 }@media only screen and (max-width: 763px) { #Knb2GKtlVDkDdTQ8Gk67rHQttKE1AmSn { display:block; }
 }@media only screen and (max-width: 763px) { #OgLRrrqTdf5aKynHk0zLD7rX3tbuOeS9 { display:block; }
 }@media only screen and (max-width: 763px) { #okLLxJunRK5vXpGXecByRA7aywyVW4Hi { display:block; }
 }@media only screen and (max-width: 763px) { #BWoZp8Fadr8fnGB09WPrLQX0pThHxFc0 { display:block; }
 }@media only screen and (max-width: 763px) { #TkuwE4T09kuPFxPOIrIe97HvEJndHmQM { display:block; }
 }@media only screen and (max-width: 763px) { #FpxT8CTpPNl6IDq1Tx423XRyXp8yJBTf { display:block; }
 }@media only screen and (max-width: 763px) { #a2srgyT4lTIaQDO1ISEFNgtupuycwqsU { display:block; }
 }@media only screen and (max-width: 763px) { #uQ2i5eVQAZO84OngM7prK5Dq13Lc8vC9 { display:block; }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #Erwc6qBvxN33TAy84l0bvx97fxIITEki {  }
 }@media only screen and (max-width: 763px) { #E1PWVErm13qxgcw4fJ0nuhCNTcQgkLJw #A3B7wFkM6Z2w6TNEFnSxxrmiyzieitLQ {  }
 }@media only screen and (max-width: 763px) { #PDaJAnx7RQCwyQGCBknVV9PtN4XZrLK6 { width:20rem;height:38.25rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcduSld8o3HLJ5g8mIxtav9IfC2mXBcA { width:20rem;height:8.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhbZbZBo8IUm9i7DvT5v0LNa4if3bRzX { width:16.75rem;height:4.94970625rem;top:14.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP { width:16.9375rem;height:8.6738125rem;top:67.625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#LKsEWsq0JHqHBzDaWUx1wfvTS4pTDbVP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_250dd553d0ad991c9e921e46036526168dc6c08c.svg); }
 }@media only screen and (max-width: 763px) { #gw44xRVDoP1tWZlHRatv7BnO4Ua5wsKm { width:18rem;height:5.19921875rem;top:61.5625rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N90lzawegtuyLWq1aJzQrR290IfMtthJ { width:20rem;height:14.639625rem;top:65.08203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yve7S318SkHxRUbe20In9l4hpxPvhbGG { top:0rem;left:0rem;width:20rem;height:12rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh { display:block; }#OXmwFx2EFhp5T0XgnqlwhsVC2VrknHmh > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4gmuJscJu5JwX3bg9MyDZO9X6tqI6em { width:20rem;height:2.23095625rem;top:2.03125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6iPtTemPTXvmdeJO5KLOTlp8rC8udhR { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lq8nH5BZ5vGde74NdcithEr4QpVV45gm { width:0.5rem;height:31.25rem;top:135.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUEduucxgQCquERhHTaNqR87l6xsTerL { width:0.5rem;height:31.25rem;top:104.68558125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5Gbtix28WbvOv5F9m7Uf3b2kWuHQr2M { width:0.5rem;height:31.25rem;top:72.18558125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqPr8DPlRxDQWXDORAiDKlnNN66N2Mqf { width:0.5rem;height:31.25rem;top:39.68558125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-element-container { border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1); }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.5;overflow:hidden;font-weight:700;font-style:normal; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD .accordion-desc-text { font-size:0.8125rem;height:auto; }
#qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD { display:flex;height:auto;width:20rem;top:11.04883125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #JJMslxz4vtA3UvsOGbqqQ6NHDZxGH35T {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HdbEfalaWSMtGd42x5thT7o6mMWh43AS {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #XZza3rk23RKBCSiomslATJ3NLD3u0xVM {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #HXoERAfhddALhw3VnZQc910qfDwgNCew {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #nquTysP96IyOkm6NXTfWn0W6aPE3TDRg {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #cDbeigyIa7z3b8dev6WwBQOl9SKZi66D {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #fC8mdsWG06IqgGOopsbdMtJr9JdxLaLH {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #QRKWZqU5vbfwcqg2ewBsQTe4wU8x8ln4 {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #lfleEGx5f3oPFDWVtLOqsGBVwTigIGnl {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #suMMHSPUehAQHBo6ZgknHKQMSpoBwu5o {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #KBC0TayCbM9Pt6T0MXcBkdzLG2AGrQki {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #Ef5CxbRFT7pBP8T4zlZMVNpsfnxMO9yT {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #PmTRlJCThygU7WC7X1h1e6zVqKU5fFay {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #VBHThKb9TXzVwtnyWvFn1RM2UsQthNwC {  }
 }@media only screen and (max-width: 763px) { #qHS2JlaKbEq13AE3tlDVeCJDIWlxskmD #EHfMf7heNeXl2uIQZX9Bxr5oiwcm31Xh {  }
 }@media only screen and (max-width: 763px) { #Oi7ObqQaEilxzl3v8iSLbRndB1pmanmg { width:20rem;height:1.625rem;top:44.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORh33nmpkcCwntcZS5EQ3hGcGTHcWioG { width:20rem;height:2.92480625rem;top:46.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r06FIld6v1qhcQzu65Ix8hE72teoXo2t { width:19rem;height:3.75rem;top:50.8623046875rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(30deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxfyPeKiINfz94Q3ltLGyqWqTM3mAzJQ { display:block; }
 }@media only screen and (max-width: 763px) { #ZmeUCczeDWMZLTfI046VTrWSZzQstHoX { display:block; }#ZmeUCczeDWMZLTfI046VTrWSZzQstHoX > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbGObPQL2nOPEBbsPyMlAqEzkGQDXSd0 { width:9.3125rem;height:4.4375rem;top:2.125rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwlMUatZLvvxG1NngWHam4cODctZGn6N { display:block; }#BwlMUatZLvvxG1NngWHam4cODctZGn6N > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twx6cSgX7EbqbwqH3L4q8dZAMOHAiXpA { width:20rem;height:2.88720625rem;top:1.119140625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }