.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:20,53,74;--color-primary-1:0,40,61;--color-primary-2:7,36,56;--color-primary-3:2,27,44;--color-primary-4:0,26,37;--color-secondary-0:224,249,230;--color-secondary-1:163,238,181;--color-secondary-2:102,227,131;--color-secondary-3:37,211,102;--color-secondary-4:0,208,49;--color-tertiary-0:255,255,255;--color-tertiary-1:230,230,230;--color-tertiary-2:211,211,211;--color-tertiary-3:84,84,84;--color-tertiary-4:0,0,0;--headlines-font-family:"Red Hat Display";--paragraphs-font-family:"Red Hat Display"; }@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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffff4;background-image:none;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;overflow:visible;position:relative;display:block; }#h40KdLe6gN01DMOAxWvOlVizU11kyl3s { 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:8rem;width:20.375rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#G35HAJGxA4z8KQaNRrKdudHT7JT8253z { color:#2d4a5b;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:14.692708015442rem;left:0rem;height:8.25rem;font-style:normal;display:block; }
#NHLAUFEL7AotGFpOWLbzlt4ZAKfi9VVQ { color:#2d4a5b;display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.8173828125rem;left:0rem;height:3.57421875rem;display:block; }
#RdbzOsqnsHlVn98mP7th3U8pqUnu1zZb { color:#2d4a5b;display:block;width:30rem;position:absolute;font-family:"space grotesk";font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.875rem;left:2.625rem;height:2.11230625rem;display:block; }
#BwfLo5PtkTwTLpUSxUyHHSDtree7ryzy { 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:15009;opacity:1;top:30.9375rem;left:0rem; }
#OpxqWBZGSTiGiTU47Ho3vAUooO3PtTMi { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-4),0.4) ;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:22.1875rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.75rem;left:0rem;display:block; }
#udgDu2sAPF7luNqaVXJI7Bocz6gxDx8r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9fd4ddec-7c45-4dc0-a74b-6f2a11f411b6/72c59db9dc1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:34.0625rem;top:0rem;left:40.9375rem;display:block; }#VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ.adaptive-delivery-prevent-bg, #VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ.lazyload, #VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ.lazyloading { background-image: none; }
#MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;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:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:34.0625rem;top:22.25rem;left:40.9375rem;display:block; }#MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz.adaptive-delivery-prevent-bg, #MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz.lazyload, #MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz.lazyloading { background-image: none; }
#JrACyI4RWqFr8noc6wh69NykfZWsvC7f { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #fffff4);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #fffff4);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #fffff4);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #fffff4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffff4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffff4' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #fffff4);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:11.6875rem;top:0rem;left:63.4375rem;display:block; }
#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU { position:relative;display:none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU { border-width: 0; border-radius: 0; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .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; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .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:2.1875rem;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; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE { position:relative;display:none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE { border-width: 0; border-radius: 0; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .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; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .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; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #dfa700, #c19100);background-image: -moz-linear-gradient(90deg, #dfa700, #c19100);background-image: -ms-linear-gradient(90deg, #dfa700, #c19100);background-image: -o-linear-gradient(90deg, #dfa700, #c19100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa700', endColorstr='#c19100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa700', endColorstr='#c19100' );";background-image: linear-gradient(90deg, #dfa700, #c19100);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; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { background-color: transparent; background-image: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container > .video-iframe-container { display: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row > .video-iframe-container { display: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .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); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { border-width: 0; border-radius: 0; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f465a, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, #0f465a, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, #0f465a, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, #0f465a, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f465a', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f465a', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, #0f465a, rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container { background-color: transparent; background-image: none; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container > .video-iframe-container { display: none; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row > .video-iframe-container { display: none; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .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); }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container { border-width: 0; border-radius: 0; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#i77ri3oZrULyHghuKLaOX8ZLTT6GtVik { color:#d7a513;display:block;width:22.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.1875rem;left:0rem;height:7.875rem;font-style:normal;display:block; }
#o62aDhFmNLwrPaxbD71NxS0f7sEyGIFO { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#zfFcddki4eHW5AG08JR84hgCMCTTNW3o { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:28.625rem;height:4.875rem;font-style:normal;display:block; }
#rFtCd0cheGQmfzArANm2OZbtBlA9glvD { color:#d7a513;display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.125rem;left:28.625rem;height:5.25rem;font-style:normal;display:block; }
#EgqlVvQWX3ULqv8aySmN8vqn1QTtlaa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.6875rem;left:56.625rem;height:6.5rem;font-style:normal;display:block; }
#AWkGmDsQJfF4Iw4eVFN7SFloBitcc3lh { color:#d7a513;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.1875rem;left:56.5625rem;height:5.25rem;font-style:normal;display:block; }
#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(12deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(12deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(12deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(12deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(12deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),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; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container { background-color: transparent; background-image: none; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container > .video-iframe-container { display: none; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row > .video-iframe-container { display: none; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .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); }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container { border-width: 0; border-radius: 0; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container { font-size:0.875rem;font-family:arial;height:102.875rem;width:75rem;position:relative;display:block; }#CSBOhgLTIWnyykdusT0KmvZ8KnZWuwns { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0rem;height:6.01171875rem;font-style:normal;display:block; }
#lvFNXldKi6GE2ToC2y5kh4EByzyKPwTJ { color:#eab61f;display:block;width:15.6875rem;position:absolute;font-family:"space grotesk";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.684374809265rem;left:2.125rem;height:1.54375rem;font-style:normal;display:block; }
#OE7RzqOXLpuBS40ukXTWcP1aAySDl8Wy { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:21.3125rem;left:0rem;display:block; }
#mqTRdcs03wd5ZcW4smHB6ffk4DPMwAby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shar1FHHABIuJ6B5tsOSv4UqdldDqwLP { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.4375rem;width:24.5rem;top:38.75rem;left:24.625rem;display:block; }
#ArQezzLugnBn9WTsw2H24yLzQ369JJDF { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/78529d1c-807b-4ab7-be99-162583be8b1e/joelho.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #947b32;border-left:0.125rem solid #947b32;border-right:0.125rem solid #947b32;border-bottom:0.125rem solid #947b32;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:41.1875rem;left:26.375rem;display:block; }#ArQezzLugnBn9WTsw2H24yLzQ369JJDF.adaptive-delivery-prevent-bg, #ArQezzLugnBn9WTsw2H24yLzQ369JJDF.lazyload, #ArQezzLugnBn9WTsw2H24yLzQ369JJDF.lazyloading { background-image: none; }
#WFotSB3IG1sTrRrUCmO6M8dBZSPfluQU { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:44.5rem;left:26.375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cGvCBmorC5k8wFx1ntrPQ03kEkz8Csu5 { color:rgba(var(--color-tertiary-2),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.6;letter-spacing:0;top:47.8125rem;left:26.375rem;height:14.39845rem;text-align:left;text-align-last:left;display:block; }
#l3MAf67Jbw1nKIrqaZfbi4kJ5sw8Prgf { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #eab61f;border-left:0.0625rem solid #eab61f;border-right:0.0625rem solid #eab61f;border-bottom:0.0625rem solid #eab61f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.1875rem;width:25.5rem;top:5.1875rem;left:49.375rem;display:block; }
#uPxpTshHpyEPHoD7CBogEwe4RndoO3US { color:rgba(var(--color-tertiary-0),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.875rem;left:50.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nArAl8bnbR9apU5q9lLCN6FJCbTnFdhg { color:rgba(var(--color-tertiary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:13.3125rem;left:50.8125rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f1aa2be-28fe-4f41-a5f5-c77489e574ad/ombros.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #947b32;border-left:0.125rem solid #947b32;border-right:0.125rem solid #947b32;border-bottom:0.125rem solid #947b32;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:6.625rem;left:50.8125rem;display:block; }#aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ.adaptive-delivery-prevent-bg, #aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ.lazyload, #aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ.lazyloading { background-image: none; }
#Jz3MK4ycty0Wu5QHMXOwqA7fsT6BnwR1 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:25.5rem;width:22.125rem;top:38.75rem;left:0rem;display:block; }
#XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4 { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5c363f4-6fef-4a2e-905d-b9e6518e4c1e/coluna.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #947b32;border-left:0.125rem solid #947b32;border-right:0.125rem solid #947b32;border-bottom:0.125rem solid #947b32;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:41.75rem;left:1.875rem;display:block; }#XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4.adaptive-delivery-prevent-bg, #XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4.lazyload, #XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4.lazyloading { background-image: none; }
#MZIqTNHE4cUiIA9NTOQd5rosT5HFENUy { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:45.0625rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rs2y077gcUn6QLrSzJwrJ5L22etHgXwr { color:rgba(var(--color-tertiary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.6;letter-spacing:0;top:48.375rem;left:1.875rem;height:12.59864375rem;text-align:left;text-align-last:left;display:block; }
#gVLsppg0dZgvFgQMgpXnxBDp0Biz80Ub { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:41.8125rem;width:23.5rem;top:38.75rem;left:51.375rem;display:block; }
#P1GZfekoGTFaFVyHHIwlsFUOpNnhsBKx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.6;letter-spacing:0;top:47.0625rem;left:53.125rem;height:31.5rem;text-align:left;text-align-last:left;display:block; }
#MKGWM3QTd02qBb6Z7LxOFeTUyhEWAJPW { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:43.8125rem;left:53.1875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2eea8ef7-0588-4cee-82ed-ebbb03e6396e/pe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #947b32;border-left:0.125rem solid #947b32;border-right:0.125rem solid #947b32;border-bottom:0.125rem solid #947b32;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:40.5rem;left:53.1875rem;display:block; }#h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI.adaptive-delivery-prevent-bg, #h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI.lazyload, #h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI.lazyloading { background-image: none; }
#yugUTgBQoykLGzlltuACwnhfBlsaJnDb { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.3125rem;width:16.6875rem;top:5.1875rem;left:30.375rem;display:block; }
#vgxci2IP1cTXCUlGp4r3VfpOUVCn3XxF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15043;line-height:1.6;letter-spacing:0;top:13.875rem;left:31.6875rem;height:13.59375rem;text-align:left;text-align-last:left;display:block; }
#Ul6KIXXUByNpBEIPSOik0phFPrRD7TLi { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:10.5625rem;left:31.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7 { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c63b05a7-a5f9-4b48-b6f9-fec617be7373/mao.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #947b32;border-left:0.125rem solid #947b32;border-right:0.125rem solid #947b32;border-bottom:0.125rem solid #947b32;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.25rem;left:31.6875rem;display:block; }#hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7.adaptive-delivery-prevent-bg, #hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7.lazyload, #hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7.lazyloading { background-image: none; }
#AZlwyAJZ4pFqLTMQTumioNxJ0EDczWob { position:absolute;display:block;z-index:15041;background-color:#ecb414;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.9375rem;width:55.9375rem;top:82.5625rem;left:19.0625rem;display:block; }
#EeOstCsTUWEeogWfJSGrd68EcBq4Dra5 { color:#252525;display:block;width:33.625rem;position:absolute;font-family:"space grotesk";font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:87.67578125rem;left:22.25rem;height:3.8984375rem;font-style:normal;display:block; }
#Hyqk3w8Pxuq6uA6zuV60LGNVODrSulUd { background-color:transparent;background-image:none;border-top:0.0625rem solid #191818;border-left:0.0625rem solid #191818;border-right:0.0625rem solid #191818;border-bottom:0.0625rem solid #191818;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#121212;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"space grotesk";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:88.07421875rem;left:58.4375rem;display:block; }
#k3ytAAfDw3BkIdoy0rnKPXoB1aLUrJB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyRUzytt1gWgd69w0KPCef4g7gp17aEe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.8310546875rem;left:0rem; }
#Tq49sZKZeHaLCIpfn7TugtmJJnIAdTT8 { color:#fac429;display:block;width:4.125rem;position:absolute;font-family:"space grotesk";font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.212493896484rem;left:21.875rem;height:2.111325rem;font-style:normal;display:block; }
#MCGZ7T97nuLO4XAoTTWpCMQdhh1BDe3l { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:11.3125rem;top:66.75rem;left:0rem;display:block; }
#kRD2DpPXWL6PL7xfkoOKuERFLbVKGHwK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:73.0625rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RpEIZNPUGaiyJ1p7vFkRrCHKIH6KFS7x { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17rem;top:66.75rem;left:13.1875rem;display:block; }
#iS3mZf5ItyHoKUkdsodCub3nng79gH1i { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:73.0625rem;left:15.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTTmDc1KgZLUi4XGKn9oTJWR0Q35vRZc { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17rem;top:66.75rem;left:32.25rem;display:block; }
#A7CmtXfOmNnykitazy0zO1J1qQePN9X9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:73.0625rem;left:34.125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IQmX6DK0tyTNpWZ65mX6wN1vJAWDIJNn { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ecb414;border-left:0.0625rem solid #ecb414;border-right:0.0625rem solid #ecb414;border-bottom:0.0625rem solid #ecb414;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.875rem;width:17rem;top:82.625rem;left:0rem;display:block; }
#BeKTT6oRc6QUdFSr08OeRh49GVRypPJ5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:88.9375rem;left:1.875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uBsw7Ogcus41NhLPmEAL0GnI6vlVRawA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:70.25rem;left:1.875rem; }
#naIwIdRiAlzL8ZP8daPLBh8UIRxg9iTI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:70.25rem;left:15.0625rem; }
#EmRDUyWtmMq6cxaJrE71vRhE5637FizM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:70.25rem;left:33.8125rem; }
#FcXQQd1BODSiFlTM19ttElcETgUMmdQt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:85.98828125rem;left:1.875rem; }
#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff4;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; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container { background-color: transparent; background-image: none; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container > .video-iframe-container { display: none; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row > .video-iframe-container { display: none; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .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); }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container { border-width: 0; border-radius: 0; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#sKfgtFQaLCJ5n02Ww2TGbfpSqK5WLE3O { color:#2d4a5b;display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.875rem;left:28.25rem;height:7.7988125rem;font-style:normal;display:block; }
#PziDzHCU7FHAHTsTcZ63zXv5pgJ5ItK4 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.4375rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.875rem;height:5.361325rem;display:block; }
#UuM3HVWTGgBbEiPkKy5IlAnmAmOi1VQi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.3125rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.875rem;left:57.8046875rem;height:5.361325rem;display:block; }
#v5kg1dGRwDVNeKNzrPeS3cwxT7gZrT0M { color:rgba(var(--color-tertiary-3),1);display:block;width:23.0625rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:30.875rem;height:7.1484375rem;display:block; }
#kHHPe5a3CiwZs0hVnmGz8RI8rIpQQk5w { color:#a9a9a9;display:block;width:26.9375rem;position:absolute;font-family:"space grotesk";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.349609375rem;left:48.0625rem;height:1.3808625rem;display:block; }
#uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9a8e0be2-af04-4cf5-b5e0-fc99192dc857/e0cbf43696.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:25.5625rem;top:0rem;left:0rem;display:block; }#uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM.adaptive-delivery-prevent-bg, #uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM.lazyload, #uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM.lazyloading { background-image: none; }
#sV3ivTun95e3Tf4M8w5o734A0PWEoEO2 { color:#ecb414;display:block;width:2.625rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.875rem;left:28.25rem;height:1.7871125rem;display:block; }
#T4dR4O8Xt8dNVD0sN94Dt8gtflVGPix8 { color:#ecb414;display:block;width:2.625rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:28.25rem;height:1.7871125rem;display:block; }
#ypheiJTFwEuKeU8ND5XCIVcTWupX6x8e { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.0625rem;left:57.8046875rem;height:5.361325rem;display:block; }
#OiQ02xK14Zq9o2TghrtWwHl8c7OlxvwV { color:#ecb414;display:block;width:2.375rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.0625rem;left:55.4296875rem;height:1.7871125rem;display:block; }
#w25VhvBOEP1fe29StScmNMXshiyOl1ar { color:#ecb414;display:block;width:2.375rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.875rem;left:55.4853515625rem;height:1.7871125rem;display:block; }
#aLiBFXxkcOeadO4WPwlkgrq8DEw93QJ1 { color:#ecb414;display:block;width:2.375rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.3125rem;left:28.3125rem;height:1.7871125rem;display:block; }
#M7DnNUgoLf5BHSK717k4AFNEl3TZZunQ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.6875rem;position:absolute;font-family:"space grotesk";font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.3125rem;left:30.9375rem;height:3.57421875rem;display:block; }
#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a70e9dbe-7a77-470a-ba3a-6da02ffeb22c/dots.webp");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; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey.adaptive-delivery-prevent-bg, #Xswbtmbqb8goHoOuCV6ueqUDbihZbgey.lazyload, #Xswbtmbqb8goHoOuCV6ueqUDbihZbgey.lazyloading { background-image: none; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container { background-color: transparent; background-image: none; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,244,0.96); }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container > .video-iframe-container { display: none; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,244,0.96); }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row > .video-iframe-container { display: none; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .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); }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container { border-width: 0; border-radius: 0; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey::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; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container { font-size:0.875rem;font-family:arial;height:72.1875rem;width:75rem;position:relative;display:block; }#tqkfv8IORdObvF9Eb0PxQa8sVKWQ6oTA { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.5625rem;width:21.25rem;top:5.25rem;left:26.75rem;display:block; }
#TsSVDLVCR8rO6TnUMg9wDs602d3HQBQp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.1875rem;left:28.375rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca5ec4fc-a3b8-4ac4-a7c1-87625aa5c135/EDUARDO_VASCONCELOS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:6.5rem;left:28.625rem;display:block; }#FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM.adaptive-delivery-prevent-bg, #FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM.lazyload, #FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM.lazyloading { background-image: none; }
#Ewlv3Z1w9AoUCDAlOnpgohguTWie9XWZ { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:15.4375rem;left:28.375rem;height:16.79295rem;text-align:left;text-align-last:left;display:block; }
#bc1o9wFySggIiza9XuNwW8xFWr3UQR1a { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.75rem;width:21.25rem;top:5.25rem;left:53.75rem;display:block; }
#fNWgZDPQM8a6uxdx4G5ZM557mL3NRMom { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.1875rem;left:55.922912597656rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PFxmNB0hWupiEosCwksBxNkn5TRG6lfN { color:rgba(var(--color-tertiary-1),1);display:block;width:17.6875rem;position:absolute;font-family:"space grotesk";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:15.5625rem;left:56rem;height:16.79295rem;text-align:left;text-align-last:left;display:block; }
#rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/885f7420-a83e-4504-bce2-e180c3bbd244/8e5f9718168c97049803e8851e451d63_220_square.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:6.5rem;left:55.625rem;display:block; }#rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK.adaptive-delivery-prevent-bg, #rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK.lazyload, #rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK.lazyloading { background-image: none; }
#vno63LETXVbUMbgnXA5FbmwUDeHRydFV { color:rgba(var(--color-primary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#TGpgPs7S91T4hDiwS47WlnTvidabAfAK { color:rgba(var(--color-primary-0),1);display:block;width:16.875rem;position:absolute;font-family:"space grotesk";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11rem;left:1.9375rem;height:1.54375rem;font-style:normal;display:block; }
#mBw2ydas9TkaJBzzrmwL1WSwVBWKwbxy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.125rem;left:0rem; }
#xzpQyI6szBAXazbhz3egE55Gh33iR4V8 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffbd00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:4.0625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:21.75rem;left:0rem;display:block; }
#CqorbIzellfRm5AIUy6awT84cVTFi7KV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3rNuX2yflbv779q3GpqhKFwupIdMOnn { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.125rem;width:21.25rem;top:37.75rem;left:0rem;display:block; }
#dyydLsRilO7GwTC6GPmVbegMFqE5FMam { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:45.8125rem;left:1.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/570df8f9-b8e5-4ff1-8c9d-40c9146875ab/ANDRe_GARCIA.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:39.625rem;left:1.25rem;display:block; }#KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp.adaptive-delivery-prevent-bg, #KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp.lazyload, #KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp.lazyloading { background-image: none; }
#lEAdzMWTlupnVMahKdKMkdeziTWzkbxG { color:rgba(var(--color-tertiary-1),1);display:block;width:17rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:48.6875rem;left:1.25rem;height:15.39354375rem;text-align:left;text-align-last:left;display:block; }
#sUAfEx6cEEFKG7uWpz8DLDNgCU2Lvceu { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.125rem;width:21.25rem;top:37.75rem;left:26.875rem;display:block; }
#ksXrK14RmTHSuPgvRwZTApzidJa8W8tt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:45.6875rem;left:28rem;height:1.54296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sZBHNpUAJO2CVig6drQkiAgJAJoGBUmV { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.4;letter-spacing:0;top:48.625rem;left:28rem;height:15.39354375rem;text-align:left;text-align-last:left;display:block; }
#kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2df95662-28e3-4513-8400-df4f897d165f/EDUARDO_FIGUEIREDO_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:39.5625rem;left:28.125rem;display:block; }#kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77.adaptive-delivery-prevent-bg, #kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77.lazyload, #kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77.lazyloading { background-image: none; }
#Ju12v0xTMHPg6ObZouD0wLGK3AVQqeGs { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:28.125rem;width:21.25rem;top:37.75rem;left:53.5rem;display:block; }
#CscbnH6v9q0ga09FlJkIhod39zTvKeZc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:45.8125rem;left:54.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GyT3fWdKZh4DEDaWtygT76swiNW16JtE { color:rgba(var(--color-tertiary-1),1);display:block;width:18rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:48.6875rem;left:54.8125rem;height:13.9941375rem;text-align:left;text-align-last:left;display:block; }
#mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96a03f3b-c9db-465c-8c1b-b2eb3584c7f9/ft5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:39.625rem;left:54.75rem;display:block; }#mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ.adaptive-delivery-prevent-bg, #mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ.lazyload, #mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ.lazyloading { background-image: none; }
#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a70e9dbe-7a77-470a-ba3a-6da02ffeb22c/dots.webp");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; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq.adaptive-delivery-prevent-bg, #Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq.lazyload, #Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq.lazyloading { background-image: none; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container { background-color: transparent; background-image: none; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,244,0.96); }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container > .video-iframe-container { display: none; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,244,0.96); }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row > .video-iframe-container { display: none; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .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); }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container { border-width: 0; border-radius: 0; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq::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; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#UbTQJDQcBb3DmbSzR67hiJaqt2QbnFiU { color:rgba(var(--color-primary-0),1);display:block;width:16.875rem;position:absolute;font-family:"space grotesk";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.375rem;left:29.0625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXeGgWegiKKbruvqEB3btVSvSMT4MoBo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:15.3125rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#NS0MXBzP0EHp6HPbWw08Zq34wVx5JkTf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.625rem;top:4.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#aBlCDv7OdoRI4U5FNcSNHnv69mPwh7Ps { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.625rem;top:16.25rem;left:13.4375rem;overflow:hidden;display:block; }
#Ad5abt1l3fChltZBKSwccNCsfkl1KnIX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.1875rem;width:15.3125rem;top:4.6875rem;left:29.1875rem;overflow:hidden;display:block; }
#TrUedbAs5i8tHHtZl4Qvp2RlrP41IZJc { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:4.6875rem;left:42.625rem;overflow:hidden;display:block; }
#xTzIs5aTxDV64K1dRMEZqVTZwDWc1Ml5 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:16.25rem;left:42.625rem;overflow:hidden;display:block; }
#s9p1iKgKIbyTscQ44czSn3VBwB2ku5OT { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:4.6875rem;left:57.5rem;overflow:hidden;display:block; }
#QH9FSRdprBPnRW5SQiBKCerEgG5hMFQa { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:16.25rem;left:57.5rem;overflow:hidden;display:block; }
#G9hSGGazkDGUddbVdUF8d1AViFTRo80K { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { background-color: transparent; background-image: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container > .video-iframe-container { display: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row > .video-iframe-container { display: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .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); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { border-width: 0; border-radius: 0; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;overflow:visible;position:relative;display:block; }#NIFJVtUBJbG3POMG59KcetwZST9eN53B { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:7.4375rem;left:43.0625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kHZgsoAaOt6QcCUAN0xByM0QUmhgqC8B { background-color:transparent;background-image:none;border-top:0.125rem solid #bfccd7;border-left:0.125rem solid #bfccd7;border-right:0.125rem solid #bfccd7;border-bottom:0.125rem solid #bfccd7;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:16.141625rem;height:3.7041rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.0625rem;left:43.0625rem;display:block; }
#JiAWqmv3fEIlOaRzVBZTCyda6Xxb6QVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNk7ztvegEtlFOtH9JUpZ7okm2xyaFOp { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:17rem;left:43.0625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umw9MgFbfIEy68Kt1HMOsyWx9Wz1yddW { position:absolute;display:block;z-index:15000;height:33.125rem;width:35.625rem;top:5.34375rem;left:0rem;display:none; }
#sttZ9ZgChV4o1DeNG0hBcZwqAs5CG1ge { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:10.25rem;left:39.5rem; }
#IJSmqkv1KGsC4S2ThpAsHacBfJMxH7wb { position:absolute;display:block;z-index:15000;height:33.125rem;width:35.625rem;top:0rem;left:0rem;display:block; }
#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 { background-color:#f8f8f1;background-image:none;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; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { background-color: transparent; background-image: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container > .video-iframe-container { display: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row > .video-iframe-container { display: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .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); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { border-width: 0; border-radius: 0; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;overflow:visible;position:relative;display:block; }#GhBHunful46NHfTW3nBRccQ2nbPeDNxz { color:rgba(var(--color-primary-1),1);display:block;width:35.9375rem;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:9.25rem;left:35rem;height:3.09375rem;font-style:normal;display:block; }
#fLsHkJQ5479TLWKR0Gcfev4bMyrIZePN { background-color:#0fc753;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-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:18.1875rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.6875rem;left:32.375rem;display:block; }
#fQhCKMW9yTJoR5BidLikKBfqWrJzqS4X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOSWHaAx4r7f8BW5TIo1tm2OzXKdtgkr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),0.3);border-left:0.125rem solid rgba(var(--color-primary-1),0.3);border-right:0.125rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.125rem solid rgba(var(--color-primary-1),0.3);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26rem;width:27.9375rem;top:4.375rem;left:0rem;display:block; }
#f42xdFTduVaBwvvHUoFoTEQTUeRtTLBs { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.53125rem;left:4.15625rem;height:5.625rem;font-style:normal;display:block; }
#xM2yUnuCuMXeIdoCiCZyL267GWbguE2A { 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:7.4375rem;width:18.9375rem;top:7.5rem;left:4.15625rem;overflow:hidden;display:block; }
#ImmlMo6h4n64c8h7HTPanTq0ih3ahvrU { color:rgba(var(--color-primary-1),1);display:block;width:16rem;position:absolute;font-family:"space grotesk";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:16.625rem;left:52.4375rem;height:2.8125rem;font-style:normal;display:block; }
#XzJaaN1LXTqz5QIuiStTbkWaqI1c6at9 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:"space grotesk";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:23.625rem;left:32.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TelqvxG2irNb1wzwJGy7BWCifiky207v { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10rem;left:32.375rem; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container { background-color: transparent; background-image: none; }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container > .video-iframe-container { display: none; }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row > .video-iframe-container { display: none; }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .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); }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container { border-width: 0; border-radius: 0; }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS { background-color: transparent; background-image: none; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row .container > .video-iframe-container { display: none; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row > .video-iframe-container { display: none; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .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); }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS { border-width: 0; border-radius: 0; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .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; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .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:4.5625rem;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; }#UTztSC8ySUx5JHVlIomlXZsHHNZwm3BN { 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:"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; }
#SQLaFRVaNRkU2Oud8m2Bz8ZiaLILtZrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V1pER9nU4281ZITLWo99oXhzUbZhz880 { 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; }
#ETDryoBJaED3cluExT7g3Z1DG8D9GeWF { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40KdLe6gN01DMOAxWvOlVizU11kyl3s { width:20.375rem;height:8rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35HAJGxA4z8KQaNRrKdudHT7JT8253z { width:37.25rem;height:8.25rem;top:14.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHLAUFEL7AotGFpOWLbzlt4ZAKfi9VVQ { width:39rem;height:3.5625rem;top:24.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdbzOsqnsHlVn98mP7th3U8pqUnu1zZb { width:30rem;height:2.0625rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwfLo5PtkTwTLpUSxUyHHSDtree7ryzy { width:1.75rem;height:1.75rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpxqWBZGSTiGiTU47Ho3vAUooO3PtTMi { width:22.1875rem;height:3.875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udgDu2sAPF7luNqaVXJI7Bocz6gxDx8r { display:block; }
 }@media only screen and (max-width: 763px) { #VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ { width:34.0625rem;height:22.25rem;top:0rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz { width:34.0625rem;height:22.25rem;top:22.25rem;left:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrACyI4RWqFr8noc6wh69NykfZWsvC7f { width:11.6875rem;height:44.5625rem;top:0rem;left:36.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU { display:none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE { display:none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X { display:block; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qis143HGhvGDSiwwIgx2qJfi554AKRcO { display:block; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i77ri3oZrULyHghuKLaOX8ZLTT6GtVik { width:22.9375rem;height:7.875rem;top:5.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62aDhFmNLwrPaxbD71NxS0f7sEyGIFO { width:14.75rem;height:3.25rem;top:14.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfFcddki4eHW5AG08JR84hgCMCTTNW3o { width:17.8125rem;height:4.875rem;top:11.75rem;left:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFtCd0cheGQmfzArANm2OZbtBlA9glvD { width:13.9375rem;height:5.25rem;top:5.125rem;left:15rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqlVvQWX3ULqv8aySmN8vqn1QTtlaa2 { width:16.8125rem;height:6.5rem;top:11.6875rem;left:30.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWkGmDsQJfF4Iw4eVFN7SFloBitcc3lh { width:14.8125rem;height:5.25rem;top:5.1875rem;left:32.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a { display:block; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSBOhgLTIWnyykdusT0KmvZ8KnZWuwns { width:26.6875rem;height:6rem;top:11.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFNXldKi6GE2ToC2y5kh4EByzyKPwTJ { width:15.6875rem;height:1.5625rem;top:8.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7RzqOXLpuBS40ukXTWcP1aAySDl8Wy { width:20rem;height:3.75rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqTRdcs03wd5ZcW4smHB6ffk4DPMwAby { display:block; }
 }@media only screen and (max-width: 763px) { #shar1FHHABIuJ6B5tsOSv4UqdldDqwLP { width:24.5rem;height:25.4375rem;top:38.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArQezzLugnBn9WTsw2H24yLzQ369JJDF { width:1.875rem;height:1.875rem;top:41.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFotSB3IG1sTrRrUCmO6M8dBZSPfluQU { width:8.1875rem;height:2rem;top:44.5rem;left:12.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvCBmorC5k8wFx1ntrPQ03kEkz8Csu5 { width:12rem;height:14.375rem;top:47.8125rem;left:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3MAf67Jbw1nKIrqaZfbi4kJ5sw8Prgf { width:25.5rem;height:31.1875rem;top:5.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxpTshHpyEPHoD7CBogEwe4RndoO3US { width:7rem;height:2rem;top:9.875rem;left:37.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nArAl8bnbR9apU5q9lLCN6FJCbTnFdhg { width:23.875rem;height:19.5rem;top:13.3125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ { width:1.875rem;height:1.875rem;top:6.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz3MK4ycty0Wu5QHMXOwqA7fsT6BnwR1 { width:22.125rem;height:25.5rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4 { width:1.875rem;height:1.875rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZIqTNHE4cUiIA9NTOQd5rosT5HFENUy { width:8.0625rem;height:2rem;top:45.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2y077gcUn6QLrSzJwrJ5L22etHgXwr { width:11.1875rem;height:12.5625rem;top:48.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLsppg0dZgvFgQMgpXnxBDp0Biz80Ub { width:23.5rem;height:41.8125rem;top:38.75rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1GZfekoGTFaFVyHHIwlsFUOpNnhsBKx { width:17.6875rem;height:31.5rem;top:47.0625rem;left:30.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKGWM3QTd02qBb6Z7LxOFeTUyhEWAJPW { width:4rem;height:2rem;top:43.8125rem;left:39.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI { width:1.875rem;height:1.875rem;top:40.5rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugUTgBQoykLGzlltuACwnhfBlsaJnDb { width:16.6875rem;height:31.3125rem;top:5.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxci2IP1cTXCUlGp4r3VfpOUVCn3XxF { width:14.75rem;height:13.5625rem;top:13.875rem;left:18.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul6KIXXUByNpBEIPSOik0phFPrRD7TLi { width:4.625rem;height:2rem;top:10.5625rem;left:18.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7 { width:1.875rem;height:1.875rem;top:7.25rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZlwyAJZ4pFqLTMQTumioNxJ0EDczWob { width:47.75rem;height:13.9375rem;top:82.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeOstCsTUWEeogWfJSGrd68EcBq4Dra5 { width:33.625rem;height:3.875rem;top:87.625rem;left:8.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyqk3w8Pxuq6uA6zuV60LGNVODrSulUd { width:13.625rem;height:3.5625rem;top:88.0625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3ytAAfDw3BkIdoy0rnKPXoB1aLUrJB9 { display:block; }
 }@media only screen and (max-width: 763px) { #oyRUzytt1gWgd69w0KPCef4g7gp17aEe { width:1.25rem;height:1.25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq49sZKZeHaLCIpfn7TugtmJJnIAdTT8 { width:4.125rem;height:2.0625rem;top:22.1875rem;left:8.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGZ7T97nuLO4XAoTTWpCMQdhh1BDe3l { width:11.3125rem;height:13.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRD2DpPXWL6PL7xfkoOKuERFLbVKGHwK { width:8.0625rem;height:2rem;top:73.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEIZNPUGaiyJ1p7vFkRrCHKIH6KFS7x { width:17rem;height:13.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS3mZf5ItyHoKUkdsodCub3nng79gH1i { width:8.0625rem;height:2rem;top:73.0625rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTmDc1KgZLUi4XGKn9oTJWR0Q35vRZc { width:17rem;height:13.875rem;top:66.75rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7CmtXfOmNnykitazy0zO1J1qQePN9X9 { width:13.6875rem;height:4.0625rem;top:73.0625rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmX6DK0tyTNpWZ65mX6wN1vJAWDIJNn { width:17rem;height:13.875rem;top:82.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeKTT6oRc6QUdFSr08OeRh49GVRypPJ5 { width:12.5625rem;height:2.0625rem;top:88.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBsw7Ogcus41NhLPmEAL0GnI6vlVRawA { width:1.875rem;height:1.875rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naIwIdRiAlzL8ZP8daPLBh8UIRxg9iTI { width:1.875rem;height:1.875rem;top:70.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmRDUyWtmMq6cxaJrE71vRhE5637FizM { width:1.875rem;height:1.875rem;top:70.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcXQQd1BODSiFlTM19ttElcETgUMmdQt { width:1.875rem;height:1.875rem;top:85.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 { display:block; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKfgtFQaLCJ5n02Ww2TGbfpSqK5WLE3O { width:43.6875rem;height:7.8125rem;top:2.875rem;left:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziDzHCU7FHAHTsTcZ63zXv5pgJ5ItK4 { width:23.4375rem;height:5.375rem;top:12.875rem;left:17.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuM3HVWTGgBbEiPkKy5IlAnmAmOi1VQi { width:16.3125rem;height:5.375rem;top:12.875rem;left:31.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kg1dGRwDVNeKNzrPeS3cwxT7gZrT0M { width:23.0625rem;height:7.125rem;top:20.0625rem;left:17.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHHPe5a3CiwZs0hVnmGz8RI8rIpQQk5w { width:26.9375rem;height:1.375rem;top:31.3125rem;left:20.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM { width:25.5625rem;height:36.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV3ivTun95e3Tf4M8w5o734A0PWEoEO2 { width:2.625rem;height:1.75rem;top:12.875rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dR4O8Xt8dNVD0sN94Dt8gtflVGPix8 { width:2.625rem;height:1.75rem;top:20.0625rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypheiJTFwEuKeU8ND5XCIVcTWupX6x8e { width:15.6875rem;height:5.3125rem;top:20.0625rem;left:32.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiQ02xK14Zq9o2TghrtWwHl8c7OlxvwV { width:2.375rem;height:1.75rem;top:20.0625rem;left:41.8046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25VhvBOEP1fe29StScmNMXshiyOl1ar { width:2.375rem;height:1.75rem;top:12.875rem;left:41.8603515625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiBFXxkcOeadO4WPwlkgrq8DEw93QJ1 { width:2.375rem;height:1.75rem;top:29.3125rem;left:14.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DnNUgoLf5BHSK717k4AFNEl3TZZunQ { width:15.6875rem;height:3.5625rem;top:29.3125rem;left:17.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xswbtmbqb8goHoOuCV6ueqUDbihZbgey { display:block; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqkfv8IORdObvF9Eb0PxQa8sVKWQ6oTA { width:21.25rem;height:28.5625rem;top:5.25rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsSVDLVCR8rO6TnUMg9wDs602d3HQBQp { width:17.125rem;height:1.4375rem;top:13.1875rem;left:14.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM { width:4.6875rem;height:4.6875rem;top:6.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewlv3Z1w9AoUCDAlOnpgohguTWie9XWZ { width:18rem;height:16.75rem;top:15.4375rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1o9wFySggIiza9XuNwW8xFWr3UQR1a { width:21.25rem;height:28.75rem;top:5.25rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWgZDPQM8a6uxdx4G5ZM557mL3NRMom { width:17.125rem;height:1.4375rem;top:13.1875rem;left:30.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxmNB0hWupiEosCwksBxNkn5TRG6lfN { width:17.6875rem;height:16.8125rem;top:15.5625rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK { width:4.6875rem;height:4.6875rem;top:6.5rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno63LETXVbUMbgnXA5FbmwUDeHRydFV { width:22.4375rem;height:4.875rem;top:14.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpgPs7S91T4hDiwS47WlnTvidabAfAK { width:16.875rem;height:1.5rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBw2ydas9TkaJBzzrmwL1WSwVBWKwbxy { width:1.25rem;height:1.25rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzpQyI6szBAXazbhz3egE55Gh33iR4V8 { width:17.125rem;height:4.0625rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqorbIzellfRm5AIUy6awT84cVTFi7KV { display:block; }
 }@media only screen and (max-width: 763px) { #n3rNuX2yflbv779q3GpqhKFwupIdMOnn { width:21.25rem;height:28.125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyydLsRilO7GwTC6GPmVbegMFqE5FMam { width:17.125rem;height:1.625rem;top:45.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp { width:4.6875rem;height:4.6875rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEAdzMWTlupnVMahKdKMkdeziTWzkbxG { width:17rem;height:15.375rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUAfEx6cEEFKG7uWpz8DLDNgCU2Lvceu { width:21.25rem;height:28.125rem;top:37.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXrK14RmTHSuPgvRwZTApzidJa8W8tt { width:18.9375rem;height:1.5rem;top:45.6875rem;left:14.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBHNpUAJO2CVig6drQkiAgJAJoGBUmV { width:18rem;height:15.375rem;top:48.625rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77 { width:4.6875rem;height:4.6875rem;top:39.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju12v0xTMHPg6ObZouD0wLGK3AVQqeGs { width:21.25rem;height:28.125rem;top:37.75rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscbnH6v9q0ga09FlJkIhod39zTvKeZc { width:18.125rem;height:1.625rem;top:45.8125rem;left:29.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyT3fWdKZh4DEDaWtygT76swiNW16JtE { width:18rem;height:13.9375rem;top:48.6875rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ { width:4.6875rem;height:4.6875rem;top:39.625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq { display:block; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbTQJDQcBb3DmbSzR67hiJaqt2QbnFiU { width:16.875rem;height:1.5rem;top:2.375rem;left:15.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGgWegiKKbruvqEB3btVSvSMT4MoBo { width:15.3125rem;height:23.1875rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0MXBzP0EHp6HPbWw08Zq34wVx5JkTf { width:17.625rem;height:11.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBlCDv7OdoRI4U5FNcSNHnv69mPwh7Ps { width:17.625rem;height:11.625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5abt1l3fChltZBKSwccNCsfkl1KnIX { width:15.3125rem;height:23.1875rem;top:4.6875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrUedbAs5i8tHHtZl4Qvp2RlrP41IZJc { width:17.5rem;height:11.625rem;top:4.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzIs5aTxDV64K1dRMEZqVTZwDWc1Ml5 { width:17.5rem;height:11.625rem;top:16.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9p1iKgKIbyTscQ44czSn3VBwB2ku5OT { width:17.5rem;height:11.625rem;top:4.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH9FSRdprBPnRW5SQiBKCerEgG5hMFQa { width:17.5rem;height:11.625rem;top:16.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9hSGGazkDGUddbVdUF8d1AViFTRo80K { display:block; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIFJVtUBJbG3POMG59KcetwZST9eN53B { width:25.3125rem;height:7.5rem;top:7.4375rem;left:22.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHZgsoAaOt6QcCUAN0xByM0QUmhgqC8B { width:16rem;height:3.5625rem;top:22.0625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiAWqmv3fEIlOaRzVBZTCyda6Xxb6QVi { display:block; }
 }@media only screen and (max-width: 763px) { #VNk7ztvegEtlFOtH9JUpZ7okm2xyaFOp { width:29.25rem;height:2rem;top:17rem;left:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umw9MgFbfIEy68Kt1HMOsyWx9Wz1yddW { width:35.625rem;height:33.125rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sttZ9ZgChV4o1DeNG0hBcZwqAs5CG1ge { width:1.875rem;height:1.875rem;top:10.25rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJSmqkv1KGsC4S2ThpAsHacBfJMxH7wb { width:35.625rem;height:33.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 { display:block; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhBHunful46NHfTW3nBRccQ2nbPeDNxz { width:35.9375rem;height:3.0625rem;top:9.25rem;left:11.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLsHkJQ5479TLWKR0Gcfev4bMyrIZePN { width:18.1875rem;height:4.6875rem;top:15.6875rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQhCKMW9yTJoR5BidLikKBfqWrJzqS4X { display:block; }
 }@media only screen and (max-width: 763px) { #qOSWHaAx4r7f8BW5TIo1tm2OzXKdtgkr { width:27.9375rem;height:26rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42xdFTduVaBwvvHUoFoTEQTUeRtTLBs { width:17.0625rem;height:5.625rem;top:20.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM2yUnuCuMXeIdoCiCZyL267GWbguE2A { width:18.9375rem;height:7.4375rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImmlMo6h4n64c8h7HTPanTq0ih3ahvrU { width:16rem;height:2.8125rem;top:16.625rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJaaN1LXTqz5QIuiStTbkWaqI1c6at9 { width:20.0625rem;height:1.875rem;top:23.625rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TelqvxG2irNb1wzwJGy7BWCifiky207v { width:1.5625rem;height:1.5625rem;top:10rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS { display:block; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTztSC8ySUx5JHVlIomlXZsHHNZwm3BN { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQLaFRVaNRkU2Oud8m2Bz8ZiaLILtZrk { display:block; }
 }@media only screen and (max-width: 763px) { #V1pER9nU4281ZITLWo99oXhzUbZhz880 { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDryoBJaED3cluExT7g3Z1DG8D9GeWF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h40KdLe6gN01DMOAxWvOlVizU11kyl3s { width:14.75rem;height:5.375rem;top:3.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35HAJGxA4z8KQaNRrKdudHT7JT8253z { width:19.8125rem;height:4.7109375rem;top:11rem;left:0rem;font-size:1.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHLAUFEL7AotGFpOWLbzlt4ZAKfi9VVQ { width:20rem;height:4.142575rem;top:17.771484375rem;left:0rem;font-size:1.0625rem;color:#2d4a5b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RdbzOsqnsHlVn98mP7th3U8pqUnu1zZb { width:12.125rem;height:2.923825rem;top:30.125rem;left:5.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwfLo5PtkTwTLpUSxUyHHSDtree7ryzy { display:flex;width:1.75rem;height:1.75rem;top:30.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #OpxqWBZGSTiGiTU47Ho3vAUooO3PtTMi { width:19rem;height:3.875rem;top:24.7998046875rem;left:0.5rem;font-size:1.1875rem;background-color:#00d332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #udgDu2sAPF7luNqaVXJI7Bocz6gxDx8r { display:block; }
 }@media only screen and (max-width: 763px) { #VX1AbeyHtz7Pfypeyq7vL25irCPfdVvJ { width:20rem;height:22.25rem;top:22.2rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdfMdMZcBr4VqNT8FgAXpLAVxS13axlz { width:20rem;height:22.25rem;top:68.675rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrACyI4RWqFr8noc6wh69NykfZWsvC7f { width:11.6875rem;height:44.5625rem;top:92.175rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9fd4ddec-7c45-4dc0-a74b-6f2a11f411b6/72c59db9dc1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU.adaptive-delivery-prevent-bg, #eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU.lazyload, #eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU.lazyloading { background-image: none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container { background-color: transparent; background-image: none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container > .video-iframe-container { display: none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row > .video-iframe-container { display: none; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .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); }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container { border-width: 0; border-radius: 0; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqkBsey45mOQrJFu40Ovzuaf0yR1l4MU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE { background-color:#ffffff;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: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; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE.adaptive-delivery-prevent-bg, #Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE.lazyload, #Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE.lazyloading { background-image: none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container { background-color: transparent; background-image: none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container > .video-iframe-container { display: none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row > .video-iframe-container { display: none; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .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); }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container { border-width: 0; border-radius: 0; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dn2kbtTH7KO7pdxd8mUMXaVPe8AnZZtE > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #edb200, #c19100);background-image: -moz-linear-gradient(90deg, #edb200, #c19100);background-image: -ms-linear-gradient(90deg, #edb200, #c19100);background-image: -o-linear-gradient(90deg, #edb200, #c19100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb200', endColorstr='#c19100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb200', endColorstr='#c19100' );";background-image: linear-gradient(90deg, #edb200, #c19100);background-size:auto !important;display:block; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { background-color: transparent; background-image: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container > .video-iframe-container { display: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row > .video-iframe-container { display: none; }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .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); }#V05fI4nVbFRL4L8RzP4oSZ3W0MwUKX2X > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qis143HGhvGDSiwwIgx2qJfi554AKRcO { display:block; }#Qis143HGhvGDSiwwIgx2qJfi554AKRcO > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i77ri3oZrULyHghuKLaOX8ZLTT6GtVik { width:16rem;height:6.75rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62aDhFmNLwrPaxbD71NxS0f7sEyGIFO { width:14rem;height:2.76171875rem;top:10.5498046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfFcddki4eHW5AG08JR84hgCMCTTNW3o { width:16.25rem;height:4.142575rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFtCd0cheGQmfzArANm2OZbtBlA9glvD { width:13.9375rem;height:4.5rem;top:14.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqlVvQWX3ULqv8aySmN8vqn1QTtlaa2 { width:15.1875rem;height:5.5234375rem;top:31.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWkGmDsQJfF4Iw4eVFN7SFloBitcc3lh { width:12.75rem;height:4.5rem;top:25.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a { display:block; }#EtcJraF1Tmk7lPH7rodyrrpyyVHhly1a > .row .container { width:20rem;height:255rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSBOhgLTIWnyykdusT0KmvZ8KnZWuwns { width:20rem;height:7.7988125rem;top:6.54375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvFNXldKi6GE2ToC2y5kh4EByzyKPwTJ { width:13.6875rem;height:1.38125rem;top:3.7468757629394rem;left:2.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7RzqOXLpuBS40ukXTWcP1aAySDl8Wy { width:20rem;height:3.75rem;top:16.65625rem;left:0rem;font-size:1.1875rem;background-color:#00d332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mqTRdcs03wd5ZcW4smHB6ffk4DPMwAby { display:block; }
 }@media only screen and (max-width: 763px) { #shar1FHHABIuJ6B5tsOSv4UqdldDqwLP { width:19.8125rem;height:19.5625rem;top:25.2060546875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArQezzLugnBn9WTsw2H24yLzQ369JJDF { width:1.875rem;height:1.875rem;top:27.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFotSB3IG1sTrRrUCmO6M8dBZSPfluQU { width:8.1875rem;height:2.03125rem;top:27.125rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGvCBmorC5k8wFx1ntrPQ03kEkz8Csu5 { width:12rem;height:12.7969rem;top:30.408332824707rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3MAf67Jbw1nKIrqaZfbi4kJ5sw8Prgf { width:19.875rem;height:49rem;top:46.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPxpTshHpyEPHoD7CBogEwe4RndoO3US { width:7rem;height:2.03125rem;top:48.0625rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nArAl8bnbR9apU5q9lLCN6FJCbTnFdhg { width:15.3125rem;height:41.39554375rem;top:51.71875rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRpk3kRxBPyBvGiGEk251ADK3MtOGkxQ { width:1.875rem;height:1.875rem;top:48rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz3MK4ycty0Wu5QHMXOwqA7fsT6BnwR1 { width:19.875rem;height:19.625rem;top:97.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGJfTLlOGR34WHVP1nX6DnoBGcXILl4 { width:1.875rem;height:1.875rem;top:98.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZIqTNHE4cUiIA9NTOQd5rosT5HFENUy { width:8.0625rem;height:2.03125rem;top:98.9375rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2y077gcUn6QLrSzJwrJ5L22etHgXwr { width:11.1875rem;height:12.59864375rem;top:102.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVLsppg0dZgvFgQMgpXnxBDp0Biz80Ub { width:19.875rem;height:51.0625rem;top:118.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1GZfekoGTFaFVyHHIwlsFUOpNnhsBKx { width:17.875rem;height:44.99515625rem;top:123.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKGWM3QTd02qBb6Z7LxOFeTUyhEWAJPW { width:4rem;height:2.03125rem;top:120.1875rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7n1Kqh36sMq2lOWr67TqfGvCQfmoWaI { width:1.875rem;height:1.875rem;top:120.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugUTgBQoykLGzlltuACwnhfBlsaJnDb { width:19.8125rem;height:20.8125rem;top:171.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgxci2IP1cTXCUlGp4r3VfpOUVCn3XxF { width:14.75rem;height:13.59375rem;top:176.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul6KIXXUByNpBEIPSOik0phFPrRD7TLi { width:4.625rem;height:2.03125rem;top:173.0625rem;left:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTgmTDXCn1gyEsGo0I6zkRz0kaBikg7 { width:1.875rem;height:1.875rem;top:173.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZlwyAJZ4pFqLTMQTumioNxJ0EDczWob { width:20rem;height:16.875rem;top:235.75rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EeOstCsTUWEeogWfJSGrd68EcBq4Dra5 { width:12.875rem;height:8.125rem;top:237.75rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyqk3w8Pxuq6uA6zuV60LGNVODrSulUd { width:14.15416625rem;height:3.46666625rem;top:247.25rem;left:1.8125rem;font-size:1rem;background-color:transparent;background-image:none;border-top:0.125rem solid #252525;border-left:0.125rem solid #252525;border-right:0.125rem solid #252525;border-bottom:0.125rem solid #252525;color:#252525;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #k3ytAAfDw3BkIdoy0rnKPXoB1aLUrJB9 { display:block; }
 }@media only screen and (max-width: 763px) { #oyRUzytt1gWgd69w0KPCef4g7gp17aEe { display:flex;width:1.25rem;height:1.25rem;top:3.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tq49sZKZeHaLCIpfn7TugtmJJnIAdTT8 { width:8.375rem;height:1.05625rem;top:21.781250953674rem;left:5.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCGZ7T97nuLO4XAoTTWpCMQdhh1BDe3l { width:19.6875rem;height:7.75rem;top:193.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRD2DpPXWL6PL7xfkoOKuERFLbVKGHwK { width:8.0625rem;height:2.03125rem;top:197.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEIZNPUGaiyJ1p7vFkRrCHKIH6KFS7x { width:19.875rem;height:7.75rem;top:203.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS3mZf5ItyHoKUkdsodCub3nng79gH1i { width:16.3125rem;height:2.03125rem;top:207.5rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTmDc1KgZLUi4XGKn9oTJWR0Q35vRZc { width:19.875rem;height:10.375rem;top:213.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7CmtXfOmNnykitazy0zO1J1qQePN9X9 { width:13.6875rem;height:4.0625rem;top:217.25rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQmX6DK0tyTNpWZ65mX6wN1vJAWDIJNn { width:19.875rem;height:7.75rem;top:225.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeKTT6oRc6QUdFSr08OeRh49GVRypPJ5 { width:12.5625rem;height:2.03125rem;top:229.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBsw7Ogcus41NhLPmEAL0GnI6vlVRawA { display:flex;width:1.875rem;height:1.875rem;top:194.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #naIwIdRiAlzL8ZP8daPLBh8UIRxg9iTI { display:flex;width:1.875rem;height:1.875rem;top:204.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #EmRDUyWtmMq6cxaJrE71vRhE5637FizM { display:flex;width:1.875rem;height:1.875rem;top:214.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FcXQQd1BODSiFlTM19ttElcETgUMmdQt { display:flex;width:1.875rem;height:1.875rem;top:226.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 { display:block; }#wLRlo7McWaEenR6xgpHG8mxKQX3yWmK8 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKfgtFQaLCJ5n02Ww2TGbfpSqK5WLE3O { width:19.3125rem;height:7.796875rem;top:15.562500953674rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PziDzHCU7FHAHTsTcZ63zXv5pgJ5ItK4 { width:15.5rem;height:8.9355625rem;top:24.625rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuM3HVWTGgBbEiPkKy5IlAnmAmOi1VQi { width:15rem;height:5.361325rem;top:36.6875rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5kg1dGRwDVNeKNzrPeS3cwxT7gZrT0M { width:14.125rem;height:12.50975rem;top:45.1875rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHHPe5a3CiwZs0hVnmGz8RI8rIpQQk5w { width:20rem;height:0;top:50.662498474121rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNVKLkVTsTs5OqOPwHt4pd2gnNVTvhhM { width:20rem;height:11.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV3ivTun95e3Tf4M8w5o734A0PWEoEO2 { width:2.625rem;height:1.7871125rem;top:24.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dR4O8Xt8dNVD0sN94Dt8gtflVGPix8 { width:2.625rem;height:1.7871125rem;top:45.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypheiJTFwEuKeU8ND5XCIVcTWupX6x8e { width:15.6875rem;height:5.361325rem;top:60.8125rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiQ02xK14Zq9o2TghrtWwHl8c7OlxvwV { width:2.375rem;height:1.7871125rem;top:60.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25VhvBOEP1fe29StScmNMXshiyOl1ar { width:2.375rem;height:1.7871125rem;top:36.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLiBFXxkcOeadO4WPwlkgrq8DEw93QJ1 { width:2.375rem;height:1.7871125rem;top:69.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DnNUgoLf5BHSK717k4AFNEl3TZZunQ { width:15.6875rem;height:3.57421875rem;top:69.3125rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xswbtmbqb8goHoOuCV6ueqUDbihZbgey { display:block; }#Xswbtmbqb8goHoOuCV6ueqUDbihZbgey > .row .container { width:20rem;height:172.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqkfv8IORdObvF9Eb0PxQa8sVKWQ6oTA { width:19.75rem;height:28.8125rem;top:16.66796875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsSVDLVCR8rO6TnUMg9wDs602d3HQBQp { width:17.125rem;height:1.4625rem;top:24.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF36ldG1niVSOfHqnNQ1sFVGZt2ATeBM { width:4.6875rem;height:4.6875rem;top:17.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewlv3Z1w9AoUCDAlOnpgohguTWie9XWZ { width:18rem;height:16.79295rem;top:26.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1o9wFySggIiza9XuNwW8xFWr3UQR1a { width:19.75rem;height:29.5rem;top:47.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNWgZDPQM8a6uxdx4G5ZM557mL3NRMom { width:17.125rem;height:1.4619125rem;top:55.8125rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFxmNB0hWupiEosCwksBxNkn5TRG6lfN { width:17.125rem;height:16.79295rem;top:58.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTx8MgEzx1MWtPO5iApD2cQPxyqUnLK { width:4.6875rem;height:4.6875rem;top:49.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno63LETXVbUMbgnXA5FbmwUDeHRydFV { width:20rem;height:4.225rem;top:4.4812488555908rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpgPs7S91T4hDiwS47WlnTvidabAfAK { width:16.875rem;height:1.38125rem;top:1.6656246185302rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBw2ydas9TkaJBzzrmwL1WSwVBWKwbxy { display:flex;width:1.25rem;height:1.25rem;top:1.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xzpQyI6szBAXazbhz3egE55Gh33iR4V8 { width:20rem;height:3.75rem;top:10.918749809265rem;left:0rem;font-size:1.125rem;background-color:#00d332;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #CqorbIzellfRm5AIUy6awT84cVTFi7KV { display:block; }
 }@media only screen and (max-width: 763px) { #n3rNuX2yflbv779q3GpqhKFwupIdMOnn { width:19.75rem;height:28.125rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyydLsRilO7GwTC6GPmVbegMFqE5FMam { width:17.125rem;height:1.625rem;top:87.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOG9JLwbTEzPXtfJvoGoK1Xuos0hFovp { width:4.6875rem;height:4.6875rem;top:81rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEAdzMWTlupnVMahKdKMkdeziTWzkbxG { width:17rem;height:15.39354375rem;top:90.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUAfEx6cEEFKG7uWpz8DLDNgCU2Lvceu { width:19.75rem;height:28.125rem;top:109.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXrK14RmTHSuPgvRwZTApzidJa8W8tt { width:18.9375rem;height:1.54296875rem;top:117.3125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZBHNpUAJO2CVig6drQkiAgJAJoGBUmV { width:18rem;height:15.39354375rem;top:120.25rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiddz0Adr6cXS6LCqfQ4rwArcEhvJh77 { width:4.6875rem;height:4.6875rem;top:111.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju12v0xTMHPg6ObZouD0wLGK3AVQqeGs { width:19.75rem;height:28.125rem;top:139.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CscbnH6v9q0ga09FlJkIhod39zTvKeZc { width:18.125rem;height:1.625rem;top:147.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyT3fWdKZh4DEDaWtygT76swiNW16JtE { width:18rem;height:13.9941375rem;top:150.5625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZ50cgTqQxKQNU2tCXB30FbEuapo4dQ { width:4.6875rem;height:4.6875rem;top:141.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq { display:block; }#Zl19FIvoFqJTLSbdq4bbqx4mwlgMGpLq > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbTQJDQcBb3DmbSzR67hiJaqt2QbnFiU { width:16.875rem;height:1.3808625rem;top:1.6656246185302rem;left:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXeGgWegiKKbruvqEB3btVSvSMT4MoBo { width:10rem;height:15.5rem;top:4.1083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS0MXBzP0EHp6HPbWw08Zq34wVx5JkTf { width:11.3125rem;height:7.3125rem;top:4.1083984375rem;left:8.6875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aBlCDv7OdoRI4U5FNcSNHnv69mPwh7Ps { width:12.625rem;height:8.1875rem;top:11.4208984375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad5abt1l3fChltZBKSwccNCsfkl1KnIX { width:10rem;height:15.3125rem;top:19.6083984375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrUedbAs5i8tHHtZl4Qvp2RlrP41IZJc { width:12.3125rem;height:8rem;top:19.6083984375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xTzIs5aTxDV64K1dRMEZqVTZwDWc1Ml5 { width:11.375rem;height:7.375rem;top:27.5458984375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #s9p1iKgKIbyTscQ44czSn3VBwB2ku5OT { width:10rem;height:6.625rem;top:34.9208984375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH9FSRdprBPnRW5SQiBKCerEgG5hMFQa { width:10rem;height:6.625rem;top:34.9208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9hSGGazkDGUddbVdUF8d1AViFTRo80K { background-color:#00283d;background-image:none;display:block; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { background-color: transparent; background-image: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container > .video-iframe-container { display: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row > .video-iframe-container { display: none; }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .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); }#G9hSGGazkDGUddbVdUF8d1AViFTRo80K > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIFJVtUBJbG3POMG59KcetwZST9eN53B { width:15.1875rem;height:4.875rem;top:5.5rem;left:2.4375rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHZgsoAaOt6QcCUAN0xByM0QUmhgqC8B { width:14rem;height:3.6875rem;top:35rem;left:3rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JiAWqmv3fEIlOaRzVBZTCyda6Xxb6QVi { display:block; }
 }@media only screen and (max-width: 763px) { #VNk7ztvegEtlFOtH9JUpZ7okm2xyaFOp { width:17.75rem;height:2.923825rem;top:11.25rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #umw9MgFbfIEy68Kt1HMOsyWx9Wz1yddW { width:20rem;height:15.625rem;top:17.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sttZ9ZgChV4o1DeNG0hBcZwqAs5CG1ge { display:flex;width:1.875rem;height:1.875rem;top:3.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #IJSmqkv1KGsC4S2ThpAsHacBfJMxH7wb { width:20rem;height:15.625rem;top:30.437500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 { background-color:#ffffff;background-image:none;display:block; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { background-color: transparent; background-image: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container > .video-iframe-container { display: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row > .video-iframe-container { display: none; }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .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); }#VGG20s40rJaDUrGL5wnEX7qgdaZpmoq0 > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhBHunful46NHfTW3nBRccQ2nbPeDNxz { width:11.1875rem;height:3.4375rem;top:3.3125rem;left:5.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fLsHkJQ5479TLWKR0Gcfev4bMyrIZePN { width:15.5rem;height:3.75rem;top:8.5625rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQhCKMW9yTJoR5BidLikKBfqWrJzqS4X { display:block; }
 }@media only screen and (max-width: 763px) { #qOSWHaAx4r7f8BW5TIo1tm2OzXKdtgkr { width:17.0625rem;height:11.75rem;top:20.3359375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f42xdFTduVaBwvvHUoFoTEQTUeRtTLBs { width:18.4375rem;height:2.6rem;top:28.187500953674rem;left:0.78125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #xM2yUnuCuMXeIdoCiCZyL267GWbguE2A { width:9.5rem;height:3.5rem;top:22.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImmlMo6h4n64c8h7HTPanTq0ih3ahvrU { width:20rem;height:1.40625rem;top:16.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzJaaN1LXTqz5QIuiStTbkWaqI1c6at9 { width:20rem;height:0.9375rem;top:12.8125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TelqvxG2irNb1wzwJGy7BWCifiky207v { display:flex;width:1.5625rem;height:1.5625rem;top:4.25rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { 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; } #RKlsvwoJa7cvtruwiGCiG6z4CrF3fKIg > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#w9Gcs4Hm2Zfvue8yQc4Ty9N16nwUTlDS > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTztSC8ySUx5JHVlIomlXZsHHNZwm3BN { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQLaFRVaNRkU2Oud8m2Bz8ZiaLILtZrk { display:block; }
 }@media only screen and (max-width: 763px) { #V1pER9nU4281ZITLWo99oXhzUbZhz880 { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDryoBJaED3cluExT7g3Z1DG8D9GeWF { display:block; }
 }