.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:2,3,63;--color-primary-1:0,1,56;--color-primary-2:0,1,44;--color-primary-3:0,0,35;--color-primary-4:0,1,33;--color-secondary-0:37,211,102;--color-secondary-1:34,206,99;--color-secondary-2:0,241,58;--color-secondary-3:15,199,83;--color-secondary-4:0,200,48;--color-tertiary-0:255,255,255;--color-tertiary-1:109,109,109;--color-tertiary-2:102,102,102;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Figtree";--paragraphs-font-family:"Figtree"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d54c29b4-b4f8-4f0c-b7b5-15d64392c38f/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr.adaptive-delivery-prevent-bg, #yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr.lazyload, #yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr.lazyloading { background-image: none; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container { background-color: transparent; background-image: none; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container > .video-iframe-container { display: none; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row > .video-iframe-container { display: none; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .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); }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container { border-width: 0; border-radius: 0; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;overflow:visible;position:relative;display:block; }#Ap0AI3O5Zfd3sZzi0H0KKA7ZdTVDHBaE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:12.1875rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ { box-sizing:content-box;height:45.375rem;width:38.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d8c1b618-b8a8-475e-954c-564bc35092fa/staminageral461687fd1fe01330.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:44.8125rem;display:block; }#pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ.adaptive-delivery-prevent-bg, #pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ.lazyload, #pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ.lazyloading { background-image: none; }
#g2RnhCHaloMhHURb72daTHGl6UtQK4as { box-sizing:content-box;height:33.4375rem;width:29.1875rem;position:absolute;display:block;z-index:14999;background-color:#a78149;background-image:url("https://images.assets-landingi.com/uc/d54c29b4-b4f8-4f0c-b7b5-15d64392c38f/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;top:11.9365234375rem;left:54.3076171875rem;border-top-left-radius:6.25rem;border-top-right-radius:18.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#g2RnhCHaloMhHURb72daTHGl6UtQK4as.adaptive-delivery-prevent-bg, #g2RnhCHaloMhHURb72daTHGl6UtQK4as.lazyload, #g2RnhCHaloMhHURb72daTHGl6UtQK4as.lazyloading { background-image: none; }
#ReONbwBB7eInpOmI8H5St8ZrsUU1Mcpz { color:#000154;display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:14.375rem;left:0rem;height:6.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DtuaaiOCazWKBeRa86oUeJrXFo9Tpbx2 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:21.25rem;left:0rem;height:3.67480625rem;display:block; }
#s1eGiHf5FGddG0OL6o51JPi8a4da8l7M { box-sizing:content-box;height:20.8125rem;width:22.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;top:24.562173843384rem;left:41.490885734558rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#t4aXyhKWem6EJqAfyDB9T2F3AnCGih4U { color:#a78149;display:block;width:30.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.3388671875rem;left:0rem;height:1.3808625rem;font-style:normal;display:block; }
#pKoBDJFUMabntIJsrlosi9eTsd1WPgmS { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.6875rem solid rgba(var(--color-secondary-1),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 0.25rem 0.0625rem #009137 ;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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:block; }
#RAF8GaQDk4DNTxLXpvNhCuix5PxlQxXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsbSC1TwpmzS9WWwL9AxGUEzbVqOabIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:38.25rem;left:1.25rem; }
#o4PvB19ZyXAPzhCuUhB5AKyU22twtesw { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.375rem;left:13.8125rem;height:0.9746125rem;display:block; }
#TZdLRJ22Z7x1KDLCb6Evmq5zTqaFp7MP { box-sizing:content-box;height:0.0625rem;width:32.125rem;position:absolute;display:block;z-index:15010;background-color:#bcbcbc;background-image:none;top:30.0625rem;left:0rem;display:block; }
#B46IDWDEVfiaC2xzBEuuUBOk1fiavILn { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.895333375rem;height:4.270833375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.0625rem;left:18.125rem;display:block; }
#kedFOThekatNfJwPsadeca3K4bwl3LH0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pemiBPwesUXhMQD1w0ndPq6OONEMcEWf { color:rgba(var(--color-tertiary-3),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:31.0625rem;left:0rem;height:2.25rem;display:block; }
#ktcp2wZAotUHKbXBL6W0fzNJUoKbn0Ha { color:rgba(var(--color-tertiary-3),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:31.0625rem;left:8.9375rem;height:2.25rem;display:block; }
#yTicDmmQlXivKAds6RSxvKUFVookIxQP { color:rgba(var(--color-tertiary-3),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:31.0625rem;left:20.3125rem;height:2.25rem;display:block; }
#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000156, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #000156, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #000156, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #000156, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000156', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000156', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #000156, rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container { background-color: transparent; background-image: none; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container > .video-iframe-container { display: none; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row > .video-iframe-container { display: none; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .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); }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container { border-width: 0; border-radius: 0; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#ZVEZ1f8wRfgt0QvAwi0I9D59R5DP4TnN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.9375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xHRxVL2MwkyyMIHGLig0ApE36HorRBXc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.3125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVl2ZMf5LhTX9qDeV7JNAbAwbIRCcTvX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:2.625rem;top:2.875rem;left:11.25rem;overflow:hidden;display:block; }
#lqwSsf8MSuL59rQZ44i1eogUf4fd7FxG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3121747970581rem;left:29.843749046326rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1cQaiul5TwaEvPXekkyPHS6QIGUl0Jp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.811034202576rem;left:30.437010765076rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zt2q0GB9rh5okTPyzofCLqDD5V1Py7Iz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.28125rem;left:35.71875rem; }
#yRGfC8co8P5yRFdtAJf25a1nhGAJIPxW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.1875rem;left:56.125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkTzJDSNTOsgp17yfI0G1ST76ZO86asB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.375rem;left:60.75rem; }
#ioAG9QCUAgFzGQoTdz1cEcZxJicmvwpn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:54.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzJhVnWG17Xbe6MHse6gu2DD95UWzD5M { color:#484ab3;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.086585998535rem;left:58.968096733093rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MML35P9kgt5fan3hOFCTRVDbUxfJgugo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d54c29b4-b4f8-4f0c-b7b5-15d64392c38f/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo.adaptive-delivery-prevent-bg, #MML35P9kgt5fan3hOFCTRVDbUxfJgugo.lazyload, #MML35P9kgt5fan3hOFCTRVDbUxfJgugo.lazyloading { background-image: none; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container { background-color: transparent; background-image: none; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,251,251,0.79); }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container > .video-iframe-container { display: none; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(251,251,251,0.79); }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row > .video-iframe-container { display: none; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .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); }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container { border-width: 0; border-radius: 0; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo::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; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#DTHaildwLkT36QkNbQnMvOSQhp8m78Pq { color:rgba(var(--color-primary-0),1);display:block;width:35.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:9.0625rem;left:0rem;height:3.1621125rem;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; }
#s9P3VL8XbEnGNzuREqgnFgZwuhds48Jd { color:#a78149;display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.75rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#U95HKRw76wPJ96wVTcSOECJI25rStOb8 { color:rgba(var(--color-primary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.75rem;left:39.5625rem;height:23.4375rem;font-style:normal;display:block; }#U95HKRw76wPJ96wVTcSOECJI25rStOb8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U95HKRw76wPJ96wVTcSOECJI25rStOb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
#B8Gf2Uh77Fv5kXxoOu7JpsoCvTdqppPu { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-secondary-1),1);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 0.25rem 0.0625rem #01a740 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.5rem;left:0rem;display:block; }
#bQCf38yEr4e84xst3NeBF1txigainfQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcXPhRNm6gttoGcF5ls0R6zkesgpwvxG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.6875rem;left:1.375rem; }
#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51ea32d2-bb34-40c4-83ee-e47e93898d2d/0d6179198d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3.adaptive-delivery-prevent-bg, #dVoCBcxdStK5K1UQaEvh0448AL2ACoa3.lazyload, #dVoCBcxdStK5K1UQaEvh0448AL2ACoa3.lazyloading { background-image: none; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container { background-color: transparent; background-image: none; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,76,25,0.9); }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container > .video-iframe-container { display: none; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,76,25,0.9); }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row > .video-iframe-container { display: none; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .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); }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container { border-width: 0; border-radius: 0; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3::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; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#Ib2sSBxyZ9BqDkRwWbCfd67NLtDwQVgF { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:11.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DkxxtAw3x5hrOWy61WPoC1TTzS8qyFzT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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: none;box-sizing:border-box;color:#724c19;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.41666625rem;height:3.91650375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:17.3125rem;left:23.5rem;display:block; }
#RQttNxzKvqwdAaaKt0sbxJv87xBxiHTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x6OPmSwlFhoEQDfVt0ZWitKxUFXg27kZ { background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.375rem;left:20.3125rem;display:block; }
#WI7s8ZSbvDh0cr2B2GnspKazyb408Ag7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOiG5dNIA2HQl4GnVUGH24tAR7CdEvGV { background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.375rem;left:34.875rem;display:block; }
#bCXF4R7pTpIzJ15d0VQ0Pw33A9RkPOHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuSoUe6OmXTCTEJn0HelvN05R54rrLvP { background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0615rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.375rem;left:42.6875rem;display:block; }
#QiC6b1TVWA3oNDkUFJN4M9rAFPOLfxcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9n03SVToMZ4vRNQy6FRZFFdWqHloSMB { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:18.125rem;left:44.25rem;height:2.25rem;font-style:normal;display:block; }
#dB8cDMlFsDqSe5x1K8v2VEbRJ5sGIWGT { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.9375rem;left:42.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-2),1) ;display:block; }
#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container { background-color: transparent; background-image: none; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container > .video-iframe-container { display: none; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row > .video-iframe-container { display: none; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .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); }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container { border-width: 0; border-radius: 0; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#JuN8QQigbt8hU9ygnQPt1ASbBmfbvyO5 { color:rgba(var(--color-primary-0),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.4375rem;left:0rem;height:6rem;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; }
#vPsW0v10aQJRgqGdZ0lQ9NhXn2e1asOg { color:#4f4f4f;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.775390625rem;left:0rem;height:3.57421875rem;font-style:normal;display:block; }
#hoZ4LoBrme98ilq7KMNl6y9sQ7VvuV5n { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-secondary-1),1);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 0.25rem 0.0625rem #01a740 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.1875rem;left:0rem;display:block; }
#CmZw90dz534mORVTIv6OvhMTHdvu693T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxiDV31F295ITDTbWzbCrb13bK5a9SMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.375rem;left:1.375rem; }
#NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0 { box-sizing:content-box;height:26rem;width:28.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07a9e248-581f-411c-b76c-fd1530bcc737/novasecao.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.1875rem;left:46.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem solid #000156;display:block; }#SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0.adaptive-delivery-prevent-bg, #SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0.lazyload, #SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0.lazyloading { background-image: none; }
#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc { 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; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container { background-color: transparent; background-image: none; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container > .video-iframe-container { display: none; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row > .video-iframe-container { display: none; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .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); }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container { border-width: 0; border-radius: 0; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#LwGX3ZzwFoAS67478Q4KQ6eMZHTQK2Fc { box-sizing:content-box;height:45.125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#a78149;background-image:none;top:0rem;left:37.5rem;display:block; }
#Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ { box-sizing:content-box;height:17.5rem;width:31.0625rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99dc8453-914d-4ce8-8297-a99faabd735a/0ed134eada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ.adaptive-delivery-prevent-bg, #Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ.lazyload, #Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ.lazyloading { background-image: none; }
#D1fsWIlqAbDokheDpHfxgpzRNMg81GdH { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(237,28,36,0.28);background-image:none;top:14.1875rem;left:14.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(237,28,36,0.94) ;display:block; }
#nxztBQvVF772cqWXEGdfnLv2U4hDgOrc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.25rem;left:0rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f52rbSGBgtTMm5BTDuDsMoOCcFx8cD1s { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-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: none;box-sizing:border-box;color:rgba(var(--color-primary-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.416rem;height:3.9160125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.125rem;left:0rem;display:block; }
#TSumZRDhwtAT2s2SmUtTrnlp3FbBbrLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy { box-sizing:content-box;height:17.5rem;width:31.0625rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5f417f3-9705-4a17-a397-eee7dfc80c9c/65931ee57d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6rem;left:42.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy.adaptive-delivery-prevent-bg, #M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy.lazyload, #M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy.lazyloading { background-image: none; }
#EvZtwZHk2nLIQqw2oStJ4R3dwgCB9Tx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.25rem;left:42.5rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SIn4VHfwkKucZqQ0tLCFzNuEJyzoBSLy { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.416rem;height:3.9160125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:42.5rem;display:block; }
#THusIvNTaTrNP4UnhbJcgImPS15uO9vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDf1yJWFiePJHwQUFA4stA1QNxA6sveA { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(237,28,36,0.28);background-image:none;top:19.5625rem;left:59.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(237,28,36,0.94) ;display:block; }
#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container { background-color: transparent; background-image: none; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container > .video-iframe-container { display: none; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row > .video-iframe-container { display: none; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .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); }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container { border-width: 0; border-radius: 0; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#DA0fA55e2OCtawwUkn2ySzbTm41lyWNr { box-sizing:content-box;height:22.6875rem;width:34.0625rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/575c381b-ebba-49f5-9335-b930fbd694ea/41cf99536b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.375rem solid #a78149;border-right:0;border-bottom:0;display:block; }#DA0fA55e2OCtawwUkn2ySzbTm41lyWNr.adaptive-delivery-prevent-bg, #DA0fA55e2OCtawwUkn2ySzbTm41lyWNr.lazyload, #DA0fA55e2OCtawwUkn2ySzbTm41lyWNr.lazyloading { background-image: none; }
#bsHHnSPzzouPeEqShTs1dDsknH96CKid { color:rgba(var(--color-primary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.25rem;left:38.5625rem;height:5.36230625rem;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; }
#vzXNQZbkk2KS3nVUNxZ5TFusVuRNTCki { color:#4f4f4f;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.875rem;left:38.5625rem;height:3.57421875rem;font-style:normal;display:block; }
#TOwR8GUw6SbDOJ2SrTkvy3fqXQRTuXCs { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.25rem solid rgba(var(--color-secondary-1),1);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 0.25rem 0.0625rem #01a740 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.25rem;left:38.5625rem;display:block; }
#kwUbJS53alznleO4OPExv4u2XqlUOcyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QBpxSXmUBEXXFccuoNNCAPil8XOc47px { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:21.4375rem;left:39.936846733093rem; }
#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF { position:relative;display:none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF { border-width: 0; border-radius: 0; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container { background-color: transparent; background-image: none; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container > .video-iframe-container { display: none; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row > .video-iframe-container { display: none; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .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); }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container { border-width: 0; border-radius: 0; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#hLmsaLzsd9wngIAuVO7JZDgIyo6nqUzJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:3.3740234375rem;height:2.2749rem;display:block; }
#S4Uyk4eITyfOJ5cMM1T9JTedOqDkE8Ao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15001;opacity:1;top:5.4375rem;left:0rem; }
#s905M9TyxmdT2LW9wfTBFhTNrHTCOTi3 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.375rem;left:3.3740234375rem;height:23.90625rem;font-style:normal;display:block; }
#kShIDl5KAqNUPv9S3s2zkFnWOsaKZZa3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.5625rem;left:3.3740234375rem;height:4.2246125rem;display:block; }
#S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE { box-sizing:content-box;height:29rem;width:26.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13a09dc3-dee1-454d-a5d4-58f039552ad3/WhatsApp_Image_20241111_at_085123_1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.25rem;left:48.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0.375rem solid #a78149;display:block; }#S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE.adaptive-delivery-prevent-bg, #S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE.lazyload, #S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE.lazyloading { background-image: none; }
#OX7lJMl6CgS31feEPliw6FFTCH4SzvUT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.5625rem;left:32.3125rem;height:4.2246125rem;display:block; }
#r8kKluOeHdqCZ5eQaI4c3qtkzoP1tW0C { color:#00c3a5;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:46rem;left:32.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#omhvWZ15bnfFsRwasSgXq5DFuAkKDkAp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5620114803313rem;left:3.3748369216919rem;height:0.9749375rem;display:block; }
#FciptZ0oC0wNsmlQsARbeW0JaqQ6xRt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:41.5625rem;left:19.4365234375rem;height:4.2246125rem;display:block; }
#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw { position:relative;display:block; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw { background-color: transparent; background-image: none; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container > .video-iframe-container { display: none; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row > .video-iframe-container { display: none; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .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); }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw { border-width: 0; border-radius: 0; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gs35bXukA16al9hxpZBoMpLx9WTQAT2U { color:rgba(var(--color-primary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15010;line-height:.9;letter-spacing:0;top:6.21875rem;left:14.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/32a04d03-b778-483f-8b8d-5711b4158f6d/plano_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:23.1875rem;left:46rem;display:block; }#X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B.adaptive-delivery-prevent-bg, #X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B.lazyload, #X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B.lazyloading { background-image: none; }
#EN9WO81gBJT7wBOGbFSgTGnFQWppa99u { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ac5eb893-c056-4321-8b86-10a641036363/download11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:13.4375rem;left:16.625rem;display:block; }#EN9WO81gBJT7wBOGbFSgTGnFQWppa99u.adaptive-delivery-prevent-bg, #EN9WO81gBJT7wBOGbFSgTGnFQWppa99u.lazyload, #EN9WO81gBJT7wBOGbFSgTGnFQWppa99u.lazyloading { background-image: none; }
#tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1a210bbf-47a4-4e7b-bf48-3bc837a84cff/plano_05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:12.875rem;left:30.5rem;display:block; }#tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU.adaptive-delivery-prevent-bg, #tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU.lazyload, #tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU.lazyloading { background-image: none; }
#x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r { position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/555d9238-aff5-49b0-b9a4-e752492f578a/plano_17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:23.25rem;left:2.25rem;display:block; }#x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r.adaptive-delivery-prevent-bg, #x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r.lazyload, #x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r.lazyloading { background-image: none; }
#pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8b9f7465-4ad4-49a0-a70a-e3f7838f4ab5/plano_13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:13.4375rem;left:60.6875rem;display:block; }#pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi.adaptive-delivery-prevent-bg, #pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi.lazyload, #pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi.lazyloading { background-image: none; }
#FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5 { position:absolute;display:block;z-index:15026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/226752ac-9e59-4d9a-af3d-cb421d7b8a68/logocafaz.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.5rem;width:9.5rem;top:24.0625rem;left:31.875rem;display:block; }#FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5.adaptive-delivery-prevent-bg, #FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5.lazyload, #FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5.lazyloading { background-image: none; }
#ToDpBE24sKxzK6T5FK367A7aadTxNkPz { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4c8fcd18-3cf5-482d-a400-68857ff39184/unimed.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:6.375rem;width:11.125rem;top:13.9375rem;left:1.875rem;display:block; }#ToDpBE24sKxzK6T5FK367A7aadTxNkPz.adaptive-delivery-prevent-bg, #ToDpBE24sKxzK6T5FK367A7aadTxNkPz.lazyload, #ToDpBE24sKxzK6T5FK367A7aadTxNkPz.lazyloading { background-image: none; }
#SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3584a906-4aec-44a5-bf6a-05e547c511fc/bradesco.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:13.5rem;left:46.25rem;display:block; }#SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG.adaptive-delivery-prevent-bg, #SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG.lazyload, #SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG.lazyloading { background-image: none; }
#cKilM5GM19OkygyrUw8yN0v0Q4812nyG { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72e55dc4-50d3-444e-96d0-c21b4e82c06f/sadecaixa.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.25rem;width:12.4375rem;top:23.9375rem;left:16.625rem;display:block; }#cKilM5GM19OkygyrUw8yN0v0Q4812nyG.adaptive-delivery-prevent-bg, #cKilM5GM19OkygyrUw8yN0v0Q4812nyG.lazyload, #cKilM5GM19OkygyrUw8yN0v0Q4812nyG.lazyloading { background-image: none; }
#EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg { position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64d1e7dc-05e1-49fb-a8ff-49451a560bf1/postalsaude.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.5rem;width:9.5rem;top:24.0625rem;left:63.0625rem;display:block; }#EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg.adaptive-delivery-prevent-bg, #EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg.lazyload, #EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg.lazyloading { background-image: none; }
#mXiRA3NwdbQkvARJMGHlDNsOlr1uPm1z { color:#4f4f4f;display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.9375rem;left:9.03125rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#nP2ztArTauddzcPKBEe3cONN2CavE4Hy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a78149;background-image:url("https://images.assets-landingi.com/uc/d54c29b4-b4f8-4f0c-b7b5-15d64392c38f/download.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy.adaptive-delivery-prevent-bg, #nP2ztArTauddzcPKBEe3cONN2CavE4Hy.lazyload, #nP2ztArTauddzcPKBEe3cONN2CavE4Hy.lazyloading { background-image: none; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container { background-color: transparent; background-image: none; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container > .video-iframe-container { display: none; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row > .video-iframe-container { display: none; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .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); }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container { border-width: 0; border-radius: 0; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.4375rem;font-family:var(--paragraphs-font-family);color:#191919;height:auto; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:#191919; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-trigger.adaptive-delivery-prevent-bg, #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-trigger.lazyload, #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-trigger.lazyloading { background-image: none; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 { box-sizing:content-box;height:auto;width:49.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-4),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.5rem;left:23rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Zx2uBGXKp4UrpamumZkosPJ6doALqSJu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #mqIwShT81bXrJTfOuFLHqOgeCbkC41Za { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ZEFm28RwFLd0bb7LsEcIF15WLrnK2Z4T { display:block;position:relative; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #OqpCV3amveg7V7RMTEtIKrfu6pyisvGQ {  }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #umlHDIVBEXCGH2QNfp6rcACm3FaTrvHk {  }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #eOlo539TlBqEmQRzJvdTuFhyAMy5pRal { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #zn1VvctQWkk2vcfaSHVaIpXJGOsvq7JU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #IFBOtMOlBIrHke1KMMO6naJ0dz0gdih7 { display:block;position:relative; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #BwLCXtuTVVhAJTO2AsfbXPT1aFTtE4r9 {  }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #t39HN7u7PDechsPd4BZvhLTWielT1E3H { display:none; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ao1vhiX1x4NwSUzayeGRFLPenT7ZQ0d9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #e0O2Ae2h1idzktUhGL1enqwwkPI0nvB8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #VcTVVepx1HvbqbO9MyGTGGPyXbVlsIVH { display:block;position:relative; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #wvyBRBIVT2bpZJVDiRQQstIOQp5OyD7g {  }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #dFDZkrvIh8SC4JyAev3LttOlid0LcyRu { display:none; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #rXPI9iRGDekpNNUP4FTqoeLPJRIl4idi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Ln0PtahD5cCT35b9CPm97BFBDsrsfZgm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #AT9M4SNVV3M2L3v5JodFWwTSQUkC4VOE { display:block;position:relative; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #yaf17TTR0PvmMGybdSHRzN5bOv7AX31C {  }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #GAsTIPfUWp3JJlAd59Lete4ITVPnzBzb { display:none; }
#lCaUn757ni8l2gKz8OvmG57ge1z2fdqh { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.71875rem;left:23.90625rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VamXy3dqGAf1oL5AcTxeJ6myBURTm0L5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:28.625rem;top:1.625rem;left:-6.962890625rem;overflow:hidden;display:block; }
#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds { position:relative;display:block; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds { background-color: transparent; background-image: none; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container > .video-iframe-container { display: none; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row > .video-iframe-container { display: none; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .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); }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds { border-width: 0; border-radius: 0; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tgy56NBXQL9sXVyfT3U1mXgKOrniLvzU { color:rgba(var(--color-primary-0),1);display:block;width:41.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9368476867675rem;left:16.967772483826rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9 { box-sizing:content-box;height:3.49935rem;width:8.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1045075f-9577-4c31-8461-48e2176c740d/logodefaultbr.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.3004550933838rem;left:33.124999046326rem;display:block; }#kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9.adaptive-delivery-prevent-bg, #kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9.lazyload, #kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9.lazyloading { background-image: none; }
#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq { position:relative;display:block; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq { background-color: transparent; background-image: none; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container > .video-iframe-container { display: none; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row > .video-iframe-container { display: none; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .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); }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq { border-width: 0; border-radius: 0; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMDRy7Ea5vIkoXo4FOhfB1NDsnsSE6kR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:24.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MbL503K2yUPq9Ag7mLhVOtw4nzUMzX3B { 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:16.0625rem;width:24.25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#zMzD4IMUlNW51LmRt16IxdmmoTFs2lNT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:24.3125rem;top:0rem;left:50.125rem;overflow:hidden;display:block; }
#SScKlmri4auLffTMLSo3WbuO1yzCaSMn { position:relative;display:block; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn { background-color: transparent; background-image: none; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container > .video-iframe-container { display: none; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row > .video-iframe-container { display: none; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .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); }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn { border-width: 0; border-radius: 0; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cvoqQLH7C7JJLxyIsck18AigUO41bbNA { 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:13.0625rem;width:24.1875rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#LqLVfaz9kESebNJdgXW7I8mW0MyuSbCq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:24.25rem;top:0rem;left:50.125rem;overflow:hidden;display:block; }
#pigSzGJ2ETRZsxf4BcoT6Xgw6KSzTRwK { position:absolute;display:block;z-index:15003;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:13.5625rem;width:24.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container { background-color: transparent; background-image: none; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container > .video-iframe-container { display: none; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row > .video-iframe-container { display: none; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .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); }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container { border-width: 0; border-radius: 0; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#TdSTDSfFO6hh7MOEXe9NlguzEt9CSg8B { color:rgba(var(--color-tertiary-2),1);display:block;width:17.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.349935531616rem;left:0rem;height:4.875rem;display:block; }
#c6aeTm0EFJZ4pEBNMeUWiJlIgIKyEUEE { color:rgba(var(--color-primary-0),1);display:block;width:15.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3743495941162rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hvguaeCLTZzKmdFJhH9M5g0D1U0CksnG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a78149;border-left:0.125rem solid #a78149;border-right:0.125rem solid #a78149;border-bottom:0.125rem solid #a78149;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: none;box-sizing:border-box;color:#a78149;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.41666625rem;height:3.91650375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.93701171875rem;left:0rem;display:block; }
#weJPgCBFkNxEVQIcOxki5DqgTqMFcTkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTBlJ1bZrRux1Aw30Dr8vwZclgKsFPxA { color:#a78149;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:29.0625rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3AfFPHQPJc8enwh4C0WKQkBiPWeRNTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.375rem;left:29.0625rem; }
#l07LIiHESAwlgRd2R6niNQmh9dR38WRw { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:29.0625rem;height:2.92480625rem;display:block; }
#whqove5mmNWxhbIb3KT56FOy8nuJf1HB { color:#a78149;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:47.5rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gGA2fKA7Z0VlQ5RVZFm78N1mM2m9Anhm { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.8125rem;left:47.5rem;height:2.92480625rem;display:block; }
#rXbkaTL7Lq2ihavMwWt0txQPJyspzyS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.375rem;left:47.5rem; }
#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-3),1));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { background-color: transparent; background-image: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container > .video-iframe-container { display: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row > .video-iframe-container { display: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .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); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { border-width: 0; border-radius: 0; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;overflow:visible;position:relative;display:block; }#hw8Fogu4JaevXTIKaaSOJTDToS5ixZsL { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.1875rem;left:33.125rem;height:3.09375rem;font-style:normal;display:block; }
#o27gvEGo1yhNNkPTu4OEZkzUs857F4vK { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:14.0625rem;left:52.624995231628rem;height:1.875rem;font-style:normal;display:block; }
#T405bgEKHBVy3fCy1XTc1ufQXvCpSJfA { 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:10.5rem;width:21.9375rem;top:6.1875rem;left:3.96875rem;overflow:hidden;display:block; }
#DI3KTTkDOzIwrhKrAFTVbSt4Zrks9qc6 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(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:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.0625rem;left:33.125rem;display:none; }
#T4ZcmZJoLxn1lbEunOl1m6TVxf6rR4yd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stKVkf1Mg8czLEyr1QnP96TTxJZ8yA5d { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22rem;left:33.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uh57ACPKIIgOBb9ihkpRmRapUJnTG1R7 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.33);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:41.875rem;top:19.9375rem;left:33.125rem;display:block; }
#f72n4R0O9WTgqUHSF8Ulc79tnJKsmcFA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:19.3125rem;left:3.6875rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS9Ugrzr3AhQdH3l3yU1zUEBewI8R3Ua { background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:1.75rem solid rgba(var(--color-secondary-1),1);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 0.25rem 0.0625rem #01a740 ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.9375rem;left:33.125rem;display:block; }
#ikkMBnfB4hlz4QyitBGIKtbhTzCdr83I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDmw4ziPrZrTuClN8ZL9iIVdo3SvmT2B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.937164306641rem;left:34.312499046326rem; }
#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container { background-color: transparent; background-image: none; }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container > .video-iframe-container { display: none; }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row > .video-iframe-container { display: none; }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .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); }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container { border-width: 0; border-radius: 0; }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP { background-color: transparent; background-image: none; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container > .video-iframe-container { display: none; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row > .video-iframe-container { display: none; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .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); }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP { border-width: 0; border-radius: 0; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QzC3HgQ1U9s5pSPFRDE9uXhWFNTg2VbT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #a78149, #946a2d);background-image: -moz-linear-gradient(90deg, #a78149, #946a2d);background-image: -ms-linear-gradient(90deg, #a78149, #946a2d);background-image: -o-linear-gradient(90deg, #a78149, #946a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78149', endColorstr='#946a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a78149', endColorstr='#946a2d' );";background-image: linear-gradient(90deg, #a78149, #946a2d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.25rem;display:block; }
#W5e0vPtqGzbz68Q928sKbSfJknzwPyeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xg8EN4FSPm34L95GA93yqTBi6RZJW8LG { box-sizing:content-box;color:#946a2d;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.34375rem;left:68.375rem;display:block; }
#SoXqVbPLdT2ZOCXrT99g3fnThTfgEoTa { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#VzCKn5QfbkdnT7W0MlRNmu7NloIfwP3v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBGcZDPxnbrLzUyKJTTHvK72B8VGPZoa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#ee4AlKE0JXDEGLwuWOlgTXxsXpaSGWB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr { display:block; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap0AI3O5Zfd3sZzi0H0KKA7ZdTVDHBaE { width:12.1875rem;height:5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ { width:38.875rem;height:45.375rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2RnhCHaloMhHURb72daTHGl6UtQK4as { width:29.1875rem;height:33.4375rem;top:11.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReONbwBB7eInpOmI8H5St8ZrsUU1Mcpz { width:45.9375rem;height:6.125rem;top:14.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtuaaiOCazWKBeRa86oUeJrXFo9Tpbx2 { width:42.8125rem;height:3.6875rem;top:21.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1eGiHf5FGddG0OL6o51JPi8a4da8l7M { width:22.125rem;height:20.8125rem;top:24.5rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4aXyhKWem6EJqAfyDB9T2F3AnCGih4U { width:30.625rem;height:1.375rem;top:27.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKoBDJFUMabntIJsrlosi9eTsd1WPgmS { width:17.5rem;height:4.0625rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAF8GaQDk4DNTxLXpvNhCuix5PxlQxXd { display:block; }
 }@media only screen and (max-width: 763px) { #CsbSC1TwpmzS9WWwL9AxGUEzbVqOabIr { width:1.5625rem;height:1.5625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PvB19ZyXAPzhCuUhB5AKyU22twtesw { width:16.5625rem;height:0.9375rem;top:7.375rem;left:0.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZdLRJ22Z7x1KDLCb6Evmq5zTqaFp7MP { width:32.125rem;height:0.0625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B46IDWDEVfiaC2xzBEuuUBOk1fiavILn { width:11.875rem;height:4.25rem;top:37.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kedFOThekatNfJwPsadeca3K4bwl3LH0 { display:block; }
 }@media only screen and (max-width: 763px) { #pemiBPwesUXhMQD1w0ndPq6OONEMcEWf { width:8.875rem;height:3.375rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcp2wZAotUHKbXBL6W0fzNJUoKbn0Ha { width:16.0625rem;height:2.25rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTicDmmQlXivKAds6RSxvKUFVookIxQP { width:9.375rem;height:3.375rem;top:31.0625rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 { display:block; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVEZ1f8wRfgt0QvAwi0I9D59R5DP4TnN { width:19.125rem;height:4.1875rem;top:8.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHRxVL2MwkyyMIHGLig0ApE36HorRBXc { width:16.375rem;height:2.875rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVl2ZMf5LhTX9qDeV7JNAbAwbIRCcTvX { width:2.625rem;height:4.5rem;top:2.875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqwSsf8MSuL59rQZ44i1eogUf4fd7FxG { width:15.3125rem;height:4.1875rem;top:8.25rem;left:16.1552734375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cQaiul5TwaEvPXekkyPHS6QIGUl0Jp { width:14.0625rem;height:2.875rem;top:13.75rem;left:16.7490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt2q0GB9rh5okTPyzofCLqDD5V1Py7Iz { width:3.5625rem;height:3.5625rem;top:3.25rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRGfC8co8P5yRFdtAJf25a1nhGAJIPxW { width:12.75rem;height:4.1875rem;top:8.1875rem;left:33.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTzJDSNTOsgp17yfI0G1ST76ZO86asB { width:3.5625rem;height:3.5625rem;top:3.375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioAG9QCUAgFzGQoTdz1cEcZxJicmvwpn { width:15.25rem;height:2.875rem;top:13.875rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJhVnWG17Xbe6MHse6gu2DD95UWzD5M { width:7rem;height:1.125rem;top:18.0625rem;left:36.155596733093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MML35P9kgt5fan3hOFCTRVDbUxfJgugo { display:block; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTHaildwLkT36QkNbQnMvOSQhp8m78Pq { width:35.1875rem;height:3.125rem;top:9.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9P3VL8XbEnGNzuREqgnFgZwuhds48Jd { width:15.5rem;height:1.75rem;top:6.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U95HKRw76wPJ96wVTcSOECJI25rStOb8 { width:35.4375rem;height:23.4375rem;top:6.75rem;left:12.3125rem;font-size:0.9375rem;display:block; }#U95HKRw76wPJ96wVTcSOECJI25rStOb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #B8Gf2Uh77Fv5kXxoOu7JpsoCvTdqppPu { width:17.5rem;height:4.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCf38yEr4e84xst3NeBF1txigainfQI { display:block; }
 }@media only screen and (max-width: 763px) { #XcXPhRNm6gttoGcF5ls0R6zkesgpwvxG { width:1.8125rem;height:1.8125rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 { display:block; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib2sSBxyZ9BqDkRwWbCfd67NLtDwQVgF { width:47.75rem;height:6.5rem;top:8.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxxtAw3x5hrOWy61WPoC1TTzS8qyFzT { width:17.375rem;height:3.875rem;top:17.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQttNxzKvqwdAaaKt0sbxJv87xBxiHTw { display:block; }
 }@media only screen and (max-width: 763px) { #x6OPmSwlFhoEQDfVt0ZWitKxUFXg27kZ { width:14.125rem;height:2.5rem;top:3.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7s8ZSbvDh0cr2B2GnspKazyb408Ag7 { display:block; }
 }@media only screen and (max-width: 763px) { #bOiG5dNIA2HQl4GnVUGH24tAR7CdEvGV { width:7.375rem;height:2.5rem;top:3.375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCXF4R7pTpIzJ15d0VQ0Pw33A9RkPOHk { display:block; }
 }@media only screen and (max-width: 763px) { #TuSoUe6OmXTCTEJn0HelvN05R54rrLvP { width:12rem;height:2.5rem;top:3.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiC6b1TVWA3oNDkUFJN4M9rAFPOLfxcp { display:block; }
 }@media only screen and (max-width: 763px) { #c9n03SVToMZ4vRNQy6FRZFFdWqHloSMB { width:9.4375rem;height:2.25rem;top:18.125rem;left:30.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8cDMlFsDqSe5x1K8v2VEbRJ5sGIWGT { width:0.625rem;height:0.625rem;top:18.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 { display:block; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuN8QQigbt8hU9ygnQPt1ASbBmfbvyO5 { width:34rem;height:6rem;top:5.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPsW0v10aQJRgqGdZ0lQ9NhXn2e1asOg { width:33.6875rem;height:3.5625rem;top:12.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZ4LoBrme98ilq7KMNl6y9sQ7VvuV5n { width:17.5rem;height:4.0625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZw90dz534mORVTIv6OvhMTHdvu693T { display:block; }
 }@media only screen and (max-width: 763px) { #DxiDV31F295ITDTbWzbCrb13bK5a9SMy { width:1.8125rem;height:1.8125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0 { width:28.3125rem;height:26rem;top:3.1875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc { display:block; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGX3ZzwFoAS67478Q4KQ6eMZHTQK2Fc { width:47.75rem;height:45.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ { width:31rem;height:17.5rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1fsWIlqAbDokheDpHfxgpzRNMg81GdH { width:2.8125rem;height:2.8125rem;top:14.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxztBQvVF772cqWXEGdfnLv2U4hDgOrc { width:28.75rem;height:6.3125rem;top:26.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52rbSGBgtTMm5BTDuDsMoOCcFx8cD1s { width:17.375rem;height:3.875rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSumZRDhwtAT2s2SmUtTrnlp3FbBbrLN { display:block; }
 }@media only screen and (max-width: 763px) { #M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy { width:31rem;height:17.5rem;top:6rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZtwZHk2nLIQqw2oStJ4R3dwgCB9Tx1 { width:31.3125rem;height:6.3125rem;top:26.25rem;left:16.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIn4VHfwkKucZqQ0tLCFzNuEJyzoBSLy { width:17.25rem;height:3.75rem;top:35.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THusIvNTaTrNP4UnhbJcgImPS15uO9vg { display:block; }
 }@media only screen and (max-width: 763px) { #oDf1yJWFiePJHwQUFA4stA1QNxA6sveA { width:3.125rem;height:3.125rem;top:19.5625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG { display:block; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA0fA55e2OCtawwUkn2ySzbTm41lyWNr { width:34.0625rem;height:22.6875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsHHnSPzzouPeEqShTs1dDsknH96CKid { width:31.75rem;height:5.3125rem;top:7.25rem;left:16rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzXNQZbkk2KS3nVUNxZ5TFusVuRNTCki { width:33.6875rem;height:3.5625rem;top:13.875rem;left:14.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwR8GUw6SbDOJ2SrTkvy3fqXQRTuXCs { width:17.5rem;height:4.0625rem;top:20.25rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUbJS53alznleO4OPExv4u2XqlUOcyc { display:block; }
 }@media only screen and (max-width: 763px) { #QBpxSXmUBEXXFccuoNNCAPil8XOc47px { width:1.8125rem;height:1.8125rem;top:21.4375rem;left:26.311846733093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF { display:none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KROoQG28XDh9mbT86rZhDlTN0cEefvJd { display:block; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLmsaLzsd9wngIAuVO7JZDgIyo6nqUzJ { width:40.1875rem;height:2.25rem;top:5.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Uyk4eITyfOJ5cMM1T9JTedOqDkE8Ao { width:2.1875rem;height:2.1875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s905M9TyxmdT2LW9wfTBFhTNrHTCOTi3 { width:37.125rem;height:25.5rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kShIDl5KAqNUPv9S3s2zkFnWOsaKZZa3 { width:16.0625rem;height:4.1875rem;top:41.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE { width:26.375rem;height:29rem;top:5.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7lJMl6CgS31feEPliw6FFTCH4SzvUT { width:17.9375rem;height:4.1875rem;top:41.5625rem;left:18.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kKluOeHdqCZ5eQaI4c3qtkzoP1tW0C { width:7.4375rem;height:1.25rem;top:46rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omhvWZ15bnfFsRwasSgXq5DFuAkKDkAp { width:16.5625rem;height:0.9375rem;top:8.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FciptZ0oC0wNsmlQsARbeW0JaqQ6xRt5 { width:16.0625rem;height:4.1875rem;top:41.5625rem;left:5.8115234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw { display:block; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs35bXukA16al9hxpZBoMpLx9WTQAT2U { width:45.75rem;height:2.25rem;top:6.1875rem;left:1rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B { width:12.4375rem;height:7.25rem;top:23.1875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN9WO81gBJT7wBOGbFSgTGnFQWppa99u { width:12.4375rem;height:7.25rem;top:13.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU { width:12.4375rem;height:7.25rem;top:12.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r { width:12.4375rem;height:7.25rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi { width:12.4375rem;height:7.25rem;top:13.4375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5 { width:9.5rem;height:5.5rem;top:24.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDpBE24sKxzK6T5FK367A7aadTxNkPz { width:11.125rem;height:6.375rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG { width:12.4375rem;height:7.25rem;top:13.5rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKilM5GM19OkygyrUw8yN0v0Q4812nyG { width:12.4375rem;height:7.25rem;top:23.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg { width:9.5rem;height:5.5rem;top:24.0625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiRA3NwdbQkvARJMGHlDNsOlr1uPm1z { width:47.75rem;height:2.875rem;top:35.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP2ztArTauddzcPKBEe3cONN2CavE4Hy { display:block; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 { display:flex;height:auto;width:44.6875rem;top:5.125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Zx2uBGXKp4UrpamumZkosPJ6doALqSJu {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #mqIwShT81bXrJTfOuFLHqOgeCbkC41Za {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ZEFm28RwFLd0bb7LsEcIF15WLrnK2Z4T {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #OqpCV3amveg7V7RMTEtIKrfu6pyisvGQ {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #umlHDIVBEXCGH2QNfp6rcACm3FaTrvHk {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #eOlo539TlBqEmQRzJvdTuFhyAMy5pRal {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #zn1VvctQWkk2vcfaSHVaIpXJGOsvq7JU {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #IFBOtMOlBIrHke1KMMO6naJ0dz0gdih7 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #BwLCXtuTVVhAJTO2AsfbXPT1aFTtE4r9 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #t39HN7u7PDechsPd4BZvhLTWielT1E3H {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ao1vhiX1x4NwSUzayeGRFLPenT7ZQ0d9 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #e0O2Ae2h1idzktUhGL1enqwwkPI0nvB8 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #VcTVVepx1HvbqbO9MyGTGGPyXbVlsIVH {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #wvyBRBIVT2bpZJVDiRQQstIOQp5OyD7g {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #dFDZkrvIh8SC4JyAev3LttOlid0LcyRu {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #rXPI9iRGDekpNNUP4FTqoeLPJRIl4idi {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Ln0PtahD5cCT35b9CPm97BFBDsrsfZgm {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #AT9M4SNVV3M2L3v5JodFWwTSQUkC4VOE {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #yaf17TTR0PvmMGybdSHRzN5bOv7AX31C {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #GAsTIPfUWp3JJlAd59Lete4ITVPnzBzb {  }
 }@media only screen and (max-width: 763px) { #lCaUn757ni8l2gKz8OvmG57ge1z2fdqh { width:24.5625rem;height:2.8125rem;top:4.6875rem;left:10.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VamXy3dqGAf1oL5AcTxeJ6myBURTm0L5 { width:28.625rem;height:31.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds { display:block; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgy56NBXQL9sXVyfT3U1mXgKOrniLvzU { width:41rem;height:3.1875rem;top:6.875rem;left:3.3427724838257rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9 { width:8.75rem;height:3.4375rem;top:3.25rem;left:19.499999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq { display:block; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMDRy7Ea5vIkoXo4FOhfB1NDsnsSE6kR { width:24.875rem;height:12.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbL503K2yUPq9Ag7mLhVOtw4nzUMzX3B { width:24.25rem;height:16.0625rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMzD4IMUlNW51LmRt16IxdmmoTFs2lNT { width:24.3125rem;height:14.875rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SScKlmri4auLffTMLSo3WbuO1yzCaSMn { display:block; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvoqQLH7C7JJLxyIsck18AigUO41bbNA { width:24.1875rem;height:13.0625rem;top:0rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqLVfaz9kESebNJdgXW7I8mW0MyuSbCq { width:24.25rem;height:13.375rem;top:0rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pigSzGJ2ETRZsxf4BcoT6Xgw6KSzTRwK { width:24.375rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 { display:block; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSTDSfFO6hh7MOEXe9NlguzEt9CSg8B { width:17.6875rem;height:4.8125rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6aeTm0EFJZ4pEBNMeUWiJlIgIKyEUEE { width:15.625rem;height:3.1875rem;top:5.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvguaeCLTZzKmdFJhH9M5g0D1U0CksnG { width:17.375rem;height:3.875rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJPgCBFkNxEVQIcOxki5DqgTqMFcTkO { display:block; }
 }@media only screen and (max-width: 763px) { #MTBlJ1bZrRux1Aw30Dr8vwZclgKsFPxA { width:13.4375rem;height:3.5625rem;top:8.25rem;left:15.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AfFPHQPJc8enwh4C0WKQkBiPWeRNTT { width:1.6875rem;height:1.6875rem;top:5.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07LIiHESAwlgRd2R6niNQmh9dR38WRw { width:11.875rem;height:2.875rem;top:12.8125rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whqove5mmNWxhbIb3KT56FOy8nuJf1HB { width:18.75rem;height:3.5625rem;top:8.25rem;left:29rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGA2fKA7Z0VlQ5RVZFm78N1mM2m9Anhm { width:12.5rem;height:2.875rem;top:12.8125rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbkaTL7Lq2ihavMwWt0txQPJyspzyS3 { width:1.6875rem;height:1.6875rem;top:5.375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi { display:block; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw8Fogu4JaevXTIKaaSOJTDToS5ixZsL { width:41.25rem;height:3.0625rem;top:6.1875rem;left:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27gvEGo1yhNNkPTu4OEZkzUs857F4vK { width:20.3125rem;height:1.875rem;top:14.0625rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T405bgEKHBVy3fCy1XTc1ufQXvCpSJfA { width:21.9375rem;height:10.5rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI3KTTkDOzIwrhKrAFTVbSt4Zrks9qc6 { width:18.1875rem;height:4.6875rem;top:19.0625rem;left:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4ZcmZJoLxn1lbEunOl1m6TVxf6rR4yd { display:block; }
 }@media only screen and (max-width: 763px) { #stKVkf1Mg8czLEyr1QnP96TTxJZ8yA5d { width:20.0625rem;height:1.875rem;top:22rem;left:19.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh57ACPKIIgOBb9ihkpRmRapUJnTG1R7 { width:41.875rem;height:0.0625rem;top:19.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72n4R0O9WTgqUHSF8Ulc79tnJKsmcFA { width:22.5rem;height:1.3125rem;top:19.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS9Ugrzr3AhQdH3l3yU1zUEBewI8R3Ua { width:17.5rem;height:4.0625rem;top:12.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkMBnfB4hlz4QyitBGIKtbhTzCdr83I { display:block; }
 }@media only screen and (max-width: 763px) { #SDmw4ziPrZrTuClN8ZL9iIVdo3SvmT2B { width:2.0625rem;height:2.0625rem;top:13.875rem;left:20.687499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP { display:block; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzC3HgQ1U9s5pSPFRDE9uXhWFNTg2VbT { width:8.0625rem;height:2.1875rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e0vPtqGzbz68Q928sKbSfJknzwPyeh { display:block; }
 }@media only screen and (max-width: 763px) { #xg8EN4FSPm34L95GA93yqTBi6RZJW8LG { width:3.8125rem;height:3.8125rem;top:0.3125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoXqVbPLdT2ZOCXrT99g3fnThTfgEoTa { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzCKn5QfbkdnT7W0MlRNmu7NloIfwP3v { display:block; }
 }@media only screen and (max-width: 763px) { #wBGcZDPxnbrLzUyKJTTHvK72B8VGPZoa { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4AlKE0JXDEGLwuWOlgTXxsXpaSGWB8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr { display:block; }#yVwadTk3VrwLEdAa9c3UTnVVqGLFQ9Tr > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap0AI3O5Zfd3sZzi0H0KKA7ZdTVDHBaE { width:10.0625rem;height:4.0625rem;top:2.3125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0kTxQpofytCc5Eh2ON29BhMsTiCimQ { width:15.6875rem;height:18.6875rem;top:44.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2RnhCHaloMhHURb72daTHGl6UtQK4as { width:18.875rem;height:16.875rem;top:44.1875rem;left:0rem;border-top-left-radius:2.5625rem;border-top-right-radius:1.25rem;border-bottom-left-radius:4.875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReONbwBB7eInpOmI8H5St8ZrsUU1Mcpz { width:20rem;height:5.84911875rem;top:10.787109375rem;left:0rem;font-size:1.625rem;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; }
 }@media only screen and (max-width: 763px) { #DtuaaiOCazWKBeRa86oUeJrXFo9Tpbx2 { width:20rem;height:5.94921875rem;top:17.7412109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1eGiHf5FGddG0OL6o51JPi8a4da8l7M { width:13.75rem;height:15.3125rem;top:47.5625rem;left:6.25rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4aXyhKWem6EJqAfyDB9T2F3AnCGih4U { width:20rem;height:0.89355625rem;top:25.375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKoBDJFUMabntIJsrlosi9eTsd1WPgmS { width:17.5rem;height:4.0625rem;top:28.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAF8GaQDk4DNTxLXpvNhCuix5PxlQxXd { display:block; }
 }@media only screen and (max-width: 763px) { #CsbSC1TwpmzS9WWwL9AxGUEzbVqOabIr { display:flex;width:2.0625rem;height:2.0625rem;top:29.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #o4PvB19ZyXAPzhCuUhB5AKyU22twtesw { width:16.5625rem;height:0.8125rem;top:7.5625rem;left:1.71875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZdLRJ22Z7x1KDLCb6Evmq5zTqaFp7MP { width:20rem;height:0.0625rem;top:24.5rem;left:0rem;background-color:rgba(188,188,188,0.36);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B46IDWDEVfiaC2xzBEuuUBOk1fiavILn { width:8.5rem;height:2.25rem;top:33.6875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kedFOThekatNfJwPsadeca3K4bwl3LH0 { display:block; }
 }@media only screen and (max-width: 763px) { #pemiBPwesUXhMQD1w0ndPq6OONEMcEWf { width:5.6875rem;height:3rem;top:38.75rem;left:0rem;font-size:1rem;color:#000154;display:block; }
 }@media only screen and (max-width: 763px) { #ktcp2wZAotUHKbXBL6W0fzNJUoKbn0Ha { width:7.25rem;height:2rem;top:38.75rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#000154;display:block; }
 }@media only screen and (max-width: 763px) { #yTicDmmQlXivKAds6RSxvKUFVookIxQP { width:4.875rem;height:3rem;top:38.75rem;left:15.125rem;font-size:1rem;text-align:right;text-align-last:right;color:#000154;display:block; }
 }@media only screen and (max-width: 763px) { #fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 { display:block; }#fxUbOV35qvLw5PUswX5ehVwrGVQSBqv5 > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVEZ1f8wRfgt0QvAwi0I9D59R5DP4TnN { width:17.375rem;height:3.1621125rem;top:3.875rem;left:2.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xHRxVL2MwkyyMIHGLig0ApE36HorRBXc { width:16.3730625rem;height:2.5996125rem;top:7.6875rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVl2ZMf5LhTX9qDeV7JNAbAwbIRCcTvX { width:1.4375rem;height:2.5625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqwSsf8MSuL59rQZ44i1eogUf4fd7FxG { width:13.375rem;height:3.1621125rem;top:12.75rem;left:2.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i1cQaiul5TwaEvPXekkyPHS6QIGUl0Jp { width:13.1875rem;height:2.5996125rem;top:16.5rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zt2q0GB9rh5okTPyzofCLqDD5V1Py7Iz { display:flex;width:2.1875rem;height:2.1875rem;top:13.1875rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #yRGfC8co8P5yRFdtAJf25a1nhGAJIPxW { width:16.875rem;height:1.86865rem;top:21.5625rem;left:2.625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LkTzJDSNTOsgp17yfI0G1ST76ZO86asB { display:flex;width:2.1875rem;height:2.1875rem;top:21.5625rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ioAG9QCUAgFzGQoTdz1cEcZxJicmvwpn { width:13.4980625rem;height:2.5996125rem;top:24.0625rem;left:2.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzJhVnWG17Xbe6MHse6gu2DD95UWzD5M { width:7.0605625rem;height:0.9746125rem;top:28.875rem;left:2.625rem;font-size:0.75rem;color:#c8c8c8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MML35P9kgt5fan3hOFCTRVDbUxfJgugo { display:block; }#MML35P9kgt5fan3hOFCTRVDbUxfJgugo > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTHaildwLkT36QkNbQnMvOSQhp8m78Pq { width:20rem;height:2.19970625rem;top:4.86328125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9P3VL8XbEnGNzuREqgnFgZwuhds48Jd { width:15.5rem;height:1.7871125rem;top:3.1376953125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U95HKRw76wPJ96wVTcSOECJI25rStOb8 { width:20rem;height:17.8125rem;top:9.248046875rem;left:0rem;font-size:0.9375rem;line-height:1.6;display:block; }#U95HKRw76wPJ96wVTcSOECJI25rStOb8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_18f6cfbe2da1e056f7bb57f7872ebe99083e7075.svg); }
 }@media only screen and (max-width: 763px) { #B8Gf2Uh77Fv5kXxoOu7JpsoCvTdqppPu { width:17.5rem;height:4.0625rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQCf38yEr4e84xst3NeBF1txigainfQI { display:block; }
 }@media only screen and (max-width: 763px) { #XcXPhRNm6gttoGcF5ls0R6zkesgpwvxG { display:flex;width:1.8125rem;height:1.8125rem;top:30.5625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 { display:block; }#dVoCBcxdStK5K1UQaEvh0448AL2ACoa3 > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib2sSBxyZ9BqDkRwWbCfd67NLtDwQVgF { width:16.3125rem;height:6.82425rem;top:14.0869140625rem;left:1.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkxxtAw3x5hrOWy61WPoC1TTzS8qyFzT { width:17.5rem;height:4rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQttNxzKvqwdAaaKt0sbxJv87xBxiHTw { display:block; }
 }@media only screen and (max-width: 763px) { #x6OPmSwlFhoEQDfVt0ZWitKxUFXg27kZ { width:14.375rem;height:2.5rem;top:3.3125rem;left:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7s8ZSbvDh0cr2B2GnspKazyb408Ag7 { display:block; }
 }@media only screen and (max-width: 763px) { #bOiG5dNIA2HQl4GnVUGH24tAR7CdEvGV { width:12rem;height:2.5rem;top:6.375rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCXF4R7pTpIzJ15d0VQ0Pw33A9RkPOHk { display:block; }
 }@media only screen and (max-width: 763px) { #TuSoUe6OmXTCTEJn0HelvN05R54rrLvP { width:12rem;height:2.5rem;top:9.6875rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiC6b1TVWA3oNDkUFJN4M9rAFPOLfxcp { display:block; }
 }@media only screen and (max-width: 763px) { #c9n03SVToMZ4vRNQy6FRZFFdWqHloSMB { width:9.4375rem;height:2.25rem;top:30.125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dB8cDMlFsDqSe5x1K8v2VEbRJ5sGIWGT { width:0.625rem;height:0.625rem;top:30.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 { display:block; }#bT8cCE2Rk0ggflUsmxigRxZ4xXNU49r8 > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JuN8QQigbt8hU9ygnQPt1ASbBmfbvyO5 { width:20rem;height:6.599125rem;top:25.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vPsW0v10aQJRgqGdZ0lQ9NhXn2e1asOg { width:20rem;height:5.361325rem;top:33.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoZ4LoBrme98ilq7KMNl6y9sQ7VvuV5n { width:17.5rem;height:4.0625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmZw90dz534mORVTIv6OvhMTHdvu693T { display:block; }
 }@media only screen and (max-width: 763px) { #DxiDV31F295ITDTbWzbCrb13bK5a9SMy { display:flex;width:1.8125rem;height:1.8125rem;top:41.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C { top:3.875rem;left:0rem;width:20rem;height:19.1875rem;z-index:15011;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/07a9e248-581f-411c-b76c-fd1530bcc737/novasecao.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C.adaptive-delivery-prevent-bg, #NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C.lazyload, #NsCBTHJSXHpm8nqFnPlq8TbAKb8vBS4C.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SGLTMIBhHHB3aOgXTJRsJZmwrqB4PXu0 { width:20rem;height:11.9375rem;top:138.185546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc { display:block; }#yqRioBWD5WPeLNRg5MzNyDHsrIDBT4Cc > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwGX3ZzwFoAS67478Q4KQ6eMZHTQK2Fc { width:20rem;height:28.5625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3GC8Xk8APPDaWWMCrQI0NGohVvC6oQ { width:17.5rem;height:9.124375rem;top:3.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1fsWIlqAbDokheDpHfxgpzRNMg81GdH { width:2.3120125rem;height:2.3120125rem;top:7.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxztBQvVF772cqWXEGdfnLv2U4hDgOrc { width:17.6875rem;height:6.82425rem;top:13.561849117279rem;left:1.2491861581802rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52rbSGBgtTMm5BTDuDsMoOCcFx8cD1s { width:17.3746875rem;height:3.8745125rem;top:21.936849117279rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSumZRDhwtAT2s2SmUtTrnlp3FbBbrLN { display:block; }
 }@media only screen and (max-width: 763px) { #M54uUk3cMi4JL5v1M9CFdGsr9ECKmTXy { width:16.8125rem;height:9.125rem;top:31.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvZtwZHk2nLIQqw2oStJ4R3dwgCB9Tx1 { width:17.249375rem;height:6.82425rem;top:42.338050842285rem;left:1.3736978769302rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIn4VHfwkKucZqQ0tLCFzNuEJyzoBSLy { width:17.270520875rem;height:3.770345875rem;top:51.249183654785rem;left:1.3118489980698rem;display:block; }
 }@media only screen and (max-width: 763px) { #THusIvNTaTrNP4UnhbJcgImPS15uO9vg { display:block; }
 }@media only screen and (max-width: 763px) { #oDf1yJWFiePJHwQUFA4stA1QNxA6sveA { width:2.6245125rem;height:2.6245125rem;top:38.426918029785rem;left:10.06184899807rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG { display:block; }#TtNFX4qiX1t5FX11maT6xdQKsVm8CVdG > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DA0fA55e2OCtawwUkn2ySzbTm41lyWNr { width:19.625rem;height:11.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsHHnSPzzouPeEqShTs1dDsknH96CKid { width:20rem;height:6.5800625rem;top:16.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzXNQZbkk2KS3nVUNxZ5TFusVuRNTCki { width:20rem;height:5.361325rem;top:24.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOwR8GUw6SbDOJ2SrTkvy3fqXQRTuXCs { width:17.5rem;height:4.0625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwUbJS53alznleO4OPExv4u2XqlUOcyc { display:block; }
 }@media only screen and (max-width: 763px) { #QBpxSXmUBEXXFccuoNNCAPil8XOc47px { display:flex;width:2.0625rem;height:2.0625rem;top:32.9375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13a09dc3-dee1-454d-a5d4-58f039552ad3/WhatsApp_Image_20241111_at_085123_1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF.adaptive-delivery-prevent-bg, #Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF.lazyload, #Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF.lazyloading { background-image: none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container { background-color: transparent; background-image: none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container > .video-iframe-container { display: none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row > .video-iframe-container { display: none; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .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); }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container { border-width: 0; border-radius: 0; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gh3Zi6eE8lQGoRW7wvhpmJ1d3twK1gnF > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KROoQG28XDh9mbT86rZhDlTN0cEefvJd { display:block; }#KROoQG28XDh9mbT86rZhDlTN0cEefvJd > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLmsaLzsd9wngIAuVO7JZDgIyo6nqUzJ { width:19rem;height:4.38671875rem;top:4.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Uyk4eITyfOJ5cMM1T9JTedOqDkE8Ao { display:flex;width:2.1875rem;height:2.1875rem;top:2.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s905M9TyxmdT2LW9wfTBFhTNrHTCOTi3 { width:20rem;height:34.125rem;top:13.662109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kShIDl5KAqNUPv9S3s2zkFnWOsaKZZa3 { width:16.0625rem;height:4.2246125rem;top:50.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3FdwgRlR1fRGuXxEfeODa9F7LGZ7xvE { width:20rem;height:21.1875rem;top:70.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OX7lJMl6CgS31feEPliw6FFTCH4SzvUT { width:17.9375rem;height:4.2246125rem;top:62.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kKluOeHdqCZ5eQaI4c3qtkzoP1tW0C { width:7.4375rem;height:1.29980625rem;top:66.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omhvWZ15bnfFsRwasSgXq5DFuAkKDkAp { width:16.5625rem;height:0.9746125rem;top:10.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FciptZ0oC0wNsmlQsARbeW0JaqQ6xRt5 { width:16.0625rem;height:4.2246125rem;top:56.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw { display:block; }#xzAqkfCCvyUS92LUB6F8ipAGCbA4geSw > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs35bXukA16al9hxpZBoMpLx9WTQAT2U { width:17.3125rem;height:3.5996125rem;top:3.0625rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5lnhZHvoNd9bz1QBqmypZhh6qQUWh1B { width:9rem;height:5.1875rem;top:25.4375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN9WO81gBJT7wBOGbFSgTGnFQWppa99u { width:9.375rem;height:5.4375rem;top:8rem;left:9.791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrlZrbwkRa8gq6NBk8pGsI3UMCP6JoU { width:9.0625rem;height:5.25rem;top:13.96875rem;left:10.072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0wGDytQKHx8iJwakQ0rNQKcKiJ6486r { width:6rem;height:3.5rem;top:27.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT9zfwpXNfFNAxTWuS3SnM0uzIBIJNJi { width:7.75rem;height:4.5rem;top:20.53125rem;left:10.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSPAsBseWcvAxFkC6JNu8kvmx9WMokb5 { width:6.75rem;height:3.8125rem;top:15.46875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDpBE24sKxzK6T5FK367A7aadTxNkPz { width:6.8125rem;height:3.8125rem;top:8.8125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOUrTXTmhCXbgLlQmRORu1LpNrXiuhFG { width:6.6875rem;height:3.8125rem;top:20.53125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKilM5GM19OkygyrUw8yN0v0Q4812nyG { width:7.375rem;height:4.25rem;top:32.5625rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUHJB7XNqMZ24DtQZea6Ic4AwGq32lRg { width:6.125rem;height:3.5rem;top:32.9375rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXiRA3NwdbQkvARJMGHlDNsOlr1uPm1z { width:20rem;height:5.84960625rem;top:40.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP2ztArTauddzcPKBEe3cONN2CavE4Hy { display:block; }#nP2ztArTauddzcPKBEe3cONN2CavE4Hy > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 { display:flex;height:auto;width:17.5rem;top:13.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Zx2uBGXKp4UrpamumZkosPJ6doALqSJu {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #mqIwShT81bXrJTfOuFLHqOgeCbkC41Za {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ZEFm28RwFLd0bb7LsEcIF15WLrnK2Z4T {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #OqpCV3amveg7V7RMTEtIKrfu6pyisvGQ {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #umlHDIVBEXCGH2QNfp6rcACm3FaTrvHk {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #eOlo539TlBqEmQRzJvdTuFhyAMy5pRal {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #zn1VvctQWkk2vcfaSHVaIpXJGOsvq7JU {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #IFBOtMOlBIrHke1KMMO6naJ0dz0gdih7 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #BwLCXtuTVVhAJTO2AsfbXPT1aFTtE4r9 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #t39HN7u7PDechsPd4BZvhLTWielT1E3H {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #ao1vhiX1x4NwSUzayeGRFLPenT7ZQ0d9 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #e0O2Ae2h1idzktUhGL1enqwwkPI0nvB8 {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #VcTVVepx1HvbqbO9MyGTGGPyXbVlsIVH {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #wvyBRBIVT2bpZJVDiRQQstIOQp5OyD7g {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #dFDZkrvIh8SC4JyAev3LttOlid0LcyRu {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #rXPI9iRGDekpNNUP4FTqoeLPJRIl4idi {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #Ln0PtahD5cCT35b9CPm97BFBDsrsfZgm {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #AT9M4SNVV3M2L3v5JodFWwTSQUkC4VOE {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #yaf17TTR0PvmMGybdSHRzN5bOv7AX31C {  }
 }@media only screen and (max-width: 763px) { #CUNARToDZNRDuxTeI2LO8dlmqlOO0LH3 #GAsTIPfUWp3JJlAd59Lete4ITVPnzBzb {  }
 }@media only screen and (max-width: 763px) { #lCaUn757ni8l2gKz8OvmG57ge1z2fdqh { width:10.9375rem;height:5.19921875rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VamXy3dqGAf1oL5AcTxeJ6myBURTm0L5 { width:11.9375rem;height:13.25rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds { display:block; }#TqDzy6Jgu7Ex4KJk9c2KTyfLVHQ9ruds > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgy56NBXQL9sXVyfT3U1mXgKOrniLvzU { width:18.0625rem;height:4.875rem;top:5.375rem;left:0.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXsK06J82NZ1e8FfgPsBr4Hq8crEyR9 { width:8.75rem;height:3.4375rem;top:1.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq { display:block; }#XEZRiGb8NpTT1AttXuZBbm9ZbGflrNaq > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMDRy7Ea5vIkoXo4FOhfB1NDsnsSE6kR { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbL503K2yUPq9Ag7mLhVOtw4nzUMzX3B { width:20rem;height:13.247422680412rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMzD4IMUlNW51LmRt16IxdmmoTFs2lNT { width:20rem;height:12.236503856041rem;top:26.9970625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SScKlmri4auLffTMLSo3WbuO1yzCaSMn { display:block; }#SScKlmri4auLffTMLSo3WbuO1yzCaSMn > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvoqQLH7C7JJLxyIsck18AigUO41bbNA { width:20rem;height:10.801033591731rem;top:13.6279375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqLVfaz9kESebNJdgXW7I8mW0MyuSbCq { width:20rem;height:11.030927835051rem;top:25.6786875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pigSzGJ2ETRZsxf4BcoT6Xgw6KSzTRwK { width:20rem;height:11.128205128205rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 { display:block; }#XkpCscXPF7cClEFLqbHMsGBV7LfHFMt2 > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdSTDSfFO6hh7MOEXe9NlguzEt9CSg8B { width:19.5625rem;height:4.875rem;top:6.537109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6aeTm0EFJZ4pEBNMeUWiJlIgIKyEUEE { width:15.6875rem;height:2.5996125rem;top:2.5615234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvguaeCLTZzKmdFJhH9M5g0D1U0CksnG { width:17.5rem;height:4rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #weJPgCBFkNxEVQIcOxki5DqgTqMFcTkO { display:block; }
 }@media only screen and (max-width: 763px) { #MTBlJ1bZrRux1Aw30Dr8vwZclgKsFPxA { width:13.4375rem;height:3.57421875rem;top:16.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AfFPHQPJc8enwh4C0WKQkBiPWeRNTT { display:flex;width:1.75rem;height:1.75rem;top:14.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l07LIiHESAwlgRd2R6niNQmh9dR38WRw { width:12.5rem;height:2.92480625rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whqove5mmNWxhbIb3KT56FOy8nuJf1HB { width:18.75rem;height:3.57421875rem;top:26.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGA2fKA7Z0VlQ5RVZFm78N1mM2m9Anhm { width:12.5rem;height:2.92480625rem;top:31.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbkaTL7Lq2ihavMwWt0txQPJyspzyS3 { display:flex;width:1.75rem;height:1.75rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi { background-color:#02033f;background-image:none;display:block; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { background-color: transparent; background-image: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container > .video-iframe-container { display: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row > .video-iframe-container { display: none; }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .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); }#d3zOVMgGJQkTJfJehbmrSE5n8srzfqoi > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hw8Fogu4JaevXTIKaaSOJTDToS5ixZsL { width:20rem;height:1.71875rem;top:11.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o27gvEGo1yhNNkPTu4OEZkzUs857F4vK { width:20rem;height:1.21875rem;top:15.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T405bgEKHBVy3fCy1XTc1ufQXvCpSJfA { width:12.1875rem;height:5.75rem;top:3.875rem;left:3.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DI3KTTkDOzIwrhKrAFTVbSt4Zrks9qc6 { width:13.0078125rem;height:2.7578125rem;top:28.5625rem;left:3.49609375rem;z-index:15007;background-color:transparent;background-image:none;color:#000000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4ZcmZJoLxn1lbEunOl1m6TVxf6rR4yd { display:block; }
 }@media only screen and (max-width: 763px) { #stKVkf1Mg8czLEyr1QnP96TTxJZ8yA5d { width:20rem;height:1.21875rem;top:24rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uh57ACPKIIgOBb9ihkpRmRapUJnTG1R7 { width:20rem;height:0.0625rem;top:40.5859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f72n4R0O9WTgqUHSF8Ulc79tnJKsmcFA { width:20rem;height:0.9375rem;top:28.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS9Ugrzr3AhQdH3l3yU1zUEBewI8R3Ua { width:17.5rem;height:4.0625rem;top:18.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkMBnfB4hlz4QyitBGIKtbhTzCdr83I { display:block; }
 }@media only screen and (max-width: 763px) { #SDmw4ziPrZrTuClN8ZL9iIVdo3SvmT2B { display:flex;width:2.0625rem;height:2.0625rem;top:19.625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #k2XxCXxOtKfmOC7Dpmpy1MCmsQVLaIv8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#vOnH4hW3r3l9fa4JQ4RTLpkS4gSMawbP > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzC3HgQ1U9s5pSPFRDE9uXhWFNTg2VbT { width:5.5625rem;height:1.5rem;top:0.5625rem;left:11.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e0vPtqGzbz68Q928sKbSfJknzwPyeh { display:block; }
 }@media only screen and (max-width: 763px) { #xg8EN4FSPm34L95GA93yqTBi6RZJW8LG { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SoXqVbPLdT2ZOCXrT99g3fnThTfgEoTa { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzCKn5QfbkdnT7W0MlRNmu7NloIfwP3v { display:block; }
 }@media only screen and (max-width: 763px) { #wBGcZDPxnbrLzUyKJTTHvK72B8VGPZoa { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee4AlKE0JXDEGLwuWOlgTXxsXpaSGWB8 { display:block; }
 }